/*
Theme Name: flat-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-page-sections h5{
    margin-bottom: 10px;
    margin-top: 10px;
}
.hien-thi-thong-tin p{
	margin-bottom:0px !important;
	line-height:20px !important;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1.1em;
}

p {

    line-height: 40px !important;
    margin-bottom: 5px !important;
}
.product-page-sections h2{
    margin-bottom: 10px;
    margin-top: 10px;
}
.button-cav {
display: inline-block;
    background: transparent;
        padding: 16px 24px 15px 10px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    position: relative;
    margin: 15px 25px 5px 5px;
    z-index: 3;
    text-transform: uppercase;
}
.button-cav span{
        z-index: 444;
    position: relative;
}
.button-cav:before {
     content: "";
    position: absolute;
    top: -15px;
    right: 1px;
    width: 63px;
    height: 64px;
    background: #E7EBEA;
    z-index: 1;

}

.button-cav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    border: 1px solid #999;
    background: transparent;
    z-index: -1;
}

.button-vav{
        font-weight: bold;
    text-transform: uppercase;
    border-bottom: 4px solid #C2C2C2;
    padding-left: 25px;
    padding-bottom: 5px;
}
.button-expansion{
            font-weight: bold;
    text-transform: uppercase;
    position: relative;
 
}
.button-water {
    background: #EBE3E1;
    padding: 9px 22px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1; /* Đảm bảo button ở trên */
}

.button-water:before {
     content: "";
    position: absolute;
    top: 9px;
    left: -60px;
    width: 100%;
    height: 100%;
    background: #d4c8c545;
    z-index: -1;
}
.button-expansion:after{
     content: "";
    display: inline-table;
    width: 99px;
    height: 124px;
    background-image: url(img/arrow.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    right: -53px;
    z-index: -1;
    top: -50px;
}

.back-to-top.left {
    left: 20px;
    right: unset;
    bottom: 60px;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.div-contact .hf-fields-wrap{
    margin-bottom: 0px;
}
.div-contact form{
    margin-bottom: 0px;
}
.section-contact .wpcf7-submit{
    margin-top: 20px;
}
.hf-fields-wrap h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.div-contact p{
    margin-bottom: 7px;
}
.title-contact{
        font-size: 18px;
}
.product-title a{
     font-weight: bold;
    font-size: 16px;   
}
.acf-gallery-nav {
        list-style: none;
}
.section-form{
    padding-bottom: 10px  !important;
}
.acf-gallery-nav li{
        margin-left: 4px  !important;
}
.acf-gallery-main {
    width: 100%;
    margin: 0 auto 20px;
}
.acf-gallery-cell {
    width: 100%; /* Điều chỉnh kích thước theo ý muốn */
    margin-right: 10px;
}
.acf-gallery-cell img {
            width: 100% !important;
    display: block;
    max-width: 100%;
    height: auto;
}
.acf-gallery-nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    overflow-x: auto;
}
.acf-gallery-thumb {
    width: 80px; /* Điều chỉnh kích thước theo ý muốn */
    margin-right: 10px;
    cursor: pointer;
}
.acf-gallery-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #00000017;}
.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title{
        padding-top: 300px !important;
}
.category-page-title .woocommerce-breadcrumb{
        display: none;
}
.shop-page-title {
        text-align: center;
        font-size: 50px;
}
.banner-text__description{
     text-align: justify;
}
.div-header h1{
    padding-top: 20px;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.div-header{
        padding-top: 20px;
}
.post-item h5{
        text-transform: uppercase;
}
.blog-archive{
            margin-bottom: 10px;
            padding-bottom: 0px;
}
 table {
            width: 100%;
            border-collapse: collapse;
            font-family: Arial, sans-serif;
        }
     th {
    background-color: #8BC34A;
    color: #000;
    font-weight: bold;
    padding: 14px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ddd;
}
        td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: center;
        }

        .feature-col {
            text-align: left;
        }
.product-type-simple{
        margin-bottom: 10px;
}
.absolute-footer{
        display: none;
}
.box-text h3{
        text-transform: uppercase;
}
.post-item{
        padding-bottom: 0px;
}
.wpcf7 label{
    font-weight: normal;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #ffffff91;
    border-width: 8px;
    margin-left: -8px;
}
.nav-dropdown {
    background-color: #ffffffba;}
.category-page-row .product-small.box {
  animation-delay: 100ms;
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  /* Thêm các thuộc tính cần thiết này */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mfp-close{
        mix-blend-mode: unset;
}
.transparent .header-main .flex-right{
            margin-top: -86px;
}
.transparent  .header-main .header-inner{
          padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;  
}
.hien-thi-thong-tin p{
    font-size: 13px;
}
.anh-logo {
    margin-bottom: 0px !important;
}
.title-h1{
    padding-top: 20px;
        font-size: 60px;
        margin-bottom: 20px;
}
header#header .nav-dropdown {
                text-transform: uppercase;
      
}
    header#header .nav-dropdown li a {
        font-size: 14px;
        color: black;
    }
        header#header .nav-dropdown {
        padding: 20px 10px;
        text-transform: uppercase;
        display: block;
    }
    .nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before{
        bottom: 0px;
    }
.hf-fields-wrap h3{
        margin-bottom: 10px;
}
.entry-header-text {
	padding-bottom:0px;
}
.entry-content {
	padding-top:0px;
}
.is-divider {
    height: 0px;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    box-shadow: unset!important;
}
@media (min-width: 850px) {

header#header .nav-dropdown {
        min-width: 288px;

                text-transform: uppercase;
        display: block;
}
header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
}
header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
}
header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
}
header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
}

header#header .nav-dropdown li a {
        font-size:14px;
}
}



header#header, .header-wrapper, .header-inner.flex-row.container.logo-left {
    max-width: 100%!important;
}
.is-divider {
    height: 0px!important; 
}
.home .css-logo {
          display:none;
}
.css-team .box-text {
    background: #fff;
          padding-left:15px;
          padding-right:15px;
}
.css-team .box-text-bottom {
    box-shadow: 12px 12px 12px hsla(0,0%,47.1%,.25);
}
.item-vanhoa {
          padding-top: 12%;
          width: 325px;
    height: 325px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 12px 12px 12px hsla(0,0%,45.5%,.25);
}
/** CSS DU AN **/
.product-section img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.product-section {
    border-top: 0px;
}
.product-page-sections .large-2 {
          display:none;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    padding: 10px;
    list-style: none;
    background-color: #eee;
    margin: 0;
    margin-bottom: 20px;
    text-transform: inherit;
    font-size: 18px;
}
h1.product-title.product_title.entry-title {

    text-transform: uppercase;

    text-align: center;
}
div#reviews {
    display: none;
}
td:first-child, th:first-child {
    padding-left: 10px;
}
td {
    color: black;
}
/** CSS BLOG **/
.archive .page-wrapper {
    padding-top: 0px;
}
.blog-single, .blog-archive, .archive #main {
    background: #fff;
}
/** CSS FOOTER **/
.css-thongtinfooter p {
    margin-bottom: 0px;
}
.css-footer-3 .textwidget {
    text-align: center;
}
.link-footer {
    text-align: center;
    padding-top: 30px;
}
.link-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.link-footer li {
    margin: 0 20px;
    position: relative;
} 
.link-footer li~li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #7f7e7e;
}
.link-footer .is-divider {
    height: 2px!important; 
}
.link-footer a.icon.button.circle {
    border: 0px;
    background: #444242;
    border-radius: 5px !important;
    line-height: 2.2;
    font-size: 24px;
    color: #fff;
    min-width: 50px !important;
    min-height: 50px !important;
    height: 50px !important;
    margin-right: 15px;
}
.section-sp h3{
    text-transform: uppercase;
}

@media(min-width: 1023px){
	.div-text-expansion{
	        margin-left: -6%;
        flex-basis: 64.333333%;
        max-width: 64.333333%;
	}
	
.section-water{
    min-height: 718px;
}
    .section-water .img{
         width: 160% !important;
        margin-left: -60%;
        z-index: -1;
        margin-bottom: -111px;
    
    }
    .section-expansion .img{
              margin-bottom: 10px;
        width: 111% !important;
        z-index: -1;
    }
    .section-cav .img{
            width: 120% !important;
    
    z-index: -1;
    }
    .section-vav .img {
            width: 120% !important;
    margin-left: -20%;
    z-index: -1;
    }
}
@media(max-width: 1400px){
    .p-button-cav{
            margin-right: 50px;
    }
}

@media screen and (max-width: 728px) { 
body {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px!important;
}
}
@media screen and (min-width: 850px) {
body {
    max-width: 100% !important;
    width: 100% !important;
    padding: 40px!important;
}
.css-col .col {
                padding-bottom:0px;
}
h1.product-title.product_title.entry-title {
 font-size: 60px;
}
.banner-thumb {
                height:600px
}
.banner-thumb img {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
          backface-visibility: hidden;
    object-fit: cover;
    object-position: var(--image-position);
    transition: opacity var(--duration-long) ease;
}
.tax-product_cat header#header {
    position: absolute;
    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
}
.blog-wrapper .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.product-page-sections .large-10 {
        flex-basis: 100%;
        max-width: 100%;
}
.footer-1 .css-footer-1, .footer-1 .css-footer-2 {
        flex-basis: 50%;
        max-width: 50%;
}
.footer-1 .css-footer-3 {
        flex-basis: 100%;
        max-width: 100%;
}
}

.css-button {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
}
.css-button span {
    text-transform: initial;
    font-weight: 400;
}
span.wpcf7-spinner {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-bottom: 0px;
    background: #7FC142;
    border-color: #7FC142;
    color: #fff;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    padding: 12px 24px;
    line-height: 12px !important;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
          border:0px;
         border: 0px;
    border-bottom: 2px solid #ededed;

    border-bottom: 2px solid #ededed;
    min-height: 30px;
    margin-bottom: 0px;
    height: 34px;

}
#footer .icon-box{
            align-items: center;
    font-size: 18px;
    margin-top: 15px;
}




@media(max-width: 855px){
    .section-water .img{
            margin-bottom: -50px;
    }
    .div-header h1 {
    font-size: 30px;
    text-transform: uppercase;
}
        th {
    background-color: #8BC34A;
    color: #000;
    font-weight: bold;
    padding: 14px;
    font-size: 13px;}
        .title-h1 {
    font-size: 30px;
    margin-bottom: 0px;
}
        #logo{
                  position: absolute;
    top: 4px;
    left: 8px;  
        }
        .transparent .header-main {
    height: 127px !important;
}
        .transparent #logo img {
    max-height: 70px !important;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}