/*------- Define.css --------------------------------------*/
body{
    color: #1d2129;
    background: #efefef;
    font-size: 14px;
    /*font: 14px/18px Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;*/
    /*font-family: Arial;*/
    left: 0;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: left .5s cubic-bezier(.25,.46,.45,.94);
    -webkit-transition: left .5s cubic-bezier(.25,.46,.45,.94);
    transition: left .5s cubic-bezier(.25,.46,.45,.94);
}
.banner-mobile,.banner-2{
    display: none;
}
.text-intro table{
    width: 100% !important;
}
.header__nav{
    display: none;
}
@media (max-width: 767px) {
    .text-md-nowrap {
        white-space: nowrap;
    }
    .banner-pc,.banner-1{
        display: none;
    }
    .banner-mobile,.banner-2{
        display: block;
    }
}
@media (max-width: 320px) {
    .col-xxs{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .header__nav{
        display: block;
    }
}


/*---------- define css custom --------------------------*/
*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
a, a:hover{
    transition: all 50ms;
    text-decoration: none;
}

.sty-none ul, .sty-none ol,.sty-none li{
    list-style: none;
    margin-bottom: 0;
}
.sty-none ul, .sty-none ol{
    padding-left: 0;
}
.full{
    width: 100%;
}
.table td, .table th{
    padding: .5rem;
    vertical-align: middle;
}
.fa-1x5{
    font-size: 1.5em;
}
.fa-pink{
    color: #ff5722;
}

sub, sup {
    font-size: 15px;
}
sub {
    bottom: -.2em;}

.btn-warning, a.btn-warning, button.btn-warning{
    color: #fff;
}
.btn-warning:hover{
    color: #fff;
    background-color: #f3b600;
    border-color: #f3b600
}
.btn-gray {
    color: #fff;
    background-color: #b5b5b5;
    border-color:  #b5b5b5;
}
.btn-gray:hover {
    color: #fff;
    background-color:  #9a9a9a;
    border-color:  #9a9a9a;
}

.btn-infor {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
    border-radius: .35rem;
}
.btn-infor:hover {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
}

.btn-infor:focus, .btn-infor.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}

.btn-outline-infor {
    color: #33b5e5;
    background-color: transparent;
    background-image: none;
    border-color: #33b5e5;
}

.btn-outline-infor:hover {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
}

.btn-outline-infor:focus, .btn-outline-infor.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}

.btn-outline-infor.disabled, .btn-outline-infor:disabled {
    color: #33b5e5;
}

.btn-radius{
    border-radius: 50px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
}
.btn .spinner-border{
    margin-left: 5px;
}

body .pagination{
    margin: 15px 0 10px 0;
}

.page-link {
    color: #333;
}

.page-link:hover {
    color: #fff;
    background-color: #0a61ad;
    border-color: #0a61ad;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem  rgba(175, 175, 175, 0.25);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0a61ad;
    border-color: #0a61ad;
}


.alert-pink {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}
.alert-pink a{
    color: #fff;
}

/*---- modal --------*/
.modal-header{
    border-bottom: none;
    position: relative;
    z-index: 10;
}
.modal-header .close{
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 30px;
    font-size: 35px;
    cursor: pointer;
}
.modal-content{
    padding: 15px;
    border: none;
    border-radius: 15px;
}
.modal-dialog .modal-content {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    border-radius: .125rem;
}
.modal-dialog .modal-content .modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}

.ekko-lightbox .modal-content{
    padding: 0;
}
.ekko-lightbox .modal-content .modal-body{
    padding: 5px;
}
/*---- end modal --------*/


/*----  modal-notify --------
* https://mdbootstrap.com/docs/jquery/modals/additional/
*/
.modal-dialog.modal-notify .modal-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #33b5e5;
}
.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    font-size: 1.15rem;
    color: #fff;
}
.modal-dialog.modal-notify .close {
    opacity: 1;
    padding: 0;
    font-size: 29px;
    margin: -.5rem 0 -1rem auto;
    outline: 0 !important;
}
.modal-dialog.modal-notify .close .white-text{
    color: #fff !important;
}
.modal-dialog.modal-notify.modal-info .modal-content {
    padding: 0;
}
.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: #616161;
}
.modal-dialog.modal-notify.modal-info .fab, .modal-dialog.modal-notify.modal-info .far, .modal-dialog.modal-notify.modal-info .fas {
    color: #33b5e5;
}
.modal-dialog.modal-notify .btn {
    margin: .3rem;
}
.modal-dialog.modal-notify .modal-footer {
    padding: .3rem 0;
}
/*---- end modal-notify -------------------------*/

/*---- modal-top -------------------------*/
@media (min-width: 992px){
    .modal .modal-dialog.modal-top {
        top: 0;
    }
    .modal .modal-frame {
        position: absolute;
        margin: 0!important;
        width: 100%;
        max-width: 100%!important;
    }
}

/*---- modal-top -------------------------*/

.row{
    margin-right: -10px;
    margin-left: -10px;
}
[class*="col-"], .container{
    padding-right: 10px;
    padding-left: 10px;
}

.formError, .formError .formErrorContent{
    z-index: 50;
}
.pointer{
    cursor: pointer;
}
sub {
    bottom: 0;
}
/*---------- end define css custom ----------------------------------------*/

.content img, .content table, .content div, .content select, .content input, .content b, .content strong,
.content p, .content i{
    max-width: 100% !important;
}
.content img{
    height: auto !important;
}
#mss-alret{
    border: 1px dashed #f88d81;
    color: #f06455;
    padding:10px 15px;
    margin-bottom: 15px;
    clear: both;
    display: none;
}
.open-move{
    left: 250px;
    overflow: hidden;
}
.owl-theme .owl-nav .disabled{
    opacity: .3;
}
.breadfirst{
    margin: 1rem 0;
}
.fa.pink, .text-pink{
    color: #FF5722;
}

input, button{
    font-size: 13px;
}
.b-w{
    background: #fff;
}
.b-trans{
    background: transparent !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb-item a{
    color: #333;
}
/*------- End Define.css --------------------------------------*/


/*------- Common --------------------------------------*/
.owl-theme .owl-dots .owl-dot span{
    background: rgba(255, 255, 255, 0.45);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-dots .owl-dot, .owl-dots .owl-dot:focus,.owl-dots .owl-dot:active {
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    font-size: 60px;
    line-height: 0;
    width: 30px;
    height: 51px;
    top: 35%;
    z-index: 2;
    color: #fff;
    text-indent: -999px;
}
.owl-carousel .owl-nav button:hover{
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover{
    right: 0;
    background: url('../img/slide_nav.png') no-repeat -30px 0 transparent !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev:hover{
    left: 0;
    background: url('../img/slide_nav.png') no-repeat 0 0 transparent !important;
}
.owl-carousel .owl-nav span{
    display: none;
}
.owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.owl-pink .owl-nav button.owl-next, .owl-pink .owl-nav button.owl-prev{
    background: #fff;
    padding: 0 !important;
    font-size: 32px;
    line-height: 0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #000;
    box-shadow: 0 0 10px rgba(204, 204, 204, .5);
    display: flex;
    align-items: center;
    justify-content: center
}
.owl-pink .owl-nav button:hover, .owl-pink .owl-nav button:focus, .owl-pink .owl-nav button:active{
    outline: 0;
    color: #000 !important;
    background: #f1f1f1 !important;
    box-shadow: 0 0 10px rgb(204, 204, 204);
}
.m-heading{
    font-size: 1.3em;
}

.product-item{
    position: relative;
    margin-bottom: 20px;

}
.owl-item .product-item{
    /*margin-bottom: 0;*/
}
.product-item .image{
    position: relative;
    margin-bottom: 8px;
}
.product-item .image>a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.product-item .image img{
    /*transform: scale(1);*/
    /*transition: all 300ms;*/
    /*width: 100%;*/
    object-fit: scale-down;
    height: 200px;
    width: 100%;
    display: inline-block;
}
/*.product-item .image img:hover{*/
    /*transform: scale(1.2);*/
    /*transition: all 300ms;*/
/*}*/
/*.product-item .flag{*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    z-index: 1;*/
/*    background: url('../img/icon/icon-discount.png') no-repeat center center;*/
/*    background-size: cover;*/
/*    color: #f8f06a;*/
/*    border-radius: 50%;*/
/*    height: 45px;*/
/*    width: 45px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 14px;*/
/*}*/
.product-color{
    width: 100%;
    clear: both;
    padding: 0;
    margin-top: 10px;
}
.product-color .chips{
    width: 9.82%;
    max-width: 22px;
    height: 5px;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.product-info{
    padding: 10px;
    border: 1px solid transparent;
    transition: all 200ms;
}
.product-item:hover .product-info{
    /*border: 1px solid #a5a5a5;*/
    transition: all 200ms;
}
.p-item-brand{
    color: #0072bc;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    line-height: 1;
}
.product-item .name{
    line-height: 1.4;
    margin-bottom: 8px;
    font-size: 14px;
    min-height: 38px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-item .name a{
    color: #333;
}
.product-item .name a:hover{
    color: #333;
    text-decoration: none;
}
.product-price{
    font-size: 17px;
    color: #d12c1f;
    font-weight: bold;
    height: 41px;
}
.product-price .price{
    line-height: 1;
    font-size: 16px;
    display: block;
}
.product-price .old{
    line-height: 1;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}
.percent{
    color: #d12c1f;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 300;
}
.p-item-soffer{
    margin: 6px 0;
    color: #58585a;
    font-size: 13px;
}
.p-item-soffer span{
    color: #4a90e2;
    font-weight: bold;
}
.p-item-soffer-avatar{
    font-size: 13px;
}
.p-item-soffer-avatar ul{
    border: 1px solid #fdcc0c;
    background-color: #fff;
    overflow: hidden;
    line-height: 30px;
    width: 100%;
}
.p-item-soffer-avatar ul li{
    float: left;
    padding: 0 3px;
}
.p-item-soffer-avatar ul li:first-child{
    padding: 0 5px;
    background-color: #4a90e2;
    color: #fff200;
}
.p-item-soffer-avatar ul li img{
    max-width: 37px;
    max-height: 25px;
    width: auto !important;
}

@media (min-width: 1200px) {
    .product-item .image img{
        height: 180px;
    }
    .p-item-soffer{
        height: 15px
    }
}
@media (max-width: 767px) {
    .product-info{
        padding: 5px;
    }
}



.news-item{
    margin-bottom: 25px;
}
.news-item .news-image {
    width: 100%;
    position: relative;
}
.news-item .news-image img{
    width: 100%;
    max-height: 100%;
    height: 180px;
    object-fit: cover;
}
.news-item .news-info {
    padding-top: 15px;
}

.news-item .news-title {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}
.news-item .news-title a {
    color: #000000;
}
.news-item .news-title:hover, .news-item .news-title a:hover {
    color: #FF5722;
}
.news-item .news-desc {
    font-size: 15px;
    line-height: 1.4;
}
.news-item .news-more {
    font-size: 17px;
    color: #000000;
    text-decoration: underline;
}
.news-item .news-more a {
    color: #000000;
}
.news-item .news-more:hover, .news-item .news-more a:hover {
    color: #FF5722;
}


.title{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    color: #333;
    margin-bottom: 0;
}
.title a{
    color: #333;
}
.title a:hover{
    color: #FF5722;
}
.product-list{
    background: #fff;
    display: flex !important;
    flex-flow: row wrap;
    width: unset;
    overflow: hidden;
    border: 10px solid transparent;
    border-color: #086934;
    border-top: 0;
}
.product-list .owl-item{
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.product-list.owl-theme .owl-nav{
    margin-top: 0;
}
.loadings {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.loadings.is {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}



/*------------ header.css -------------------------*/
.header{

}
.header.top{
    position: relative;
}
.header.wait {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease
}
.header.down {
    visibility: hidden;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-120000%);
    transform: translateY(-100%);
    transition: .3s;
    transition: transform 0.6s ease;
    height:0;
}
.header.up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: .3s;
    transition: transform 0.3s ease;
}
.page-home .header.dow #wh-menu, .page-home .header.up #wh-menu{
    display: none;
}
.header__top{
    background: #0390cb;
    padding: 4px 0;
    font-size: 15px;
}
.header__top ul li{
    display: inline-block;
}
.header__top ul li a{
    color: #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.header__top li:last-child a{
    border-right: none;
}
.header__top--left {

}
.header__top--left li:first-child a{
    padding-left: 0;
}
.header__top--right {

}
.header__top--right li:last-child a {
    padding-right: 0;
}
.header__top p{
    margin-bottom: 0;
}


.h__content{
    background: #25489a;
}

.h__content .h__logo a{
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    justify-content: center;
    -webkit-justify-content: center;
    height: 100%;
}

.h__content .h__search{
    padding-top: 5px;
    padding-bottom: 5px;
}
.h__content .form-search .input-group{
    overflow: hidden;
    border-radius: .2rem;
    background: #fff;
}
.h__content .form-search input{
    border: none;
    box-shadow: none;
    outline: 0;
}
.h__content .form-search button{
    /*background: transparent;*/
    border-color: transparent;
    margin: 1px;
    border-radius: 0 .2rem .2rem 0;
}
.btn-nav:hover{
    color: #fff;
}
.btn-nav{
    font-size: 29px;
    line-height: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 12px;
}

/*.h__content--supports{*/
/*    padding-top: 0px;*/
/*    padding-bottom: 5px;*/
/*}*/

.h__content--supports .item .icon{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #4a90e2;
    border-radius: 3px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.h__content--supports .item .txt{
    padding-left: 10px;
    color: #fff;
    line-height: 1.3;
}
.h__content--supports .item .txt span{
    font-size: 12px;
}

.h__search .btn.btn-pink.tp_button{
    border: none;
}

@media (min-width:1200px) {
    .h__content .h__logo{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .h__content .h__logo img{
        max-height: 40px;
        object-fit: scale-down;
        object-position: left;
    }
    .h__content .h__search{
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .h__content--supports{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .h__content--supports .item{
        padding: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .h__content--supports .item:last-child{
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (max-width:991px) {
    .h__content .h__search{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .h__content .form-search input {
        height: 100%;
        font-size: 13px;
        padding: .46rem .75rem;
    }
    .h__content .form-search button{
        padding: 4px 10px;
        font-size: 12px;
    }
}
#history-buy{
    border-radius: 4px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-top: 4px;
    cursor: pointer;
    text-align: center;
}
#history-buy a {
    color: #fff;
}
#cart-box {
    width: 26px;
    float: left;
    height: 34px;
    margin: 15px 20px 0 8px;
    position: relative;
}
header .cart span {
    width: 18px;
    height: 18px;
    background: #fd3620;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
}
#cart-box i{
    color: #fff;
    font-size: 18px;
}
.switchboard {
    /*float: right;*/
    height: 34px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-left: 29px;
    position: relative;
}
.switchboard span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    color: #d0efff;
}
.kinhnghiemhay {
    /*float: right;*/
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-left: 26px;
    position: relative;
}
.kinhnghiemhay:hover,.switchboard:hover{
    color: #fff;
}
.kinhnghiemhay span {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    color: #d0efff;
    position: relative;
}
.kinhnghiemhay span>label.arr-down {
    width: 0;
    height: 0;
    position: absolute;
    right: 38px;
    bottom: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}
.hover-box {
    position: absolute;
    right: 35px;
    height: auto;
    width: auto;
    top: 50px;
    background: #fff;
    z-index: 1;
    box-shadow: 1px 6px 9px rgba(0,0,0,.25);
    font-size: 14px;
}
.kinhnghiemhay span>label.arr-down.up{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hover-box>a {
    color: #000;
    display: block;
    padding: 10px;
}
.hover-box>a:hover{
    color: #288ad6;
}
.h__content .container{
    height: 50px;
}
.price-store{
    float: left;
    vertical-align: middle;
    background: #2878d7;
    height: 35px;
    padding: 0 5px;
    border-radius: 4px;
    margin: 7px 0 7px 7px;
}
.price-store b{
    font-size: 9px;
    display: block;
    margin-top: 2px;
    color: #bae8ff;
    margin-left: 5px;
}
.brandSelect{
    display: block;
    margin-top: 3px;
    margin-left: 0px;
    font-size: 12px;
    padding: 0px;
    height: 15px;
    background: #2878d7;
    border: none;
    color: #fff;
}
.brandSelect option{
    background: #fff;
    color: #000;
}
.brandSelect:focus{
    outline: none;
}
.h__logo{
    width: 50%;
    display: inline-flex !important;
}
.h__content .h__logo a{
    height: 50px;
}
.h__logo .price-store{
    width: 50%;
}
/*------------ end header.css ----------------------*/


/*----- nav.css ---------------------------------*/
.nav-menu {
    background: #fff;
    -moz-min-width: 1000px;
    -ms-min-width: 1000px;
    -o-min-width: 1000px;
    -webkit-min-width: 1000px;
    min-width: 1000px
}

.wrap-nav-menu {
    width: 100%;
    margin: auto
}

.nav-menu-left {
    float: left;
    display: inline;
    width: 20%;
    position: relative;
    z-index: 12
}

.nav-menu-left .nav-menu-head {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #000;
    position: relative;
    margin-left: 15px;
    font-weight: 600;
}

.pulse-icon {
    float: left;
    position: absolute;
    display: inline-block;
    top: 43%;
    left: 15px
}

.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #d0021b;
    background: #d0021b;
    position: absolute;
    top: 50%
}

.pulse-icon .elements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%
}

.pulse-icon .pulse-1 {
    border: solid 1px #d0021b;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0
}

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0)
    }
    50% {
        opacity: 1;
        transform: scale(2.0)
    }
    100% {
        opacity: 0;
        transform: scale(4.0)
    }
}
.nav-menu-right {
    float: right;
    display: inline;
    width: 80%;
    position: relative;
    height: 52px;
    overflow: hidden;
    line-height: 52px;

}

.nav-menu-right #menu-dot {
    width: 10px;
    height: 10px;
    background-color: #d0021b;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -5px;
    display: block
}

.nav-menu-right #menu-ping {
    border: 1px solid #d0021b;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(238, 46, 36, .2);
    border-radius: 100%;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
    display: block;
    margin: -1px 0 0 -1px
}

.nav-menu-right ul {
    margin-left: 20px;
    overflow: hidden;
    float: left
}

.nav-menu-right ul li {
    float: left;
    display: inline;
    padding: 5px;
    position: relative
}

.nav-menu-right ul li:last-child {
    padding-right: 0
}

.nav-menu-right ul li a {
    height: 24px;
    line-height: 24px;
    padding-top: 2px;
    color: #000;
    display: inline-block
}

.nav-menu-right ul li .lv1-icon {
    display: inline-block !important;
    max-height: 24px;
    float: left;
    margin-right: 6px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease
}

.nav-menu-right .wh-menu ul li a:before {
    height: 24px;
    width: 26px;
    float: left;
    margin: 6px 4px 0 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    content: "";
    display: none
}

.nav-menu-right ul li a:hover {
    color: #4a90e2
}

.nav-menu-right ul li i {
    display: none;
    height: 24px;
    width: 26px;
    float: left;
    margin: 6px 4px 0 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease
}

/*.nav-menu-right ul li a:hover i {*/
/*    transform: rotateY(360deg);*/
/*    -webkit-transform: rotateY(360deg);*/
/*    -moz-transform: rotateY(360deg);*/
/*    -o-transform: rotateY(360deg)*/
/*}*/

.page-home #wh-menu {
    display: block
}

.page-home .h-fixed #wh-menu {
    display: none
}

#wh-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff
}

.nav-menu-left:hover #wh-menu {
    display: block !important
}

#wh-menu .wh-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 364px;
    position: relative;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45)
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i {
    padding: 0 10px 0 3px;
    border-left: 3px solid #fff;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

ul.lv1 li.lv1-i .lv1-d {
    border-top: solid 1px #eee;
    white-space: nowrap;
}

ul.lv1 li.lv1-i:first-child .lv1-d {
    border-top: none
}

ul.lv1 li.lv1-i .lv1-d:hover {
    font-weight: 700;
}

ul.lv1 li.lv1-i .lv1-d a {
    display: inline-block;
    color: #333;
    height: 32px
}

ul.lv1 li.lv1-i .lv1-d a:hover {
    color: #4a90e2;
}

#wh-menu .wh-menu ul.lv1 > li:hover > a {
    font-weight: 700;
    color: #4a90e2;
    width: 100%;
    display: inline-block;
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i-child {
    border-left: solid #fff 3px
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i-child:hover {
    border-left: solid #4a90e2 3px
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i > a {
    border-top: solid 1px #eee;
    position: relative
}

#wh-menu .wh-menu ul.lv1 > li:first-child {
    border-bottom: none
}

#wh-menu .wh-menu ul.lv1 > li:first-child > a {
    border-top: none
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i-child > a:after {
    width: 8px;
    display: block;
    height: 8px;
    border-top: 1px solid #bcbdc0;
    border-right: 1px solid #bcbdc0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -5px
}

#wh-menu .wh-menu ul.lv1 > li.lv1-i-child:hover > a:after {
    border-top: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71
}

#wh-menu .wh-menu ul.lv1 .lv1-icon {
    width: 20px;
    max-height: 32px;
    margin-right: 5px
}

#wh-menu .wh-menu ul.lv1 > li > a {
    line-height: 32px;
    color: #222;
    font-size: 12px;
    display: block;
    padding: 0 10px 0 28px
}

#wh-menu .wh-menu ul.lv1 > li > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 534px;
    height: 436px;
    padding: 10px 5px 10px 10px;
    z-index: 1;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45)
}

#wh-menu .wh-menu ul.lv1 > li > ul > li {
    width: 33.333333333%;
    float: left;
    text-align: left;
    padding: 0 8px
}

#wh-menu .wh-menu ul.lv1 > li > ul > li > a {
    padding: 0;
    height: 32px;
    display: block;
    text-transform: uppercase;
    color: #4a90e2;
    border-bottom: solid 1px #dddddf
}

#wh-menu .wh-menu ul.lv1 > li > ul > li a:hover {
    color: #4a90e2
}

#wh-menu .wh-menu ul.lv1 > li:hover > a {
    color: #4a90e2
}

#wh-menu .wh-menu ul.lv1 > li:hover > ul {
    display: block
}

#wh-menu .wh-menu ul.lv1 > li > ul.lv2-2564, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2474, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2300, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2502 {
    width: 712px
}

#wh-menu .wh-menu ul.lv1 > li > ul.lv2-2564 > li, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2474 > li, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2300 > li, #wh-menu .wh-menu ul.lv1 > li > ul.lv2-2502 > li {
    width: 25%
}

#wh-menu .wh-menu ul.lv1 > li > ul > li > ul > li a {
    line-height: 140%;
    color: #222;
    font-size: 12px;
    display: block;
    padding: 5px 0;
    text-transform: none
}

#wh-menu .wh-menu ul.lv1 > li > ul > li > ul > li a:hover {
    color: #4a90e2
}

#wh-menu .wh-menu ul.lv1 > li > ul.lv2-2474 > li:nth-child(2) {
    width: 50%
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 950px;
    height: 436px;
    z-index: 1;
    /*-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);*/
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45);*/
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.45)*/
}

#wh-menu .wh-menu ul.lv1 li.lv1-i:hover .lv2-d {
    display: block
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2 {
    float: left
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2:nth-child(1), #wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2:nth-child(3) {
    display: inline-block;
    max-width: 474px;
    min-height: 365px;
    background: #fff
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2:nth-child(2), #wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2:nth-child(4) {
    display: inline-block;
    max-width: 474px;
    height: 436px;
    background-color: #f9f9f9
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2.lv2-2870 {
    max-width: 316px
}

#wh-menu .wh-menu ul.lv1 li .lv2-d > ul > li {
    width: 158px;
    float: left;
    text-align: left;
    padding: 0 8px 0 10px;
    overflow: hidden
}

#wh-menu .wh-menu ul.lv1 li .lv2-d > ul > li > a {
    padding: 0;
    height: 32px;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-bottom: solid 1px #dddddf;
    overflow: hidden
}

#wh-menu .wh-menu ul.lv1 > li > ul > li a:hover {
    color: #4a90e2
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d > ul > li > ul > li a {
    line-height: 140%;
    color: #333;
    font-size: 12px;
    display: block;
    padding: 6px 0;
    text-transform: none
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d > ul > li > ul > li a:hover {
    color: #4a90e2 !important
}

#wh-menu .wh-menu ul.lv1 li.lv1-i .lv2-d ul.lv2 {
    width: auto !important;
    max-width: 100% !important
}
.moreCate {
    display: inline-block;
    padding-left: 17px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}
.fal.fa-bars{
    margin-left: 5px;
}
#wh-menu{
    box-shadow: 2px 0 4px 0 rgba(0,0,0,.2);
}
.nav-menu-right ul li:first-child a{
    border: none;
}
.nav-menu-right ul li a{
    border-left: 1px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}
/*----- End nav.css ---------------------------------*/


/*------------ home page ----------------------*/
#homebanner{
    margin-bottom: .65rem
}
#homebanner [class*=col-]{
    padding-right: 5px;
    padding-left: 5px;
}
#homebanner .row{
    margin-left: -5px;
    margin-right: -5px;
}

.banner-home-full{

}
.banner-home-full img{

}
.banner-home-full .slide_action{
    left: 0;
    padding-left: 8px;
    min-height: 55px;
    overflow: hidden;
    background-color: #fff;
}
.banner-home-full .slide_action li{
    border-top: 2px solid #fff;
    height: 100%;
    min-width: 100px;
    float: left;
    overflow: hidden;
    align-items: center;
    min-height: 55px;
}
.banner-home-full .slide_action li a{
    text-decoration: none;
    border-right: 1px solid #dfdfdf;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    padding: 2px 8px 2px 0;
}
.banner-home-full .slide_action li a.active, .banner-home-full .slide_action li:hover a {
    font-weight: bold;
    color: #e3007b;
}

.banner-home-event{

}
.banner-home-event .item{
    margin-bottom: 9px;
}
.banner-home-event .item:last-child{
    margin-bottom: 0;
}
.banner-home-event .item img{
    height: 65px;
    object-fit: cover;
}
@media (min-width:1200px) {
    #homebanner{
        margin-left: 20%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding: 10px 10px 0 15px;
    }
    #homebanner .banner-home-full{
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }
    #homebanner .banner-home-full img{
        height: 300px;
        object-fit: cover;
    }
    #homebanner .banner-home-event{
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }
}

.banner-home{
    margin-bottom: .65rem;
}
.blk-product-cat .banner-home img, .breadcrumb-col .banner-home img{
    height: 320px;
    object-fit: scale-down;
}
@media (max-width: 767px) {
    .blk-product-cat .banner-home img{
        height: auto;
    }
}
#sync1.owl-theme .owl-nav{
    margin-top: 0px;
    opacity: 0;
}
#sync1:hover .owl-nav{
    opacity: 1 !important;
}
#sync2 .owl-stage .owl-item {
    cursor: pointer;
    height: 55px;
    border-radius: unset;
    background: #fff;
    border: solid 1px #eee;
    opacity: 1;
    padding-top: 10px;
    border-right: none;
    font-size: 12px;
}
#sync2 .owl-stage .owl-item .item {
    text-align: center;
    text-transform: capitalize;
}
#sync2 .owl-stage .owl-item.active.current {
    border-top: 5px solid #4a90e2;
}
.homenews{
    background: #fff;
}
.homenews h2{
    font-size: 16px;
    padding: 8px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 600;
    margin: 0;
}
.homenews h2 a{
    color: #4a90e2;
}
.homenews h2 a:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid #4a90e2;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-left: 5px;
}
.homenews ul li{
    padding: 5px 8px;
    border-bottom: 1px solid #f5f5f5;
}
.homenews ul li a{
    color: #000;
}

/*------------ end home page ----------------------*/



/*------------ product tab cat home ----------------------*/
.text-intro h2{
    font-size: 22px;
    color: #cf1717;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.menu-wrapper {
    display: flex;
    border: 1px solid #fde6d5;
    border-top: 0;
    margin-right: -1px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.product-tab{
    background: #fff;
}
.product-tab .row{
    margin-left: 0;
    margin-right: 0;
}
.product-tab .product-item{
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    margin-bottom: 0px;
}
li.menu-item{
    flex: 1;
    margin: 0;
    margin-right: 0;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    color: #333;
    border-right: 1px solid #f3f3f3;
}
li.menu-item:last-child{
    border-right: none;
}
li.menu-item a{
    color: #333;
}
li.menu-item.active  a{
    color: #fff;
}
li.menu-item.active{
    background: #cf1717;
    color: #fff;
    font-weight: 600;
    background: -moz-linear-gradient(-45deg,#ea1303 0%,#e67920 100%);
}
@media (max-width: 1024px) {
    .menu-wrapper{
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

/*------------ end product tab cat home ----------------------*/



/*------------ style ----------------------*/
.banner-bot{
    padding: 15px 0;
}
#back-to-top{
    display: inline;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 18px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
}
.promotion-banner{
    padding: 20px 0;
}
/*------------ end style ----------------------*/





/*------------ new product home ----------------------*/
.tp_product_new .product-price{
    height: 41px;
}
.tp_product_new .product-list{
    border: 3px solid transparent;
    border-top: 3px solid transparent;
    border-color: #003100;

}


/*------------ end new product home ----------------------*/





/*------------ history product home ----------------------*/


.text-historyproduct h2{
    font-size: 20px;
    color: #333;
    line-height: 19px;
    margin-bottom: 10px;
    font-weight: 600;
}
.history-product-index{
    background: #fff;
}


/*------------ end history product home ----------------------*/





/*------------ news index ----------------------*/
.news-index{
    margin-top: 10px;
    background: #fff;
}
.title-news{
    display: block;
    padding: 15px 20px 5px 20px;
}
.title-news h3{
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}
.title-news a{
    color: #288ad6;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-right: 15px;
    margin-left: 10px;
    position: relative;
}
.title-news a .arr-down {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #288ad6;
}
.news-index .cate-news{
    margin-right: 0px;
    margin-left: 0px;
}
@media (min-width: 1200px){
    .big-news{
        flex: 0 0 70%;
        max-width: 70%;
    }
    .small-news{
        flex: 0 0 30%;
        max-width: 30%;
    }
}
.big-news a{
    height: auto;
    overflow: hidden;
    float: left;
    border: 1px solid #ededed;
    border-radius: 4px;
    flex-grow: 2.1;
}
.big-news img{
    width: 100%;
    height: 380px;
    object-fit: contain;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-radius: unset;
}
.big-news p{
    display: -webkit-box;
    cursor: pointer;
    color: #333;
    padding: 5px 10px;
    line-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
}
.small-news>a {
    display: inline-flex;
    padding: 0 0 10px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px 0;
}
.small-news>a:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.small-news-img {
    position: relative;
    width: 165px;
    overflow: hidden;
    border-radius: 4px;
}
.small-news-img img{
    height: 66px;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.small-news>a>p {
    display: -webkit-box;
    width: calc(86% - 20px);
    cursor: pointer;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 10px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 62px;
    overflow: hidden;
}
.right-news{
    margin-top: 10px;
    border-left: 1px solid #ededed;
}
.right-news ul li {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.right-news ul{
    display: flex;
    flex-flow: row wrap;
     overflow: hidden;
    padding: 10px 20px 10px 10px;
}
.right-news ul li:first-child a .right-news-img {
    height: 258px;
}
.right-news ul li a .right-news-img {
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 8px;
    max-height: 258px;
}
.right-news-img img{
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    right: -37%;
    width: auto;
    max-width: unset;
}
@media (max-width: 767px){
    .right-news-img img{
        right: auto;
    }
}
.right-news ul li a strong {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding: 8px 0 0;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.right-news ul li a span {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #666;
    padding: 5px 0;
}
.right-news ul li.last-child{
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
}
.right-news ul li.last-child a .right-news-img {
    float: left;
    width: 30%;
    margin-right: 5%;
    max-height: 258px;
    height: 80px;
    min-width: 80px;
}
.right-news ul li:nth-child(n+2) a strong {
    padding: 0;
}
.time span i{
    margin-right: 5px;
}
/*------------ end news index ----------------------*/





/*------------ bot search index ----------------------*/

.boxfooter{
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}
.boxfooter span{
    margin-right: 15px;
}
.boxfooter a,.boxfooter p a {
    margin-right: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #4a90e2;
}


/*------------ end bot search index ----------------------*/



/*------------ footer ----------------------*/
.tp_footer ul a{
    display: block;
    color: #288ad6;
    font-size: 14px;
    padding-bottom: 10px;
}
.tp_footer ul li {
    float: none;
    position: relative;
    font-size: 13px;
    color: #444;
}
.tp_footer ul.col3 li p{
    padding-bottom: 0px;
}
.tp_footer ul li strong {
    display: block;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 13px;
}
.tp_footer ul li p {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.tp_footer ul li p a {
    display: inline;
    font-weight: 600;
    color: #333;
    padding: 0 5px;
}
.tp_footer ul a.bct{
    display: inline-block;
    margin-right: 20px;
}
.tp_footer ul a.bct img{
    width: 89px;
    height: 28px;
    object-fit: cover;
}
#DMCA-badge{
    display: inline-block;
}
.tp_footer ul a.linkfb{
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 9px 0 2px;
    border-right: 1px solid #e9e9e9;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.tp_footer ul a.linkyt{
    display: inline-block;
    padding: 0 0 0 10px;
    margin: 9px 0 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}
.linkfb i{
    color: #005cb7;
}
.linkyt i{
    color: red;
}
.col4 p{
    margin-bottom: 0;
}
.tp_footer ul a.mwg-logo{
    margin: 10px 0;
}
.tp_footer ul a.mwg-logo img{
    height: 30px;
}
.tp_footer ul li.showmore a:hover:after {
    border-top: 5px solid #666;
}
.tp_footer ul li.showmore a:hover{
    color: #666;
}
.tp_footer ul li.showmore a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #288ad6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
}
.rowfoot2{
    width: 100%;
    /*min-width: 980px;*/
    overflow: hidden;
    background: #f8f8f8;
    padding: 10px 0;
    text-align: center;
}
.rowfoot2 p {
    display: block;
    max-width: 1200px;
    margin: auto;
    font-size: 10px;
    color: #999;
}
.tp_footer ul.col1{
    height: 215px;
    overflow: hidden;
}
.tp_footer ul.col1.col1-full{
    height: 100%;
}
/*------------ end footer ----------------------*/


/*--- menu mobile --------*/
.mm-menu {
    background: #fdfdfd !important;
}
#mm-blocker {
    background: rgba(0, 0, 0, 0.68) !important;
}
.mm-menu .mm-listview>li .mm-prev:before, .mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-listview>li .mm-arrow:after {
    border-color: rgb(3, 160, 226) !important;
}
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgb(3, 160, 226) !important;
}
/*--- end menu mobile --------*/
@media (max-width: 1024px) {
    .hidden {
        opacity: 0 !important;
    }
}
@media (max-width: 767px) {
    /*.hidden{*/
    /*    opacity: 0 !important;*/
    /*}*/
    .h__logo img{
        max-height: 50px;
        object-fit: scale-down;
    }
    .price-store{
        z-index: 99;
        margin: 0;
        border-radius: 0;
        text-align: center;
        line-height: 35px;
        width: 100%;
    }
    .price-store b{
        font-size: 12px;
        display: inline-block;
    }
    .brandSelect{
        margin-top: 0;
        font-size: 14px;
        display: inline-block;
        height: 32px;
    }
    .banner-home-full{
        padding-top: 35px;
    }
}

/*paginnation.css*/
#pagination{
    padding: 20px 0;
    background: #fff;
}
#pagination .paginator {
    display: inline-flex;
}
#pagination .paginator .labelPages, #pagination .paginator .titlePages {
    display: none;
}
#pagination .paginator a, #pagination .paginator span.currentPage {
    border: 1px solid #ccc;
    padding: 5px 14px;
    font-weight: 500;
    font-size: 14px;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    margin-right: 5px;
    color: #333;
    text-decoration: none;
}
#pagination .paginator a:hover, #pagination .paginator span.currentPage {
    background: #4a90e2;
    color: #fff;
}
.paginator a.paging-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}
.paginator a.paging-last:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
}
.paginator a.paging-first:before {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
}
.paginator a.paging-previous:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
}

@media (max-width: 1024px)and (min-width: 768px){
    .h__logo{
        -ms-flex: 0 0 42.333333%;
        flex: 0 0 42.333333%;
        max-width: 42.333333%;
    }
    .h__content .h__search{
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 57.666667%;
        max-width: 57.666667%;
    }
    .d-md-none.mm-opened{
        display: block !important;
    }
}
@media (max-width: 1024px) {
    li.menu-item {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .h__logo img {
        max-height: 50px;
        object-fit: scale-down;
    }
}


/*rating.css*/

.vote-view i{
    color: #acacac;
}
#voteView1 .star-1, #voteView2 .star-1, #voteView2 .star-2, #voteView3 .star-1, #voteView3 .star-2, #voteView3 .star-3, #voteView4 i:not(:last-child), #voteView5 i, .voteHover{
    color: #f8b735;
}
.product-view-rating .voteView{
    margin-left: -7px;
}

.ratingresult.voteView1 .icontgdd-gstar.star-1,
.ratingresult.voteView2 .icontgdd-gstar.star-1, .ratingresult.voteView2 .icontgdd-gstar.star-2,
.ratingresult.voteView3 .icontgdd-gstar.star-1, .ratingresult.voteView3 .icontgdd-gstar.star-2, .ratingresult.voteView3 .icontgdd-gstar.star-3,
.ratingresult.voteView4 .icontgdd-gstar.star-1, .ratingresult.voteView4 .icontgdd-gstar.star-2, .ratingresult.voteView4 .icontgdd-gstar.star-3, .ratingresult.voteView4 .icontgdd-gstar.star-4,
.ratingresult.voteView5 i.icontgdd-gstar{
    background-position: -295px -30px;
}
.rating-pview{
    text-align: left;
}
.rating-pview .ratingresult {
    padding: 5px 10px 0 10px;
    margin: 5px 10px 0;
}
.rating-pview .ratingresult i {
    margin: 0;
    background-image: url(/tp/T0282/img/stores/71516/icondesktop20200728@1x.png);
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.rating-pview .ratingresult i {
    background-position: -310px -30px;
    width: 12px;
    height: 12px;
}
.rating-pview .ratingresult span {
    color: #777;
    text-decoration: none;
    position: relative;
    top: 3px;
    left: 5px;
}
.rating-pview .item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222;
}

.product-user-vote {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #acacac;
    display: none;
    width: 100%;
    float: left;
}
.product-user-vote-star{
    display: flex;
}
.product-user-vote-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}
#userVoteView {
    margin: 0 15px;
    color: #acacac;
}
.product-user-vote-label, .product-user-vote-content {
    border: 1px solid #acacac;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 30px;
    position: relative;
}
.product-user-vote-label-title, .product-user-vote-content-title {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}
#title, #commentText {
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
    color: #acacac!important;
    height: 33.5px;
}
.btn-user-vote {
    background: #e11b1e;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #fff;
}
.product-user-comment-list:last-child {
    border: none;
}
.product-user-comment-list {
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #acacac;
}
.user-comment-avatar img {
    border: 3px solid #acacac;
    border-radius: 50%;
    max-width: 100%;
}
.user-rate-label {
    margin: 0;
    padding: 3px 0;
}
#userVoteView i.active {
    color: #f2b309;
}
.vote-view {
    margin: 0;
}
#voteView1 .star-1, #voteView2 .star-1, #voteView2 .star-2, #voteView3 .star-1, #voteView3 .star-2, #voteView3 .star-3, #voteView4 i:not(:last-child), #voteView5 i, .voteHover {
    color: #f8b735;
}
.vote-view i {
    color: #acacac;
}
.user-rate-points .vote-view{
    text-align: left;
}
.user-rate-name{
    margin: 0;
}

#productViewEvaluate {
    border: none;
    float: left;
    display: block;
    width: 100%;
    background: #fff;
    margin: 20px 0;
    padding-bottom: 40px;
}
.product-view-information-item {
    padding: 75px 0;
    border-bottom: 1px solid #acacac;
}
.product-view-information-title {
    font-weight: 600;
    margin-bottom: 15px;
}
.product-view-vote-count {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
}
.product-view-vote-percent-list {
    display: flex;
    margin-bottom: 10px;
}
.product-view-vote-percent-star {
    width: 115px;
    margin-right: 15px;
    text-align: right;
    color: #acacac;
}
.product-view-vote-percent-bar {
    background: #fff;
    display: inline-block;
    font-size: 0;
    height: 21px;
    width: 250px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 15px;
}
.product-view-vote-percent-bar {
    background: #fff;
    display: inline-block;
    font-size: 0;
    height: 21px;
    width: 250px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-right: 15px;
}
.product-view-vote-percent-bar span {
    background: #f2b309;
    display: inline-block;
    height: 100%;
    border-radius: 5px;
}
.product-view-vote-right-title {
    margin-bottom: 15px;
    color: #1470f5;
    font-size: 14px;
    cursor: pointer;
}
.product-view-cote-right-content {
    height: 145px;
}
.product-view-cote-right-content i {
    font-size: 1.6rem;
}
.product-user-comment{
    float: left;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.product-user-comment.comment-fill{
    max-height: unset;
    height: auto;
}
.user-comment-avatar.col-lg-1{
    padding:0 15px !important;
}
.product-view-vote-percent-star i{
    color: #f8b735;
}
.category-content{
    padding-top: 20px;
}
.category-blog{
    max-height: 500px;
    overflow: hidden;
}
.category-blog-full{
    max-height: 100%;
}
#flip1 span{
    padding-right: 5px;
}
#btnUserVote{
    background: #e11b1e;
    color: #fff;
}
.product-list .rating-pview .ratingresult{
    padding: 0;
    margin: 0;
}
.product-tab .rating-pview .ratingresult{
    padding: 0;
    margin: 0;
}
.history-product-index .rating-pview .ratingresult{
    padding: 0;
    margin: 0;
}
.cate-hot .rating-pview .ratingresult{
    padding: 0;
    margin: 0;
}
#product-list .rating-pview .ratingresult{
    padding: 0;
    margin: 0;
}
form.form-search {
    position: relative;
}
#searchFolding {
    max-height: 385px;
    overflow-y: hidden;
    background: #fff;
    z-index: 99;
    top: 40px;
    position: absolute;
    width: 100%;
}
#searchFolding a {
    padding: 10px;
    outline: none;
    display: block;
    white-space: normal;
    overflow: hidden;
    color: #333;
    font-weight: 500;
}
#searchFolding a span {
    font-size: 14px;
    color: #d12c1f;
    font-weight: 500;
    padding-left: 10px;
}
#searchFolding a:not(:first-child){
    border-top: 1px solid #EEEEEE;
}
@media (max-width: 1024px) {
    .product-view-vote-percent-star{
        width: 135px;
    }
    .big-news img{
        height: auto;
    }
}
/*end rating*/
@media (max-width: 1199px) and (min-width: 1024px) {
    .nav-menu-left #wh-menu{
        display: none !important;
    }
    .nav-menu-left:hover #wh-menu{
        display: none !important;
    }
    .nav-menu-left #wh-menu.d-block{
        display: block !important;
    }
}
@media (max-width: 678px){
    #searchFolding {
        width: 340px;
        transform: translateX(-25%);
    }
}
.d-md-none.top-header-mobile{
    display: none !important;
}
.admin-talk.row {
    padding: 30px 0;
}
.img-talk {
    text-align: center;
}
.img-talk img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
    color: #403e3e;
}
.admin-talk ul {
    justify-content: space-around;
    padding: 0 15%;
}
@media screen and (max-width: 767px) {
    .admin-talk ul{
        padding: 10px;
    }
}
.fixed_call {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #e3004b;
    padding: 0 8px;
    border-radius: 18PX;
    width: 120px;
    margin-bottom: 6px;
}
.icon_call.fas.fa-phone {
    transform: rotate(90deg);
    color: #fff;
}
.fixed_call:hover {
    right: 10px;
}
.call_t p {
    margin: 0;
    font-size: 12px;
}
.icon_call i {
    font-size: 18px;
}
.call_t {
    color: #fff;
}
.fixed_call:hover .call_s a {
    right: 0;
}

.call_s, .call p a {
    color: #f7b816;
    font-weight: 700;
    font-size: 12px;
}

.call p, .call p a {
    margin: 0 !important;
    font-size: 12px;
}

.icon_call i {
    transform: rotate(90deg);
    color: #fff;
}