.header-tp-text {
    display: flex;
    align-items: center;
}

.header-tp-text .item {
    margin-right: 15px;
    position: relative;
    padding: 17px 40px 12px;
}
.header-tp-text .item .bg-befor {
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% + 10px);
    top: -6px;
    left: -5px;
    z-index: 0;
}

.header-tp-text .item .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-highlight);
    position: relative;
    z-index: 2;
}

.header-tp-text .item .title span.description {
    display: inline-block;
    margin-left: 10px;
    color: rgb(168, 23, 13);
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: left;
    text-shadow: rgb(255, 134, 1) 2px 0px 0px;
    font-size: 33px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.header-tp-text .item .title span:last-child {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(201, 151, 47);
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
}
.header-top {
    background-image: linear-gradient(90deg, #9cce3d, #2d752b);
    padding: 10px 0;
}

.btn-add-cart-top>a {
    border-width: 2px;
    border-radius: 500px;
    border-style: solid;
    border-color: rgb(224, 125, 18);
    background: #ffffff;
    padding: 12px 20px 8px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: rgb(255, 188, 1);
    font-size: 20px;
}

.header-top>.container>.row {
    display: flex;
    align-items: center;
}
.btn-add-cart-top>a>span {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    font-weight: 700;
    display: inline-block;
}
 @-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

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

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

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.box-banner-slider {
    position: relative;
}

.box-banner-slider .img img {
    height: 40vw;
    object-fit: cover;
    width: 100%;
}

.box-banner-slider .info-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.box-banner-slider {
    position: relative;
}

.box-banner-slider .info-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.box-banner-slider .info-content .content {
    max-width: 548px;
    text-align: center;
}

.slogan-landing {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 30px;
}

.box-banner-slider .info-content .content .img-title {
    margin-bottom: 30px;
}

.box-banner-slider .info-content .content .ck {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 100px;
}

.box-banner-slider .info-content .content .ck span.pt {
    font-size: 115px;
    font-weight: bold;
    line-height: 1.6;
}
.box-banner-slider .info-content .content .ck span.ck-pt {
    position: absolute;
    line-height: 1;
    animation-name: swing;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    top: 20px;
    right: -11px;
}

.box-banner-slider .info-content .content .ck span.ck-pt span.vl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin-left: 10px;
}

.box-banner-slider .info-content .content .ck, 
.box-banner-slider .info-content .content .ck span.ck-pt span.vl , 
.box-banner-slider .info-content .content .ck span.pt,
.header-tp-text .item .title span:last-child,
.btn-add-cart-top>a>span, .title-section{
    background-image: linear-gradient(rgb(251, 229, 205), rgb(255, 134, 1));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(109, 9, 3) 2px 0px 0px);
    -webkit-text-fill-color: transparent;
    color: rgb(201, 151, 47);
    text-transform: uppercase;
}
.box-banner-slider .info-content .content .link a {
    border-width: 2px;
    border-radius: 500px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(147, 199, 60), rgb(51, 122, 44));
    padding: 12px 30px 7px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
    color: #fdfdfd;
    text-transform: uppercase;
    font-size: 20px;
}

.box-banner-slider .info-content .content .link a>span {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    display: inline-block;
}
.border-highlight {
    background: var(--color-background);
}
.box-about {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-background);
    padding: 50px 0;
}

.box-about .info-content {
    padding: 100px 130px 80px 130px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.box-about .info-content .slogan-landing {
    margin-bottom: 15px;
}

.box-about .info-content .title-section {
    margin-bottom: 30px;
}

.box-about .info-content .info p {
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.box-slider-product {
    background-size: 100% 100%;
    background-color: var(--color-background);
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.title-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    padding: 30px 55px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.title-bg .title-section {
    color: var(--color-highlight);
    background: none;
    background-image: none;
    display: block;
    -webkit-text-fill-color: initial;
}

.info-slider-product .product-item {
    border: 0.4rem solid #c98648;
    background: #f2e7d5;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 0 rgba(3, 2, 47, 0.2);
    padding: 15px;
}

.info-slider-product .product-item .buy_product {
    background-size: 100% 100%;
    margin-left: 15px;
    margin-right: 15px;
    transition: all .25s ease;
}

.info-slider-product .product-item .buy_product:hover {
    transform: scale(1.075);
}

.info-slider-product .product-item .product-title {
    height: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    overflow: hidden;
}

.info-slider-product .product-item .buy_product a {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-highlight);
    white-space: nowrap;
    display: inline-block;
    padding: 7px;
    width: 100%;
}

.info-slider-product .product-item .price .price-amount {
    font-size: 22px;
    font-weight: bold;
}

.box-section-home-05 {
    background: var(--color-background);
    padding-bottom: 80px;
}

.box-chat-luong {
    background-size: cover;
    background-repeat: no-repeat;
    border: 0.8rem solid #d0a862;
    position: relative;
}

.box-chat-luong .info-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.box-chat-luong .img-info {
    position: relative;
    right: -40px;
    top: 40px;
    pointer-events: none;
}

.box-chat-luong .info-content .item {
    margin-bottom: 30px;
}

.box-chat-luong .info-content .item .info {
    background-size: 100% 100%;
    padding: 15px;
}

.box-chat-luong .info-content .item .info .inter-content {
    display: flex;
}

.box-chat-luong .info-content .item .info .inter-content .text .title {
    font-size: 2rem;
    font-weight: 600;
    color: #e2b184;
    margin-bottom: 10px;
}

.box-chat-luong .info-content .item .info .inter-content .icon {
    flex: 0 0 50px;
}

.box-chat-luong .info-content .item .info .inter-content .icon img {
    width: 32px;
    height: 32px;
}

.box-chat-luong .info-content .item:last-child {
    margin-bottom: 0;
}

.box-chat-luong .info-content .item .info .inter-content .text .description {
    color: #bebdbd;
    font-size: 14px;
}

.box-register-to-buy {
    background-size: cover;
    background-position: bottom;
    padding: 0 0 50px;
    background-color: var(--color-background);
}

.text-register {
    text-align: center;
}

.text-register .warp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-register .warp .warp-text .text-discount {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(168, 23, 13);
    text-transform: uppercase;
    text-align: left;
    position: relative;
    background-size: 100% 100%;
    padding: 20px 15px;
}

.text-register .icon-text {
    margin-bottom: 36px;
}
.text-register .warp .warp-text .text-discount span.dc {
    position: absolute;
    top: -25px;
    right: 20px;
    animation-name: swing;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.text-register .warp .warp-text .text-discount span.dc span.pt {
    line-height: 1;
    font-size: 80px;
    font-weight: bold;
    color: rgb(255, 134, 1);
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: left;
    text-shadow: rgb(109, 9, 3) 6px 0px 0px;
}

.text-register .warp .warp-text .text-discount span.dc span.vl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(201, 151, 47);
    text-transform: uppercase;
    text-align: left;
    background-image: linear-gradient(rgb(251, 229, 205), rgb(255, 134, 1));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(109, 9, 3) 2px 0px 0px);
    -webkit-text-fill-color: transparent;
}

.box-register-contact {background-size: 100% 100%;padding: 50px;background-repeat: no-repeat;}

.box-register-contact .title-form {rgb(201, 151, 47));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    font-size: 30px;
    font-weight: bold;
    color: rgb(201, 151, 47);
    text-transform: uppercase;
    -webkit-background-clip: text;
    filter: drop-shadow(rgb(109, 9, 2) 1px 1px 0px);
    -webkit-text-fill-color: transparent;
    display: table;
    background-image: linear-gradient(rgb(255, 226, 165), rgb(201, 151, 47));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.box-register-contact .countdown {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.box-register-contact .countdown .countdown--item {
    display: flex;
    flex-direction: column;
    border: 0;
}

.box-register-contact .countdown .countdown--item .countdown--number {
    background: var(--color-highlight);
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.box-register-contact .countdown .countdown--item .name {
    text-align: center;
}

.box-register-contact .form-group .form-control {
    height: 45px;
    border-radius: 5px;
}

.box-register-contact .form-group textarea.form-control {
    height: 100px;
}
.box-register-contact .title-km {
    font-size: 18px;
    margin-bottom: 15px;
}
.box-register-contact .btn-submit>span {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.box-register-contact .btn-submit {
    background-image: radial-gradient(circle, rgb(205, 62, 52), rgb(168, 23, 13));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    padding-top: 13px;
    min-width: 200px;
}

.box-cs-section {
    background: var(--color-background);
    padding: 50px 0;
}

.box-info-cs .item .info {
    text-align: center;
}

.box-info-cs .item .info .icon {
    margin-bottom: 15px;
}


.box-info-cs .item .info .text .title {
    color: var(--color-top);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.box-info-cs .item .info .text .description {
    color: var(--color-main);
    font-size: 16px;
}

.box-info-cs .item .info .icon img {
    height: 40px;
    width: 40px;
}
footer {
    background: linear-gradient(90deg, #9cce3d, #2d752b);
    border-top: 1px solid #fff;
    padding-top: 50px;
}

.entire-info-website address p>i {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
}

.entire-info-website .title-footer {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.entire-info-website p {
    color: #fff;
}

.box-section-footer {
    padding-bottom: 20px;
}
.info-slider-product {
    position: relative;
}

.info-slider-product .swiper-button-prev {
    left: -55px;
}

.info-slider-product .swiper {
    position: static !important;
}

.info-slider-product .swiper-button-next {
    right: -55px;
}
.text-register .icon-text img {
    max-width: 400px;
}
div#product_modal .modal-content {
    background: var(--color-highlight);
}

div#product_modal .modal-content .modal-header {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}

div#product_modal .modal-content .modal-header .close {
    opacity: 1;
    color: #fff;
}

div#product_modal .modal-content .modal-body {
    text-align: center;
}

div#product_modal .modal-content .modal-body .title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

div#product_modal .modal-content .modal-body .form-group .form-group {
    background: #fff !important;
}

div#product_modal .modal-content .modal-body .form-group .btn-submit {
    background: #fff;
    color: var(--color-highlight);
    border-radius: 8px;
}
@media (max-width:1200px){
    .box-banner-slider .img img {
        height: 110vw;
    }
    
    .slogan-landing {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .box-banner-slider .info-content .content .img-title {
        margin-bottom: 20px;
    }
    
    .box-banner-slider .info-content .content .ck {
        margin-bottom: 72px;
    }
    .box-about .info-content {
        padding: 86px 35px 54px 35px;
    }
    
    .box-about {
        padding: 0;
    }
    
    .box-about .info-content .slogan-landing {
        font-size: 16px;
    }
    
    .box-about .info-content .title-section {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .box-about .info-content .info p {
        font-size: 14px;
    }
    
    .title-bg .title-section {
        font-size: 20px;
    }
    
    .title-bg {
        margin-bottom: 20px;
        padding: 30px 25px 25px;
    }
    
    .box-slider-product {
        padding-bottom: 30px;
    }
    
    .box-chat-luong .info-content {
        position: inherit;
        transform: none;
    }
    
    .box-chat-luong .img-info {
        display: none;
    }
    
    .box-chat-luong .info-content .inter-info-content {
        padding: 15px;
    }
    
    .box-section-home-05 {
        padding-bottom: 40px;
    }
    
    .info-slider-product .product-item {
        padding: 10px;
    }
    
    .info-slider-product .product-item .price {margin-left: 0;margin-right: 0;}
    
    .info-slider-product .product-item .price .price-amount {
        font-size: 15px;
    }
        .text-register {
        margin-bottom: 30px;
    }
    
    .box-register-contact {
        padding: 40px;
    }
    
    .box-register-contact .title-form {
        font-size: 18px;
        margin-bottom: 9px;
    }
    
    .box-register-to-buy {
        padding: 0 0 30px;
    }
    .box-cs-section {
        padding: 40px 0;
    }
    
    .box-info-cs .item .info .text .title {
        font-size: 15px;
    }
    
    .box-info-cs .item {
        margin-bottom: 30px;
    }
    .box-chat-luong .info-content .item .info .inter-content .text .title {
        font-size: 15px;
    }
    .info-slider-product .swiper-button-prev {
        left: 0;
    }
    
    .info-slider-product .swiper-button-next {
        right: 0;
    }
    .header-tp-text .item .title {
        font-size: 14px;
    }
    
    .btn-add-cart-top>a {
        font-size: 14px;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .box-banner-slider .info-content .content {
        margin-left: auto;
        margin-right: auto;
    }
    
    .box-banner-slider .img img {
        height: 70vw;
    }
    .box-about .info-content {
        padding: 63px 55px 63px 55px;
    }
    
    .box-about {
        padding: 20px 0;
    }
}

.section-logo .logo-section {
    position: absolute;
    top: 1rem;
    left: 5rem;
    z-index: 2;
}

.section-logo .logo-section img {
    max-height: 6rem;
    height: 100%;
}

.border-highlight img {
    width: 100%;
    object-fit: cover;
}

.hotline-phone-ring-wrap {
    right: 10px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(246 68 57 / .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#zalo .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #0e95e5;
}

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #0a92e8;
}

#hotline .hotline-phone-ring-circle {
    border-color: #3399cc;
}

#hotline .hotline-phone-ring-circle-fill {background-color: #3399cc;}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

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

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

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

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

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

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

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

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

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

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

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

.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    right: 132%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    left: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

/* Đặt nút Messenger cố định */
.messenger-toggle {
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 9999;
    cursor: pointer;
    animation: shake 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}

.social-buttons.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Hiệu ứng Messenger rung */
@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(2deg);
    }
}

.is-mobile .hotline-phone-ring-wrap {
    left: 0;
    bottom: 70px;
}

.messenger-toggle .hotline-phone-ring-img-circle i {
    font-size: 2.2rem;
}

.messenger-toggle:hover .hotline-phone-ring-img-circle i {
    color: #007bff;
}

.messenger-toggle.active i::before {
    content: '\f00d';
}

#backToTop {
    font-size: 2.2rem;
    color: var(--white);
    background: var(--color-top);
    animation: none;
    margin: auto;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    margin-top: 1.5rem;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    background-color: var(--color-main-2);
}

@media(min-width: 1000px) {
    .header-top .logo-section {
        
    }
}