/*
Theme Name: Minh Phương
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* COMMON */
.npb {
    padding-bottom: 0!important;
}
@media (min-width: 992px) {
    .lg-npb {
        padding-bottom: 0!important;
    }   
}

/* HEADER */
.nz-div-6 {
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
}

h3.nz-div-6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 0;
  border-top: 2px solid #0b4bc5;
  z-index: 1;
  display: block;
}

.nz-div-6 .title-holder {
  min-width: 150px;
  height: 45px;
  background-color: #0b4bc5;
  line-height: 45px;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1200px) {
    .nz-div-6 .title-holder {
        min-width: 350px;
    }
}

.title-holder:before {
  content: "";
  position: absolute;
  right: -15px;
  border-width: 0px;
  bottom: 0px;
  border-style: solid;
  border-color: #0b4bc5 transparent;
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 15px solid #0b4bc5;
}

.title-holder:after {
  content: "";
  position: absolute;
  left: -15px;
  border-width: 0px;
  bottom: 0px;
  border-style: solid;
  border-color: #5c9efe transparent;
  display: block;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 15px solid #0b4bc5;
}


/* FOOTER */
.copyright-footer {
    color: #fff;;
}

.absolute-footer .footer-primary {
    border-top: 1px solid #eee5;
    padding-top: 15px;
}
.company-info {
    font-size: 0.85rem;
    color: #555;
    padding-top: 10px;
}
.company-info p {
    margin-bottom: 5px;
}
.footer-widgets.footer.footer-2 {
    padding-top: 10px;
}
.footer-widgets.footer-1 {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.footer-widgets.footer-1 .widget.block_widget {
    margin-bottom: 0;
}
.footer-widgets.footer-2 .widget.block_widget {
    margin-bottom: 0;
}

.footer-img img,
.footer-img p {
    margin-bottom: 0!important;
}
.footer-widgets.footer-1 ul {
    margin: 0;
    padding: 0;
}
.footer-widgets.footer-1 li {
    margin-left: 0;
}
@media (min-width: 992px) {
    .xl-br {
        border-right: 1px solid #ddd;
    }
}


.term-du-an-noi-bat .entry-title {
    text-align: center;
}
.entry-title {
    text-transform: uppercase;
}
h1.page-title.is-large {
    font-size: 1.7em;
}
/* HOME */
.home #content {
    padding-top: 0;
}
.feature-box:hover .home-feature {
    color: #222;
}
.home-feature {
    font-weight:600;
    color: #646569;
}
.home-projects .portfolio-box-category {
    display: none;
}

/* CONTACT */
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
}
.tabbed-content.hmd-map .tab-panels {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0;
}
.tabbed-content.hmd-map .tab-panels p {
    margin-bottom: 0;
}

/*Vertical menu*/

#mega-menu-wrap {
	background-color: #0b4bc5;
}
.sf-vertical.sf-arrows li:hover>.sf-with-ul:after {
    border-left-color: #000;
}

.footer-widgets.footer-1 ul ul {
    margin-left: 30px;
}

/* */
#header-contact a {
    color: #fff;
    text-transform: lowercase;
}

.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}


#mega_menu a {
    font-size: 1em!important;
}
.sf-menu a {
	padding: .6em 1em;
}
#wide-nav .nav-right {
    justify-content: flex-start !important;
}
#mega-menu-title {
    border-right: 1px solid #ccca;
}


.product-short-description td > strong {
    color: #0b4bc5;
}
.product-short-description p {
    margin-bottom: 8px;
}
.product-short-description table {
    width: 100%!important;
}
.product-short-description td {
    padding: 8px;
     border: 1px solid #eee;
}

.product-footer .tab-panels table td {
    border: 1px solid #eee;
    padding-left: 5px;
}
#product-contact {
    background-color: #eeea;
    padding: 20px 0 1px 15px;
    margin-bottom: 20px;
}
#product-contact ul {
    list-style-type: square;
}
#product-contact p {
    color: #ff1100;
    font-weight: 600;
    margin-bottom: 5px;
}

h1.product-title.product_title.entry-title {
    font-size: 1.4rem;
}

.price.product-page-price .woocommerce-Price-amount.amount {
    color: #ff0000;
}

.breadcrumbs a {
    color: #444;
}
.breadcrumbs a:hover {
    color: #0b4bc5;
}
#wide-nav .nav-dropdown>li>a {
    color: #0b4bc5;
}

#wide-nav .nav-dropdown>li>a:hover {
    color: #222;
}