@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
}

.ratio-85 {
    padding-top: 85%;
}

.ratio-110 {
    padding-top: 110%;
}

.ratio-130 {
    padding-top: 130%;
}

.cus-btn-menu {
    display: flex;
    align-items: center;
    height: 3.3rem !important;
    background: var(--color-highlight);
    color: white !important;
    padding: 0 2rem;
    border-radius: 33px;
}

.cus-btn-menu:hover {
    background: var(--color-main);
}

.arrow-btn {
    height: 50px;
    width: 50px;
    /* display: inline-block; */
    background: var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transform: rotate(-45deg);
    color: white;
}

.btn-submit-1 {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 1rem;
    font-size: 20px;
    border-radius: 50px;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
}

.btn-submit-1.color {
    background: linear-gradient(90deg, rgba(178, 137, 47, 1) 0%, rgba(255, 217, 135, 1) 100%);
    color: white;
    border-color: unset;
}

.btn-submit-1.color span{
    background: white;
    color: var(--color-top);
}

.btn-submit-1.color:hover {
    background: linear-gradient(90deg,rgba(125, 125, 156, 1) 0%, rgba(35, 31, 92, 1) 50%);
}

.article-item-gioithieu {
    border-radius: 20px;
    padding: 3rem;
    background: linear-gradient(90deg, rgba(178, 137, 47, 1) 0%, rgba(255, 217, 135, 1) 100%);
    color: white;
}

.article-item-gioithieu .inner-image {
    border-radius: 15px;
    overflow: hidden;
}


.article-item-gioithieu .article-description ul {
    padding-left: 3rem;
    list-style: none;
}

.article-item-gioithieu .article-description ul li {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.article-item-gioithieu .article-description ul li::before {
    content: "\f058";
    top: 0;
    left: -3rem;
    font-size: 1.8rem;
    pointer-events: none;
    position: absolute;
    top: 4px;
    z-index: 10;
    display: block;
    border-radius: 9999px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: 
cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.cus-6-lydo .swiper {
    overflow: visible;
}

.cus-box-arrow .cus-arrow {
    width: 50px;
    height: 50px;
    background: var(--color-main);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
}

.cus-arrow.swiper-button-disabled {
    background: var(--gray-bold);
}


.cus-box-arrow {
    position: relative;
    height: 7rem;
}

.cus-arrow.swiper-button-next-cus-2 {
    position: absolute;
    right: 0;
}

.cus-arrow.swiper-button-prev-cus-2 {
    position: absolute;
    right: 60px;
}

.cus-6-lydo .article-item {
    background: red;
    padding: 4rem 4rem 0;
    border-radius: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}

/*.cus-6-lydo .article-item .inner-image img {*/
/*    border-radius: 15px;*/
/*    border: 6px solid var(--color-main);*/
/*}*/

.cus-6-lydo .article-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
}

.cus-6-lydo .article-description {
    color: white;
}

.box-1-img {
    transform: rotate(3deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
}

.anh-1 {
    transform: rotate(-5deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
}

.anh-2 {
    transform: rotate(6deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
}

.box-1-img:hover img {
    transform: scale(1.08);
}

.anh-1:hover img {
    transform: scale(1.08);
}

.anh-2:hover img {
    transform: scale(1.08);
}

.cus-6-lydo  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
}
.cus-6-lydo .article-item .inner-image img{
    transition: 0.5s;
} 

.cus-6-lydo .article-item .inner-image {
    transform: translateY(40px);
}

.cus-6-lydo .box-slide {
    background: #E5FCC3;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.cus-6-lydo .box-slide:before {
    content: '';
    position: absolute;
    bottom: -140px;
    background: url(https://cdn7085.cdn4s8.io.vn/media/background/screenshot_3.png) no-repeat;
    width: 100%;
    height: 148px;
    background-size: 100% auto;
    pointer-events: none;
}

.cus-6-lydo {
    margin-bottom: 2rem;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(1) {
    background: #8cc53f;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(2) {
    background: #7D5FFA;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(3) {
    background: #FCB8E1;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(4) {
    background: #59D7C9;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(5) {
    background: #FABE2C;
}

.cus-6-lydo > .box-slide >.container > .swiper > .swiper-wrapper > article:nth-child(6) {
    background: #00BDFF;
}

.slide-anh .thl {
    font-size: 24px;
    color: var(--color-main);
    font-weight: 600;
}

.img-thumb-children {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border-left: 1px solid white;
}

.box-thumb {
    display: flex;
    gap: 1rem;
}

.slide-anh {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.box-text-lydo {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}


.cus-slide-pc .item {
    background: red;
    height: auto;
    padding: 4rem 2rem;
    border-radius: 8px;
    position: relative;
}


.cus-slide-pc .item .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.cus-slide-pc .item img{
    height: 200px;
    width: 200px;
}

.cus-slide-pc .swiper > .swiper-wrapper > .item:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -1px;
    background: url(https://cdn7085.cdn4s8.io.vn/media/background/top-phuongcham.png) no-repeat;
    width: calc(100% + 3px);
    height: 100%;
    background-size: 100% auto;
    pointer-events: none;
}

.cus-slide-pc .swiper {
    overflow: visible;
}

.cus-slide-pc .swiper > .swiper-wrapper > .item:nth-child(2n):before {
    transform: rotate(180deg);
    bottom: -1px;
    left: -1px;
   
}

.cus-slide-kgx .box-text {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.cus-slide-kgx .swiper-wrapper  {
    position: relative;
}

.cus-slide-kgx .swiper-wrapper .swiper-slide:before  {
   content: "";
    background: linear-gradient(180deg, rgba(12, 120, 67, 0) 28.77%, rgba(35, 31, 92, 0.6) 69.52%);;
    position: absolute;
    /* inset: 0; */
    z-index: 1;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-size: cover;
}

.cus-slide-kgx .title {
    font-family: 'SVN Gliker';
    font-size: 45px;
}

.cus-album .inner-image {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--color-main);
}

.cus-album .swipper-wrapper {
    overflow: visible;
}

.cus-album .swiper {
    overflow: visible;
}

.cus-album .inner-content {
    position: absolute;
    bottom: 2rem;
    text-align: center;
    width: max-content;
    padding: 1rem 4rem;
    background: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    pointer-events: none;
    width: 90%;
}

.cus-album .article-item {
    text-align: center;
    cursor: pointer;
}

.cus-album .article-title  {
    font-size: 20px;
}

.row-album {
     /*transform: translateY(-20%);*/
     z-index: 99;
     position: relative;
     /*margin-top: 4rem;*/
}

.cus-visaobeyeu .item {
    background: red;
    color: white;
    border-radius: 20px;
    padding: 3rem 3rem 0;
    /*margin: 0 1rem;*/
}

.cus-visaobeyeu img {
    border-radius: 50%;
    border: 5px solid red;
}

.cus-visaobeyeu .swiper {
    padding-bottom: 2rem;
}

.cus-visaobeyeu .box-name {
    transform: translateY(30px);
}

.cus-visaobeyeu .box-name .name {
    font-family: 'SVN Gliker';
    font-size: 25px;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 1) {
    transform: rotate(-4deg) scale(0.9);
    background: #C74D45;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 1)  img {
    border-color:  #C74D45;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 2) {
    transform: rotate(5deg) scale(0.9); 
    background: #7D58E8;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 2)  img {
    border-color:  #7D58E8;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 3) {
    transform: rotate(4deg) scale(0.9);
    background: #A36A2E;
}

.cus-visaobeyeu .swiper-wrapper > .item:nth-child(3n + 3)  img {
    border-color:  #A36A2E;
}

.inner-image img {
    border-radius: 20px;
}

.title-khampha-1,
.title-khampha-2 {
    font-family: "SVN Gliker";
}

.cus-khampha .wrap-txt {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.title-khampha-1 {
    color: white;
    font-size: 42px;
}

.title-khampha-2 span {
    font-size: 35px;
    background: var(--color-top);
    color: white;
    padding: 0 3rem;
    border-radius: 35px;
        display: inline-block;
}

.title-khampha-3 {
    font-size: 17px;
    color: white;
    margin-top: 1rem;
}

.cus-cacbuoc img {
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
}

.cus-cacbuoc .title {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}

.cus-cacbuoc .desc {
    color: white;
}

.cus-cacbuoc {
    background: #3A7545;
    padding: 3rem 0;
}

.cus-cacbuoc > .container > .row > div:nth-child(2n) {
    margin-top: 6rem;
}

.row-form-thamquan {
     background: linear-gradient(
        to bottom,
        #3A7545 0%,
        #3A7545 50%,
        #ffffff 50%,
        #ffffff 100%
    );
}

.box-form-thamquan {
    background: white;
    /* border: 1px; */
    border: 6px solid var(--color-main);
    border-radius: 20px;
    padding: 3rem 3rem 2rem 3rem;
}

.banner-page {
    position: relative;
}

.banner-page .text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}

.banner-page .title-section {
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
    color: white;
}

/*.banner-page::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    z-index: 1;*/
/*    background-color: rgb(0 0 0 / 0.2);*/
/*}*/

.banner-page img {
    height: 30vw;
    width: 100%;
    object-fit: cover;
}

.cus-gthieu .img-1 {
    transform: rotate(-4deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
}

.cus-gthieu .img-2 {
    transform: rotate(10deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
    margin-top: 10rem;
}

.box-grid-so-lieu > .parent > div:not(.div5) {
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    
}


.box-text {
    color: white;
    font-family: "SVN Gliker";
    font-size: 30px;
}

.box-text span {
    font-size: 50px;
}

.box-grid-so-lieu .div5 img{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.box-grid-so-lieu > .parent > div:not(.div5) img{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.mb-10{
    margin-bottom: 10rem;
}

.cus-tamnhin img {
    transform: rotate(-1deg);
    overflow: hidden;
    border-radius: 15px;
    border: 6px solid var(--color-main);
}

.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 10px;
}

.brand-section .item img {
    padding: 5rem;
    object-fit: contain;
}

.item-cth .article-title a{
    font-size: 42px;
    color: var(--color-main);
    font-family: "SVN Gliker";
}

.cus-ds-ctrinh > .row > div:nth-child(2n+1) .row{
    flex-direction: row-reverse;
}

header .modal-content{
    padding: 0;
    border-radius: 20px;

}

.header-mobile > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#btn-back-top {
    display: inline-block;
    background-color: var(--color-highlight);
    /* border: 1px solid var(--black); */
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#btn-back-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
}

#btn-back-top:hover {
    cursor: pointer;
    background-color: #333;
}
#btn-back-top:active {
    background-color: #555; 
}
#btn-back-top.show {
    opacity: 1;
    visibility: visible;
}


footer {
    position: relative;
    background: #FFEFC4;
    padding-top: 5rem;
    margin-top: 3rem;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://cdn7085.cdn4s8.io.vn/media/background/footer-wave.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    z-index: 0;
    pointer-events: none;
}

.social-ic .icon {
    width: 30px;
    height: 30px;
    background: var(--color-highlight);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 1rem;
    border-radius: 50%;
}

.title-section span {
    color: var(--color-main);
}

.row-home-tintuc {
    background: #FFFAEB;
    /* padding: 1rem 0; */
    position: relative;
    margin-top: 9rem;
    margin-bottom: 11rem;
}

.row-home-tintuc:after {
    content: '';
    position: absolute;
    bottom: -140px;
    background: url(https://cdn7085.cdn4s8.io.vn/media/background/screenshot_2.png) no-repeat;
    width: 100%;
    height: 148px;
    background-size: 100% auto;
    pointer-events: none;
}

.row-home-tintuc:before {
    content: '';
    position: absolute;
    top: -140px;
    background: url(https://cdn7085.cdn4s8.io.vn/media/background/screenshot_5.png) no-repeat;
    width: 100%;
    height: 286px;
    background-size: 100% auto;
    pointer-events: none;
}

.setting-menu{
	background: var(--white);
}

body:not(.is-mobile).scolling {
    padding-top: 80px;
}

body.is-mobile.scolling {
    padding-top: 54px;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -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;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

    
.box-grid-so-lieu .div1 {
    background: var(--color-main);
}

.box-grid-so-lieu .div2 {
    background: var(--color-highlight);
}

.box-grid-so-lieu .div3 {
    background: var(--color-main);
}

.box-grid-so-lieu .div4 {
    background: var(--color-highlight);
}

.box-grid-so-lieu .div5 {
    background: var(--color-highlight);
    border-radius: 15px;
    padding: 2rem;
    position: relative;
}

.box-grid-so-lieu .div6 {
    background: var(--color-top);
}

.box-grid-so-lieu .div7 {
    background: var(--color-top);
}



@media (min-width: 992px) {
    
    .box-grid-so-lieu .parent {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(2, 270px);
        gap: 10px;
    }
        
    .box-grid-so-lieu .div1 {
        grid-column: span 3 / span 3;
        background: var(--color-main);
    }
    
    .box-grid-so-lieu .div2 {
        grid-column: span 3 / span 3;
        grid-column-start: 4;
        background: var(--color-highlight);
    }
    
    .box-grid-so-lieu .div3 {
        grid-column: span 3 / span 3;
        grid-column-start: 7;
        background: var(--color-main);
    }
    
    .box-grid-so-lieu .div4 {
        grid-column: span 3 / span 3;
        grid-column-start: 10;
        background: var(--color-highlight);
    }
    
    .box-grid-so-lieu .div5 {
        grid-column: span 6 / span 6;
        grid-row-start: 2;
        background: var(--color-highlight);
        border-radius: 15px;
        padding: 2rem;
        position: relative;
    }
    
    .box-grid-so-lieu .div6 {
        grid-column: span 3 / span 3;
        grid-column-start: 7;
        grid-row-start: 2;
        background: var(--color-top);
    }
    
    .box-grid-so-lieu .div7 {
        grid-column: span 3 / span 3;
        grid-column-start: 10;
        grid-row-start: 2;
        background: var(--color-top);
    }
}



@media (min-width: 768px) {
    .cus-ds-ctrinh > .row > div:nth-child(2n+1) .row{
        flex-direction: row-reverse;
    }
    
    .article-item-gioithieu .article-description {
        padding-right: 5rem;
    }
    
    .row-album {
        transform: translateY(-20%);
     
    }
}

@media (min-width: 1000px) {
    .menu-section ul {
        display: flex;
        align-items: center;
    }
   
}

@media (max-width: 1000px) {
    header .modal {
        z-index: 9999;
    }
    
    .cus-btn-menu {
        height: 4.3rem !important;
    }
    
    
   
}

@media (max-width: 992px) {
    .title-section {
        font-size: 4rem;
    }
    
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 8px;
    }
    
    .div3 {
        grid-column: span 2 / span 2;
        grid-row-start: 2;
    }
    
    .div4 {
        grid-row-start: 3;
    }
    
    .div5 {
        grid-row-start: 3;
    }
    
    .div6 {
        grid-row-start: 4;
    }
    
    .div7 {
        grid-row-start: 4;
    }
        
        
   
}

@media (max-width: 768px) {
    .cus-slide-kgx .title {
       display: none;
    }
    
    .cus-slide-kgx .desc {
       display: none;
    }
    
    .row-home-tintuc:before {
        top: -50px;
    }
    
    .cus-khampha .wrap-txt {
        position: absolute;
        width: 100%;
        bottom: -190px;
        z-index: 9;
    }
    
    .cus-cacbuoc {
        padding-top: 30rem;
    }
    
    .cus-visaobeyeu .cus-box-arrow {
        width: 10rem;
    }
    
    
.row-album {
            margin-top: 3rem;
    margin-bottom: 3rem;
     
    }
}







































/*fixed-contact*/

.hotline-phone-ring-wrap {
    right: 16px;
    bottom: 80px;
    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;
}

.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;
}

#tiktok .hotline-phone-ring-circle {
    border-color: #1BE664;
}

#tiktok .hotline-phone-ring-img-circle {
    background-color: #fff;
}

#tiktok .hotline-phone-ring-circle-fill {
    background: #1BE664;
}

#facebook .hotline-phone-ring-circle {
    border-color: #1877F2;
}

#facebook .hotline-phone-ring-circle-fill {
    background: #1877F2;
}

@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: 130%;
}

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

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 28%;
    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';
}

.modal-backdrop {
    z-index: 99 !important;
}

.main-img {
    position: absolute;
    width: 350px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.row-visaoyeumen {
    transform: translateY(-10%);
}

.cus-home-tintuc {
    padding-bottom: 1rem;
}

