.zalo-btn{
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 85px;
    height: 80px;
    border-radius: 50%;
    z-index: 999;
}
img.lazyloading{
    opacity: 0.001!important;
}
.slimScrollDiv {
    position: unset !important;
    overflow: visible !important;
}

.wrapper-menu #cate-main-menu {
    display: none;
}

/*============================== Header ========================*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #777a7b;
}

header {
    background: #f5502b;
    width: 100%;
}

#page {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1230px;
    margin: 0 auto;
}

.header-top {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.lstLocation > li > a.title_p{
    padding: 10px 0;
    display: block;
}
.wrapper-header {
    border-bottom: 1px solid #afafaf
}

.wrapper-header-bottom {
    padding: 0 5px 5px
}

.header-top .header-top-main .hotline-header {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 15px;
    line-height: 13px;
    text-transform: uppercase;
}
.header-top .header-top-main .hotline-header span{
    display: inline-block;
}
.brand-list li a i.fa-check{
    color: #00c021;
}
.header-top .hotline-space {
    border-left: 1px solid #484848;
    border-right: 1px solid #979797;
    display: inline-block;
    height: 12px;
    margin: 0 9px;
    vertical-align: -1px;
    width: 2px;
}

.header-top .hotline-space:last-child {
    display: none;
}

.header-top .header-top-main .share-header {
    margin-left: 20px;
    margin-top: 4px;
}

.header-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    align-items: center
}

.header-top .header-top-news {
    max-width: 400px;
    display: flex;
    align-items: center
}
.header-top-news .title-hot-news:hover{
    text-decoration: none;
}
.header-top-news .title-hot-news {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    animation: animationTitleNews 0.75s linear infinite;
    white-space: nowrap;
    padding-right: 5px;
    word-wrap: break-word;
    overflow: hidden;
    margin-right: 5px;
    text-overflow: ellipsis;
}
.header-top-news marquee a {
    color: #fff;
    font-size: 13px;
}

@keyframes animationTitleNews {
    0% {
        color: #f5502b
    }
    50% {
        color: #fff
    }
    100% {
        color: #f5502b
    }
}

/*cate-Menu*/
.header-bottom .cate-menu {
    display: none;
    -webkit-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
    height: 40px;
    line-height: 40px;
}

.header-bottom .cate-menu .cate-menu-title {
    background: url(/tp/T0308/img/icon-menu.png) 12px 12px no-repeat #1a3752;
    line-height: 40px;
}

.header-bottom .cate-menu .cate-menu-title i {
    top: 19px;
}

.header-bottom .cate-menu #cate-main-menu {
    display: none;
    top: 40px;
    height: auto;
}

#cate-main-menu .icon-cate {
    width: 25px;
    height: 25px;
    object-fit: scale-down;
    margin-right: 10px;
}

.show-cate-menu {
    display: block !important;
    -moz-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    transition: ease-in 0.2s;
}

.header-bottom .cate-menu:hover #cate-main-menu {
    display: block;
}

/*End cate-menu*/

/*logo header*/
.header-bottom .logo-header {
    width: auto;
}

.header-bottom .logo-header a {
    display: inline-block;
    width: 180px;
    height: 45px;
}

.header-bottom .logo-header #logo-pc {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*End logo header*/

/*search header*/
.header-bottom .search-header {
    margin-left: 16px;
    display: flex;
    align-items: center
}

.header-bottom form {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #c9c8c9
}

.header-bottom .search-header #input-search {
    border: none;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    padding: 0 10px;
    width: 312px;
    float: left;
    margin-right: 3px;
}

.header-bottom .search-header #btn-search {
    background: #1a3752;
    height: 35px;
    text-align: center;
    width: 80px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
    border-left: 1px solid #fd5a32;
    border: none;
}

.header-bottom .search-header #btn-search:focus {
    outline: none;
}

/*end search header*/

/*cart header*/
.header-bottom .my-cart {
    position: relative;
    width: 170px;
}

.header-bottom .my-cart .img_cart {
    background: url(/tp/T0308/img/cart.png) no-repeat;
    height: 45px;
    padding-left: 47px;
    position: relative;
    float: left;
    text-decoration: none;
}

.header-bottom .my-cart .img_cart #number-cart {
    background: #80795B;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    height: 18px;
    left: 22px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 18px;
    display: none;
}

.header-bottom .my-cart .img_cart .title {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-bottom .my-cart .img_cart .info-cart {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.header-bottom .my-cart .box-cart {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    float: left;
    left: 0;
    position: absolute;
    top: 80px;
    width: 390px;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.header-bottom .my-cart:hover .box-cart {
    top: 50px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

.header-bottom .my-cart .box-cart .title-cart {
    border-bottom: 1px solid #ccc;
    height: 55px;
    width: 100%;
    background: url(/tp/T0308/img/cart2.png) 20px 20px no-repeat #fcfcfd;
    font-size: 14px;
    color: #666;
    font-weight: 200;
    line-height: 54px;
    padding-left: 48px;
    float: left;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart {
    float: left;
    width: 100%;
    padding-left: 20px;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart {
    border-bottom: 1px solid #ececec;
    float: left;
    padding: 12px 0;
    position: relative;
    width: 100%;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .product-image {
    float: left;
    margin-right: 12px;
    width: 70px;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .product-image img {
    float: left;
    width: 100%;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .info {
    display: table;
    float: left;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .info .name_product a {
    display: block;
    color: #696e6f;
    font-size: 13px;
    font-weight: 700;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .info .price span {
    color: #fd5023;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    width: 100%;
    margin-right: 5px;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .info .price del {
    font-size: 12px;
}

.header-bottom .my-cart .box-cart .product-cart .content-cart .item-cart .info .qty_product {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    width: 100%;
}

.action .delete {
    color: #999;
    float: right;
    margin-right: 10px;
}

.header-bottom .my-cart .box-cart .view-cart {
    height: 60px;
    padding-left: 20px;
    width: 100%;
}

.header-bottom .my-cart .box-cart .view-cart .totalCart {
    color: #41494a;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    width: auto;
    float: left;
}

.header-bottom .my-cart .box-cart .view-cart .totalCart strong {
    color: #fd5023;
    font-size: 16px;
}

.header-bottom .my-cart .box-cart .view-cart .btn-view-cart {
    float: right;
    display: block;
    background: #fd5023;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-right: 14px;
    margin-top: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 112px;
}

.header-bottom .my-cart .box-cart .wrapper-product-cart {
    max-height: 300px;
    overflow-y: scroll;
}

.header-bottom .my-cart .box-cart .wrapper-product-cart::-webkit-scrollbar {
    background-color: transparent;
}

.header-bottom .login-cart {
    max-width: 150px;
}

.header-bottom .login-cart .main-login {
    background: url(/tp/T0308/img/login.png) 7px 2px no-repeat;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    padding-left: 53px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
}

.header-bottom .login-cart .main-login a {
    color: #fff;
    text-decoration: none;
    display: block;
}

/*end cart header*/

/*search-respsive*/
.search-header-responsive {
    position: relative;
    padding: 0;
}

.search-header-responsive #input-search {
    width: 100%;
    border-radius: 3px;
    border: 0;
    height: 32px;
    font-size: 12px;
    padding-left: 32px;
}

.search-header-responsive #input-search::placeholder {
    font-style: italic;
}

.search-header-responsive #btn-search {
    position: absolute;
    top: 4px;
    left: 0;
    background: transparent;
    border: 0;
    padding: 0;
    z-index: 2;
    padding-left: 7px;
}

.search-header-responsive #btn-search i {
    color: #7b6b6b;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.search-header-responsive:hover #btn-search i {
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: rotate(90deg);
    color: #fd5023;
}

/*End search-respsive*/

/*wrapper menu*/
.wrapper-menu {
    background: #1a3652;
    width: 100%;
}

.wrapper-menu .wrapper {
    display: flex;
    justify-content: space-between;
}

.wrapper-menu .wrapper #main-menu {
    display: flex;
    justify-content: space-around;
    width: 78%;
    font-size: 12px;
    margin-bottom: 0;
}

#main-menu li {
    float: left;
    list-style: none;
    position: relative;
}

#main-menu > li > a {
    height: 50px;
    padding: 0 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}

#main-menu li a {
    text-decoration: none;
    color: #ffff;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
}

#main-menu li:hover > a {
    color: #54a4f4;
}

#wp-inner #logo {
    padding: 10px 0;
}

#main-menu > li > .sub-menu {
    position: absolute;
    top: 50px;
    left: -50%;
    border: 1px solid #ccc;
    z-index: 100;
}

#main-menu .sub-menu li {
    float: none;
}

#main-menu .sub-menu li a {
    position: relative;
    color: #585050;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 15px;
    box-sizing: border-box;
    border-left: 5px solid transparent;
}

#main-menu .sub-menu li:hover > a {
    background-color: #eeebe4;
    border-left: 5px solid #38C25E;
}

#main-menu .sub-menu {
    position: absolute;
    width: 240px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    left: 100%;
    top: -50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

#main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
}

#main-menu > li > .sub-menu > li:hover .sub-menu {
    top: 0;
}

#main-menu > li:hover > .sub-menu {
    left: 0;
}

/*menu-cate*/
.cate-menu {
    width: 22%;
    height: 50px;
    position: relative;
}

.cate-menu .cate-menu-title {
    background: url(/tp/T0308/img/icon-menu.png) 18px 18px no-repeat #101b25;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.cate-menu i {
    background: url(/tp/T0308/img/down.png) no-repeat;
    float: right;
    height: 11px;
    position: absolute;
    right: 11px;
    top: 23px;
    width: 11px;
}

#cate-main-menu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    min-height: 450px;
    height:auto;
    list-style: none;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    z-index: 30;
    margin-bottom: 0;
}

#cate-main-menu li {
    border-bottom: 1px solid #e5e5e5;
}

#cate-main-menu li:last-child {
    border-bottom: 0;
}

#cate-main-menu li > a {
    border-left: 5px solid transparent;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
}

#cate-main-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#cate-main-menu li:hover > a {
    border-left: 5px solid #3179ba;
    color: #fff;
    background: #46a3f7;
}

#cate-main-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    color: #666;
    min-height: 100%;
    height: auto;
    background: #f5f5f5;
    min-width: 290px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #e5e5e5;
}

#cate-main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/*End wrapper menu*/

/*TRANSTION FIXED HEADER*/
.wrapper-header-bottom.top {
    position: relative !important;
}

.wrapper-header-bottom.wait {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease
}

.wrapper-header-bottom.down {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .3s;
    transition: transform 0.6s ease;
}

.wrapper-header-bottom.up {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: .3s;
    transition: transform 0.3s ease;
}

/*==============================End Header ========================*/

/*============ WRAPPER PRODUCT============*/
.box-product {
    margin-bottom: 30px;
}

.owl-product {
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
    top: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-product .item {
    float: left;
    margin: 0;
    padding: 0;
    width: 295px;
}

.owl-product .item .wp-img {
    border: 1px solid #ececec;
    float: left;
    width: 295px;
    height: 295px;
    position: relative;
    padding: 5px
}

.owl-product .item .wp-img a {
    display: block;
    width: 100%;
    height: 100%
}

.owl-product .item .wp-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.owl-product .item .wp-img .action {
    display: none;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}

.owl-product .item .wp-img .action .content {
    bottom: 0;
    height: 34px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.owl-product .item .wp-img .action .content .btn-view {
    background: url(/tp/T0308/img/view.png) 6px 7px no-repeat #37a7e5;
}

.owl-product .item .wp-img .action .content .btn-addcart {
    background: url(/tp/T0308/img/cart-item-product.png) 5px 7px no-repeat #e9222d;
    margin-left: 10px;
}

.owl-product .item .wp-img .action .content .btn-view,
.owl-product .item .wp-img .action .content .btn-addcart {
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 31px;
    text-decoration: none;
    text-indent: 25px;
    width: 115px;
    display: inline-block;
    z-index: 1000;
}

.owl-product .item .wp-info {
    float: left;
    line-height: normal;
    padding: 0 5px 0 0;
    text-align: left;
    width: 100%;
    min-height: 70px;
}

.owl-product .item .wp-info .info {
    margin: 15px 0 0;
    width: 100%;
}

.owl-product .item .wp-info .info .name-product {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    padding-right: 55px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owl-product .item .wp-info .info .name-product .discount-label {
    background: #fb5332;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
}

.owl-product .item .wp-info .price {
    color: #333;
    font-size: 14px;
    font-weight: 200;
    margin: 5px 0 0;
    width: 100%;
    white-space: nowrap;
}

.owl-product .item .wp-info .price span {
    color: #fd5023;
    font-size: 16px;
    font-weight: 500;
    margin-left: 0;
    text-transform: uppercase;
}

.owl-product .item .wp-info .price del {
    display: inline-block;
    font-weight: 400;
    margin-left: 15px;
}

.owl-carousel .owl-prev {
    position: absolute;
    top: 30%;
    width: 40px;
    left: 0px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 2px solid #fd5023;
    color: #fd5023;
    border-radius: 50%;
}

.owl-carousel .owl-next {
    position: absolute;
    top: 30%;
    width: 40px;
    right: 0px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    border: 2px solid #fd5023;
    color: #fd5023;
    border-radius: 50%;
}

.owl-carousel:hover .owl-next {
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 30px;
    opacity: 1;
}

.owl-carousel:hover .owl-prev {
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 30px;
    opacity: 1;
}

/*============ End WRAPPER PRODUCT ============*/
/*==============================Footer========================*/
/*footer top*/
.footer-top {
    background: #fc5332;
    padding-bottom: 20px;
}

.footer-top .title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-top .content a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 13px;
    max-width: 100%;
    display: block;
}

.footer-top .content a img {
    width: 150px;
    height: auto;
    object-fit: scale-down
}

/*End footter top*/

/*footer center*/
.footer-center {
    background: #132539;
    float: left;
    width: 100%;
    padding-top: 35px;
}

.footer-center .footer-info-title h4 {
    display: inline-block;
    font-size: 39px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 700px;
    border-bottom: 2px solid #fd5023;
    padding-bottom: 16px;
}

.footer-center .address {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 33px;
    justify-content: center;
}

.footer-center .address .title {
    width: 100%;
    padding-left: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.footer-center .address .item {
    background: url(/tp/T0308/img/map.png) left 0 no-repeat;
    width: 100%;
    padding-left: 30px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
    min-height: 21px;
    margin-bottom: 8px;
}

/*End footer center*/

/*footer bottom*/
.footer-bottom {
    background: #fff;
    width: 100%;
}

.footer-bottom .footer-bottom-main .footer-bottom-item {
    padding-top: 27px;
    padding-bottom: 30px;
}

.footer-bottom .footer-bottom-main .footer-bottom-title {
    width: 100%;
    font-size: 13px;
    color: #26272c;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.footer-bottom .footer-bottom-main form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-bottom .footer-bottom-main form input {
    width: 250px;
    margin-right: 12px;
    height: 38px;
    background: #f8f8f8;
    border: 1px solid #a18e8e;
    border-radius: 3px 3px 3px 3px;
    padding: 0 10px;
    font-size: 12px;
    color: #000;
    font-weight: 100;
    float: left;
}

.footer-bottom .footer-bottom-main form button.btn-danger {
    border-radius: 3px 3px 3px 3px;
    background: #fd5023;
}

.footer-bottom .footer-bottom-main form input:focus,
.footer-bottom .footer-bottom-main form button:focus {
    border-color: #ccc !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.footer-bottom .footer-bottom-main .item-bank {
    display: flex;
    justify-content: space-around;
}

.footer-bottom .footer-bottom-main .contact-item {
    text-align: center;
}

.footer-bottom .footer-bottom-main .contact-item a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
}

.footer-bottom .footer-bottom-main .contact-item a:last-child {
    margin-right: 0;
}

.footer-bottom .footer-bottom-main .contact-item a i {
    color: #fff;
}

.footer-bottom .footer-bottom-main .contact-item a:first-child {
    background: #3b5998;
}

.footer-bottom .footer-bottom-main .contact-item a.ins-icon {
    background: #c32aa3;
}

.footer-bottom .footer-bottom-main .contact-item a.yt-icon {
    background: red;
}

.footer-bottom .footer-bottom-main .contact-item a.tw-icon {
    background: #00b6f1;
}

.footer-bottom .footer-bottom-main .contact-item a.shopee-icon {
    line-height: unset;
    background: #df4a32;
}

/*End footer bottom*/

/*copy right*/
.copyright {
    border-top: 1px solid #fd5023;
    float: left;
    font-weight: 600;
    line-height: 74px;
    width: 100%;
    text-align: center;
}

.copyright p {
    margin-top: 0 !important;
}

.copyright a {
    color: #fd5023;
}

/*end copy right*/
/*==============================End Footer========================*/

/*================LINK===================*/
.col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.breadcrumb {
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #666 !important;
    display: block;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb li:last-child a {
    font-weight: 700;
    color: #333 !important;
}

.bread-crumb {
    margin-top: 20px;
}

.breadcrumb > li {
    float: left;
    padding: 0 13px 0 13px;
    position: relative;
}

.breadcrumb > li:after {
    position: absolute;
    content: "\f0da";
    display: block;
    font-family: "Font Awesome 5 Free";
    color: #ddd;
    top: 0;
    right: -2px;
}

.breadcrumb > li:first-child {
    padding-left: 10px;
}

.breadcrumb > li:last-of-type:after {
    display: none;
}

/*================END LINK===================*/

/*============================== Back to top ==============================*/
#btn-top {
    position: fixed;
    bottom: 170px;
    right: 35px;
    cursor: pointer;
    z-index: 100 !important;
    visibility: hidden;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
    opacity: 0;
    width: 40px;
    height: 40px;
    background: #fd5023;
    border-radius: 50%;
}

#btn-top img {
    max-width: 60%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.show-btn-top {
    visibility: visible !important;
    -webkit-transition: ease-in 0.4s;
    transition: ease-in 0.4s;
    opacity: 1 !important;
}

/*==============================End Back to top==============================*/

/*==============================fix menu top ==============================*/
.down {
    top: -100px;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.fixed {
    position: fixed;
    z-index: 50 !important;
    top: 0px;
    width: 100%;
    background: #f5502b;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    visibility: visible;
    padding-left: 0;
    padding-right: 0;
}

/*==============================end fix menu top==============================*/

/*=============================== ADD TO CART=======================================*/
#alertFixed {
    top: 45px;
    right: 15px;
    z-index: 10000;
    position: fixed;
}

#alertFixed .alert {
    background: #fff;
    position: relative;
    margin-bottom: 0;
}

#alertFixed .close {
    position: absolute;
    right: 0;
    top: 0;
}

#alertFixed .alertFx img {
    max-width: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

#alertFixed .alertFx .add-s {
    color: #fd5023;
}

#alertFixed .alertFx .fa.fa-check {
    font-size: 15px;
    margin-top: 10px;
    padding-left: 10px;
}

#alertFixed #cart {
    color: #100a0ab0;
    font-size: 14px;
}

#alertFixed .fade:not(.show) {
    opacity: 1 !important;
}

#alertFixed .pull-left {
    float: left;
}
.bannerPopupFooter{
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    left: 0;
}
.bannerPopupFooter .blockPopupFooter{
    position: relative;
    width: 100%;
}
.bannerPopupFooter img{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}
.bannerPopupFooter .btnClosePopup{
    position: absolute;
    top: 10px;
    right: 64px;
    z-index: 10;
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    background: #000;
    color: #fff!important;
    box-shadow: 1px 1px 10px #000;
}

.itemPsInfo:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.itemPsInfo {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
    padding: 10px 0;
}
.itemPsInfo img {
    display: inline-block;
    overflow: hidden;
}
.tableRightOrder p {
    margin-bottom: 0;
    word-break: break-word;
}
.itemPsInfo .text-left{
    width: calc(100% - 70px);
    overflow: hidden;
}
.itemPsInfo .text-left p{
    margin-bottom: 5px;
}

/*===============================End ADD TO CART=======================================*/

/*====================Responsive==========================*/
@media screen and (max-width: 1230px) {
    .wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .footer-bottom .footer-bottom-main form input {
        width: 200px;
    }

    .owl-product .item .wp-img .action .content .btn-addcart {
        margin-left: 0;
    }
}

@media screen and (max-width: 812px) {
    .bannerPopupFooter{
        position: relative;
    }
    .bannerPopupFooter .btnClosePopup{
        top: 5px;
        right: 15px;
        width: 20px;
        height: 20px;
        line-height: 17px;
        font-size: 11px;
    }
    .owl-product .item .wp-img {
        width: 100%
    }

    .fixed {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .item-slide {
        padding: 0;
    }

    .owl-product .item, .owl-news .item {
        width: 97%;
    }

    #fixed-social-network {
        display: none;
    }

    .wrapper-header, .header-bottom .search-header, .header-bottom .login-cart,
    .wrapper-menu, .header-bottom .my-cart .img_cart .title, .header-bottom .my-cart .img_cart .info-cart,
    .header-bottom .cate-menu, .header-bottom .my-cart .box-cart {
        display: none !important;
    }

    .header-bottom .my-cart {
        width: auto;
    }

    .header-bottom .logo-header,
    .header-bottom .my-cart .img_cart #number-cart {
        display: block !important;
    }

    .copyright {
        background: #fd5023;
        line-height: 35px;
    }

    .copyright a {
        color: #fff;
        margin: 0;
    }

    .copyright p {
        margin: 0;
    }

    .footer-center .address {
        margin-top: 0;
    }

    .header-bottom .my-cart .img_cart {
        height: 37px;
        width: 41px;
        padding-left: 0
    }
    .content_cate, .content_cate p, .content_cate span, .news-contents p, .news-contents, .news-contents span {
        font-size: 18px!important;
        line-height: 1.7!important;
    }
    .popular-posts-widget h4 a{
        font-size: 19px;
    }
    .news-new .list-news .item-info .item-summary{
        font-size: 17px;
    }
    .content_cate table, .news-contents table, #myTabContent table,
    .content_cate iframe, .news-contents iframe, #myTabContent iframe {
        max-width: 100% !important;
    }
    .news-new .list-news .item-info .time{
        font-size: 15px;
    }
    .news-highlighs .wp-content-item .item-info{
        width: calc(100% - 20px);
    }
    /*.content_cate a, .news-contents a, #myTabContent a {
        padding: 7px;
        display: inline-block;
    }*/
    .news-new .list-news .item-info .item-more{
        display: inline-block;
        padding: 15px 0;
    }
}

@media screen and (max-width: 700px) {
    .footer-center .footer-info-title h4 {
        width: 100%;
        padding: 15px;
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .owl-product .item .wp-img {
        height: 270px;
    }
    #tableShipFee{
       overflow: auto;
    }
    .itemPsInfo .text-left{
        width: auto;
    }
    body #popupHome .modal-dialog {
        margin: 14.75rem 2rem;
    }
}

@media screen and (max-width: 480px) {
    .owl-product .item .wp-img {
        height: 230px;
    }

    .owl-product .item .wp-info .info .name-product {
        font-size: 18px;
    }

    .owl-product .item .wp-info .price span {
        font-size: 14px;
    }

    .owl-product .item .wp-info .price del {
        font-size: 12px;
        margin-left: 10px;
    }

    .owl-news .item {
        width: 100%;
    }

    .footer-center .address {
        padding-top: 15px;
    }
}

@media screen and (max-width: 400px) {
    .owl-product .item {
        width: 165px;
    }

    .owl-product .item .wp-img {
        height: 180px;
    }

    .title-product h3 {
        height: 37px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 40px;
    }

    .title-product h3 a {
        font-size: 13px;
    }

    .wrapper-slide {
        margin-bottom: 20px;
    }

    .box-product {
        margin-bottom: 15px;
    }

    .owl-product .item .wp-info .info .name-product {
        font-size: 16px;
    }

    .owl-product .item .wp-info .info .name-product .discount-label {
        line-height: 16px;
    }

    .owl-product .item .wp-info .price del {
        margin-left: 3px;
    }

    .owl-product .item .wp-info .price span {
        font-size: 12px;
    }

    .owl-product .item .wp-info .info {
        margin-top: 10px;
    }
}

@media screen and (max-width: 320px) {
    .owl-product .item {
        width: 145px;
    }

    .owl-product .item .wp-img {
        height: 150px;
    }

    .footer-bottom .footer-bottom-main form button.btn {
        padding: 0 !important;
    }

    .header-bottom .logo-header a {
        width: 160px;
    }

    .icon-menu {
        width: 25px;
        height: 25px;
        margin-top: 4px
    }

    .icon-menu i {
        font-size: 15px;
        line-height: 25px;
    }
}
@media screen and (max-width: 280px) {
    .main-cart #shopping-cart .item-cart-product .quantity-block .input-group .input-group-btn .quantity {
        width: 20px;
    }
}



/*====================End Responsive==========================*/

/*CONTACT*/
#fixed-social-network {
    position: fixed;
    top: 25%;
    right: -130px;
    z-index: 999;
}

#fixed-social-network > a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 12px;
    display: block;
    width: 170px;
    transform: translateX(0px);
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}

#fixed-social-network > a > i {
    margin-right: 20px;
}
#fixed-social-network > a > img {
    margin-right: 20px;
    width: 20px;
    height: 20px;
}
#fixed-social-network > a:hover {
    transform: translateX(-100px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#fixed-social-network > a.fb-icon {
    background: #3B5998;
    color: #fff;
}

#fixed-social-network > a.ins-icon {
    background: #C32AA3;
    color: #fff;
}

#fixed-social-network > a.yt-icon {
    background: #FF0000;
    color: #fff;
}

#fixed-social-network > a.tw-icon {
    background: #00B6F1;
    color: #fff;
}

#fixed-social-network > a.gg-icon {
    background: #DF4A32;
    color: #fff;
}

#fixed-social-network > a.lazada-icon {
    background: #14116D;
}

#fixed-social-network > a.shopee-icon {
     background: #FE5621;
 }

#fixed-social-network > a#back-to-top {
    background: #000000;
    color: #fff;
}

/*END CONTACT*/

/*PHONE NUMBER*/
.Phone {
    position: fixed;
    z-index: 9999;
    display: block;
    left: 20px;
    bottom: 5px;
    margin: 0;
    width: 1em;
    height: 1em;
    font-size: 90px;
    background: transparent;
    border-radius: 0.5em;
    transform: translate3d(0, 0, 0) scale(1);
    cursor: pointer;
}

.Phone::before, .Phone::after {
    position: absolute;
    content: "";
}

.Phone::before {
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #00800099;
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
    top: 0.25em;
    left: 0.25em;
    width: 0.5em;
    height: 0.5em;
    background: url(/tp/T0308/img/phone-number.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0);
}

.Phone::before {
    animation: phone-inner 4000ms infinite;
}

.Phone::after {
    animation: phone-icon 3000ms infinite;
}

/*END PHONE NUMBER*/

/*IMNG PRODUCT FLY*/
.img-product-fly {
    position: absolute;
    z-index: 99999;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #ff7430;
    object-fit: cover;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/*END IMNG PRODUCT FLY*/
#player{
    width: 100%;
}
.owl-product .item.owl-item{
    position: relative;
}
.owl-product .item.owl-item .outstock{
    position: absolute;
    top: 1px;
    right: 9px;
    background: #fb5332;
    color: #fff;
    padding: 5px 10px;
}
.content_cate{
    position: relative;
    margin: 15px 0;
    max-height: 150px;
    overflow: hidden;
}
.content_cate.show_more{
    max-height: unset;
}
.js_more{
    cursor: pointer;
    text-align: center;
    color: #007bff;
    position: absolute;
    height: 50px;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    top: 100px;
    width: 100%;
    line-height: 50px;
    left: 0;
}
.list-promotion img{
    width: 100%;
}
.list-promotion .pro-name a{
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    padding-right: 55px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mm-7, #mm-8, #mm-9, #mm-10{
    order: 1;
}

#sizeImage {
    display: none;
}

.bct {
    margin-top: 10px;
    display: block;
}
@media (min-width: 813px) {
    .owl-product .item .wp-img:hover .action {
        display: block;
    }
    .bct {
        margin-top: 100px;
    }
}
.network-login .network {
    width: 100%;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    text-align: center;
    position: relative;
}
.network-login .network.facebook {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #4267b2;
}
.network-login .network a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
}
.network-login .network.google {
    display: inline-block;
    background-color: #dc4e41;
}
.network-login .network a i {
    font-size: 24px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.network-login .network a span {
    display: inline-block;
    color: #fff;
}
.footer-bottom-content {
    border-top: 1px solid #fd5023;
    clear: both;
    padding-top: 20px;
}
#popupHome .modal-dialog {
    margin: 14.75rem auto;
}
#popupHome .close {
    position: absolute;
    right: 10px;
}
#popupHome .close:focus {
    outline: none;
}

@media (min-width: 576px) {
    #popupHome .modal-dialog {
        max-width: 900px;
    }
}

.searchFolding {
    position: absolute;
    top: calc(100% + 1px);
    background: rgb(255, 255, 255);
    z-index: 9;
    display: none;
    width: 100%;
    box-shadow: 0 1px 3px rgba(25, 25, 25, .1);
}

.searchFolding>a:hover {
    text-decoration: none;
}

.item_search_detail {
    padding: 10px;
    justify-content: space-between;
    transition: all .1s;
}

.searchFolding>a:hover>.item_search_detail {
    background: #1a3752;
}

.searchFolding>a:hover>.item_search_detail p {
    color: #fff;
}

.item_search_detail p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.item_search_detail p:first-child {
    max-width: 280px;
}
.title-wrapper {
    text-align: center;
}
.title-wrapper h1 {
    font-size: 34px;
    font-weight: 600;
    color: #555;
}
.title-wrapper .divider-line {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    --divider-border-style: solid;
    --divider-color: #000;
    --divider-border-width: 2px;
    width: 30%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.content-trade {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 20px;
}
.brand-content {
    text-align: center;
    padding: 10px 10px 20px;
}
.brand-content h3 {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
}
.language-hd .language {
    clear: both;
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 5px 15px;
    min-width: 80px;
    max-width: 120px;
}
.language-hd .language p.toggle {
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0;
    border: 1px solid #fff;
}
.language-hd .language img {
    margin-right: 3px;
    width: 15px;
}
.language-hd .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 0;
    display: none;
    z-index: 90;
    width: 100%;
    list-style: none;
    margin: 0;
    text-align: left;
}
.language-hd .language:hover ul {
    display: block
}
.language-hd .language ul li a {
    color: #000;
    font-size: 11px;
    padding: 5px;
    display: block;
    text-decoration: none;
}
.language-hd .language img {
    margin-right: 3px;
    width: 15px;
}
#fixed-social-network > a.zalo-icon img {
    width: 40px;
    height: 45px;
}

#fixed-social-network > a.zalo-icon {
    padding-left: 0;
    background: #1765e0;
    height: auto;
    color: #fff;
}
.post-share a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.post-share .fb-share a{
    color: #fff !important;
    background: #3B5998;
    border-radius: 2px;
    text-decoration: none !important;
    padding: 1px 5px;
    font-size: 14px;
}
.zalo-share a img{
    width: 30px;
}
.post-share .share{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .content-trade {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
}