/*header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 99999;*/
/*    transition: .4s all;*/
/*}*/
/*gym menu*/
.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
}

@-webkit-keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

/*gym menu*/
.box-landing-01 {
    padding-top: 80px;
    position: relative;
    background: var(--white);
}

.get-started {
    color: var(--color-highlight) !important;
    background-color: var(--white);
    font-size: 16px;
    padding: 9px 40px;
    border-radius: 25px;
    margin-left: 20px;
    position: relative;
    border: 1px solid var(--color-highlight);
}

.get-started::before, .get-started::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}

.get-started::before {
    animation: pulse-blue-medium-sm 3.5s infinite
}

.get-started::after {
    animation: pulse-blue-small-sm 3.5s infinite
}

.box-landing-01 .banner_image {
    position: relative;
}

.moving_animation {
    animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
    position: relative;
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

/*.about_app_section .about_img .screen_img img {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(3) {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(2) {*/
/*    animation-delay: 3s;*/
/*}*/
/*.modern_ui_section .ui_images .right_img img:nth-child(1) {*/
/*    animation-delay: 3s;*/
/*}*/
@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.info-box-01 {
    color: var(--black);
}

.anh-box01-appstore-google {
    display: flex;
    align-items: center;
}

.info-box-01 h1 {
    font-size: 55px;
    letter-spacing: -1.5px;
    font-weight: 700;
    color: var(--black);
}

.box-langding01-anh-appstore img, .box-langding01-anh-goole img {
    display: block;
    padding: 12px 30px;
    background-color: white;
    border: 2px solid #BB485C;
    position: relative;
    border-radius: 12px;
    transition: .4s all;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/*////*/
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
    .image-customer {
        padding-top: 150% !important;
    }
}

/* hero banner shape animation */
.box-landing-01 .shape1, .shape2, .shape3 {
    position: absolute;
}

.box-landing-01 .shape1 {
    top: 100px;
    left: 200px;
    animation: mymove 10s infinite;
}

.box-landing-01 .shape2 {
    top: 100px;
    right: 300px;
    animation: mymove 5s infinite;
}

.box-landing-01 .shape3 {
    top: 400px;
    right: 200px;
    animation: mymove 3s infinite;
}

@keyframes mymove {
    50% {
        transform: rotate(180deg);
    }
}

.title-section {
    font-size: 40px;
    font-weight: 700;
    color: var(--color-black);
}

.box-landing-02 {
    margin: 90px 0;
}

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

.img-doi-tac-box02 img {
    /* filter: grayscale(1); */
}

.img-doi-tac-box02 img:hover {
    filter: grayscale(0);
}

.bg-box03-row {
    background-color: white;
    border-radius: 30px;
    position: relative;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

.box-langding03-anh-dt img {
    width: 100%;
}

.box-langding03-anh-dt {
    position: relative;
    margin-top: -130px;
}

.item-feature-box03-left {
    float: right;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.desc-box03-right {
    text-align: right;
}

.title-box03-item {
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 15px;
}

.bg-box03-row > .row > div:nth-child(2) {
    padding-right: 30px;
    padding-left: 30px;
}

.item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
    margin-bottom: 45px;
}

.box2anh-left-box-04::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: white;
    border-radius: 100%;
    z-index: -1;
}

.box2anh-left-box-04 {
    display: flex;
    align-items: center;
    position: relative;
}

.box-langding04-anh-dt2 {
    margin-left: -135px;
    margin-top: 110px;
}

.box-langding04-anh-dt1 .moving_position_animatin {
    animation-delay: 3s !important;
}

.box-landing-03 {
    padding: 50px 0;
}

.box-landing-04 {
    padding: 50px 0;
}

.bg-box04-content {
    width: 248px;
    background-color: white;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 15px 10px;
    padding-left: 35px;
    box-shadow: 0px 4px 10px #EDE9FE;
}

.counter-tile-item-box04 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-purple);
}

.button-link-box04 > a {
    background-color: var(--color-highlight);
    color: white;
    border-radius: 50px;
    padding: 10px 40px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    transition: transform .2s;
    display: block;
    width: max-content;
}

.button-link-box04:hover > a {
    transform: scale(1.15);
}

.swiper-wrap-box05-content {
    position: relative;
    margin-left: 30px;
    margin-bottom: 30px;
}

.swiper-wrap-box05-content::before {
    content: "\f058";
    position: absolute;
    left: -30px;
    top: 1px;
    color: var(--color-highlight);
    font-size: 20px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.swiper-tile-box05 {
    font-size: 20px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 8px;
}

.box-landing-05 {
    margin: 50px 0;
}

.box2anh-left-box-05::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background-color: white;
    border-radius: 100%;
    z-index: -1;
}

.box2anh-left-box-05 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 60px;
}

.box-langding05-anh-dt2 {
    margin-left: -120px;
    margin-top: 90px;
}

.box-langding05-anh-dt1 .moving_position_animatin {
    animation-delay: 3s !important;
}

.ratio-cus-16-9 {
    padding-top: 30%;
}

.ratio-cus-16-9 {
    position: relative;
    overflow: hidden;
}

.ratio-cus-16-9 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-box-06 img {
    border-radius: 15px;
}

.box-landing-06 .shape1, .shape2, .shape3 {
    position: absolute;
}

.box-landing-06 .shape1 {
    top: 90px;
    left: 120px;
    animation: mymove 10s infinite;
}

.box-landing-06 .shape2 {
    bottom: 80px;
    left: 230px;
    animation: mymove 5s infinite;
}

.box-landing-06 .shape3 {
    top: 150px;
    right: 135px;
    animation: mymove 3s infinite;
}

.title-section-box-06 {
    font-size: 4rem;
}

.content-section-box-06 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.icon-play-box-06 i {
    font-size: 6rem;
    margin-top: 10px;
    border: 20px solid #cccccc3b;
    border-radius: 50%;
    color: white;
}

.icon-play-box-06 {
    position: relative;
    z-index: 99;
    text-align: center;
    top: -110px;
}

.box-landing-06 {
    margin: 50px 0;
}

.bg-content-box07 {
    text-align: center;
    padding: 10px;
    margin: 0 30px;
}

.swiper-tile-comment-box07 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.img-bg-left img , .img-bg-right img {
    width: 65px;
    height: 65px;
    margin-bottom: 65px;
}

.img-bg-left.img-1 img , .img-bg-right.img-4 img {
    width: 90px;
    height: 90px;
}

.img-bg-left.img-0, .img-bg-left.img-2 {
    margin-left: 60px;
}

.img-bg-right.img-3, .img-bg-right.img-5 {
    margin-right: 60px;
}

.box-landing-07 {
    padding: 50px 0;
}

.img-left-faq-box08 img {
    border-radius: 15px;
}

.box-faq-box08 .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #EDE9FE;
    padding: 20px 15px;
    background-color: white;
}

.card-header-box-08.collapsed {
    color: var(--color-black) !important;
    font-weight: 600;
    font-size: 20px;
}

.card-header-box-08 {
    color: var(--color-black);
    font-weight: 600;
    font-size: 20px;
}

.box-landing-08 {
    padding: 50px 0;
}

.box-faq-box08 .card:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--color-highlight) 0%, #d0a1e8 100%);
}

.img-album-box09 > img {
    transform: scale(.9);
    border: 2px solid #000;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .img-album-box09 > img {
    transform: scale(1);
    border: 3px solid #000;
}

.box-landing-09 .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}

.box-landing-09 {
    margin: 50px 0;
}

footer .box-landing-11 {
    background-color: white;
    padding: 180px 0 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 99;
    color: var(--color-black);
}

.newsletter_box {
    border: 3px solid var(--purple);
    background-color: var(--color-highlight);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #0c0c0c21;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    position: relative;
    z-index: 999;
    margin-bottom: -100px;
}

.newsletter_box .form-group .form-control {
    height: 55px;
    border-radius: 6px;
    color: var(--dark-purple);
}

.newsletter_box .btn {
    height: 55px;
    width: 100%;
    line-height: 55px;
    text-transform: uppercase;
    color: var(--color-highlight);
    background-color: white;
    border-radius: 6px;
    margin-left: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
}

footer .shape1, .shape2, .shape3 {
    position: absolute;
}

footer .shape1 {
    top: 140px;
    left: -60px;
    animation: mymove 10s infinite;
}

footer .shape2 {
    top: 200px;
    right: -80px;
    animation: mymove 5s infinite;
}

footer .shape3 {
    top: 400px;
    right: 70px;
    animation: mymove 3s infinite;
}

.product-item {
    text-align: center;
    background-color: white;
    /* min-height: 600px; */
    border-radius: 12px;
    padding: 3rem 0 2rem;
    margin-bottom: 40px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

.img-sp-landing img {
    width: 120px;
    height: 120px;
}

.product-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.price-amount {
    font-size: 40px;
    color: var(--color-highlight);
    margin: 25px 0;
    display: block;
    font-weight: 600;
}

.list-description-sp > ul {
    padding-left: 0;
    list-style: none;
}

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

.bottom-dat-mua-sp a {
    padding: 10px 45px;
    border: 1px solid var(--color-highlight);
    color: var(
    --color-highlight);
    border-radius: 50px;
    background-color: white;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-weight: 500;
}

.bottom-dat-mua-sp {
    margin-top: 50px;
}

.box-landing-sp {
    margin: 50px 0;
    padding-top: 50px;
}

/*End Button Contact Fixed*/
#return-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 2vw;
    right: 2.5rem;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
    border-radius: 50%;
    box-shadow: 0 4px 10px #6a49f28a;
}

#return-to-top i {
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}

#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}

@media (min-width: 768px) and (max-width: 850px) {
    .menu-section ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-section > ul li {
        border-bottom: 0;
    }

    .menu-section > ul > li:last-child {
        border-bottom: 0;
    } 
    
    .bg-box03-row {
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .box-langding03-anh-dt {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-feature-box03-left {
        float: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
    }

    .desc-box03-right {
        text-align: center;
    }

    .box-landing-03 {
        padding: 30px 0;
    }
    
    .item-feature-box03-right.so-3 {
        text-align: center;
    }
    
    .counter-tile-item-box04 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .bg-footer--landing-mobile {
        background-color: #583BD3;
    }

    .menu-section ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-section > ul li {
        border-bottom: 0;
    }

    .menu-section > ul > li:last-child {
        border-bottom: 0;
    }

    .get-started {
        margin-left: 15px;
        margin-top: 20px;
    }

    .info-box-01 h1 {
        font-size: 30px;
    }

    .box-landing-01 .shape1 {
        top: 25px;
        left: 20px;
    }

    .box-landing-01 .shape2 {
        top: 68px;
        right: 20px;
    }

    .box-landing-01 .shape3 {
        top: 150px;
        right: 100px;
    }

    .box-landing-01 .banner_image {
        margin-top: 30px;
    }

    .box-landing-01 {
        padding-top: 30px;
    }

    .box-landing-02 {
        margin: 30px 0;
    }

    .title-section {
        font-size: 30px;
    }

    .bg-box03-row {
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .box-langding03-anh-dt {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-feature-box03-left {
        float: left;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .desc-box03-right {
        text-align: center;
    }

    .box-landing-03 {
        padding: 30px 0;
    }

    .box2anh-left-box-04::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 350px;
        height: 350px;
        background-color: white;
        border-radius: 100%;
        z-index: -1;
        max-width: 400px;
        max-height: 400px;
    }

    .bg-box04-content {
        width: auto;
        justify-content: center;
    }

    .bg-box04-content img {
        max-width: 100px;
    }

    .box-landing-04 {
        padding: 30px 0;
    }

    .box-landing-05 {
        margin: 30px 0;
    }

    .box2anh-left-box-05::before {
        max-width: 350px;
        max-height: 350px;
    }

    .box2anh-left-box-05 {
        margin-top: 0px;
    }

    .icon-play-box-06 i {
        font-size: 3rem;
        margin-top: 10px;
    }

    .icon-play-box-06 {
        top: -100px;
    }

    .title-section-box-06 {
        font-size: 3rem;
    }

    .content-section-box-06 {
        top: 45%;
    }

    .box-landing-06 .shape1 {
        top: 50px;
        left: 30px;
    }

    .box-landing-06 .shape2 {
        bottom: 30px;
        left: 130px;
    }

    .box-landing-06 .shape3 {
        top: 135px;
        right: 35px;
    }

    .box-landing-06 {
        margin: 0px 0;
    }

    .box-landing-sp {
        margin: 30px 0;
        padding-top: 0px;
    }

    .product-item {
        min-height: 500px;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .box-landing-07 {
        padding: 0px 0;
    }

    .icon-binh-luan-mobile {
        display: none;
    }

    .img-left-faq-box08 {
        margin-bottom: 15px;
    }

    .box-landing-08 {
        padding: 30px 0;
    }

    .box-landing-09 {
        margin: 30px 0;
    }

    .card-header-box-08.collapsed {
        font-size: 18px;
    }

    .newsletter_box {
        padding: 30px 20px 30px 10px;
        margin-bottom: -100px;
    }

    .newsletter_box .title-section {
        font-size: 20px;
    }

    footer .box-landing-11 {
        padding: 125px 0 30px 0;
    }

    .fix {
        border-bottom: 1px solid white;
    }

    footer .shape1, footer .shape2, footer .shape3 {
        display: none;
    }
    
    .item-feature-box03-right.so-3 {
        text-align: center;
    }
    
    .counter-tile-item-box04 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {
    footer .shape1, footer .shape2, footer .shape3 {
        display: none;
    }
.info-box-01 h1 {
    font-size: 40px;
}
.item-feature-box03-left.so-0, .item-feature-box03-right.so-2 {
    margin-bottom: 15px;
}
.bg-box03-row {
    margin-top: 140px;
    padding-top: 30px;
}
.bg-box04-content {
    width: auto;
    padding-left: 10px;
}
}
/*social footer*/
.hotline-phone-ring-wrap {
    right: 18px;
    bottom: 80px;
    position: fixed;
    z-index: 1025;
}

.is-mobile .hotline-phone-ring-wrap{
      bottom: 50px;
      right: 12px;
}


.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    right: 10px;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 70px;
    height: 70px;
    top: -15px;
    right: -15px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid var(--color-highlight);
    -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: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-color: var(--color-highlight);
    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%;
}

.hotline-phone-ring-img-circle {
    background-color: transparent;
    width: 40px;
    height: 40px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -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;
    z-index: 2;
}

.hotline-phone-ring-img-circle img {
    border-radius: 50%;
    overflow: hidden;
}

.hotline-bar {
    position: absolute;
    background: rgb(246 68 57 / 0.75);
    height: 40px;
    max-width: 200px;
    line-height: 40px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
    text-align: center;
    color: #fff;
    padding: 0 3rem 0 6rem;
    width: max-content;
    z-index: 0;
}

@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.2) 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(-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);
    }
    
}
.img-album-box09 {
    padding-top: 150%;
}
.image-customer {
    padding-top: 180%;
}
.image-customer img{
    object-fit: scale-down;
}
html {
    scroll-behavior: smooth;
}
@media (min-width: 992px) {
    html {
        scroll-padding-top: 150px;
    }
}
.info-box-01 .desc {
    line-height: 2;
}
.box-landing-01 .banner_image img {
    max-height: 75rem;
}

.box-landing-01 .banner_image {
    text-align: right;
}

.logo-section {
    background-color: var(--black);
    padding: 0 10px;
}

.logo-section img {
    height: 65px;
    object-fit: contain;
}

.is-mobile .logo-section img {
    height: 58px;
}
