/*css header*/
#logo{
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-main .header-search-form{
    width: 100%;
}
.header-main .header-search-form .search-field {
    box-shadow: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-color: #52a851;
    height: 46px;
    padding: 10px 16px;
    font-size: 15px;
}
.header-main .header-search-form .submit-button{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 15px;
    margin: 0 !important;
    margin-left: -1px !important;
    height: 46px;
    padding: 10px 16px !important;
    background-color: #52a851 !important;
    border-color: #52a851;
    color: #fff;
    line-height: 1.333;
}
.header-main .header-nav .header-block{
    width: auto;
}

.header #mega-menu-wrap{
    background: transparent;
}

.header-main .header-nav .cart-item > a,
.header-main .mobile-nav .cart-item > a{
    color: #fff !important;
}
.header-main .header-nav .cart-item .cart-icon > strong,
.header-main .mobile-nav .cart-item .cart-icon > strong{
    color: #fff;
    border-color: #fff;
}
.header-main .header-nav .cart-item strong:after,
.header-main .mobile-nav .cart-item strong:after{
    border-color: #fff !important;
}
.header-main .header-nav .header-block .phone {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 14px;
}
.header-main .header-nav .header-block .phone .phl>span {
    display: inline-block;
    width: 62px;
}
.header-main .header-nav .header-block .phone .phl a {
    padding-left: 2px;
    font-weight: 600;
    display: inline-block;
    width: 91px;
    text-align: right;
    line-height: 1.3;
    color: #fff;
}
.header-main form input[type='search']{
    box-shadow: none;
    border: 1px solid #fff;
    padding: 6px 12px;
    background-color: #fff;
}
.header-main form button{
    border: 2px solid #fff;
    border-left: none;
    background-color: #446cb3 !important;
    padding: 0 30px !important;
    margin-bottom: 1px !important;
    margin-right: 2px !important;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    height: 40px;
    min-height: auto;
    line-height: 40px;
}
@media (min-width: 768px){
    .header-main form input[type='search']{
        height: 40px;
    }
}


/*menu*/
.header-nav .ic-menu-hot a:before,
.header-nav .ic-menu-km a:before,
.header-nav .ic-menu-bc a:before{
    position: relative;
    top: -2px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    margin-right: 10px;
    opacity: 1 !important;
    font-size: 14px;
}
.header-nav .ic-menu-hot a:before {
    content: "\E110";
}
.header-nav .ic-menu-km a:before{
    content: "\E102";
}
.header-nav .ic-menu-bc a:before{
    content: "\E185";
}

.header-nav .nl-menu .menu{
    width: 100%;
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.header-nav .nl-menu .menu > li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color .3s;
}
.header-nav .nl-menu .menu li:first-child {
    margin-left: 0 !important;
}
.header-nav .nl-menu .menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.header-nav.nav-right ul.nav{
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-nav .custom-menu-header ul li {
    max-width: 180px;
}

.header-nav .nl-menu.custom-menu-header ul li a{
    color: #fff;
    padding: 2px 20px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    position: relative;
}
.header-nav .nl-menu.custom-menu-header ul li.ic-menu-gh > a:before,
.header-nav .nl-menu.custom-menu-header ul li.ic-menu-ck > a:before{
    font-size: 22px;
    float: left;
    color: #fff;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    opacity: 1 !important;
}
.header-nav .nl-menu.custom-menu-header ul li.ic-menu-gh > a:before{
    content: "\E108";
}
.header-nav .nl-menu.custom-menu-header ul li.ic-menu-ck > a:before{
    content: "\E124";
}

#mega_menu{
    min-height: 500px;
}
#mega_menu > li{
    position: initial;
}
#mega_menu > li > ul.sub-menu{
    height: 100%;
    width: 800px;
    padding: 10px 0 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: 0 !important;
}
#mega_menu > li:hover > ul.sub-menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#mega_menu > li > ul.sub-menu > li{
    width: 33.33333%;
    padding-bottom: 10px;
}
#mega_menu > li > ul.sub-menu li a{
    padding: 0;
    margin-bottom: 5px;
}
#mega_menu ul.sub-menu > li:hover > a {
    background: transparent;
}
#mega_menu > li > ul.sub-menu > li > a{
    font-weight: 500;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #ec644b;
}
#mega_menu > li > ul.sub-menu > li  ul{
    border: 0;
}
#mega_menu > li > ul.sub-menu > li > ul{
    display: block;
}

.header-main .header-search-form-wrapper{
    max-width: 750px;
    margin-right: 30px;
}

.header-btn a{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #000;
}
.header-btn>a>.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: #52a851;
    color: #fff;
}
.header-btn>a>.desc {
    font-size: 13px;
}

/*end css header*/

#tab-description ul,
.page-wrapper #content .page-inner ul{
    margin-left: 20px;
}

/*----------CSS HOME PAGE----------------------*/
.col-thong-diep .icon-box-text h3,
.section-thong-diep-2 .icon-box-text h3{
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: bold;
}
.col-thong-diep .icon-box-text p,
.section-thong-diep-2 .icon-box-text p{
    font-size: 15px;
    line-height: 20px;
}

.row .section.col-thong-diep{
    padding: 0;
}
.col-thong-diep .icon-box-left .icon-box-img{
    width: 60px !important;
}
.col-thong-diep .icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 10px;
}
.col-thong-diep .row-collapse>.col{
    margin-bottom: 15px !important;
}
.col-thong-diep .row-collapse>.col:last-child{
    margin-bottom: 0px !important;
}
/*----------END CSS HOME PAGE----------------------*/


/*css footer*/
.footer.footer-widgets{
    font-size: 14px;
}
.footer.footer-widgets span.widget-title{
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 22px;
    font-size: 14px;
    display: block;
}
.footer.footer-widgets .is-divider{
    display: none;
}
.footer.footer-widgets ul.menu li{
    border: 0 !important;
    margin-bottom: 5px;
}
.footer.footer-widgets ul.menu li a{
    padding: 0;
}

.copyright-footer {
    margin-top: 5px;
}
.copyright-footer p {
    font-size: 12px;
    margin: 0;
    color: rgba(255,255,255,0.5);
    line-height: 20px;
}


.footer-2 .col{
    text-align: center;
}
/*end css footer*/

/*css custom pgae blog*/
.blog-archive .box-text .post-title{
    font-size: 22px;
    color: #000;
    margin: 0 0 7px;
    font-weight: bold;
    line-height: 1.35;
}
.blog-archive .box-text .is-divider{
    display: none;
}
.blog-archive .box-text p {
    font-size: 15px;
    color: #444444;
    margin: 0 0 15px;
}
/*end css custom pgae blog*/


/*css custom pgae blog single*/
.blog-single .entry-header-text .entry-category a{
    text-transform: uppercase;
    color: #288ad6;
    font-size: 16px;
}
.blog-single .entry-header-text .entry-category a:hover {
    color: #52a851;
}
.blog-single .entry-header-text .entry-divider{
    display: none;
}
/*end css custom pgae blog single*/

/*css widget*/
#product-sidebar .widget-title,
.post-sidebar .widget-title{
    display: block;
    padding-left: 15px;
    border-left: none;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-bottom: 9px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #333;
    line-height: 1.1;
}
#product-sidebar .widget-title:after,
.post-sidebar .widget-title::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 4px;
    height: 20px;
    display: block;
    background-color: #52a851;
}
#product-sidebar .widget-title + .is-divider,
.post-sidebar .widget-title + .is-divider{
    display: none;
}

/*end css widget


.product-summary .single_add_to_cart_button,
.product-summary .woocommerce-variation,
.product-summary .quantity{
	display: none !important;
    padding: 0 !important;
}*/
.product-summary .variations .reset_variations{
    bottom: 60%;
}
.woocommerce .single_add_to_cart_button.button{
	background: #52a851 !important;
    border: 0;
    width: 40%;
    margin-bottom: 3px;
    border-radius: 5px;
    line-height: 2.2rem;
    font-size: 22px;
    padding: 0 15px;
    min-height: 40px;
}
.button.disabled, button.disabled, .button[disabled], button[disabled]{opacity:1!important;}




.woocommerce .single_add_to_cart_button.button span{
	color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    display: block;
}
.woocommerce .single_add_to_cart_button.button small{
	display: block;
	font-size: 14px;
    color: rgba(255,255,255,0.75);
    text-transform: none;
    line-height: 12px;
    padding-bottom: 10px;
}


.section-title-container .section-title-normal{
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #52a851;
}

.section-title-container .section-title-normal span {
    display: inline-block;
    background-color: #52a851;
    color: #fff;
    padding: 0 15px;
    line-height: 46px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
}