@font-face {
    font-family: 'Quicksand';
    src: url('/tp/T0307/font/Quicksand-VariableFont_wght.ttf');
}
body {
    font-size: 14px;
    font-family: "Quicksand",sans-serif !important;
}

img.lazyloading {
    opacity: 0.01;
}

img.lazyloaded {
    opacity: 1;
    transition: 0.3s;
}
#back_to_Top {
    color: rgb(255, 255, 255);
    font-size: 22px;
    background: rgb(230, 76, 101);
    bottom: 269px;
    right: 35px;
    position: fixed;
    z-index: 99;
}
a#back_to_Top i {
    font-family: 'FontAwesome';
    font-style: unset;
}

a#back_to_Top {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
}
/* ---------------- animate -----------*/
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

/*------------------------menu mobile-------------------------------------*/

.fixed-top {
    position: fixed;
    background-color: #fff;
    animation: stuckMoveDown .6s;
    z-index: 2;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}


nav:not(.mm-menu) {
    display: none;
}
.right_ {
    padding: 0;
}
.click_menu a,.logo_small a{
    line-height: 80px;
}
.click_menu a{
    font-size: 24px;
    color: #91ad41;
}
.logo_small a{
    display: block;
}
.logo_small img{
    max-width: 100%;
}
.right_ {
    display: flex;
}
/* -----------------------------End menu mobile---------------------------------   */

#menu{
    display: none;
    background-color: #9fbc4c;
}
#menu a{
    color: #fff;
}
.mm-menu.mm-current {
    display: block !important;
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #91ad41;
}
.header_menu li{
    position: relative;
}
.lare-logo ,.lare-icon>div>i,.lare-icon>div>div>i, .nav-pills>li>a{
    line-height: 120px;
}

header .header-content.fixed-top .lare-logo ,
header .header-content.fixed-top .lare-icon>div>i,
header .header-content.fixed-top .lare-icon>div>div>i,
header .header-content.fixed-top .nav-pills>li>a{
    line-height: 80px;
}

.lare-logo img{
    width: 100%;
}
.nav-pills>li>a {
    padding: 0px 15px;
    color: #000;
    font-size: 16px;
}
.nav-pills>li>a:hover {
    text-decoration: none;
    color: #91ad41;
}
.nav-pills>li>a.active {
    color: #91ad41;
}
.list_sp,.list_sp_2,.list_sp_3{
    position: absolute;
    border: none;
    border-radius: 0px;
    padding: 0;
    min-width: 200px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background: #fff;
    z-index: 2;
}
.list_sp{
    top: 120px;
}
.list_sp li:hover .list_sp_2{
    opacity: 1;
    visibility: visible;
    left: 100%;
    transition: all .5s;
}
.list_sp_2{
    top: 0;
    left: 70%;
}
.list_sp_3{
    top: 0;
    left: 70%;
}

.list_sp>li,.list_sp_2>li,.list_sp_3>li{
    padding: 12px 15px;
    border-bottom: 1px solid #f4f4f4;
}
.list_sp>li>a{
    font-size: 15px;
    color: #000;
}
.list_sp>li>a:hover,.list_sp_2>li>a:hover,.list_sp_3>li>a:hover{
    color: #91ad41;
    text-decoration: none;
}
.nav-pills>li:hover ul.list_sp{
    opacity: 1;
    visibility: visible;
    top: 80px;
    transition: all 0.5s;
}

header .header-content.fixed-top .nav-pills>li:hover ul.list_sp{
    top: 75px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
}
.lare-icon .cart-bag,.lare-icon .user,.lare-icon .seach {
    float: right;
    cursor: pointer;
    position: relative;
}
.lare-icon div i{
    font-size: 18.5px;
}
.lare-icon .user{
    margin: 0 20px;
}
.lare-icon .user:hover .groupc{
    display: block;
}
.groupc {
    width: 200px;
    background: #fff;
    position: absolute !important;
    top: 95px;
    right: -55px;
    z-index: 10;
    padding: 10px;
    display: none;
    border-radius: 10px;
    border: 1px solid #91ad41;
    box-shadow: 0px 10px 27px 12px rgba(0,0,0,0.05);
}

header .header-content.fixed-top .groupc{
    top: 75px;
}

.groupc a {
    display: block;
    /*color: #000;*/
    /*line-height: 20px;*/
    height: 38px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 25px;
    margin-bottom: 5px;
}
.groupc a i{
    vertical-align: middle;
    margin-right: 5px;
}
.button_gradient {
    color: #fff !important;
    background-image: -moz-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    background-image: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    background-image: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
}
.groupc a:hover{
    background: #91ad41 !important;
    color: #fff;
}
.searchmini {
    width: 250px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 80px;
    right: -5px;
    display: none;
    z-index: 2;
}

header .header-content.fixed-top .searchmini {
    top: 60px;
}

.searchmini form {
    width: 100%;
    margin: 0;
    padding: 0;
}
.searchmini form input {
    width: 100%;
    height: 40px;
    line-height: 30px;
    border: none;
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    border-radius: 20px !important;
    padding: 0 40px 0 15px;
}
.searchmini form input::placeholder{
    color: #fff;
}
.searchmini form button {
    height: 40px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 10px;
}
.searchmini form button .fa {
    font-size: 16px;
    color: #fff;
}
.auto-search:focus{
    box-shadow: none;
}
.seach:hover .searchmini{
    display: block;
}
.cout_cart{
    position: absolute;
    top: 35px;
    background-image: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%)!important;
    right: -10px;
    border-radius: 50%;
    line-height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

header .header-content.fixed-top .cout_cart{
    top: 15px;
}

.dropdown-submenu:hover .list_sp_2{
    opacity: 1;
    visibility: visible;
    left: 100%;
    transition: all .5s;
}
.list_sp_2 li:hover .list_sp_3{
    opacity: 1;
    visibility: visible;
    left: 100%;
    transition: all .5s;
}
.menu-item{
    padding: 0;
}
.top-cart-content {
    display: none;
}
/*--------------------------------conten--------------------------------*/
img{
    max-width: 100%;
}
.banner_content.nth_1 {
    background-color: #59cca6;
}
.banner_content.nth_2 {
    background-color: #91ad41;
}
.banner_content.nth_3 {
    background-color: #e3b375;
}
.banner_content.nth_4 {
    background-color: #ef7f94;
}
.banner_content {
    background: none;
    position: relative;
    padding: 0;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.banner_content .col_content {
    width: 100%;
    padding-bottom: 100%;
}
.banner_content .content_ {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 74px;
    width: 60%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_content .content_ h3 {
    /*font-size: 26px;*/
    /*margin: 0;*/
    /*line-height: normal;*/
    padding-bottom: 10px;
    /*font-weight: 500;*/
}
.banner_content .content_ h3 a{
    color: #fff;
    font-size: 25px;
}
.banner_content .content_ h3 a:hover {
    color: #91ad41;
}
.banner_content .content_ span {
    display: block;
    /*float: left;*/
    margin-bottom: 30px;
}
.banner_content .content_ .btn_xem {
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    background: #27272f;
    padding: 0px 20px;
    border: none;
}
.banner_content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.banner_content:hover:before{
    opacity: 1 !important;
}
.btn_xem:hover{
    background: #91ad41 !important;
}
.section_about{
    margin-top:40px;
    margin-bottom: 20px;
}
.title-blog{
    margin: 20px 0;
}
.title h2{
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: 34px;
}
.text_gradient {
    background: -moz-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    background: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
}
.title h2::before{
    content: "";
    height: 22px;
    width: 69px;
    background-image: url("/tp/T0307/img/bg_title.png");
    position: absolute;
    bottom: 0px;
    left: 47%;
}
.title .infor_content{
    padding: 0 150px;
    margin-top: 15px;
    text-align: center;
    /*color: #8b8b99;*/
}
.title .infor_content ,.uti_body .uti_content{
    color: #8b8b99;
}
.slider_1{
    margin-top: 40px;
}
/*.slider1.owl-carousel .owl-item img{*/
/*width: 135px !important;*/
/*display: initial !important;*/
/*}*/
.uti_body h5{
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
}
.product-tabs,.title{
    width: 100%;
}
.mg-top{
    margin-top: 30px;
}
.img-product{
    border: 1px solid #f5f6fb;
}
.card-img-top{
    height: 100%;
    object-fit: scale-down;
}
.product-body{
    padding: 25px;
    background: #f5f6fb;
}
.product-name{
    font-weight: bold;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
}
.product-name_{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-name:hover{
    color: #91ad41;
}
.price-box{
    line-height: 24px;
}
.price{
    font-size: 15px;
    margin-right: 5px;
    color: #91ad41;
}
.old-price {
    text-decoration: line-through;
    color: #707070;
}
.price ,.old-price {
    font-weight: bold;
}
.product{
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.hotline_banner{
    padding: 80px 0;

    background-position: center center;
    background-attachment: fixed;
    background-size:cover;
}
.hotline{
    max-width: 470px;
    display: inline-block;
    color: #fff;
}
.hotline a{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.hotline p{
    margin: 10px 0;
}
.card_news_img{
    position: relative;
    height: 360px;
}
.card_news_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.card_news_date{
    position: absolute;
    bottom: 0;
    opacity: 0.95;
    font-size: 12px;
    background: #fff;
    padding: 10px 0;
    width: 100%;
}
.card_news_body{
    padding: 25px;
    background: #f5f6fb;
}
.card_news_title{
    font-weight: bold;
    font-size: 16px;
}
.card_news_text{
    font-size: 13px;
    color: #707070;
    margin: 0;
    padding-top: 10px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.card_news_date i{
    padding-right: 5px;
}
.card_news_date b{
    font-size: 12px;
    color: #91ad41;
}
.slider_4 .brand_img{
    display: block;
    width: 130px;
}
.brand_ft{
    display: flex;
    align-items: center;
    justify-content: center;
}
.uti_body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.uti_body img{
    width: 135px !important;
}
#show {
    height: 469px;
}
#show img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.evaluate i{
    color: #a7a9ac;
    font-size: 13px;
    font-weight: bold;
}
.status {
    padding: 5px 0px 10px 0px;
}
.price_box .prices{
    display: block;
}
.price_box .prices .price{
    font-size: 24px;
    font-weight: bold;
}
.price_box .prices .old-price{
    color: #8d90a6;
    font-size: 14px;
    margin-left: 10px;
}
.wp_view_product label{
    margin: 0;
    padding: 5px 0;
}
.coloor_ a{
    display: inline-block;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
}
.source{
    padding: 10px 0;
}
.sizenew kt{
    margin: 0;
    padding: 5px 0;
}
.sizenew .sz{
    border: 1px solid #ccc;
    margin: 0 3px 3px 0;
    font-size: 13px;
}
.text4line{
    padding: 10px 0 20px 0;
    border-bottom: 1px dashed #ebebeb;
}
.input_qty_qv{
    padding: 15px 0 30px 0;
}
.input_qty_qv span {
    color: #000;
    font-weight: bold;
}
.call{
    padding-top: 25px;
}
.call span{
    color: #8d90a6;
}
.call a{
    font-weight: bold;
    color: #91ad41;
}
.status .value,.status .a-brand {
    color: #91ad41;
}
.text2line:hover{
    color: #91ad41;
}
.reqnew a.deactive {
    opacity: .3 !important;
    pointer-events: none !important;
}
.reqnew a.active, .reqnew a.active:focus, .reqnew a:hover {
    border-color: #f36;
    background-image: url(/tp/T0304/img/bg_chonsen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: none;
}
.minus,.plus{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: solid 1px #e1e1e1;;
    border-radius: 50%;
    line-height: 26px;
    cursor: pointer;
    outline: none;
}
.quantity{
    border-radius: 20px;
    text-align: center;
    outline: none;
    border: 1px solid silver;
    line-height: 30px;
    width: 100px;
}
.quantity_wanted_p button{
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    box-shadow: none;
    font-size: 15px;
    border-radius: 25px;
    border: none;
    width: 50%;
    height: 45px;
    color: #fff;
    font-weight: bold;
}
.quantity_wanted_p button:hover{
    background: #fff;
    /*transition: all 0.5s;*/
    border:1px solid #91ad41;
    color: #91ad41;
}
.bread-crumb{
    padding: 60px 0;
}
.bread-crumb h3{
    /*font-size: 36px;*/
    margin: 0;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
}
.bread-crumb_background{
    /*background: url("/tp/T0307/img/banner.png");*/
    background-size: cover;
    margin-bottom: 40px;
}
.box-header h4 {
    margin: 13px 0;
}
#pagination{
    justify-content: center;
}
#pagination .pagination{
    margin: 0;
}
.pagination li a {
    border-radius: 50% !important;
    margin: 0 2px;
    color: #495b72;
    border: 1px solid #495b72;
    /*padding: 6px 12px;*/
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
.pagination li.active a, .pagination li a:hover, .pagination li a:focus, .pagination li a:active {
    color: #fff;
    background: #91ad41 !important;
    border-color: #91ad41 !important;
}
.pagination li.round.active a, .pagination li.round a:hover, .pagination li.round a:focus, .pagination li.round a:active {
    border-color: #495b72 !important;
}
.pagination li.round a {
    width: auto;
    padding: 0px 15px;
    border-radius: 15px !important;
}
.bread-crumb ul{
    justify-content: center;
    background: none;
    margin: 0;
    padding-bottom: 0;
}
.breadcrumb>li+li:before {
    font-family: Fontawesome;
    padding: 0 5px;
    content: "\f105";
}
.breadcrumb>li,.breadcrumb>li>a{
    color:#707070;
}
.breadcrumb>li:last-child>a{
    color: #91ad41;
}
.filter-bar{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #91ad41;
    margin-bottom: 30px;
}
.result-search {
    margin: 25px 0 30px;
}
/*------------------------- Trang chi tiết sản phẩm --------------*/
.img-main{
    margin-bottom: 15px;
}
.slide-thumb {
    width: 80%;
    margin: 0 auto;
}
.slide-thumb img{
    border: 1px solid #e1e1e1;
}
.slide-thumb .cloudzoom-gallery-active{
    border: 1px solid #91ad41;
}
.select-class select{
    height: 28px;
    margin: 15px 0 15px;
    width: 100%;
    border-color: #91ad41;
    font-weight: bold;
}
.pro-detail-tabs {
    margin-top: 40px;
}
.pro-detail-tabs ul{
    display: block;
    border-bottom: 1px solid #ebebeb;
}
.tp_product_detail .tp_product_detail_suggest,.tp_product_detail .tp_product_detail_history{
    /*display: none;*/
}

/*---------------------- cart --------------------*/
.cart-body .item-cart{
    display: flex;
    flex-wrap: wrap;
}
.item-cart__product-infor .item-cart__product-name,.item-cart__product-amount span{
    color: #707070;
    display: inline-block;
}
.item-cart__product-infor .item-cart__product-name{
    margin-bottom: 12px;
}
.item-cart__product-infor .item-cart__product-price,.total-bill span:last-child{
    color: #91ad41;
    font-weight: bold;
}
.item-cart__product-infor .item-cart__product-price{
    font-size: 16px;
    margin: 0;
}
.item-cart__product-amount .quantity{
    width: 60px;
}
.action-cart a{
    border-radius: 30px;
}
.action-cart a:first-child{
    background: #ebebeb;
}
.action-cart a:last-child{
    color: #fff;
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    background: -ms-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
}



/*---------------------- user --------------------*/
#signGF{
    margin-bottom: 30px;
}
#signGF a{
    display: inline-block;
    color: #fff;
}
#signGF>h3{
    margin: 20px 0 25px 0;
}
#signFacebook{
    background: #3b5998;
}
#signGF a i{
    font-size: 20px;
    vertical-align: middle;
}
#signFacebook i{
    padding: 8px 14px;
    border-right: 1px solid #304f91;
}
#signGoogle i{
    padding: 8px 9px;
    border-right: 1px solid #d44730;
}
#signFacebook span,#signGoogle span{
    padding: 0 20px;
}
#signGoogle{
    background: #e14b33;
}
#customer_login ul,#registerForm ul{
    padding: 0;
    margin: 0;
}
#customer_login ul li,#registerForm ul li{
    list-style: none;
}
#customer_login ul li input,#registerForm ul li input{
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    padding: 10px 25px;
    min-height: 50px;
    outline: none;
    margin-bottom: 10px;
}
#btnSubmit,#btn-register,.btn-cart-header{
    color: #fff;
    background: -moz-linear-gradient(35deg,#91ad41 0%,#ff8a6c 100%);
    background: -webkit-linear-gradient(35deg,#91ad41 0%,#ff8a6c 100%);
    background: -ms-linear-gradient(35deg,#91ad41 0%,#ff8a6c 100%);
    font-size: 16px;
}
#btnSubmit:hover,#btn-register:hover,.btn-cart-header:hover{
    background: #91ad41;
    color: #fff;
}




/*---------------------------------footer-------------------------------*/
.btn_dk, .em {
    border-radius: 20px !important;
    border: none;
}
.btn_dk{
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    margin-left: -25px;
    z-index:1;
}
.btn_dk:hover{
    color: #fff;
    background: #91ad41;
}
.em:focus{
    box-shadow: none;
    border: none;
}
.new-letter{
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: rgba(232,218,199,0.6);
    border-top: 1px solid #e8dac7;
}
.letter-left.heading h3{
    font-weight: bold;
}
.widget_first_childs{
    padding-top: 50px;
}
.logo_footer{
    margin-bottom: 12px;
}
.footer_ ul{
    padding: 0;
}
.footer_ ul li{
    padding: 0;
    list-style: none;
}
.contact_footer ul{
    margin-top: 33px;
}
.contact_footer ul li{
    margin: 15px 0px;
}
.contact_footer ul li i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #91ad41;
    background: #fff;
    border: 1px solid #91ad41;
    border-radius: 50%;
    margin-right: 5px;
    float: left;
}
.ft_title{
    position: relative;
    margin-top: 60px;
    margin-bottom: 22px;
}
.ft_title span{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.ft_title .r_col{
    position: absolute;
    right: 6%;
    top: 40%;
}
.widget-ft ul li{
    line-height: 32px;
}
.widget-ft a:hover{
    color: #91ad41;
}
.ft2{
    line-height: 50px;
    background-color: rgba(232,218,199,0.6);
}
.ft2 b{
    color: #c42026;
}
h1.detail-product-name {
    font-size: 1.75rem;
}

.ew-alo-phone.ew-alo-red .ew-alo-ph-circle {
    border-color: #ffffff;
    opacity: .5;
}

.ew-alo-phone a{
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
}

.ew-alo-phone {
    bottom: 300px;
    right: 230px;
    display: block;
    left: auto;
    position: fixed;
    z-index: 9999;
}
.ew-alo-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    opacity: 0.5;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #91ad41;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ew-alo-ph-circle-fill {
    width: 75px;
    height: 75px;
    top: 58px;
    left: 57px;
    position: absolute;
    background-color: #91ad41;
    opacity: .75 !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.ew-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    background-size: 30px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30,30,30,.1) url(/tp/T0307/img/fa-phone.png) no-repeat center center;
    background-color: #91ad41;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 80%;
}

.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #91ad41
}
/*news*/
.introContent h1, .blogTitle{
    font-family: 'UTM Alter Gothic';
    letter-spacing: 5px;
    font-size: 40px;
    font-weight: 700;
}
.introContent {
    background: #000;
}
.introContent *{
    color: #fff;
}
.itemsNews {
    border: 1px solid #eee;
}
.circleNews{
    height: 40px;
    width: 40px;
    background: #eee;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #000;
}
.newsContents > a{
    font-weight: bold;
    text-decoration: underline;
}
.newsContents > a:hover, .paginNews a{
    text-decoration: none;
}
.paginNews span{
    display: none;
}
.paginNews a, .paginNews span.currentPage{
    display: inline-block;
    padding: 5px 10px;
    color: #a2a2a2;
    font-weight: bold;
}
.paginNews span.currentPage{
    color: #000 !important;
}
.article-title h1{
    font-size: 20px;
}
.article-title .meta-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    color: #666;
}
.article-title .meta-info:before {
    right: calc(100% + 10px);
}
.article-title .meta-info:after, .article-title .meta-info:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    top: 12px;
}
.article-title .meta-info:after {
    left: calc(100% + 10px);
}
.news-latest {
    border: 1px solid #eaeaea;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5);
    box-shadow: 0px 1px 0px 0px rgba(234,234,234,.5);
}
.news-latest .sidebarblog-title {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}
.news-latest h2 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.item-article {
    margin-bottom: 10px;
}
.item-article .post-image {
    overflow: hidden;
}
.item-article .post-image img {
    max-width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-article .post-content h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
    font-style: normal;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.item-article .post-content span {
    color: #666;
    font-size: 12px;
}
.itemsNews.col-xl-12.col-12.mb-4 {
    border: 1px solid #eee;
}
.author-date {
    display: none !important;
}
.newsContents{
    margin-top: 0 !important;
}
.newsContents h2.text-uppercase{
    font-size: 15px !important;
    color: #333 !important;
}
#pagination {
    width: 100%;
}

.before-aff {
    font-weight: 500;
}
.item-cart__total span.after-aff, .after-aff {
    text-decoration: none;
    margin-left: 10px;
}

@media screen and (max-width: 768px){
    .sidebar-blog{
        margin-bottom: 20px;
    }
    #home_mobileBanner{
        display: block;
    }
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
a.zalo-link-icon {
    position: fixed;
    bottom: 130px;
    right: 30px;
    z-index: 99;
}

a.zalo-link-icon img {
    width: 60px;
}
/* Reponsive product */

@media (max-width: 374px) {
    .img-product{
        height: 128px;
    }
}
@media (min-width: 374px) and (max-width: 413px){
    .img-product{
        height: 155.5px;
    }
}
@media (min-width: 414px) and (max-width: 543px){
    .img-product{
        height: 180.5px;
    }
}
@media (min-width: 544px) and (max-width: 767px){
    .img-product{
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .img-product{
        height: 155.5px;
    }
    .slider_2 .img-product,.cate-product .img-product{
        height: 218px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .img-product{
        height: 210.5px;
    }
}
@media (min-width: 1200px) {
    .img-product{
        height: 258.5px;
    }
    .pro-detail-tabs .tab-content .tab-pane{
        padding: 45px 0 60px 0;
    }
}

/* Reponsive */
@media (min-width: 768px){
    .container {
        max-width: 750px !important;
    }
    #home_mobileBanner{
        display: none;
    }
    .banner-top{
        display: block;
    }
    .bread-crumb h3, .bread-crumb h1 {
        font-size: 36px;
    }
    .product-tabs ul{
        display: block;
        text-align: center;
        padding: 0;
        margin:20px 0 !important;
    }
    .product-tabs ul li{
        list-style: none;
        display: inline-block;
        margin: 4px;
    }
    .product-tabs ul li a{
        border: 1px solid #e7e9f3;
        border-radius: 30px;
    }
    .product-tabs ul li a:hover{
        background: #91ad41;
        color: #fff;
    }
    .product-tabs ul li a.active{
        background: #91ad41;
        color: #fff;
    }
    .filter-bar ul{
        padding: 0;
        margin: 0;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        height: 100%;
        width: 100%;
    }
    .filter-bar ul li{
        list-style: none;
    }
    .filter-bar ul li:not(:first-child){
        padding-left: 20px;
    }
    .filter-bar ul li a{
        color: inherit;
    }
    .filter-bar ul li a:hover i,.filter-bar ul li a.active i{
        background: #91ad41;
        border: 1px solid #91ad41;
    }
    .filter-bar ul li a:hover i::before,.filter-bar ul li a.active i:before{
        font-family: FontAwesome;
        content: "\f00c";
        position: absolute;
        font-size: 11px;
        font-weight: bold;
        top: -1px;
    }
    .filter-bar ul li i{
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid #cdcfdd;
        display: inline-block;
        margin:-2px 5px 0 0;
        vertical-align: middle;
        position: relative;
        color: #fff;
    }
    .widget-ft .collapse{
        display: block !important;
    }
    .widget-ft .r_col{
        display: none;
    }
    .pro-detail-tabs ul li a{
        display: flex;
        justify-content: center;
    }
    .pro-detail-tabs ul li a.active::before{
        content: "";
        height: 2px;
        background: #91ad41;
        width: 55px;
        position: absolute;
        bottom: -20px;
    }
    .pro-detail-tabs ul li{
        display: inline-block;
        padding: 0 40px;
    }
    .pro-detail-tabs ul li a{
        padding: 0;
        margin: 20px 0;
        font-weight: bold;
        font-size: 23px;
        position: relative;
    }
    .cart-body{
        margin-top: 50px;
    }
    .item-cart__product-img{
        width: 10%;
    }
    .item-cart__product-infor{
        width: 50%;
        padding-left: 40px;
    }
    .item-cart__product-amount{
        width: 20%;
    }
    .item-cart__total{
        width: 20%;
        color: #707070;
    }
    .item-cart__total p:nth-child(2){
        color: #91ad41;
        font-weight: bold;
        font-size: 16px;
    }
    .item-cart__total p:not(:last-child){
        margin-bottom: 12px;
    }
    .item-cart__total span{
        cursor: pointer;
        text-decoration: underline;
    }
    .item-cart__total span i{
        margin-right: 5px;
        font-weight: bold;
    }
    .total-bill{
        text-align: right;
        padding: 25px 0;
    }
    .total-bill span:first-child{
        color: #707070;
    }
    .total-bill span:last-child{
        font-size: 22px;
        margin-left: 15px;
    }
    .action-cart{
        text-align: right;
    }
    .action-cart a{
        border: 1px solid #ebebeb;
        font-size: 14px;
        display: inline-block;
    }
    .action-cart a:first-child{
        padding: 13px 25px;
    }
    .action-cart a:last-child{
        padding: 13px 35px;
    }
    .action-cart a:last-child:hover{
        background: #91ad41;
    }
    .item-cart__product-amount span{
        display: none;
    }
    .cart-body .item-cart{
        padding: 30px;
        border: 1px solid #ebebeb;
        border-radius: 20px;
        margin-bottom: 5px;
    }
    .quantity_wanted_p button{
        width: 50%;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 970px !important;
    }
}

@media (min-width: 1024px){
    .header_mobile{
        display: none;
    }
    .filter-bar ul{
        justify-content: flex-end;
        align-items: center;
    }
}
@media (min-width: 1025px) {
    .product:hover .group-action {
        display: block !important;
    }
    .img-product::before{
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        opacity: 0;
    }
    .img-product{
        position: relative;
        cursor: pointer;
    }
    .group-action{
        position: absolute;
        top: 55%;
        left: 36%;
    }
    .group-action a{
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 2px 21px rgba(0,0,0,.12);
        opacity: 0.9;
    }
    .group-action a:hover{
        background: #91ad41;
    }
    .group-action a:hover i{
        color: #fff;
        transition: all 0.25s;
    }
    .group-action a i{
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .product:hover{
        transition: all 0.5s;
        -moz-box-shadow: 0px 12px 16px rgba(0,0,0,0.12);
        -webkit-box-shadow: 0px 12px 16px rgba(0,0,0,0.12);
        box-shadow: 0px 12px 16px rgba(0,0,0,0.12);
    }
    .product:hover .img-product::before{
        opacity: 0.5;
    }
    .slider_qv{
        padding-top: 5px;
    }
    .slider_qv .owl-stage{
        display: flex;
    }
    .slider_qv img{
        height: 100%;
        border: 1px solid #ebebeb;
    }
    .slider_qv .owl-prev,.slider_qv .owl-next{
        margin: 0 !important;
        outline: none;
        width: 20px;
        height: 20px;
        background: #fff !important;
        border-radius: 50% !important;
        position: absolute;
        top: 50%;
    }
    .slider_qv .owl-prev span,.slider_qv .owl-next span{
        line-height: 16px;
        font-size: 16px;
        font-weight: bold;
        color: red;
    }
    .slider_qv .owl-prev{
        left: -8px;
    }
    .slider_qv .owl-next{
        right: -8px;
    }
    #modalQuickview .modal-lg{
        max-width: 1028px;
    }
    #modalQuickview .modal-body{
        padding: 30px;
    }
    #modalQuickview .modal-content{
        border-radius: 0;
    }
    #modalQuickview .modal-content .close{
        right: -17px;
        top: -24px;
        color: #fff;
    }
    .modal-content .close{
        width: 20px;
        position: absolute;
        z-index: 186;
        opacity: 1;
    }
    #modalQuickbuy .modal-content .close{
        right: 12px;
        top: 5px;
        color: #707070;
    }
    #modalQuickbuy .modal-content{
        border-radius: 20px;
    }
    #modalQuickbuy .modal-body{
        padding: 0;
        display: flex;
    }
    #modalQuickbuy .left-modal,#modalQuickbuy .right-modal{
        padding: 30px;
    }
    #modalQuickbuy .left-modal{
        width: 50%;
        background: #f8f8f8;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    #modalQuickbuy .left-modal>p,#modalQuickbuy .right-modal p:first-child{
        margin-bottom: 25px;
        color: #707070;
    }
    #modalQuickbuy .left-modal .media-left,#modalQuickbuy .left-modal .infor-right{
        float: left;
    }
    #modalQuickbuy .left-modal p i,#modalQuickbuy .right-modal p i{
        color: #91ad41;
        margin-right: 5px;
    }
    #modalQuickbuy .left-modal .media-left{
        width: 29.5%;
        border: 2px solid #91ad41;
    }
    #modalQuickbuy .left-modal .infor-right{
        width: 70.5%;
        padding-left: 20px;
    }
    #modalQuickbuy .left-modal .infor-right p:first-child{
        color: #707070;
    }
    #modalQuickbuy .left-modal .infor-right p:last-child{
        color: #91ad41;
        font-weight: bold;
        margin: 0;
    }
    #modalQuickbuy .right-modal p:last-child{
        margin: 0;
    }
    #modalQuickbuy .right-modal p:last-child a{
        line-height: 55px;
        color: #fff;
        height: 55px;
        padding: 0 50px;
        border-radius: 25px;
        font-size: 16px;
        display: inline-block;
    }
    #modalQuickbuy .right-modal p:nth-child(2){
        margin-bottom: 20px;
    }
    #modalQuickbuy .right-modal p:nth-child(2) span{
        font-size: 21px;
        margin-left: 10px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px !important;
    }
    .header-minicart p{
        margin: 0 15px 0 15px;
        padding: 15px 0;
    }
    .content-minicart{
        padding-left: 15px;
    }
    ul#cart-sidebar {
        padding:0 15px 0 0;
        margin:0;
        min-width: 260px;
        width: 260px;
        max-height: 300px;
        overflow-y: scroll;
        list-style: none outside;
    }
    ul#cart-sidebar::-webkit-scrollbar{
        width: 4px;
        background: #d0d0d0;
    }
    ul#cart-sidebar::-webkit-scrollbar-thumb{
        background-color: #91ad41;
    }
    ul#cart-sidebar li.cart-item{
        display: flex;
    }
    ul#cart-sidebar li{
        border-bottom: 1px solid #ebebeb;
    }
    ul#cart-sidebar li.cart-item{
        padding: 12px 0;

    }
    ul#cart-sidebar li.cart-item .item-image{
        width: 30%;
    }
    ul#cart-sidebar li.cart-item .item-image a{
        display: block;
    }
    ul#cart-sidebar li.cart-item .item-infor{
        width: 65%;
        padding-left: 15px;
    }
    ul#cart-sidebar li.cart-item .remove-item{
        width: 5%;
    }
    ul#cart-sidebar li.cart-item .item-infor a{
        font-size: 13.5px;
        margin-bottom: 8px;
        display: block;
    }
    ul#cart-sidebar li.cart-item .item-infor p{
        margin-bottom: 0;
    }
    ul#cart-sidebar li.cart-item .item-infor p span:last-child{
        color: #91ad41;
    }
    .action-minicart{
        margin: 0 15px;
        padding: 15px 0 25px;
        border-top: 1px solid;
    }
    .action-minicart p:last-child{
        margin: 0;
    }
    .action-minicart p:last-child span:last-child{
        font-weight: bold;
    }
    .action-minicart p a{
        display: block;
        border-radius: 30px;
        padding: 13px 0;
    }
    .top-cart-content {
        position: absolute;
        top: 88px;
        right: -10px;
        background: #fff;
        padding: 0;
        text-align: left;
        box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
        border-radius: 10px;
        border: 1px solid #91ad41;
        z-index: 2;
        min-width: 260px;
    }

    header .header-content.fixed-top .top-cart-content{
        top: 68px;
    }

    .cart-bag:hover .top-cart-content{
        display: block;
    }
    .pro-detail-tabs ul li a:hover{
        color: #000;
    }
    .card_news{
        transition: 0.3s;
    }
    .card_news:hover{
        transition: 0.3s;
        box-shadow: 0px 12px 16px rgba(0,0,0,0.12);
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .filter-bar ul{
        padding: 8px 0 15px 0;
    }
}
@media (max-width: 767px){
    .banner_content .content_{
        left: 30px;
    }
    .fil-menu{
        margin: 10px 0;
    }
    .fil-menu ul,.item-cart__total{
        display: none;
    }
    .fil-menu span.sort-by-mb{
        width: 30%;
    }
    .fil-menu span.custom-dropdown-mb{
        width: 70%;
    }
    .fil-menu span.custom-dropdown-mb select{
        width: 100%;
    }
    .footer{
        padding: 0;
    }
    .widget-ft{
        margin-bottom: 30px;
        padding: 0;
    }
    .ft_title{
        margin: 0;
        padding: 10px 20px 10px 0;
    }
    .contact_footer ul{
        margin-bottom: 0px;
    }
    .product-name{
        font-size: 12px;
    }
    .detail-product-name a{
        font-size: 24px;
        margin: 20px 0 10px;
        display: block;
    }
    .price,.old-price  {
        font-size: 13px;
    }
    .title h2:before{
        left: 42% !important;
    }

    .product-tabs{
        position: relative;
    }
    .product-tabs .list-cate{
        padding: 0 20px;
        position: absolute;
        z-index: 1;
        top: 60px;
        width: 100%;
    }
    .product-tabs ul{
        /*display: block;*/
        display: none;
        background: #fff;
        border: 1px solid #e7e9f3;
        box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.16);
        -o-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.16);
        -os-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.16);
        -webkit-box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.16);
    }
    .pro-detail-tabs ul li{
        border: 1px solid #ebebeb;
        margin-bottom: 5px;
        text-align: initial;
    }
    .pro-detail-tabs ul li a{
        font-size: 17px;
        font-weight: bold;
    }
    .pro-detail-tabs ul li a:not(.active):after,.pro-detail-tabs ul li a.active:after{
        font-family: Fontawesome;
        float: right;
        font-size: 14px;
    }
    .pro-detail-tabs ul li a.active:after{
        content: "\f078";
    }
    .pro-detail-tabs ul li a:not(.active):after{
        content: "\f077";
    }
    .pro-detail-tabs ul li a.active{
        color: #91ad41;
        border-bottom: 2px solid #91ad41;
    }
    .cart-body .item-cart{
        padding: 15px 0;
        border-bottom: solid 1px #ebebeb;
    }
    .item-cart__product-img{
        width: 25%;
    }
    .item-cart__product-infor{
        width: 45%;
        padding: 0 10px;
    }
    .item-cart__product-amount{
        width: 30%;
    }
    .item-cart__product-amount span{
        margin-top: 10px;
        text-decoration: underline;
    }
    .item-cart__product-amount .quantity{
        height: 30px;
        line-height: initial;
        width: 30px;
    }
    .total-bill{
        padding: 15px 0;
    }
    .total-bill span:last-child{
        float: right;
        font-size: 20px;
    }
    .total-bill span:first-child,.cart-title{
        font-size: 20px;
    }
    .action-cart a{
        display: block;
        text-align: center;
        padding: 12px 0;
        font-size: 16px;
    }
    .action-cart a:first-child{
        margin:30px 0 10px;
    }
    .quantity_wanted_p button{
        width: 100%;
    }
}
@media (max-width: 768px){
    .product-body{
        padding: 5px;
    }
    .product-tabs>col-12{
        margin-top: 20px;
    }
    .product-tabs .select-cate{
        border: 1px solid #91ad41;
        border-radius: 30px;
        padding: 8px 16px;
        position: relative;
        margin: 0;
    }
    .product-tabs .select-cate i{
        position: absolute;
        right: 16px;
        top: 8px;
        font-size: 20px;
    }
    .ew-alo-phone{
        bottom: 320px;
        right: 160px;
    }
}
@media (max-width: 1023px){
    /*.header_pc{*/
    /*    display: none;*/
    /*}*/
    .title .infor_content{
        padding: 0px;
    }
    .title h2{
        font-size: 27px;
    }
    .letter-left.heading h3{
        font-size: 22px;
    }

}
@media (max-width: 1024px) {
    .lare-icon .user{
        margin: 0 12px;
    }
    .groupc{
        right: -40px;
    }
    .group-action{
        display: none;
    }
    .pro-detail-tabs .tab-content .tab-pane{
        padding: 30px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .lare-logo ,.lare-icon>div>i,.lare-icon>div>div>i, .nav-pills>li>a{
        line-height: 80px;
    }

    .cout_cart{
        top: 15px;
    }

    .searchmini{
        top: 60px;
    }

    .groupc{
        top: 75px;
    }

}
.nav-item.active a.nav-link {
    background: #91ad41;
}
p.toggle.tp_text_color {
    display: flex;
    margin: 0 0 0 10px;
    gap: 3px;
    align-items: center;
}
.language{
    position: relative;
}
.language ul {
    display: none;
    position: absolute;
    padding: 0 0 0 20px;
    z-index: 9999;
}
.language ul li{
    list-style: none;
}
.lare-icon {
    display: flex;
    align-items: center;
    float: right;
}
.language img {
    width: 25px;
    height: fit-content;
}
@media (max-width: 468px) {
    .language span {
        display: none;
    }
    .language ul{
        padding-left: 10px;
    }
}
.language ul li a {
    display: flex;
    padding-top: 4px;
}
i.fa.fa-caret-down {
    cursor: pointer;
}
.product-thumb-video {
    position: relative;
    list-style: none;
}
.product-thumb-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text_gradient.tp_title {
    -webkit-background-clip: text !important;
}
.label-sale {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 50px;
    height: 51px;
    opacity: .9;
    background: #FDD464;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-flex: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.label-sale:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    border-top: 5px solid #fdd464;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    width: 25px;
}
.product-name_{
    white-space: unset;
}
/*.tab-content>.active{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
a.mess-link-icon {
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 99;
}
a.mess-link-icon img {
    width: 60px;
}
.email-icon {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    background: #0096FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff !important;
}

.total_score {
    font-size: 30px;
    color: #e0222c;
}

.rate_point-v2 .spr-badge {
    gap: 8px;
    pointer-events: none;
}

.default_score {
    font-size: 18px;
    color: #e0222c;
    letter-spacing: -0.5px;
}

.rate_point-v2 {
    background-color: #fffbf8;
    border: 1px solid #f9ede5;
    padding: 1.875rem;
}

.product_rate-v2 .description_title-v2 {
    margin-bottom: 8px;
}

.product_rate-v2 .product-rating .star-rating {
    font-size: 18px;
    width: 130px;
    color: #a7a9ac;
}

.thumbnail_images .owl-carousel .owl-nav button.owl-next,
.thumbnail_images .owl-carousel .owl-nav button.owl-prev {
    top: 8%;
    font-size: 40px;
    color: #fff;
    filter: drop-shadow(1px 2px 2px #00000050);
}

.comment-rating {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.comment-rating .star-rating {
    font-size: 13px;
    width: 73px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    height: 1.2em;
    line-height: 1.2em;
    display: block;
    font-family: var(--icon-font);
    font-weight: 700;
}

.comment_ava-v2 {
    width: 40px;
    height: 40px;
}

.comment_block-v2 {
    position: relative;
    display: flex;
    gap: 15px;
    padding: 1.25rem;
    margin: 0 2rem;
    border-bottom: 1px solid rgba(1, 15, 28, 0.06);
}

.comment_block-v2:last-child {
    margin-bottom: 50px;
}

.comment_info-v2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comment_name-v2, .comment_time-v2 {
    color: #757575;
    font-size: 13px;
    letter-spacing: -.3px;
}

.total_rate {
    font-size: 14px;
}

.comment_content-v2 {
    background-color: rgba(1, 15, 28, 0.06);
    padding: 15px 25px;
    margin-top: 10px;
    letter-spacing: -.2px;
}

.product_rate-v2 .content-block-hd {
    padding: 0;
}

.product_rate-v2 {
    padding: 0 1.25rem 1.25rem;
}

.like_comment_btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #757575;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: -.2px;
}

.liked {
    color: var(--theme-color);
}

.the_comment_add-v2 p {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
}

.the_comment_add-v2 {
    padding-bottom: 20px;
}

.the_comment_add-v2 form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}
.row.row-name {
    gap: 15px;
    margin: 0;
}
.the_comment_add-v2 input {
    width: calc(50% - 7.5px);
    background-color: rgba(1, 15, 28, 0.06);
    border: none;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.the_comment_add-v2 textarea {
    background-color: rgba(1, 15, 28, 0.06);
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 15px;
    margin: 0;
    min-height: 80px;
    max-height: 80px;
}

.rate {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
    margin: 0;
}
.rate i {
    color: #a7a9ac;
}
.rate i.voteHover,.rate i.active {
    color: #fdba12;
}
.comment_star_vote span i.active {
    color: #fdba12;
}

.comment_star_vote span i.deactive {
    color: #a7a9ac;
}

.comment_star_vote span i {
    font-size: 13px;
}
.rate span {
    color: #757575;
    font-size: 16px;
    margin-right: 10px;
}

.rate:not(:checked)>input {
    position: absolute;
}

.rate:not(:checked)>label {
    float: right;
    width: 21px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 19px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "\f005 ";
    font-family: var(--icon-font);
}

.rate>input:checked~label {
    color: #e0222c;
    font-weight: 600;
}

.rate:not(:checked)>label:hover, .rate:not(:checked)>label:hover~label {
    color: #e0222c;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    font-weight: 600;
}

.the_comment_add-v2 .rate input {
    display: none;
}
.btn-custom {
    font-size: 14px;
    text-decoration: none;
    background: #8cc63f;
    border: 1px solid;
    border-color: #8cc63f;
    color: #fff;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
}
#StarTotal1 .star-1, #StarTotal2 .star-1, #StarTotal2 .star-2, #StarTotal3 .star-1, #StarTotal3 .star-2, #StarTotal3 .star-3, #StarTotal4 i:not(:last-child), #StarTotal5 i, .voteHover {
    color: #ffc107;
}
.social-action {
    gap: 15px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.social-action i{
    color: #fff;
    font-size: 40px;
}
.social-action a.ws{
    background: #25d366;
    width: 50px;
    height: 50px;
}
.social-action a.ws i,.social-action a.email i{
    font-size: 35px;
}
.social-action a.email{
    background: #5fb8e0;
    width: 50px;
    height: 50px;
}
.social-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
a.zalo-link-icon{
    bottom: 200px;
}
@media screen and (max-width: 991px) {
    .product_rate-v2 .description_title-v2 {
        width: 100%;
        font-size: 1.25rem;
        font-weight: 600;
        padding: 0;
    }

    .rate_point-v2 {
        background: initial;
        border: none;
        padding: 0;
    }

    .rate_point-v2 .spr-badge {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .product-rating .star-rating {
        margin-right: 0;
        overflow: hidden;
        position: relative;
        width: 70px;
        height: 1.2em;
        line-height: 1.2em;
        display: block;
        font-weight: 700;
        font-size: 12.5px;
    }

    .product_rate-v2 .product-rating .star-rating {
        font-size: 12px;
        width: 121px;
    }

    .total_score {
        font-size: 14px;
        color: var(--gray-color);
    }

    .default_score {
        font-size: 15px;
        color: var(--gray-color);
    }



    .comment_block-v2 {
        padding: 10px 0;
        margin: 0;
    }

    .comment_star_vote span i.active {
        color: #ffc107;
    }

    span.user-comment-default {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .comment_block-v2:last-child {
        margin-bottom: 30px;
    }

    .the_comment_add-v2 p {
        font-size: 1.25rem;
    }

    .the_comment_add-v2 form {
        margin: 0;
    }

    .more_product-v2 {
        margin-top: 15px;
        padding: 10px 0;
    }

    .section-title {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: -.3px;
        margin: 0 0.75rem;
        margin-top: 5px;
        margin-bottom: 13px;
        padding: 0 0.75rem;
    }

    .more_product_view_more-v2.text-center {
        width: 100%;
    }

    .rate i.voteHover, .rate i.active {
        color: #ffc107;
    }
}
.content_cate{
    display: none;
}