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

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{ font-family: "Noto Sans", sans-serif;}
@font-face {
    font-family: 'drainwood';
    src: url('font/482drainwood.woff2') format('woff2'),
        url('font/482drainwood.woff') format('woff');
      font-display: auto;
}
.drainwood{font-family: 'drainwood' !important;}

.titlex .section-title-main {
    background: #204296;
    color: white!important;
    clip-path: polygon(0% 0%,79% 0%,85% 50%,79% 100%, 0% 100% );
    width: 300px;
    padding-left: 10px;
	padding-top:5px;
}
span.hdevvn-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 8px;
}
span.hdevvn-show-cats li a {
    padding: 8px 10px;
    color: #fff !important;
    background-color: #00297c;
    font-weight: 700;
    margin: 0 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
}
.section-title a {
	padding-right:10px;
    margin-left: auto;
    margin-right: 10px;
}
.titlex{
 padding-top:6px;
	padding-bottom: 0;
}
span.hdevvn-show-cats li a:hover{
	border: 1px dashed red;
}

.titlex .section-title-normal span{
	padding: 5px 0;
}

#mega-menu-wrap{
    background: #522702;
}
#mega-menu-title{
    text-transform: uppercase;
    text-align: center;
}
.header-bottom-nav > li > a{
    padding: 0 10px
}

.icon-box-title {
    margin-bottom: 3px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.icon-box-description {
    color: #E20000;
    font-size: 28px;
    font-weight: 600;
}
.searchform-wrapper:not(.form-flat) .submit-button {
    width: 65px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-main .icon-box-left .icon-box-img{
    height: 40px;
}
.header-main .header-block .row.align-center{
    align-items: center;
}
.header-main .icon-box.featured-box.icon-box-left.text-left{
    align-items: center;
}
.header-main .header-block .col{
    padding-bottom: 0;
}
.section-1 .icon-box-text h3 {
    margin-bottom: 0;
    color: #336039;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.section-1 .icon-box-text h3 p {
    color: #090707;
    font-size: 14px;
    font-weight: 400;
}
.section-1 .icon-box-img svg, .section-1 .icon-box-img img{
    padding-top: 0
}
.section-title-normal {
    border-bottom: 1px solid #000;
}
.section-danhmuc span.section-title-main {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}
span.amount{
    color: #C50F0F;
    font-size: 15px;
}
.product-small.col a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-baiviet span.section-title-main, .section-danhgia span.section-title-main {
    color: #5A290E;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
}
.box-blog-post .is-divider{
    display: none;
}
.text_des{
    color: #474747;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
}
.section-danhgia .icon-box{
    align-items: center;
}
.section-danhgia .icon-box-img svg, .section-danhgia .icon-box-img img{
    width: 50px;
    height: 50px;
    border-radius: 999px;
    object-fit: cover;
}
.section-danhgia .icon-box-text h3{
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.section-danhgia .icon-box-text p{
    color: #3e3e3e;
    font-weight: 400;
    font-size: 14px;
}
.section-danhgia .flickity-page-dots .dot{
    background: #000;
    width: 8px;
    height: 8px;
}
.section-footer{
    /*background-color: transparent;
    background-image: linear-gradient(180deg, #735737 0%, #2F2416 100%);*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section-footer h2{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.thongtin-lienhe p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
ul.contact-info li a {
    font-size: 14px;
    font-weight: 300;
}
.widget .is-divider{
    display: none;
}
span.widget-title {
    font-size: 16px;
    font-weight: 600;
    background-color: #336039;
    color: #fff;
    padding: 10px;
    display: inherit;
    width: 100%
}
.widget ul{
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DDDDDD;
}
@media (max-width:750px){
    .section-danhmuc span.section-title-main{
        font-size: 16px;
    }
}
@media (min-width:1200px){
/*     #logo{
        width:170px !important;
    } */
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@media (max-width: 767px){

}