.row:before, .row:after {display: none !important;}

.hl-pagination{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.nav-links{
    display: flex;
    justify-content: center;
}

.navigation.pagination{
    float: left;
    width: 100%;
    text-align: center;
    display:block;
}

.navigation.pagination .screen-reader-text{
    display:none;
}
.navigation.pagination .page-numbers .icon{
    width:11px;
    height:11px;
    color: #fff;
    fill:#fff;
}
.navigation.pagination .page-numbers{
    background: #ffffff;
    color: #000;
    padding: 8px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}
.navigation.pagination .page-numbers:after{
    position:absolute;
    top:45%;
    left:50%;
    transform:translate(-50%,-50%)
}

.navigation.pagination .page-numbers.next:after{
    content:"»";
}

.navigation.pagination .page-numbers.prev:after{
    content:"«";
}

.navigation.pagination .page-numbers.current{
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}

ul.woocommerce-mini-cart.cart_list li{
    float:left;
    width:100%;
}
ul.woocommerce-mini-cart.cart_list li>a, ul.woocommerce-mini-cart.cart_list li>.quantity{
    float:left;
}
ul.woocommerce-mini-cart.cart_list li>a{
    width:20%;
}ul.woocommerce-mini-cart.cart_list li>a.remove{
    width:5%;
}ul.woocommerce-mini-cart.cart_list li>.quantity{
    width:75%;
    text-align:right;
}
ul.woocommerce-mini-cart.cart_list li>.quantity .name{
    font-weight:bold;
}
.woocommerce-page ul.cart_list li img{
    width: 60px !important;
    height: 60px !important;
    float: left;
    margin-right: 10px;
}
.woocommerce-mini-cart__buttons{ text-align:center; }
.woocommerce-mini-cart__total .woocommerce-Price-amount{ float:right; }
.woocommerce-mini-cart__buttons > a{ 
    display:block; margin:0 auto; 
    background: #F62D3E;
    color: #FFFFFF;
    margin-bottom:10px;
}.woocommerce-mini-cart__buttons > a.checkout{
    color: #474C5F;
    background: #EBEBEB;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #F62D3E;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .quantity .qty{ width:auto; padding:0; }
.woocommerce-products-header .woocommerce-products-header__title{
    padding-top:0;
    margin-top:0;
}

.category-gallery img{ width:100%; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color:transparent; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:100%;
}
.woocommerce span.onsale{ display:none; }

.woocommerce-product-gallery .flex-viewport{
    border: 1px solid #EBEBEB;
}
.woocommerce div.product div.images .flex-control-thumbs{
    margin-top:15px;
    position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs .splide__arrows{
    position: absolute;
    display: contents;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    padding:0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    border: 1px solid #EBEBEB;
}
.entry-summary .price ins{ text-decoration:none; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f62d3e;
}
.woocommerce .entry-summary .quantity .qty{
    height: 40px;
}
.woocommerce-product-details__short-description{
    margin-bottom:10px; 
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 0 20px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-ordering select{
    height:34px;
}
.woocommerce-cart-form th, .woocommerce-cart-form td{
    border-left-width:0;
    border-bottom-width: 0;
    border-top-width: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 40px;
}


.pagination_pagetemplate{
    display: flex;
    justify-content: center;
}
.pagination_pagetemplate .page-numbers{
    background: #ffffff;
    color: #000;
    padding: 9px 12px;
    position: relative;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #ddd;
    line-height: 1;
}
.pagination_pagetemplate .page-numbers.current{
    background: #fb7a1c;
    color: #fff;
    border: 1px solid #fb7a1c;
}
.pagination_pagetemplate .screen-reader-text {
    display: none;
}
.pagination_pagetemplate .page-numbers .icon {
    width: 11px;
    height: 11px;
    color: #fff;
    fill: #fff;
}
.pagination_pagetemplate .page-numbers:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pagination_pagetemplate .page-numbers.next:after {
    content: "»";
}
.pagination_pagetemplate .page-numbers.prev:after {
    content: "«";
}

.bread-crumb{

}
.bread-crumb p{
    margin: 0;
}

footer .back-to-top {
    position: fixed;
    bottom: 50px;
    right: -50px;
    z-index: 100;
    transition: all .5s ease-out;
    cursor: pointer;
    height: 45px;
    width: 45px;
    background-color: #3379a5;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
footer .back-to-top.display {
    right: 10px;
}
footer .back-to-top .fa {
    font-size: 20px;
    line-height: 45px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/

/*HEADER*/
.header_top{
    background: #333;
    color: #fff;
    padding: 5px;
}
.left_headertop a {
    margin-right: 5px;
    color: #fff;
}
.left_headertop i {
    color: #29baf2;
}
.right_headertop{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
ul.ulsocial_headertop{
    display: flex;
    align-items: center;
}
ul.ulsocial_headertop li{
    margin-right: 5px;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
}
ul.ulsocial_headertop li a{
    text-align: center;
}
ul.ulsocial_headertop li a i{
    line-height: 25px;
    color: #fff;
}
ul.ulsocial_headertop li.facebook{
    background: #3b5998;
}
 ul.ulsocial_headertop li.twitter{
    background: #2196f3;
}
ul.ulsocial_headertop li.youtube{
    background: #ff0000;
}
ul.ulsocial_headertop li.instagram{
    background: #f231ba;
}
ul.ulsocial_headertop li.linkedin{
    background: #0077b5;
}

.header_main{
    position: relative;
    background: #000;
}
.header_main.fixed{
    position: fixed !important;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    animation: fadeInDown 1s ease-out;
}
.header_main .logo_headermain{
    padding: 10px 0;
    display: inline-block;
}
.header_main .logo_headermain img{
    width: 100%;
    height: 55px;
    object-fit: contain;
}
.boxcart_headermain{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    padding: 20px 0;
    color: #fff;
}
.boxcart_headermain .search_header_main{
    margin-right: 10px;
}
.boxcart_headermain .search_header_main input{
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background: #ffffff00;
    border: 1px solid #fff;
    border-radius: 5px 0 0 5px !important;
    border-right: 0;
}
.boxcart_headermain .search_header_main input::placeholder {
    color: #fff;
}
.boxcart_headermain .search_header_main button{
    height: 30px;
    width: 30px;
    min-width: 30px;
    padding: 5px;
    border-radius: 0 5px 5px 0 !important;
    background: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
    border-left: 0;
}
.cart_header_main{
    text-align: right;
}
.cart_header_main a{
    display: block;
}
.cart_header_main a i{
    font-size: 20px;
    color: #fff;
}
.cart_header_main a .cart_menu {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}
.cart_header_main a .cart_menu .count_holder {
    display: inline-flex;
    position: absolute;
    right: -15px;
    top: -10px;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    padding: 4px;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    background: #29baf2;
    color: #fff;
    border-radius: 50%;
    transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
    will-change: transform;
    transform: scale(1.01);
    z-index: 1;
}

@media(min-width: 768px) and (max-width: 991px){
    .header_main .logo_headermain {
        width: 100%;
        padding: 10px 0;
    }
    .boxcart_headermain {
        justify-content: space-between;
        padding: 5px 0;
    }
    .boxcart_headermain .search_header_main{
        flex: 0 0 100%;
        max-width: 90%;
    }
    .boxcart_headermain .search_header_main input{
        width: 100%;
    }
    .boxcart_headermain .cart_header_main{
        flex: 0 0 100%;
        max-width: 8%;
    }
    .cart_header_main a i{
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    .header_main .logo_headermain {
        width: 100%;
        padding: 5px 0;
    }

    .left_headertop{
        text-align: center;
        margin-bottom: 5px;
    }
    .right_headertop{
        justify-content:center;
    }
    .boxcart_headermain {
        justify-content: space-between;
        padding: 10px 0;
    }
    .boxcart_headermain .search_header_main{
        flex: 0 0 100%;
        max-width: 85%;
    }
    .boxcart_headermain .search_header_main input{
        width: 100%;
    }
    .boxcart_headermain .cart_header_main{
        flex: 0 0 100%;
        max-width: 10%;
    }
    .cart_header_main a i{
        font-size: 30px;
    }
}
/*END HEADER*/

.breadcrumb{
    padding: 10px 0;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}
.breadcrumb p, .breadcrumb .woocommerce-breadcrumb {
    margin: 0;
}

/*SLIDER*/
.slider_home{
    position: relative;
    margin-bottom: 15px;
}
.item__slider_home{
    position: relative;
}
.item__slider_home img{
    width: 100%;
/*    height: 100vh;*/
height: auto;
object-fit: fill;
}
.slider_home .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    bottom: 20px;
}
.slider_home .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #002db099;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.slider_home .slick-dots li button {
    display: none;
}
.slider_home .slick-dots li.slick-active {
    background-color: #ec1e25;
}
/*END SLIDER*/

/*FOOTER*/
.footer_main{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer_main .ftm_contact{
    position: relative;
    height: 100%;
    padding: 0 10px 80px;
}
.footer_main .ftm_contact:before {
    position: absolute;
    content: "";
    background-color: #106f85;
    opacity: .5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer_main .ftm_contact h4 {
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    padding-top: 40px;
    color: #fff;
}
.footer_main .ftm_contact .ftm_slogan {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
.ftm_contact ul.ftm_ulinfo{
    list-style: none;
    margin-bottom: 10px;
}
.ftm_contact ul.ftm_ulinfo li {
    position: relative;
    color: #fff;
}
.ftm_contact ul.ftm_ulinfo li a {
    color: #fff;
}
.ftm_contact ul.ftm_socialmedia{
    list-style: none;
}
.ftm_contact ul.ftm_socialmedia li{
    position: relative;
    display: inline-block;
    margin-right: 4px;
    color: #fff;
}
.ftm_contact ul.ftm_socialmedia li a{
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
}
.ftm_contact ul.ftm_socialmedia li a.facebook {
    background: #3b5998;
}
.ftm_contact ul.ftm_socialmedia li a.twitter {
    background: #1da1f2;
}
.ftm_contact ul.ftm_socialmedia li a.instagram {
    background: #c43f77;
}
.ftm_contact ul.ftm_socialmedia li a.youtube {
    background: #e12b28;
}

.footer_click{

}
.footer_click h4 {
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    padding-top: 40px;
    color: #fff;
}
.footer_click ul.ulmenu{
    list-style: none;
}
.footer_click ul.ulmenu li{
    color: #fff;
}
.footer_click ul.ulmenu li a{
    color: #fff;
}
.footer_click.payment{
    margin-top: 15px;
}
.footer_click ul.ulpayment{
    list-style: none;
}
.footer_click ul.ulpayment li{
    margin-bottom: 5px;
    display: inline-block;
}
.footer_click ul.ulpayment li a{
    color: #fff;
}
.footer_click.customer{
    margin-top: 15px;
}
.footer_click .form_ftm{
    position: relative;
}
.footer_click .form_ftm form{
    position: relative;
    border-radius: 50px;
    margin: 0;
}
.footer_click .form_ftm form input[type="email"]{
    height: 40px;
    border: none;
    font-size: 13px;
    background: #fff;
    border-radius: 50px;
}
.footer_click .form_ftm form .btnSend{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 21px;
    margin: 0;
    width: 100px;
    height: 40px;
    border-radius: 50px;
    padding-right: 3px;
}
.footer_click .form_ftm form .btnSend input[type="submit"]{
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0, .2), 0 2px 10px 0 rgba(0,0,0, .1);
    transition: all 0.5s ease;
}
.footer_click .form_ftm form .btnSend input[type="submit"]:hover{
    background: #02863e;
    color: #ff0;
}

.footer_copyright{
    padding: 10px 0;
    background: #303030;
}
.footer_copyright .ftc_copyright{
    color: #fff;
    text-align: center;
}
.footer_copyright .ftc_copyright a{
    color: #fff;
}
@media(min-width: 768px) and (max-width: 991px){
    .footer_main .ftm_contact{
        padding: 0;
    }
    .footer_main .ftm_contact:before{
        background-color: #ffffff00;
    }
}
@media only screen and (max-width: 767px){
    .footer_main .ftm_contact{
        padding: 0;
    }
    .footer_main .ftm_contact:before{
        background-color: #ffffff00;
    }
}

/*END FOOTER*/

/*WIDGET NEWS*/
.section_news{
    position: relative;
    margin-bottom: 30px;
}
.title_section_news{
    margin-bottom: 20px;
    text-align: center;
}
.title_section_news h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #323c3f;
    text-transform: uppercase;
}
.title_section_news h2 a {
    font-size: 20px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 10px 0;
    display: inline-block;
}
.title_section_news h2 .t1 {
    font-weight: bold;
    color: #106f85;
}
.title_section_news:hover h2 a {
    color: #106f85;
}
.slick_section_news{
    position: relative;
}
.slick_section_news .slick-list{
    margin: 0 -15px;
}
.slick_section_news .slick-slide > div{
    margin: 0 15px;
}
.slick_section_news .slick-prev, .slick_section_news .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;

    background: #56a4ce;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_section_news .slick-prev{
    left: 0px;
}
.slick_section_news .slick-next {
    right: 0px;
}
.itemnews_w{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemnews_w .flex_itemnews_w{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img_itemnews_w{
    max-width: 260px;
    flex: 0 0 100%;
    position: relative;
}
.img_itemnews_w img{
    width: 100%;
    height: 185px;
    object-fit: fill;
}
.img_itemnews_w .date_itemnews_w{
        background-color: #000000b3;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    text-align: center;
    z-index: 99;
    padding: 5px;
}
.img_itemnews_w .date_itemnews_w span.dd {
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
    display: block;
}
.info_itemnews_w{
    max-width: calc(100% - 280px);
    flex: 0 0 100%;
}
.info_itemnews_w:hover a{
    color: #000;
}
.info_itemnews_w h3.name_itemnews_w{
    font-size: 16px;
    margin-top: 0;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.info_itemnews_w .name_itemnews_w{
    font-weight: 500;
    color: #000;
}
@media only screen and (max-width: 767px){
    .img_itemnews_w{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .img_itemnews_w img{
        height: auto;
    }
    .info_itemnews_w{
        max-width: 100%;
    }
}
/*END WIDGET NEWS*/

/*WIDGET DOI TAC*/
.section_doitac{
    position: relative;
    margin-bottom: 30px;
}
.slick_section_doitac{
    position: relative;
}
.slick_section_doitac .slick-list{
    margin: 0 -10px;
}
.slick_section_doitac .slick-slide > div{
    margin: 0 10px;
}
.slick_section_doitac .item_section_doitac{
    width: 100%;
    height: 95px;
}
.slick_section_doitac .item_section_doitac img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/*END WIDGET DOI TAC*/

/*WIDGET KHACH HANG*/
.section_khachhang{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-bottom: 30px;
}
.section_khachhang{
    position: relative;
}
.section_khachhang .item_section_khachhang{
    position: relative;
    padding-top: 70px;
}
.section_khachhang .item_section_khachhang .img_item_swkh{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid #00000080;
    border-radius: 100%;
    overflow: hidden;
}
.section_khachhang .item_section_khachhang .img_item_swkh img{
    width: auto;
}
.section_khachhang .item_section_khachhang .content_item_swkh{
    padding-left: 135px;
    padding-right: 135px;
    background-color: rgba(0,0,0,0.85);
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}
.section_khachhang .item_section_khachhang .des_item_swkh{
    position: relative;
    font-size: 14px;
}
.section_khachhang .item_section_khachhang .des_item_swkh:before {
    content: '\f10d';
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    text-align: center;
    font-size: 22px;
    position: absolute;
    left: -33px;
    top: 0;
}
.section_khachhang .item_section_khachhang .des_item_swkh:after {
    content: '\f10e';
    display: inline-block;
    font-family: FontAwesome;
    line-height: 1;
    text-align: center;
    font-size: 22px;
    position: absolute;
    right: -33px;
    top: 0;
}
.section_khachhang .item_section_khachhang .name_item_swkh{
    font-weight: bold;
}
@media(min-width: 768px) and (max-width: 991px){
    .section_khachhang .item_section_khachhang .content_item_swkh{
        padding-left: 50px;
        padding-right: 50px;
    } 
}
@media only screen and (max-width: 767px){
    .section_khachhang .item_section_khachhang .content_item_swkh{
        padding-left: 50px;
        padding-right: 50px;
    } 
}
/*END WIDGET KHACH HANG*/

/*WIDGET HINH ANH*/
.section_hinhanh{
    position: relative;
    margin-bottom: 30px;
}
.grid_swha{
    display: grid;
    grid-template-columns: calc(100%/3) calc(100%/3) calc(100%/3);
    grid-gap: 10px;
}
.grid_swha .item_swha{
    grid-row-start: 1;
    grid-row-end: 3;
}
.grid_swha .item_swha img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid_swha .item_swha a{
    display: initial;
}
.grid_swha .item_swha:nth-child(2){
    grid-row-start: 1;
    grid-row-end: 2;
}
.grid_swha .item_swha:nth-child(3){
    grid-row-start: 2;
    grid-row-end: 3;
}
.grid_swha .item_swha:nth-child(2) img,
.grid_swha .item_swha:nth-child(3) img{
    height: 305px;
}
@media(min-width: 768px) and (max-width: 991px){
    .grid_swha{
        grid-template-columns: auto auto auto auto;
    }
    .grid_swha .item_swha{
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(2){
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(3){
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(2) img, .grid_swha .item_swha:nth-child(3) img{
        height: auto;
    }
}
@media only screen and (max-width: 767px){
    .grid_swha{
        grid-template-columns: auto auto;
    }
    .grid_swha .item_swha{
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(2){
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(3){
        grid-row:auto;
    }
    .grid_swha .item_swha:nth-child(2) img, .grid_swha .item_swha:nth-child(3) img{
        height: auto;
    }
}
/*END WIDGET HINH ANH*/

/*WIDGET SAN PHAM*/
.section_product{
    position: relative;
    margin-bottom: 15px;
}
.groupTab .tabControl {
    text-align: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 20px;
}
.groupTab .tabControl li {
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 10px;
    transition: all 0.5s ease;
}
.groupTab .tabControl li.active,
.groupTab .tabControl li:hover {
    color: #106f85;
    font-weight: bold;
}
.groupTab .tabContent {
    display: none;
    overflow: hidden;
}
.groupTab .tabContent.active {
    display: block;
}

.itemproduct_widget{
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    transition: all 0.5s ease;
}
.itemproduct_widget .imgproduct_w{
    position: relative;
    width: 100%;
    height: auto;
}
.itemproduct_widget .imgproduct_w img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.itemproduct_widget .imgproduct_w .sale{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #106f85;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 15px;
}
.itemproduct_widget .imgproduct_w button.add_to_cart_button{
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #fff;
    background: #106f85;
    border-radius: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    bottom: -40px;
}
.itemproduct_widget .imgproduct_w button.add_to_cart_button:hover{
    background: #434342;
}
.itemproduct_widget .infoproduct_w{
    position: relative;
    padding: 10px 0;
}
.itemproduct_widget h3.titleproduct_w{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.itemproduct_widget .infoproduct_w .priceproduct_w{
    text-align: left;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
}
.itemproduct_widget .infoproduct_w .priceproduct_w del{
    color: #929292;
    font-size: 12px;
}
.itemproduct_widget .infoproduct_w .priceproduct_w ins{
    text-decoration: auto;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
}
.itemproduct_widget:hover{
    background: #106f85;
    border: 1px solid #106f85;
}
.itemproduct_widget:hover h3.titleproduct_w{
    color: #fff;
}
.itemproduct_widget:hover .priceproduct_w{
    color: #fff;
}
.itemproduct_widget:hover .priceproduct_w ins{
    color: #fff;
}
.itemproduct_widget:hover .imgproduct_w button.add_to_cart_button{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.section_product .owl-nav button {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    text-align: center;
    line-height: 32px !important;
    top: 50%;
    color: #878fa0 !important;
    font-size: 20px !important;
    margin: 0;
    transition: 0.5s all ease;
    transform: translate(0, -50%);
}

.section_product .owl-nav .owl-prev {
    left: -50px;
}
.section_product .owl-nav .owl-next {
    right: -50px;
}
.section_product:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit;
}
.section_product:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
}
.section_product .owl-nav .owl-prev:hover{
    background: #106f85 !important;
    color: #fff !important;
}
.section_product .owl-nav .owl-next:hover{
    background: #106f85 !important;
    color: #fff !important;
}
/*END WIDGET SAN PHAM*/

/*WIDGET DANH MỤC*/
.section_catproduct{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-bottom: 15px;
}
.boxcat_swcp{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;

    margin-bottom: 15px;
}
.boxcat_swcp .itemcat_swcp{
    grid-column-end: span 1;
    padding: 5px;
    transition: all 0.5s ease;
}
.boxcat_swcp .itemcat_swcp:hover{
    background: #106f85;
}
.boxcat_swcp .itemcat_swcp a{
    text-align: center;
    display: block;
}
.boxcat_swcp .itemcat_swcp a img{
    margin: auto;
}
.boxcat_swcp .itemcat_swcp a h3{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.boxproduct_swcp{
    background: #fff;
    padding: 45px 20px 30px;
    position: relative;
}
.boxproduct_swcp:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: contain;
}

.slick_product_swcp{
    position: relative;
}
.itemproduct_swcp{
    position: relative;
}
.itemproduct_swcp .flex_itemproduct_swcp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemproduct_swcp .imgproduct_swcp{
    max-width: 240px;
    flex: 0 0 100%;

    position: relative;
}
.itemproduct_swcp .imgproduct_swcp img{
    width: 100%;
    height: auto;
    object-fit: fill;
}
.itemproduct_swcp .imgproduct_swcp .sale {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    width: 42px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    background: #106f85;
    color: #fff;
    font-size: 11px;
}
.itemproduct_swcp .infoproduct_swcp{
    max-width: calc(100% - 260px);
    flex: 0 0 100%;
}
.itemproduct_swcp .infoproduct_swcp h3.titleproduct_swcp{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.itemproduct_swcp .infoproduct_swcp h3.titleproduct_swcp a{
    color: #333;
}
.itemproduct_swcp .infoproduct_swcp .desproduct_swcp{
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.itemproduct_swcp .infoproduct_swcp .priceproduct_swcp{
    text-align: left;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.itemproduct_swcp .infoproduct_swcp .priceproduct_swcp del{
    color: #929292;
    font-size: 12px;
}
.itemproduct_swcp .infoproduct_swcp .priceproduct_swcp ins{
    text-decoration: auto;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
}
.itemproduct_swcp .infoproduct_swcp button.add_to_cart_button{
    height: 40px;
    font-size: 13px;
    color: #fff;
    background: #106f85;
    border-radius: 4px;
}

.slick_product_swcp .slick-prev, .slick_product_swcp .slick-next {
    position: absolute;
    top: -20px;
    transform: translateY(-50%);
    z-index: 99;

    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;

    background: #fff;
    box-shadow: 0 7px 10px 0 #488bd833;
    border-radius: 4px;

    padding: 0;
    outline: none;
    cursor: pointer;
    transition: all .25s ease;
}
.slick_product_swcp .slick-prev{
    right: 35px;
}
.slick_product_swcp .slick-next {
    right: 0px;
}
@media only screen and (max-width: 767px){
    .itemproduct_swcp .imgproduct_swcp{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .itemproduct_swcp .infoproduct_swcp{
        max-width: 100%;
    }
}
/*END WIDGET DANH MỤC*/

/*TRANG MAC DINH*/
.page_default{
    margin-bottom: 30px;
}
.page_default h1{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #106f85;
    position: relative;
}
.page_default h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    content: "";
    display: block;
    float: left;
    background: #106f85;
}
.page_default .entry-content{
    font-weight: 500;
    color: #000;
}
@media(min-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){
    .head_pagebanner {
        width: 80%;
    }
}
/*END TRANG MAC DINH*/

/*TRANG LIÊN HỆ*/
.page_lienhe{
    margin-bottom: 15px;
}
.page_lienhe .ggmap__plt{
    margin-bottom: 30px;
}
.page_lienhe .info__plt{
    margin-bottom: 15px;
    color: #000;
}
.page_lienhe .info__plt h2{
    margin: 0 0 5px 0px;
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ec1e25;
}
.page_lienhe .info__plt address{
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 24px;
}
.page_lienhe .info__plt p{
    margin-bottom: 3px;
}
.page_lienhe h3.titleform__plt{
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-left: 190px;
    padding-bottom: 10px;
    font-size: 19px; 
    font-weight: bold;
    color: #000;
    position: relative;
}
.page_lienhe h3.titleform__plt::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    content: "";
    display: block;
    float: left;
    background: #000;
}
.page_lienhe .flexform__plt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.page_lienhe .flexform__plt .name{
    max-width: 25%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    color: #000;
}
.page_lienhe .flexform__plt .input{
    max-width: 73%;
    flex: 0 0 100%;
}
.page_lienhe .submit{
    text-align: right;
    float: right;
}
.page_lienhe .ajax-loader{
    display: block;
}
.page_lienhe form{
    margin: 0;
}
.page_lienhe form input{
    font-size: 13px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 35px;
    margin-bottom: 0;
}
.page_lienhe textarea{
    font-size: 13px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 70px;
    margin-bottom: 0;
}
.page_lienhe form input[type=submit]{
    background: #000;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px;
}
@media only screen and (max-width: 991px){
    .page_lienhe .flexform__plt .name{
        justify-content:start;
    }
    .page_lienhe h3.titleform__plt{
        margin-left: 0;
    }
    .page_lienhe .submit{
        text-align: left;
        float: left;
    }
}
/*END TRANG LIÊN HỆ*/

/*TRANG DANH MUC VA BAI VIET*/
.page__archive{
    margin-bottom: 30px;
}
.page__archive h1.titlehead__page__archive{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #106f85;
    position: relative;
}
.page__archive h1.titlehead__page__archive::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    content: "";
    display: block;
    float: left;
    background: #106f85;
}
.flex_itempost{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}
.flex_itempost:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.flex_itempost h3.name__itempost img{
    display: none;
    width: 45px;
}
.img__itempost{
    max-width: 25%;
    flex: 0 0 100%;
}
.img__itempost img{
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
}
.info__itempost{
    max-width: 73%;
    flex: 0 0 100%;
}
.info__itempost h3.name__itempost{
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}
.info__itempost h3.name__itempost a{
    display: flex;
}    
.info__itempost .cat__itempost{
    color: #555;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 5px;
    padding: 0;
    line-height: 20px;
    text-transform: capitalize;
}
.info__itempost .desr__itempost{
    font-size: 14px;
    color: #000;
}

.single__archive{
    margin-bottom: 15px;
}
.single__archive h1.titlehead__singlepost{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #106f85;
    position: relative;
}
.single__archive h1.titlehead__singlepost::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    content: "";
    display: block;
    float: left;
    background: #106f85;
}
.single__archive .content__singlepost{
    color: #000;
    margin-bottom: 30px;
}
.blog_related{

}
.blog_related h4.titlehead__relatedpost{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #106f85;
    position: relative;
}
.blog_related h4.titlehead__relatedpost::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    content: "";
    display: block;
    float: left;
    background: #106f85;
}
@media only screen and (max-width: 767px){
    .hl-pagination{
        margin-bottom: 30px;
        display: grid;
    }
}

.boxsidebar{
    position: relative;
    background: #fff;
    padding: 0 5px;
}
.sidebar_news{
    margin-bottom: 15px;
}
.titlehead_sidebar{
    position: relative;
    margin-bottom: 15px;
}
.titlehead_sidebar h3.title_sidebar{ 
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #106f85;

    text-align: left;
}

ul.listpost_sidebar{
    list-style: none;
}
ul.listpost_sidebar li{
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.listpost_sidebar li .img_listpost_sidebar{
    width: 25%;
    margin-bottom: 5px;
}
ul.listpost_sidebar li .info_listpost_sidebar{
    width: 75%;
    font-size: 13px;
    padding: 0 10px;
}
ul.listpost_sidebar li .info_listpost_sidebar > a{
    font-weight: bold;
    text-transform: uppercase;
    color: #07a4b5;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.listpost_sidebar li .info_listpost_sidebar > span{
    color: #d3d3d3;
    font-size: 12px;
}

ul.listproduct_sidebar{
    list-style: none;
}
ul.listproduct_sidebar li{
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.listproduct_sidebar li .img_listproduct_sidebar{
    width: 25%;
    margin-bottom: 5px;
}
ul.listproduct_sidebar li .info_listproduct_sidebar{
    width: 75%;
    font-size: 13px;
    padding: 0 10px;
}
ul.listproduct_sidebar li .info_listproduct_sidebar > a{
    font-weight: bold;
    text-transform: uppercase;
    color: #07a4b5;
    line-height: 1.3;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.listproduct_sidebar li .info_listproduct_sidebar > .price_listproduct_sidebar{
    color: #FF1821;
    font-size: 14px;
    font-weight: bold;
}
ul.listproduct_sidebar li .info_listproduct_sidebar > .price_listproduct_sidebar del{
    color: #929292;
    font-size: 13px;
}
ul.listproduct_sidebar li .info_listproduct_sidebar > .price_listproduct_sidebar ins{
    text-decoration: auto;
    color: #FF1821;
    font-size: 14px;
    font-weight: bold;
}

/*END TRANG DANH MUC VA BAI VIET*/

/*TRANG THU VIEN ANH*/
.page_thuvienanh{
    margin-bottom: 30px;
}
.grid_thuvienanh{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.grid_thuvienanh .col_thuvienanh{
    grid-column-end: span 1;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.grid_thuvienanh .col_thuvienanh img{
    width: 100%;
    height: 250px;
    object-fit: fill;
}
@media(min-width: 768px) and (max-width: 991px){
    .grid_thuvienanh .col_thuvienanh{
        grid-column-end: span 1;
    }
    .grid_thuvienanh .col_thuvienanh img{
        width: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 767px){
    .grid_thuvienanh .col_thuvienanh{
        grid-column-end: span 2;
    }
    .grid_thuvienanh .col_thuvienanh img{
        width: 100%;
        height: 100%;
    }
}
/*END TRANG THU VIEN ANH*/

.page_archiveproduct{
    position: relative;
}

.boxsidebar_shop{
    margin-bottom: 30px;
}

.woocommerce.widget_price_filter{
    margin-bottom: 30px;
}
.woocommerce.widget_price_filter h2.widget-title{
    font-size: 18px;
    background: #106f85;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce.widget_price_filter form{
    border:1px solid #D8D9D9;
    padding: 10px 10px;
}

.colum_block {
    margin: 0 0 20px;
    background-color: #fff;
}
.colum_block .colum_block_title {
    font-size: 18px;
    background: #106f85;
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.colum_block .colum_block_category{
    padding: 10px 10px;
    border-width: 0 1px 1px;
    border-color: #D8D9D9;
    border-style: solid;
}
.colum_block .colum_block_category ul {
    padding: 0;
    margin: 0;
}
.colum_block .colum_block_category ul li{
    list-style-type: none;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.colum_block .colum_block_category ul li:last-child {
    border-bottom: none;
}
.colum_block .colum_block_category ul li .hitarea{
    height: 20px;
    width: 20px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
    position: static;
    float: right;
}
.colum_block .colum_block_category ul li .hitarea:before {
    font-family: 'FontAwesome';
    content: '\f067';
    color: #999999;
    font-weight: normal;
    font-size: 10px;
    vertical-align: top;
}
.colum_block .colum_block_category ul li a{
    padding: 0;
    margin: 0;
}
.colum_block .colum_block_category ul ul {
    padding: 0 0 0 15px;
}



.itemproduct{
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}
.itemproduct .imgproduct{
    position: relative;
    width: 100%;
    height: auto;
}
.itemproduct .imgproduct img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.itemproduct .imgproduct .sale{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    background: #106f85;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 15px;
}
.itemproduct .imgproduct button.add_to_cart_button{
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #fff;
    background: #106f85;
    border-radius: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    bottom: -40px;
}
.itemproduct .imgproduct button.add_to_cart_button:hover{
    background: #434342;
}
.itemproduct .infoproduct{
    position: relative;
    padding: 10px 0;
}
.itemproduct h3.titleproduct{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.itemproduct .infoproduct .priceproduct{
    text-align: left;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
}
.itemproduct .infoproduct .priceproduct del{
    color: #929292;
    font-size: 12px;
}
.itemproduct .infoproduct .priceproduct ins{
    text-decoration: auto;
    color: #106f85;
    font-size: 14px;
    font-weight: bold;
}
.itemproduct:hover{
    background: #106f85;
    border: 1px solid #106f85;
}
.itemproduct:hover h3.titleproduct{
    color: #fff;
}
.itemproduct:hover .priceproduct{
    color: #fff;
}
.itemproduct:hover .priceproduct ins{
    color: #fff;
}
.itemproduct:hover .imgproduct button.add_to_cart_button{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}