#cta-icon {
    position: fixed;
    width: 60px;
    right: 0;
    top: 50%;
    z-index: 9999;
    background: #fff;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#cta-icon a:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

#cta-icon a.cta-phone {
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
}

#cta-icon a {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

#cta-icon a.cta-phone em {
    display: block !important;
    color: #dc3545;
    -webkit-animation: swing ease-in-out .2s infinite alternate;
    -moz-animation: swing ease-in-out .2s infinite alternate;
    -ms-animation: swing ease-in-out .2s infinite alternate;
    -o-animation: swing ease-in-out .2s infinite alternate;
    animation: swing ease-in-out .2s infinite alternate;
}

#cta-icon a.cta-phone em:last-child {
    display: block !important;
}

#cta-icon a em {
    font-size: 27px;
    color: #78BC1C;
}

#cta-icon a.cta-zalo .ico_zalo {
    background: url(../img/ico_zalo.svg) 0 0/100% auto no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

#cta-icon a.cta-messenger .ico_messenger {
    background: url(../img/ico_messenger.svg) 0 0/100% auto no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

#cta-icon .ActionMenu .ActionMenuBody{
    left: unset !important;
    right: 0 !important;
}

#cta-icon .ActionMenu{
    left: unset !important;
    right: 0 !important;
}

@media ( max-width: 767.98px ){
    #cta-icon{
	top: unset;
	bottom: 0px;
	flex-direction: row;
	width: 100vw;
	-webkit-transform: none;
    	-moz-transform: none;
    	-ms-transform: none;
    	-o-transform: none;
    	transform: none;
    }	
}
.filter {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sort-box{
    float: right;
}
.sort-box:last-child {
    margin-right: 10px;
}
.sort-select{
    min-width: 160px;
    float: left;
    position: relative;
    z-index: 10;
}
.sort-select span{
    height: 32px;
    display: block;
    padding: 0 25px 10px 10px;
    background: url(../img/icon-select.png) no-repeat right 10px center #fff;
    color: #000;
    border: solid 1px #ddd;
    font-size: 13px;
    line-height: 30px;
}
.sort-select ul{
    max-height: 200px;
    display: none;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #ddd;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    overflow-y: auto;
    list-style: none;
}
.sort-select:hover ul{
    display: block;
}
.sort-select li a{
    color: #000;
    font-size: 12px;
}
.sort-select li a:hover{
    color: #dc0021;
}
.posts-table-of-contends {
    width: auto;
    background: #189eff26;
    padding: 10px;
    border: 2px dotted #189eff;
    margin-bottom: 15px;
}

.title-posts-table-of-contends {
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 100%;
}

#toc {
    font-size: 100%;
    padding: revert;
    margin: revert;
}
#toc li {
    padding: revert;
    margin: 0;
}
#toc a {
    color: #1e73be;
}
#toc ul, #toc ul li {
    padding-right: 10px;
    margin: 0;
}
.toggler-toc {
    cursor: pointer;
}
#read-more {
    text-align: center;
    position: relative;
    padding-top: 10px;
    font-size: 16px;
}
.read-more:before {
    content: "";
    background: linear-gradient(transparent, #fff);
    position: absolute;
    height: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    top: -80px;
}
#read-more button {
    color: #dc0021;
    border: 1px solid #dc0021;
    background: 0 0;
    padding: 5px 0;
    width: 160px;
    border-radius: 3px;
    cursor: pointer;
}
#read-more .btn-hide {
    display: none;
}
#read-more.rm-hide .btn-show {
    display: none;
}
#read-more.rm-hide button {
    margin-top: 0;
}
#read-more.rm-hide .btn-hide {
    display: inline-block;
}
#term-description {
    max-height: 500px;
    overflow: hidden;
    background: white;
    padding: 20px;
    font-size: 16px;
}
#term-description ul {
    padding-left: 20px;
}
#term-description ul li {
    list-style: disc;
}
#category-description td, 
#category-description th {
    border: 1px solid;
    text-align: center;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .wrap-infomation .info .wrap-table table tr td:first-child {
    font-weight: normal;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .wrap-infomation .info .wrap-table table tr td:last-child {
    padding-left: 0;
}
.page-news-detail .box-other-news {
    margin-bottom: 20px;
}
.main-section figure {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 640px;
    text-align: center;
    padding-bottom: 5px;
    font-size: .9em;
    background: rgba(0,0,0,0.05);
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 2em;
}
.wrap-thong-bao-dat-hang .thong-bao-dat-hang .btn-success-checkout {
    color: #fff;
}
#notfound {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    padding: 80px 0;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1.5;
}

.notfound .notfound-404 h1 {
    font-size: 8rem;
    margin: 0px;
    font-weight: 900;
    background: linear-gradient(90deg, #DF0029cc, #DF0029);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

.notfound h2 {
    color: #000;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.notfound a {
    margin-top: 15px;
    font-size: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(90deg, #DF0029cc, #DF0029);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #DF0029;
    box-shadow: 0px 4px 15px -5px #DF0029;
}

.notfound a:hover,
.notfound a:focus {
    color: #fff;
}
.icon-sale {
    width: 40px;
    height: 40px;
    background: url(/frontend/img/icon/bg-sale.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
.item-product-main {
    position: relative;
}
.item-product-main .content .price {
    text-align: center;
}

.contactWidget .item {
    position: relative;
}
.contactWidget .item .bubble {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 10%;
    top: 10%;
    z-index: -1;
}
.contactWidget .item .bubble .bubble-outer-dot {
    margin: 1px;
    display: block;
    text-align: center;
    opacity: 1;
    background-color: rgba(0,168,0,0.4);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse 1.5s linear infinite;
}
.contactWidget .item .bubble .bubble-inner-dot {
    display: block;
    text-align: center;
    opacity: 1;
    background-color: rgba(15,177,0,0.4);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse 1.5s linear infinite;
}
.contactWidget .item .bubble:after {
    content: "";
    background-color: #06b400;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
}
.contactWidget .item .bubble .bubble-inner-dot:after {
    content: "";
    display: block;
    text-align: center;
    opacity: 1;
    background-color: rgba(0,168,28,0.4);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse 1.5s linear infinite;
}
.contactWidget #telList {
    display: none;
}
.contactWidget .modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 502;
}
.contactWidget .modal-content {
    margin: 5% auto;
    padding: 20px;
    width: 700px;
    position: relative;
}
.contactWidget #telList .modal-content {
    max-width: 100vw;
    background: #fff;
}
#close_popup, .close_popup {
    color: #ff6e6e;
    width: 50px;
    height: 50px;
    display: block;
    background: url(/frontend/img/icon/close.png) no-repeat #fff;
    background-size: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}
.contactWidget #telList h5 {
    font-size: 22px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.contactWidget .contact-list {
    font-weight: bold;
    color: #ad2f2f;
    font-size: 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contactWidget .contact-list .title {
    background-color: antiquewhite;
    padding: 8px 12px;
}
.contactWidget p{
    margin: revert;
}
.contactWidget .contact-list .list-style {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #ad2f2f;
    margin-right: 0.5em;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    font-size: 1.1rem;
}
.contactWidget .contact-list a.tel {
    background: url(/frontend/img/icon/phone_small.png) 0 0 no-repeat #00960c;
    height: 25px;
    width: 100px;
    display: inline-block;
    background-position: 3px 2px;
    background-size: 20px;
    border-radius: 3px;
    padding-left: 28px;
    line-height: 25px;
    color: #fff;
    margin: 5px 0 0;
    font-size: 13px;
}
.contactWidget .contact-list a.zalo {
    background: url(/frontend/img/icon/zalo_logo_white_s_2x.png) 0 0 no-repeat #03a5fa;
    height: 25px;
    width: 100px;
    display: inline-block;
    background-position: 3px 2px;
    background-size: 20px;
    border-radius: 3px;
    padding-left: 28px;
    line-height: 25px;
    color: #fff;
    margin: 5px 0 0 15px;
    font-size: 13px;
}
.contactWidget #map {
    display: none;
}
.contactWidget #map .modal-content {
    max-width: 100vw;
    background: #fff;
}

@media(min-width:768px) {
    .contactWidget {
        position: fixed;
        right: 0;
        top: 35%;
        background-color: #fff;
        width: 80px;
        border: 1px solid #dbdbdb;
        z-index: 9999;
    }
    .contactWidget .item {
        display: block;
        text-align: center;
        padding: 10px 0;
        border-bottom: 1px dotted #dbdbdb;
        position: relative;
    }
    .contactWidget .item a {
        font-size: 13px;
        margin: 0;
        padding: 0;
        display: block;
    }
    .contactWidget .item img {
        width: 50%;
        margin-bottom: 5px;
        border-radius: 50%;
        clear: both;
    }

    .contactWidget .grid-column{
        grid-template-columns: 50% 50%;
        display: grid;
        grid-column-gap: 20px;
    }
}

@media(min-width:992px) {
    .contactWidget {
        top: auto;
        bottom: 175px;
        width: 65px;
    }
}

@media  screen and (max-width: 992px) {
    .contactWidget .modal-content {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .contactWidget {
        position: fixed;
        max-height: 100px;
        bottom: 0;
        background-color: #fff;
        z-index: 9999;
        border-top: 1px solid #dbdbdb;
        width: 100%;
    }
    .contactWidget .item {
        width: 24%;
        display: inline-block;
        text-align: center;
        padding: 10px 0;
        border-left: 1px dotted #dbdbdb;
        max-width: 90px;
    }
    .contactWidget .item:first-child {
        border-right: none;
    }
    .contactWidget .item a {
        font-size: 13px;
        margin: 0;
        padding: 0;
    }
    .contactWidget .item img {
        width: 50%;
        margin-bottom: 5px;
        border-radius: 50%;
        clear: both;
    }
    .info-footer-web-wrapper {
        bottom: 100px;
    }
}
.item-product-main .content .price {
    color: #FF0000;
    font-weight: bold;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .box-price .wrap-price .sale {
    background: none;
    color: #FF0000;
    margin: 0;
    font-size: 1rem;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .box-price span {
    color: #333;
}
body, html {
    font-family:Arial,Helvetica,sans-serif;
}
footer {
    padding-top: 0px;
}
.main-section {
    padding: 20px 0;
}
@media (min-width: 1024px) {
    .page-product-list .item-product-list {
        margin-bottom: 1.75rem;
        padding-bottom: 1.75rem;
    }
}
#category-description a {
    color: blue;
}
#page-banner .banner__pages {
    height: auto;
}
.page-video-banner .box-video-right .video h3 {
    font-weight: normal;
}
#section-show-swip .btn-contact span {
    font-size: 12px;
    letter-spacing: normal;
}
@media (min-width: 1200px) {
    .shopping-cart-wrapper {
        right: 0;
    }
}


.comment-heading {
    padding: 15px 0;
}

#related_posts h4,
.comment-heading h2,
.comment-heading p {
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: 600;
    border-left: 3px solid #f34343;
    padding-left: 15px;
}

.total-rating {
    border: 1px solid #ccc;
    display: grid;
    grid-template-columns: 30% 1fr;
    padding: 20px;
}

.total-star {
    text-align: center;
    border-right: 1px solid #ccc;
    margin: auto 0;
}

.total-star .total-star-num {
    font-size: 20px;
    font-family: var(--site_font_family);
    margin-bottom: 10px;
}

.total-star .rating {
    display: flex;
    margin-top: 5px;
    justify-content: center;
}

.total-star .rating .star {
    position: relative;
}

.total-star .rating .star_item {
    width: 65px;
    height: 18px;
}

.total-star .rating .star_1 {
    background: url(/img/frontend/5_sao_1.svg) no-repeat 0 0;
    background-size: 65px;
    position: absolute;
    top: 0;
    left: 0;
}

.total-star .rating .star_2 {
    background: url(/img/frontend/5_sao_2.svg) no-repeat 0 0;
    background-size: 65px;
}

.total-star .total-comment {
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
}

.total-rating .classify-star {
    padding-left: 15px;
}

.classify-star .five-star,
.classify-star .four-star,
.classify-star .one-star,
.classify-star .three-star,
.classify-star .two-star {
    display: flex;
    margin: 5px 0;
}

.classify-star .rating {
    display: flex;
    margin-top: 0;
    align-items: center;
    margin-left: 10px;
}

.classify-star .rating .bar-percent {
    position: relative;
}

.classify-star .rating .bar-percent_item {
    width: 80px;
    height: 5px;
}

.classify-star .five-star .rating .bar-percent_1 {
    background: url(/img/frontend/bar-vote.jpg) no-repeat 0 0;
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.classify-star .rating .bar-percent_2 {
    background: url(/img/frontend/bar-no-vote.jpg) no-repeat 0 0;
    background-size: 80px;
}

.form-comment {
    overflow: hidden;
    margin-top: 10px;
    min-height: 0;
}

.form-name {
    float: left;
    width: 49%;
    margin: 0 1% 10px 0;
}

.form-email {
    float: left;
    width: 49%;
    margin: 0 0 10px 1%;
}

.rate-stars-row {
    margin-bottom: 5px;
    display: inline-block;
    float: left;
    width: auto;
    padding-right: 10px;
}

.rate-form .form-item-title {
    text-align: left;
    padding-right: 10px;
    float: left;
    font-weight: 500;
    line-height: 30px;
    width: 90px;
}

div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 5px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
    line-height: 20px;
    cursor: pointer;
}

label.star:before {
    content: url(/img/frontend/star_default.png);
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

input.star:checked~label.star:before {
    content: url(/img/frontend/star_active.png);
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fd4;
    transition: all .25s;
}

.rate-form .form-item-title {
    text-align: left;
    padding-right: 10px;
    float: left;
    font-weight: 500;
    line-height: 30px;
    width: 90px;
}

.info-form-comment {
    min-height: 70px;
}

.comment-list {
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comment-item-name .name {
    font-weight: 600;
    color: #000;
}

.comment-item-meta {
    color: #a5a5a5;
    font-size: 13px;
}

.content-comment {
    padding: 5px 0;
}

.comment-action .reply {
    padding-left: 40px;
}

.comment-action .like,
.comment-action .reply {
    color: #61b4ff;
    cursor: pointer;
    position: relative;
}

.reply-form {
    display: none;
    margin-top: 10px;
}

.comment-action .reply::before {
    font-family: fontello, sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: url("/img/frontend/ic_reply.png");
    position: absolute;
    left: 12px;
    top: -2px;
}

.reply-form.active_f {
    display: block;
}

.info-form-comment,
.input-comment {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 5px;
    overflow: auto;
    resize: vertical;
    outline: 0;
}

.reply-question {
    margin-left: 50px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.comment-list .comment-item:not(:nth-child(1)) {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.input-account-form {
    overflow: hidden;
}

.rating {
    display: flex;
    margin-top: 5px;
}

.rating .star {
    position: relative;
}

.rating .rating-total {
    line-height: 15px;
    padding-left: 10px;
    color: #999;
}

.rating .star_2 {
    background: url(/img/frontend/5_sao_2.svg) no-repeat 0 0;
    background-size: 65px;
}

.rating .star_1 {
    background: url(/img/frontend/5_sao_1.svg) no-repeat 0 0;
    background-size: 65px;
    position: absolute;
    top: 0;
    left: 0;
}

.rating .star_item {
    width: 65px;
    height: 18px;
}

.product-home-item-info .rating {
    display: flex;
    margin-top: 5px;
    justify-content: center;
}
.home-subscribe {
    overflow: hidden;
}
.form-comment-btn {
    background: #DF0029;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
}
label.error {
    color: #DF0029;
}
b, strong {
    font-weight: bold;
}
input.form-control {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
}
.content-main a {
    color: #1e73be;
}
.pagination {
    margin: 1rem 0;
}
.pagination .active {
	color: white;
	background-color: #DF0029;
}
.item-product-main .content h3 a {
    text-overflow: unset;
    overflow: unset;
    height: auto;
    display: block;
}
.checkout-wrapper .cart-fixed-mobile {
    bottom: 90px;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .wrap-infomation .info .wrap-table {
    margin-bottom: 0.25rem;
}
.page-product-detail.box-product-infomation .product-wrap .product-info-main .box-price {
    padding: 10px;
    margin-bottom: 0.875rem;
}
.page-product-detail.box-product-infomation .box-product-wrap {
    padding-bottom: 1.125rem;
}
.page-product-detail.box-tab-content .box-product {
    padding: 1rem;
}
.page-product-detail.box-tab-content .box-product .tabslet-content p:last-child {
    margin-bottom: 0;
}
.product-info-main .icon-sale {
    left: unset;
    right: -50px;
    top: 0px;
}
.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
em.fal.fa-play {
    color: #fff;
    font-size: 1.5rem;
}
.share-social-wrap a {
    display: inline-block;
    padding: 0 2px;
}
i.icons-social.icon-fb {
    background-position: 0 0;
}
i.icons-social.icon-fbmess {
    background-position: 0 -100%;
}
i.icons-social.icon-linkedin {
    background-position: 0 -175px;
}
i.icons-social.icon-pinterest {
    background-position: 0 -300%;
}
i.icons-social.icon-twitter {
    background-position: 0 -400%;
}
i.icons-social {
    display: inline-block;
    background-image: url(/img/social-icon.png);
    background-size: 100%;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: none;
    outline: none;
}
.price-old {
    font-size: 1rem;
    text-decoration: line-through;
    padding-left: 10px;
    position: relative;
}
.list-social {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 26px;
}
.wrap-infomation #term-description {
    padding: 0;
    max-height: 245px;
}
.wrap-infomation #read-more {
    padding-bottom: 10px;
}
@media (max-width: 575.98px) {
    .tabslet-content iframe {
        height: auto;
        width: auto;
    }
    .page-product-detail.box-tab-content .box-product .tabslet-content {
        padding-right: 0;
    }
    .product-info-main .icon-sale {
        left: unset;
        right: -50px;
        top: -5px;
    }
}
@media (min-width: 1024px) {
    header nav .header-main-menu .header-bottom-menu {
        justify-content: flex-end;
    }
}
@media (max-width: 1023.98px) {
    .check-out.step-2 .button-mobile-cart {
        bottom: 90px;
    }
}
.info-footer-web-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.info-footer-web-wrapper #scrollTop {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 0;
    opacity: 0;
    transition: opacity 0.4s linear;
    z-index: 999
}

.info-footer-web-wrapper #scrollTop.is-visible {
    opacity: 1
}

.info-footer-web-wrapper .info-footer-web {
    padding: 5px 10px 10px 10px;
    color: #fff;
    background: #007fc0;
    border-radius: 10px 10px 0 0
}

.info-footer-web-wrapper .info-footer-web .title-info-footer-web {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
    clear: both;
    cursor: pointer;
    padding-right: 18px
}

.info-footer-web-wrapper.info-footer-web.title-info-footer-web.title-info-footer-web:before {
    position: absolute;
    right: 0;
    margin: 0;
    top: 1px;
    font-size: 16px
}

.info-footer-web-wrapper .info-footer-web .content-info-footer-web {
    padding: 10px;
    background: #fff;
    color: #f34343;
    border: 1px solid #d3d3d3;
    display: grid;
    grid-template-areas: "top top" "left right";
    grid-template-columns: 11% 89%;
    width: 320px;
    margin-top: 5px;
    font-size: 14px;
}

.info-footer-web-wrapper .info-footer-web .content-info-footer-web-top {
    grid-area: top;
    text-align: center;
    font-weight: 700
}

.info-footer-web-wrapper .info-footer-web .content-info-footer-web-image {
    position: relative;
    clear: both
}

.info-footer-web-wrapper .info-footer-web .content-info-footer-web-image img {
    display: block;
    width: 25px
}

.info-footer-web-wrapper .info-footer-web .content-info-footer-web-detail p {
    font-weight: 700;
    margin: 0;
    line-height: 28px
}

.info-footer-web-wrapper .info-footer-web .footer-web-gmail {
    position: absolute;
    bottom: 4px
}

.info-footer-web a {
    color: #333;
}
.info-footer-web .fa {
    position: absolute;
    right: 0;
    margin: 0;
    top: 1px;
    font-size: 16px;
}
.contactWidget .item-tel {
    display: none;
}
@media (max-width: 500px) {
    .show-on-desktop {
        display: none;
    }
    .contactWidget .item-tel {
        display: inline-block;
    }
}

.support-online {
    padding: 6px 21px 6px 8px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ec4646;
    width: auto;
    display: flex;
    color: #ffffff;
    align-items: center;
    z-index: 9999999;
}
.support-online-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 50px;
    background: #e60808;
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

.support-online-icon > i {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.support-online-number {
    padding: 0 9px; 
    letter-spacing: 2px;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	50% {
		transform: scale(1.1);
		box-shadow: 0 0 0 30px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

@media screen and (max-width: 520px) {
    .support-online-icon {
        width: 20px;
        height: 20px;
    }
    .support-online {
        bottom: 94px;
        right: 3px;
    }
  }