
*, ::after, ::before {
    box-sizing: border-box;
}
ul{
    list-style: none;
}
ol, ul {
    padding-left:0;
    margin-bottom: 0;
}
ul li, li {
    list-style-type: none;
}
* {
    margin: 0;
    padding: 0;
}
a, h1, h2, h3, h4, h5, h6 {
    color: #353535;
}
a, a:link, a:visited {
    text-decoration: none;
}
body {
    color: #333;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.29;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
}
body {
    background-color: #fff;
}
#header {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -o-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
}
#header.active {
    position: fixed;
    top: -1px;
    z-index: 99;
    box-shadow: 1px 1px 11px 1px rgba(0,0,0,0.4);
}

.content-header {
    position: relative;
    padding: 30px 0;
}
.btn-menu-bar {
    display: none;
}
#search-site {
    border: 1px solid #00b099;
    background: #fff;
    position: relative;
    border-radius: 4px;
}
.topinput {
    border: 0;
    position: relative;
    background: #fff;
    height: 35px;
    text-indent: 10px;
    font-size: 13px;
    padding-right: 40px;
    width: 100%;
    border-radius: 4px;
}
.btntop {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    border: 0;
    background-color: #00b099;
    color: #fff;
}
#searchFolding {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 200;
    max-height: 400px;
    overflow-y: auto;
}
.box-user>div::before {
    content: "\f007";
}
.box-cart>a>div::before {
    content: "\f07a";
}
.right-header>ul>li>a>div::before {
    font-family: "Font Awesome 6 Pro";
    font-size: 27px;
    font-weight: 200;
    color: #00b099;
}
.box-user>ul>li, .box-cart>ul>li {
    line-height: initial;
}
.box-user>ul>li>a, .box-cart>ul>li>a {
    font-size: 13px;
}
.box-cart>a>div>span {
    top: -3px;
    right: -2px;
    background: orange;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
}
.box-user>div, .box-cart>a>div {
    margin-right: 7px;
    line-height: initial;
}
.right-header>ul>li:first-child {
    flex: 1;
}
.header-cart{
    display: none;
}
.site-overlay {
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}
.site-overlay.active {
    opacity: 1;
    visibility: visible;
}
.menu a img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}
.menu>li>a {
    font-size: 14px;
}
.banner-cate-child {
    position: absolute;
    left: calc(400% + 7px);
    width: calc(100% + 2px);
    display: none;
    top: 0;
    height: 100%;
}
.menu>li>ul.sub_menu_1 a {
    font-size: 13px;
}
.site_header-top {
    height: 32px;
    background-color: #fff;
    border: none;
    box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    -o-box-shadow: 0 -2px 6px 0 rgba(0,0,0,.16);
    color: #333;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.sub_menu_1 > li {
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}
.header-top{
    display: flex;
    justify-content: space-between;
}
.header-contact i{
    color: #00b099;
    font-size: 16.5px;
    display: inline-block;
    margin-right: 6px;
}
.contact-map{
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}
.header-contact .contact-map:before {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    background: rgb(13 12 12 / 40%);
}
.header-social .header_hotline{
    display: flex;
    align-items: end;
}
.header-social .header_hotline li{
    padding: 0 15px;
    position: relative;
}
.header-social .header_hotline li{
    display: inline-flex;
    align-items: center;
}
.header-social .header_hotline li svg, .header-social .header_hotline li i{
    margin-right: 5px;
}
.header-social .header_hotline li .social-fanpage:after{
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    top: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    background: rgb(13 12 12 / 40%);
}
.header-social i{
    font-size: 16px;
}
.main-menu{
    padding: 0;
    background: #fff;
    height: 422px;
    margin: 0;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ebecf0;
}
.main_sliderbanner{
    margin-top: 30px;
}
.main-top {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    background: 0 0;
}
.main_sliderbanner {
    position: relative;
}
#banner-home-index{
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    overflow: hidden;
}
.product-item-actions {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    margin: 0 !important;
    order: 3;
}
.block-cate-home {
    padding-top: 10px;
    padding-bottom: 25px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.block-product-home .banner-product-home {
    margin: 0;
    float: left;
    max-height: 637px;
    margin-top: 10px;
}
.block-product-home .banner-product-home img{
    height: 100%;
}
.prod-hl-discount {
    display: none;
}

.widget.block-products-slider {
    margin: 0;
    padding-right: 0;
    overflow: hidden;
    -ms-overflow: hidden;
    float: left;
    clear: none;
}
.loadProductCategoryHome .block-cate-home .title-home{
    padding-left: 54px;
    position: relative;
    padding-top: 0;
    margin-top: -8px;
}
.loadProductCategoryHome .title-home{
    font-size: 25px;
    font-weight: 700;
    color: #999;
    display: table-cell;
    margin: 0;
    padding: 5px 25px 2px 10px;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
}
.main_sliderbanner {
    margin-bottom: 30px;
}
.loadProductCategoryHome .block-cate-home .title-home img{
    display: block;
    max-width: 34px;
    max-height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: calc(100% - 54px);
    margin: auto;
}
.sectionTitleTab{
    display: flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}
.block-cate-home .view__more{
    color: #999;
    font-weight: 400;
    display: inline-block;
}
.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.list-product {
    clear: both;
}
.list-product .product-item .product-item-info {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.product-item-photo {
    display: block;
    padding: 0;
    line-height: 0;
    border-radius: 4px;
}
.product-image-container {
    position: relative;
}
.product-item-photo picture{
    height: 100%;
    display: inline-block;
}
.product-item-photo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out;
}
.product-image{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.list-product .product-item:hover {
    z-index: 2;
    background: #fff;
    border: 1px solid #f3f4f5;
}
.product-item-details {
    padding: 0;
    min-height: 90px;
}
.product-item-details {
    grid-template-columns: auto calc(100% - 40px);
}
.list-product .product-item .product-item-details {
    min-height: 90px;
    padding-bottom: 0;
    width: 100%;
    float: left;
}
.product-item-details h3 {
    margin: 0;
    grid-column: 1/span 2;
    order: 1;
}
.product-item .price-box {
    margin: 10px 0 25px;
}
.product-item .price-box {
    margin-top: 5px;
    margin-bottom: 10px;
    grid-column: 1/span 2;
    order: 2;
}
.product-item .price-box {
    white-space: nowrap;
}
.product-item .price-box>.price-container, .product-item .special-price {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
}
.product-item .price-box>.price-container .price, .product-item .special-price .price {
    font-size: 16px;
    line-height: 1.33;
    color: #7c4736;
    font-weight: 500;
}
.page-products .product-item-actions {
    padding: 0;
}
.product-item-name {
    margin: 1px 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    grid-column: 1/span 2;
    order: 1;
}
.product-item .product-item-details .product-item-name {
    font-size: 14px;
}
.product-item-name>a, .product.name>a, .product-item-name>a:hover, .product.name>a:hover {
    display: inline;
    font-size: 14px;
    line-height: 1.25;
    color: #707070;
    text-decoration: none;
}
.product-item .product-item-details .product-item-name .product-item-link {
    display: inline;
    font-weight: 400;
}
.product-item-actions i{
    color: #b69180;
    font-size: 24px;
    font-weight: 100;
}
.product-item{
    margin: 0;
    padding: 10px;
    position: relative;
    border: 1px solid transparent;
}
.main_sliderbanner-mobile{
    display: none;
}
.product-item .product-label {
    display: inline-block;
    width: 32px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    background-color: #00b099;
    top: 2%;
    right: unset;
    left: 2%;
    z-index: 2;
    font-weight: 400;
    position: absolute;
}
.product-item:hover{
    z-index: 2;
    background: #fff;
    border: 1px solid #f3f4f5;
}
.sticker-image {
    top: 0;
    left: unset;
    right: 0;
    z-index: 2;
    font-weight: 400;
    position: absolute;
}
.product-item .product-item-info {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.page-footer{
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 0px;
    clear: both;
}
.page-footer .footer-columns {
    background: #f4f5f7;
    position: relative;
    clear: both;
    width: 100%;
    padding: 13px 0 25px;
    z-index: 1;
}
.page-footer .footer-columns .footer-title {
    color: #666;
    margin: 12px 0 8.5px;
    font-weight: 500;
    text-transform: uppercase;
}
.page-footer .footer-columns .footer-content {
    color: #333;
}
.footer-content li{
    line-height: 1.75;
}
.list-social {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 120px;
    justify-content: center;
}
.footer-content .list-social{
    justify-content: flex-start;
}
.list-social .icon-social{
    margin-right: 10px;
}
li.icon-social svg {
    width: 32px;
    height: 30px;
}
li.icon-social i{
    font-size: 27px;
}
li.icon-social:first-child{
    margin-top: -1px;
}
.sub_menu_2 {
    text-align: left;
    background: #fff;
    z-index: 99;
    overflow: hidden;
    list-style-type: disc;
    padding-left: 22px;
}
.menu>li>ul.sub_menu_1 a {
    font-size: 13px;
}
.product-item .price-and-tooltip .pro-price-del{
    margin-left: 10px;
}
.product-item .price-and-tooltip .pro-price-del del{
    font-size: 16px;
    line-height: 1.29;
    color: #999;
    text-decoration: line-through;
}
.block-search-fix{
    position: relative;
}
.block-search-fix .ajaxSearchResults {
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    right: 0;
}
.results-seach{
    display: none;
}
.product-result{
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: none;
}
.product-result li{
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
}
.product-result li:first-child{
    border-top: none;
    background: #e8e8e8;
}
.addThis_listSharing {
    position: fixed;
    bottom: 170px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.addThis_listSharing.is-show {
    right: 15px;
    opacity: 1;
    visibility: visible;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 17px;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.header-social .header_hotline li a{
    display: flex;
    align-items: end;
}
.coupon-item{
    position: relative;
    max-width: 336px;
}
.dlpm-coupon--row .dlpm-row-header {
    height: 61px;
    left: 100px;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 224px;
}
.dlpm-coupon--row .dlpm-row-header .dlpm-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(17, 24, 39);
}
.dlpm-coupon--row .dlpm-row-header .dlpm-description, .dlpm-coupon--row .dlpm-row-header .dlpm-expire {
    font-size: 12px;
    line-height: 19px;
    color: rgb(17, 24, 39);
}
.dlpm-coupon--row .dlpm-left-icons {
    left: 32px;
    position: absolute;
    top: 52px;
}
.dlpm-coupon--row .dlpm-left-icons svg {
    transform: scale(1.7);
}
.dlpm-coupon--row .dlpm-row-footer {
    bottom: 4px;
    height: 45px;
    position: absolute;
    right: 10px;
    width: 238px;
}
.dlpm-progress-preview {
    font-size: 0;
    left: 13px;
    position: absolute;
    top: -20px;
    width: 100%;
}
.dlpm-progress-preview .dlpm-progress-label {
    color: #ef4343;
    font-size: 10px;
}
.dlpm-coupon--row .dlpm-row-footer .btn-detail {
    color: #2463eb;
    cursor: pointer;
    font-size: 14px;
    left: 12px;
    position: absolute;
    top: 9px;
}
.dlpm-coupon--row .dlpm-row-footer .btn-apply {
    align-items: center;
    background-color: #111827;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 14px;
    top: 2px;
}
.dlpm-toast-notify {
    background: transparent;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1212;
}
.dlpm-toast-notify .toast-dialog {
    background-color: #21c45d;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0,0,0,.12), 0 8px 48px rgba(0,0,0,.24);
    color: #fff;
    left: 50%;
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 180px;
    z-index: 100;
}
.dlpm-toast-notify .toast-notify-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}
.dlpm-toast-notify .toast-notify-content {
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
}
.modalCoupon .modal-dialog{
    max-width: 400px;
}
.modalCoupon .modal-dialog .modal-title{
    color: #111827;
    font-size: 18px;
    font-weight: 500;
}
.detail-info .detail-info__label {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.detail-info {
    margin-bottom: 12px;
}
.detail-info .detail-description__1 {
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.detail-code {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}
.detail-code .detail-code__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.detail-code .detail-code__copy {
    display: flex;
    gap: 8px;
}
.detail-code .detail-code__copy .detail-code__copy-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.detail-code .detail-code__copy .detail-code__copy-btn {
    cursor: pointer;
}
.detail-datetime {
    margin: 12px 0;
}
.detail-datetime .detail-datetime__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.detail-datetime .detail-datetime__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.detail-content {
    margin-top: 12px;
}
.modalCoupon hr {
    border: 1px solid #868d9b;
    margin: 0;
    padding: 0;
}
.modalCoupon .btn-secondary{
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    width: 174px;
}
.modalCoupon .btn-primary{
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    padding: 10px 14px;
    width: 174px;
}
.coupon-title h2{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.modalCoupon .modal-content{
    border: none;
    border-radius: 8px;
}
.coupon-item-svg svg{
    max-width: 336px;
}
.list-coupon-code{
    border-radius: 8px;
    margin: 16px 0;
    background-color: rgb(249, 250, 251);
    padding: 24px 16px;
}
.zalo-chat-widget {
    bottom: 100px!important;
    right: 24px!important;
}
.list-coupon-code .dlpm-coupons--slide .owl-nav button{
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.16), 0 0 3px 0 rgba(0,0,0,.12);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}
.list-coupon-code .owl-nav button.owl-prev{
    left: 0;
    margin-left: -15px;
}
.list-coupon-code .owl-nav button.owl-next{
    margin-right: -15px;
    right: 0;
}
.list-coupon-code .owl-nav button i{
    font-size: 20px;
}
#popupHome .modal-body{
    padding: 0;
}
#popupHome .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-size: 0;
    color: #f6821f;
    z-index: 999;
}
#popupHome .btn-close:before{
    content: '\f00d';
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
}
#popupHomeBlock {
    margin-top: 35px;
    margin-right: 30px;
}
#popupHomeBlock h3{
    color: rgb(247, 130, 32);
    font-size: 26px;
    text-transform: uppercase;
}
.title-popup{
    text-align: center;
    font-size: 16px;
    color: #5f5454;
    margin-bottom: 10px;
}
.title-popup p{
    margin-bottom: 0;
}
#popupFrom input{
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 40px;
    font-weight: 500;
    padding: 0 40px 0 20px;
    background: #fff;
    color: #272727;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}
.sendSubcrible{
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    color: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
}
.sendSubcrible:hover{
    color: #f6821f;
}
button.sendSubcrible{
    display: inline-block;
    width: 100%;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0px 2px 0px rgb(204, 90, 33);
    border: 1px solid #f7821f;
}
.sendSubcrible:before{
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    background-color: #f6821f;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sendSubcrible:hover:before{
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
@media (min-width: 576px){
    #popupHome .modal-dialog {
        max-width: 700px;
    }
}