@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --color-main: #FF6685;
    --color-main-secondary: #FFEBEF;
    --color-main-dark: #CC0029;


    --color-text-main: #CC0029;

    --color-btn-secondary: #DCDCDC;

    --color-text-white: #FFFFFF;
    --color-text-black: #0f0f0f;

    --main-color: #FF6685;
    --zalo-color: #3264F9;

    /* OLD */
    --red: #842029;
    --blue: #0d6efd;
}

body {
    font-family: "Mulish", sans-serif;
}

.font-heading {
    font-family: "Baloo Tamma 2", system-ui;
}

.text-white {
    color: var(--color-text-white);
}

.zalo-icon {
    width: 16px !important;
    height: 16px !important;
    transform: scale(1.25);
}

.tk-rounded {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.is-size-1_1rem {
    font-size: 1.1rem !important;
}

.banner {
    width: 100%;
}

.ul-origin {
    list-style-type: disc;
}


.px-4r-touch {
    padding-left: .5rem;
    padding-right: .5rem;
}

.navbar-brand-w100 {
    width: 100%;
}

.text-color-main {
    color: var(--color-main);
}

.px-5-touch {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.py-3-touch {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

@media (min-width: 1024px) {

    .px-4r {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .navbar-brand-w100 {
        width: auto;
    }

    .px-5-touch {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .py-3-touch {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .h-100-desktop {
        height: 100%;
    }

    .item-h-100-desktop {
        height: calc(100% - 62px);
    }

}

.card__img {
    position: relative;
}

.card__img:hover > .service__heading {
    background-color: rgba(255, 102, 133, .9);
}

.bg-main {
    background-color: var(--color-main-secondary);
}

.bg-main-primary {
    background-color: var(--color-main);
}

.bg-white {
    background-color: #ffffff;
}

.service__heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-text-white);
    background-color: rgba(255, 102, 133, .6);
    padding: 4px;
    border-radius: 0 0 .75rem .75rem;
}

/* CUSTOM */
img {
    max-width: none !important;
}

.li-footer +.li-footer {
    margin-top: 4px;
}

.text-color-main-dark {
    color: var(--color-main-dark);
}

.navbar-link:not(.is-arrowless):after {
    border-color: var(--color-main);
}

.navbar-burger {
    color: var(--color-main);
}

a.call-hover:hover {
    background-color: var(--color-main-dark);
    color: var(--color-text-white);
}

/* a.call-hover-white:hover {
    color: var(--color-text-white);
} */

a.fb-hover {
    color: var(--blue);
}

a.fb-hover:hover {
    color: var(--blue);
}

.button {
    background-color: var(--color-main);
    color: var(--color-text-white);
}

.button-secondary {
    background-color: var(--color-btn-secondary);
    color: var(--color-text-black);
}

/* BOOKING */
@keyframes zoom {

    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

@keyframes ring-zoom {

    0% {
        transform: scale(.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes ring-call {
    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);
    }
}

.btn-call {
    animation: zoom 1s infinite;
}

.btn-contact {
    position: fixed;
    right: 18px;
    bottom: 50px;
    z-index: 19;
}

.btn-contact-zalo {
    position: fixed;
    right: 18px;
    bottom: 126px;
    z-index: 19;
}

.btn-contact-fb {
    position: fixed;
    right: 18px;
    bottom: 206px;
    z-index: 19;
}

.logo-icon {
    position: absolute;
    top: -23px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
}

.logo-icon-ring-animation{
    animation: ring-call 1.2s infinite ease-in-out;
}

.call-contact {
    position: relative;
}

.btn-call-contact {
    background-color: var(--main-color);
    padding: 12px 24px;
    border-radius: 30px;
    padding-right: 58px;
}

.btn-contact-logo{
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -21px;
}

.btn-call-contact-icon {
    position: absolute;
    padding: 12px;
    top: -15px;
    right: 4px;
    background-color: var(--main-color);
    border-radius: 30px;
    z-index: 99;
    animation: ring-call 1s infinite ease-in-out;
}

.btn-call-contact-icon-effect {
    position: absolute;
    padding: 20px;
    top: -12px;
    right: 8px;
    background-color: var(--main-color);
    border-radius: 30px;
    z-index: 98;
}

.btn-call-contact-icon-effect::after {
    content: "";
    position: absolute;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    z-index: 99;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: ring-zoom 2s linear infinite;
}

.btn-call-contact-icon-logo-effect {
    position: absolute;
    padding: 20px;
    top: -21px;
    right: 0;
    background-color: var(--zalo-color);
    border-radius: 30px;
    z-index: 98;
}

.btn-call-contact-icon-logo-effect::after {
    content: "";
    position: absolute;
    border: 1px solid var(--zalo-color);
    background: var(--zalo-color);
    z-index: 99;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: ring-zoom 1.9s linear infinite;
}

@media (min-width: 1024px) {

    .btn-call-contact-icon-logo-effect {
        padding: 30px;
    }

    .logo-icon {
        width: 60px;
        height: 60px;
    }

    .btn-contact-logo{
        width: 60px;
        height: 60px;
    }

    .btn-contact {
        bottom: 56px;
    }

    .btn-contact-zalo {
        bottom: 154px;
    }
    
    .btn-contact-fb {
        bottom: 258px;
    }

    .btn-call-contact {
        padding: 18px 30px;
    }

    .btn-call-contact-icon {
        padding: 15px;
        top: -23px;
    }

    .btn-call-contact-icon-effect {
        padding: 30px;
        top: -21px;
        right: 0;
    }

    .btn-call-contact {
        padding-right: 70px;
    }
}



/* =========================================================================== */
/* OLD CSS */
.h__color {
    color: var(--red);
}

.bg__color {
    background-color: var(--red);
}

.t__w__color {
    color: #fff;
}

.t__center {
    text-align: center;
}

.FA__icon {
    font-size: 2rem;
    margin-right: 7px;
}

.rr+.rr {
    margin-top: 20px;
}

.t__18px {
    font-size: 18px;
}

.t__20px {
    font-size: 20px;
}

.t__22px {
    font-size: 22px;
}

.t__jtf {
    text-align: justify;
}

.chon__chung__toi {
    width: 100px;
    display: block;
    margin: 25px auto 0;
}

.m__t10px {
    margin-top: 10px;
}

.m__t20px {
    margin-top: 20px;
}

.m_b10px {
    margin-bottom: 10px;
}

.custom__li ul {
    list-style-type: "✔ ";
}

.li__ + .li__ {
    margin-top: 6px;
}

.c__blue {
    color: var(--blue);
}

.c__red {
    color: var(--red);
}

.t__bold {
    font-weight: bold;
}

.dv+.dv {
    margin-top: 20px;
}

.dvnb+.dvnb {
    margin-top: 10px;
}

#py-phone {
    position: fixed;
    top: 30%;
    right: 20px;
    z-index: 9999;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 1s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

#py-zalo {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake2 1s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

#py-messenger {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes shake2 {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.img-booking {
    width: 70px;
    height: 70px;
}

@media (min-width: 768px) {
    .img-booking {
        width: 90px;
        height: 90px;
    }
}