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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
  font-family: "SVN-Unthrift";
  src:url(font/SVN-Unthrift.otf);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{
    font-family: 'Roboto', sans-serif !important;
}

.header-nav > li .nav-dropdown{
	width: 100%;
	display: none;
}
.header-nav > li:after{
    top: 65px;
}
.header-nav > li:hover .nav-dropdown{
    display: block;
}
.header-nav > li .nav-dropdown > li{
	display: block;
	width: 100%;
	position: relative;
}
.header-nav > li .nav-dropdown li{
	white-space: unset !important;
}
.header-nav > li .nav-dropdown > li a{
	color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top:1px solid #999;
    margin: 0 !important;
    padding-left: 10px;
}
.header-nav > li .nav-dropdown > li a:hover{
	color: #009524;
}
.header-nav > li .nav-dropdown li ul{
	position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul{
	opacity: 1;
	z-index: 9999;
}
.header-nav > li .nav-dropdown li ul li{
	margin-top: 0 !important;
	position: relative;
}
.nav-dropdown-default {
    padding: 0;
    background: #fff;
    top: 80px;
    border: 0;
    left: 0 !important;
}
.absolute-footer{
    display: none;
}
.rt_footer{
    background: url(img/bgft.jpg) no-repeat;
    background-size: cover;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
.rt_footer .widgettitle{
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #e0e0e0;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.rt_footer .widgettitle:after{
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #222222;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.rt_footer p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.rt_footer p i{
    width: 20px;
    text-align: center;
}
.rt_footer .fb_iframe_widget{
    height: 166px;
    display: block;
    overflow: hidden;
}
.dang_ky_nbg input{
    border: none !important;
    border-bottom: 1px solid #80c347 !important;
    background: unset !important;
    box-shadow: unset !important;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 5px;
    padding-left: 0;
}
.dang_ky_nbg input::placeholder { /* chạy tốt trên Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}

.dang_ky_nbg input:-ms-input-placeholder { /* chạy trên Internet Explorer 10-11 */
    color: #fff !important;
}

.dang_ky_nbg input::-ms-input-placeholder { /* chạy trên Microsoft Edge */
    color: #fff !important;
}
.dang_ky_nbg .wpcf7-submit{
    margin: 13px auto 0 auto !important;
    background-image: linear-gradient(#77ab59, #037e20) !important;
    border-radius: 30px !important;
    line-height: 27px;
    min-height: 27px;
    display: block;
    max-width: 94px;
    padding: 0 15px !important;
    font-size: 15px;
    border: none !important;
}
.rt_footer .large-3{
    padding-bottom: 0 !important;
}
.rt_footer .large-3 form{
    margin-bottom: 0 !important;
}
.rt_footer  .large-12{
    border-top: 1px solid #072137;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.rt_footer  .large-12 p{
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 21px;
    color: #fff;
}
#header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
    background: rgb(255 255 255 / 75%);
}
.header-bg-color, .header-wrapper{
    background: unset !important;
}
.top-divider{
    display: none;
}
#header #logo a{
    font-size: 0;
}
.header-nav > li{
    margin: 0 !important;
}
.header-nav > li.current-menu-item > a{
    color: #188446 !important;
}
.header-nav > li > a{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    line-height: 80px !important;
    padding: 0 25px;
}
.header-nav > li > a:hover{
    color: #188446 !important;
}
.header-nav .header-search{
    margin-left: 20px !important;
}
#header .stuck{
    background: #fff !important;
}
.xp02 .WOOF_Widget{
    margin: 0 !important;
    padding: 20px;
    border-radius: 6px;
    background: rgba(0,0,0,.5);
    display: flow-root;
}
.WOOF_Widget .woof_redraw_zone > div{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.WOOF_Widget .woof_redraw_zone > div:nth-child(1){
    width: 36%;
    float: left;
}
.WOOF_Widget .woof_redraw_zone > div:nth-child(1) .woof_block_html_items > div{
    width: 50% !important;
    float: left;
}
.WOOF_Widget .woof_redraw_zone > div:nth-child(2){
    width: 17%;
    float: left;
}
.WOOF_Widget .woof_redraw_zone > div:nth-child(3){
    width: 17%;
    float: left;
}
.WOOF_Widget .woof_redraw_zone > div:nth-child(4){
    width: 17%;
    float: left;
    clear: none;
    margin: 0!important;
}
.WOOF_Widget .woof_redraw_zone > div:last-child{
    width: 10%;
    float: left;
    margin: 0 0 0 2% !important;
    clear: right;
}
.WOOF_Widget .woof_redraw_zone .woof_reset_search_form{
    display: none !important;
}
.WOOF_Widget .woof_redraw_zone button{
    margin: 0 !important;
    height: 43px !important;
    line-height: 43px !important;
    background: #1d882d;

}
.WOOF_Widget .woof_redraw_zone .chosen-container{
    width: 100%;
}
.WOOF_Widget .chosen-single{
    height: 43px !important;
    line-height: 43px !important;
    border: none !important;
    border-left: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
}
.WOOF_Widget .chosen-single > div{
    top: 7px;
}
.WOOF_Widget .chosen-disabled{
    opacity: 1 !important;
}
.rt_footer li{
    margin-left: 0 !important;
}
.xp02{
    position: relative;
    top: -180px;
    margin-bottom: -116px;
}
.home .rt_banner,.home .xp_loc{
    display: none;
}
.rt_banner{
    min-height: 170px;
    position: relative;
    padding: 160px 0 30px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    background: url(img/bgduan.jpg) center center;
    text-align: center;
}
.rt_banner:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.rt_banner .title{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.rt_banner .title:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100px;
    display: block;
    background-color: #999;
}
.rt_banner .rt-breadcrumbs{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}
.rt_banner .rt-breadcrumbs a{
    color: #fff;
}
.xp_loc{
    background: #017d1f;
    padding: 20px 0;
}
.xp_loc li{
    list-style: none;
    display: flow-root;
    margin-bottom: 0;
}
.xp_loc .woof_submit_search_form{
    background: #f3ff73 !important;
    color: #333;
}
.xp03{
    background: #f9f9f9 !important;
    padding: 60px 0 40px 0!important;
}
.xp03 .button{
    display: block;
    margin: 0 auto;
    width: 128px;
    height: 35px;
    padding: 0 !important;
    text-align: center;
    background-image: linear-gradient(#77ab59, #057f21);
    text-transform: initial !important;
    font-weight: 400;
}
.heading{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    background: url(img/heading.png) bottom center no-repeat;
    padding-bottom: 10px;
}
.slogan{
    font-size: 14px;
    line-height: 26px;
    color: #7c7c7c;
    display: block;
    text-align: center;
}
.product-small .box-image{
    width: 100%;
    height: 220px;
}
.product-small .box-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.product-small .box{
    background: #fff;
    box-shadow: 0 3px 10px 0px rgb(0 0 0 / 22%);
}
.product-small .box-text{
    padding: 0;
}
.product-small .box-text .date_view{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}
.product-small .box-text .date_view span{
    font-size: 14px;
    line-height: 21px;
    color: #999999;
}
.product-small .box-text .date_view span:nth-child(2){
    float: right;
}
.product-small .box-text .title-wrapper{
    padding: 10px 10px 0 10px;
}
.product-small .box-text .title-wrapper a{
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}
.product-small .box-text .title-wrapper a:hover{
    color: #017d1f;
}
.product-small .box-text .cnt{
    padding: 10px;
}
.product-small .box-text .cnt p{
    font-size: 14px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    color: #4e4e4e;
}
.product-small .box-text .cnt p i{
    width: 25px;
    text-align: center;
}
.xp04{
    background: url(img/bggt.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 40px 0 !important;
}
.xp04 img{
    width: auto !important;
    float: right;
    margin-top: 40px;
}
.xp04 h2{
    font-family: "SVN-Unthrift";
    font-size: 95px;
    color: #fff;
    font-weight: 400;
    line-height: 85px;
    margin-bottom: 0;
}
.xp04 h3{
    font-size: 40px;
    font-weight: 100 !important;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    display: block;
    text-align: right;
}
.xp04 p{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0;
}
.xp04 .button{
    margin: 30px 0 0 0 !important;
    background-image: linear-gradient(#77ab59, #057f21);
    text-transform: initial !important;
    font-weight: 400;
}
.xp05{
    padding: 60px 0 !important;
}
.tax-product_cat .shop-page-title{
    display: none;
}
.tax-product_cat .products{
    margin: 0 -15px;
}
.tax-product_cat .products > .product-small{
    padding: 0 15px;
    margin-bottom: 30px;
}
.news-widget-style-5{
    margin: 0 -15px;
}
.news-widget-style-5 .news-item-clear{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.news-widget-style-5 .news-item-clear .news-thumb{
    width: 100%;
    height: 192px;
    margin-bottom: 10px;
}
.news-widget-style-5 .news-item-clear .news-thumb img{
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.news-widget-style-5 .news-item-clear .box__slider h4 .news-title{
    display: block;
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #333333;
}
.news-widget-style-5 .news-item-clear .box__slider h4 .news-title:hover{
    color: #017d1f;
}
.news-widget-style-5 .news-item-clear .box__slider .box__description p{
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    color: #969696;
    height: 25px;
    overflow: hidden;
}
.news-widget-sidebar-widget{
    margin: 0 -15px;
}
.news-widget-sidebar-widget > div{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.news-widget-sidebar-widget .news-item-sidebar .news-thumb{
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar .news-thumb img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.news-widget-sidebar-widget .news-item-sidebar .box__slider .time{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    color: #a5a6a5;
}
.news-widget-sidebar-widget .news-item-sidebar .box__slider .news-title{
    display: block;
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    color: #353535;
}
.news-widget-sidebar-widget .news-item-sidebar .box__slider .news-title:hover{
    color: #017d1f;
}
.news-widget-sidebar-widget .news-item-sidebar .box__slider .box__description p{
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear{
    overflow: hidden;
    margin-bottom: 35px;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .news-thumb{
    width: 170px;
    height: 160px;
    float: left;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .news-thumb img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider{
    width: calc(100% - 190px);
    float: right;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .time{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #a5a6a5;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .news-title{
    display: block;
    font-size: 22px;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    color: #353535;
    font-weight: 500;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .news-title:hover{
    color: #017d1f;
}
.news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .box__description p{
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #7b7b7b;
}
.single-product .shop-page-title{
    display: none;
}
.single-product .product-main{
    padding-top: 30px !important;
}
#product-sidebar .is-divider{
    display: none;
}
#product-sidebar .widget-title{
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-family: roboto;
    position: relative;
    background: #009524;
    color: #fff;
    border-left: 6px solid #a56500;
    padding: 10px 20px 10px 10px;
}
#product-sidebar .menu{
    border: 1px solid #ececec;
}
#product-sidebar .menu > li > a{
    display: block;
    padding-left: 15px;
    color: #333;
}
#product-sidebar .menu > li > a:hover{
    color: #009524;
}
.news-style-3 .news-item-bottom{
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}
.news-style-3 .news-item-bottom:nth-child(1){
    border-top: none;
    padding-top: 0;
}
.news-style-3 .news-item-bottom .news-thumb{
    width: 85px;
    height: 60px;
    float: left;
}
.news-style-3 .news-item-bottom .news-thumb img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.news-style-3 .news-item-bottom .box__slider{
    width: calc(100% - 95px);
    float: right;
}
.news-style-3 .news-item-bottom .box__slider .news-title{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
}
.news-style-3 .news-item-bottom .box__slider .news-title:hover{
    color: #017d1f;
}
.news-style-3 .news-item-bottom .box__slider .time{
    font-size: 13px;
    margin-bottom: 0;
    color: #999;
}
.rt_woocommerce_single_product_summary  .cnt p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 5px;
}
.rt_woocommerce_single_product_summary  .cnt p i{
    width: 25px;
    text-align: center;
    color: #017d1f;
}
.rt_woocommerce_single_product_summary  .cnt p span{
    font-weight: 500;
    display: inline-block;
}
/*mobile*/
@media (max-width: 1024px){

}
@media (max-width: 812px) {
    .mobile-nav .icon-search{
        color: #017d1f;
    }
	
}
@media (max-width: 480px) {
	.xp02{
        top: 0;
        margin-bottom: 0;
    }
    .icon-search{
        color: #fff;
    }
    .WOOF_Widget .woof_redraw_zone > div:nth-child(1){
        width: 100%;
        margin-bottom: 5px !important;
    }
    .WOOF_Widget .woof_redraw_zone > div:nth-child(2){
        width: 50%;
        margin-bottom: 5px !important;
    }
    .WOOF_Widget .woof_redraw_zone > div:nth-child(3){
        width: 50%;
        margin-bottom: 5px !important;
    }
    .WOOF_Widget .woof_redraw_zone > div:nth-child(4){
        width: 50%;
    }
    .WOOF_Widget .woof_redraw_zone > div:last-child{
        width: 50%;
        margin: 0 !important;
    }
    .xp02 .WOOF_Widget{
        background: #017d1f !important;
        margin-top: 20px !important;
    }
    .xp03{
        padding: 30px 0 20px 0 !important;
    }
    .heading{
        font-size: 25px;
    }
    .xp04 h2{
        font-size: 50px;
    }
    .xp04 h3{
        font-size: 25px;
        text-align: left;
    }
    .xp04 p{
        text-align: justify;
    }
    .xp04{
        padding: 30px 0 !important;
    }
    .news-widget-style-5 .news-item-clear{
        width: 50%;
    }
    .news-widget-style-5 .news-item-clear .news-thumb,.news-widget-style-5 .news-item-clear .news-thumb img{
        height: 160px;
    }
    .news-widget-sidebar-widget > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .news-widget-sidebar-widget > div{
        width: 100%;
    }
    .news-widget-sidebar-widget .news-item-sidebar .news-thumb,.news-widget-sidebar-widget .news-item-sidebar .news-thumb img{
        height: auto;
    }
    .news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .news-title{
        height: auto;
    }
    .news-widget-sidebar-widget .right .news-item-sidebar-clear .box__slider .box__description{
        display: none;
    }
    .rt_footer .large-3{
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .rt_footer .large-12 p{
        padding: 10px;
    }
    .rt_footer .col{
        flex-basis: 100%;
        max-width: 100%;
    }
}