@media (min-width: 1200px) {
    .container {
        max-width: 86% !important;
    }
}

.setting-menu.fixed{
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;

    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*nut lien he*/
.contact-right {
    position: fixed;
    right: 20px;
    bottom: 55px;
    z-index: 9;
}

.contact-right li.entry-content {
    list-style: none;
    margin-top: 5px;
    position: relative;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-main);
    border-radius: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

li.entry-content.zoom-item {
    margin-top: 25px;
}

li.entry-content.zoom-item a img {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.contact-right li.entry-content img {
    width: 44px;
    height: 44px;
}

/*nut lien he*/
/*header*/
.footer-1 > .container > .row > div:nth-child(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.title-footer {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hotline-footer {
    font-size: 3.5rem;
    font-weight: 500;
}

.list-2 li {
    margin-bottom: 5px;
}

.list-2 {
    padding: 0;
    list-style: none;
}

.setting-menu .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-section .pro-site-menu a {
    color: white;
    background-color: black;
    padding: 7px 14px;
}

.menu-section .pro-site-menu:hover a {
    color: black;
    background-color: white;
    border: 1px solid black;
}

.text-link-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.block__promo-bar {
    background-color: #f4ede9;
    padding: 6px 0;
}

.cus-link-text-header {
    color: black;
    border-bottom: 1px solid;
    margin-left: 10px;
}

/*end header*/
.title-sp-html1 {
    font-size: 50px;
    text-transform: uppercase;
}

@media (min-width: 969px) and (max-width: 1400px) {
    .title-sp-html1 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .cus-link-sp-html p {
        font-size: 21px;
        text-transform: uppercase;
        color: white;
        border-bottom: 1px solid;
        width: max-content;
    }
}

.bg-anhsp-html-1 {
    background-image: url(http://cdn1744.cdn4s4.io.vn/media/img-product-html/hpbannerbkg_1_1500x.webp);
    color: white;
    padding: 70px;
}

.bg-color-html-sp1 > div:nth-child(2) {
    padding: 0;
}

.cus-link-sp-html p {
    font-size: 25px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid;
    width: max-content;
}

.des-sp-html1 {
    padding: 10px 0;
}

.bg-anhsp-html-2 {
    /*background-image:  url(http://cdn1744.cdn4s4.io.vn/media/img-product-html/hpbannerbkg_1_1500x.webp);*/
    color: black;
    padding: 35px;
    background-color: #f3efef;
}

.cus-link-sp-html2 p {
    font-size: 18px;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid;
    width: max-content;
}

.title-sp-html2 {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 26px;
    margin-bottom: 15px !important;
}

.cus-anh-banner-2 img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}

.khung-html-sp3 {
    margin: 70px 0;
}

.bg-anhsp-html-3 {
    background-color: #f3efef;
    padding: 55px;
}

.title-sp-html3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.des-sp-html3 {
    padding: 15px 0;
}

.cus-link-sp-html3 p {
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid;
    width: max-content;
}

/*.khung-slider-sp-home > .container > .row > div {*/
/*    padding: 0 0;*/
/*}*/
.cus-title-sp-home {
    font-weight: 400 !important;
    font-size: 33px;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.khung-content-gioi-thieu {
    padding: 60px 30px 0px 50px;
}

.video-gioi-thieu-title {
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}

.khung-gioi-thieu-home {
    margin: 60px 0;
}

.title-cate-video {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0px 10px;
    text-align: center;
}

/*.khung-content-cate-video {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/
.cus-ratio-custome {
    position: relative;
    padding-top: 150%;
    display: block;
}

.cus-title-cate-video-home {
    font-weight: 400 !important;
    font-size: 33px;
    text-transform: uppercase;
}

.cus-icon-play-cate {
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    color: white;
}

.icon-play-cate-youtube {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cus-inner-content {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*background-color: #ffffff82;*/
    /*padding: 0 10px;*/
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.swiper-slide--tile-comment:after {
    content: "";
    background: var(--black);
    border-radius: 0.5px;
    height: 1px;
    transition: right .3s ease-in-out;
    position: absolute;
    top: 30px;
    left: 60px;
    right: 50%;
}

.swiper-slide--tile-comment {
    margin-bottom: 15px;
    font-size: 18px;
}

.swiper-slide--description-comment {
    font-weight: 500;
    font-size: 32px;
}

.swiper-slide-description-short-comment {
    padding: 15px 0;
    font-size: 18px;
}

.swiper-slide--class-item-comment {
    font-weight: 700;
    font-size: 18px;
}

.swiper-slide--wrap-comment {
    padding: 0 30px 0 45px;
}

.cus-khung-padding-comment {
    padding: 70px 0;
}

.title-html-link-dan {
    font-size: 20px;
    color: #454545 !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.des-link-dan.mb-0 {
    font-size: 18px;
    line-height: 36px;
}

.des-link-dan.mb-0 {
    font-size: 18px;
    line-height: 36px;
    padding: 0 150px;
}

.cus-link-link-dan p {
    background-color: #abaaaa;
    border: 1px solid #abaaaa;
    box-shadow: inset 0 2px 4px #00000026, 0 1px 2px #0000000d;
    width: 160px;
    padding: 6px 12px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
}

.cus-link-link-dan {
    display: flex;
    justify-content: center;
}

.cus-padding-60py {
    padding: 60px 0;
}

.bg-form-nhan-tin {
    background-color: #f2eee6;
    padding: 50px 0;
}

.new-sign-up-form-title {
    letter-spacing: .5px;
    color: #000;
    margin: 0 0 10px;
    font-family: CenturyGothicStd;
    font-size: 31px;
    font-weight: 400;
    line-height: 34px;
}

.title-form-nhan-tin-left {
    font-size: 95px;
    letter-spacing: 15px;
    text-transform: uppercase;
}

.input-text-forn-nhan-tin {
    border: none;
    background-color: #ffffff00;
    font-size: 25px;
}

.cus-border-form-nhan-tin {
    border-bottom: 1px solid;
}

.nut-send-icon-form-nhan-tin i {
    font-size: 20px;
}

.tittle-footer-link {
    font-size: 18px;
    font-weight: 400;
}

.cus-color-text-footer {
    color: #000;
}

.cus-color-text-footer:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .text-link-header {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        flex-direction: column;
    }

    .title-sp-html1 {
        font-size: 23px;
        text-transform: uppercase;
    }

    .cus-link-sp-html p {
        font-size: 20px;
    }

    .bg-anhsp-html-1 {
        padding: 30px;
    }

    .bg-anhsp-html-3 {
        padding: 30px;
    }

    .title-sp-html3 {
        font-size: 23px;
    }

    .khung-content-gioi-thieu {
        padding: 30px 30px 30px 30px;
    }

    .swiper-slide--tile-comment {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .swiper-slide--wrap-comment {
        padding: 15px 0px 0 0px;
    }

    .swiper-slide--tile-comment:after {
        content: "";
        background: var(--black);
        border-radius: 0.5px;
        height: 1px;
        transition: right .3s ease-in-out;
        position: absolute;
        top: 40px;
        left: 15px;
        right: 10%;
    }

    .swiper-slide--description-comment {
        font-weight: 500;
        font-size: 25px;
    }

    .swiper-slide-description-short-comment {
        padding: 15px 0;
        font-size: 15px;
    }

    .swiper-slide--class-item-comment {
        font-weight: 700;
        font-size: 16px;
    }

    .des-link-dan.mb-0 {
        font-size: 16px;
        line-height: 30px;
        padding: 0 0px;
    }

    .title-form-nhan-tin-left {
        font-size: 50px;
        letter-spacing: 10px;
        text-transform: uppercase;
    }

    .new-sign-up-form-title {
        letter-spacing: .5px;
        color: #000;
        margin: 0 0 10px;
        font-family: CenturyGothicStd;
        font-size: 21px;
        font-weight: 400;
        line-height: 34px;
    }

    .cus-title-sp-home {
        font-weight: 400 !important;
        font-size: 27px;
        margin-bottom: 30px !important;
    }

    .cus-title-cate-video-home {
        font-weight: 400 !important;
        font-size: 27px;
    }
}

.bg-price {
    /*flex-basis: 130px;*/
    width: 130px;
    height: 28px;
    border-radius: 15px;
    /*background-color: #9d2c19;*/
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    overflow: hidden;
    /*position: relative;*/
    z-index: 1;
    color: #fff;
    background: gray;
    background: -moz-linear-gradient(45deg, #BE0505 0%, #F08383 100%);
    /* background: -webkit-linear-gradient(45deg, #BE0505 0%, #F08383 100%); */
    /* background: linear-gradient(45deg, #BE0505 0%, #F08383 100%); */
}

/*.swiper-slide--link{*/
/*    background-color: #abaaaa;*/
/*    border: 1px solid #abaaaa;*/
/*    box-shadow: inset 0 2px 4px #00000026, 0 1px 2px #0000000d;*/
/*    width: 160px;*/
/*    padding: 6px 12px;*/
/*    font-size: 18px;*/
/*    text-transform: uppercase;*/
/*    color: white;*/
/*}*/
@media (max-width: 768px) {
    .swiper-slide--link {
        padding: 0.5rem 5.9rem;
    }
}

@media (max-width: 550px) {
    .swiper-slide--link {
        padding: 0.5rem 5.3rem;
    }

    .old-price.float-md-right {
        font-size: 13px;
        float: right;
    }

    .bg-price {
        font-size: 15px;
        padding: 0 12px;
    }
}

.cus-swiper-slide--link-sp-home {
    box-shadow: inset 0 2px 4px #00000026, 0 1px 2px #0000000d;
    background-color: gray;
    border: 1px solid gray;
    font-size: 1.6rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 0.1rem solid var(--color-main); */
    padding: 0.5rem 4.5rem;
    color: var(--white);
    position: relative;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.cus-swiper-slide--link-sp-home:hover {
    color: white;
    background-color: var(--red);
    border: var(--red);
}
