/* PC */
@media screen and (min-width: 992px) {
    .mobile-header {
        display: none;
    }

    .show-on-mobile {
        display: none;
    }

    .owl-carousel.owl-loaded {
        display: none;
    }
}

/* Tablet & mobile */
@media screen and (max-width: 991px) {
    .main-content {
        width: 375px;
        max-width: calc(100% - 48px);
    }

    .heading1 {
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 3.8rem;
        text-align: left;
    }

    .desc1 {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.6rem;
        text-align: left;
    }

    .hotline-phone-ring-wrap:hover .hotline-phone-ring {
        transform: none
    }

    .hero {
        padding-top: 40px;
    }

    .hero__bg--more:first-child {
        width: 100%;
    }

    .hero__bg--more:nth-child(2) {
        width: 20%;
        bottom: -20px;
    }

    .hero__note {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.91rem;
        letter-spacing: 0.2em;
    }

    .hero__heading {
        margin-top: 8px;
        font-size: 3.2rem;
        line-height: 4.37rem;
        width: 100%;
    }

    .hero__heading span {
        white-space: nowrap;
        /* border-right: 5px solid #000; */
        overflow: hidden;
        display: inline-block;
        animation: typing 2s steps(35) 1;
    }

    .hero__heading span:last-child {
        animation: typing 2s steps(26) forwards;
        animation-delay: 2s;
        opacity: 0;
    }

    @keyframes typing {
        0% {
            width: 0;
            opacity: 0;
        }

        100% {
            width: 100%;
            opacity: 1;
        }
    }

    .hero--btn {
        margin-top: 24px;
    }

    .btn {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.18rem;
        text-align: center;
        padding: 4px 4px 4px 16px;
    }

    .hero__content {
        padding-bottom: 48px;
    }

    .hero__media {
        position: static;
        padding-bottom: 70px;
        width: 100%;
    }

    .hero__media img {
        position: static;
        width: 61.1%;

    }

    .hero__img2 {
        margin-left: 135px;
        margin-top: -35px;
    }

    .hero--list {
        display: grid;
        grid-template-columns: auto auto;
    }

    .hero--item:nth-child(2) .list__more {
        width: 78px;
    }

    .hero__icon {
        width: 28px;
        height: 28px;
    }

    .question-faqs {
        top: -105px;
        right: 125px;
    }

    .question-faqs__info {
        font-size: 1.4rem;
        line-height: 1.91rem;
    }

    .question-faqs__more p {
        font-size: 1.2rem;
        line-height: 1.64rem;
    }

    .question-faqs__img {
        width: 18px;
        height: 18px;
    }

    .list__info {
        margin-bottom: 4px;
    }

    .list__info,
    .list__more span {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.64rem;
        text-align: left;
    }

    .list__more {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.18rem;
        text-align: left;
    }

    .hero--item {
        gap: 8px;
    }

    .list__content {
        min-width: 101px;
    }

    .form {
        background-image: url(../img/form__bg__responsive.svg);
        background-size: cover;
        padding: 24px 0 40px;
    }

    .form--content {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .form__heading {
        width: 55%;
        margin-bottom: 16px;
    }

    .form__action form {
        flex-direction: column;
        align-items: flex-start;
    }

    .form__img1 {
        position: absolute;
        left: 210px;
        top: -10px;
        width: 40%;
    }

    .form__media {
        position: relative;
    }

    .form--btn {
        margin-top: 0px;
    }

    .desc {
        padding: 40px 0;
    }

    .desc .main-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .desc__media {
        gap: 16px;
        width: 100%;
    }

    .desc__img {
        object-fit: contain;
    }

    .desc__img:nth-child(1) {
        width: 60%;
        height: 283px;
    }

    .desc__img:last-child {
        margin-top: 50px;
        width: 40%;
        height: 206px;
    }

    .desc__content {
        margin-top: 32px;
        width: 100%;
    }

    .desc__desc strong {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.6rem;
    }

    .option {
        padding: 32px 0 48px;
    }

    .option--block {
        flex-direction: column-reverse;
        gap: 0;
    }

    .option__img {
        width: 100%;
        height: 220px;
        border-radius: 20px;
    }

    .option__content {
        width: 100%;
        margin-top: 32px;
    }

    .option__heading::before {
        content: none;
    }

    .option__desc {
        margin-top: 12px;
    }

    .option__desc strong {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2.6rem;
    }

    .option__position {
        margin-top: 32px;
        font-size: 2rem;
        line-height: 2.73rem;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .option__list {
        flex-direction: column;
        margin-top: 0;
        gap: 0;
    }

    .option__item {
        width: 100%;
        margin-top: 12px;
        padding: 8px 28px;
        min-height: 54px;
    }

    .option__item p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.18rem;
    }

    .sale {
        flex-direction: column;
        background-repeat: no-repeat;
    }

    .sale .main-content {
        background-image: url(../img/sale-bg__2.svg);
        display: flex;
        flex-direction: column-reverse;
    }

    .sale__img {
        width: 100%;
    }

    .sale__content {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 60px;
        margin-left: 0;
        margin-bottom: 35px;
    }

    .sale__title::before {
        width: 52px;
        height: 4px;
        top: -24px;
    }

    .sale__title {
        font-size: 1.6rem;
        line-height: 2.18rem;
    }

    .sale__heading {
        width: 100%;
    }

    .sale--btn {
        margin-top: 32px;
    }

    .object {
        background-image: url(../img/object-block_bg.svg), url(../img/object-block_bg2.svg), url(../img/object-block_bg3.svg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position-x: right;
        background-size: cover, auto, auto;
        padding: 56px 0 64px;
    }

    .object__heading {
        margin-bottom: 40px;
        font-size: 2.8rem;
        line-height: 3.85rem;
    }

    .object__list {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .object__item {
        width: 97%;
        padding: 0;
    }

    .object__item:nth-child(3) {
        width: 97%;
    }

    .activity {
        padding: 56px 0;
    }

    .activity .main-content {
        overflow: hidden;
    }

    .activity__heading {
        margin-bottom: 24px;
        text-align: center;
    }

    .activity__content {
        width: 100%;
        background-color: #fff;
        padding: 0;
    }

    .activity__content p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.08rem;
        text-align: left;
    }

    .activity__media {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-top: 0px;
        margin-bottom: 0;
        gap: 0;

    }


    .activity__img {
        width: 100%;
        height: 220px;
        padding: 0 8px;
        flex-shrink: 0;
        border-radius: 20px;
    }



    .activity__img:first-child,
    .activity__img:nth-child(2) {
        position: static;
        margin-top: 0rem;
    }

    .question {
        margin-top: 9px;
        margin-bottom: 40px;
    }

    .question .main-content {
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

    .ques__img {
        width: 327px;
        height: 206px;
    }

    .ques__img--content {
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.23rem;
        text-align: left;
        padding: 4px 8px;
    }

    .ques__img--content2,
    .ques__img--content4 {
        top: 27px;
    }

    .ques--content__heading {
        font-size: 2.8rem;
        line-height: 3.82rem;
        text-align: left;
    }

    .ques--content__desc {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.19rem;
    }

    .ques__list {
        margin-bottom: 32px;
    }

    .ques__submit--link .btn {
        min-width: 0px;
    }

    .ques__submit--link {
        width: 130px;
    }

    .footer {
        border-radius: 0;
        padding: 0;
    }

    .footer .footer__container {
        padding: 32px 0 24px;
        margin: 0;
    }

    .footer__container--list {
        flex-direction: column;
        margin-left: 0;
    }

    .footer__section {
        padding: 0 20px;
        position: relative;
    }

    .footer__section::after {
        content: "";
        position: absolute;
        width: 327px;
        height: 1px;
        opacity: 0.4;
        background: #FFFFFF;
        bottom: -24px;
    }

    .footer__section p:last-child {
        margin-bottom: 0;
    }

    .footer__section ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .footer__section ul li img {
        width: 16px;
        height: 16px;
    }

    .footer__section ul li a:hover {
        /* text-decoration: underline; Underline on hover */
        text-decoration: none;
    }

    .footer__section .input-group {
        border: 1px solid #fff;
        border-radius: 40px;
        padding: 0 16px;
        width: 100%;
        margin-bottom: 12px;
    }

    #emailForm {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #emailForm .form__submit {
        align-self: center;
    }

    .footer__section .input-group {
        border: 1px solid #fff;
        border-radius: 40px;
        padding: 0 16px;
        width: 100%;
    }

    .footer__section form button {
        padding: 8px;
    }

    .footer__section form button svg {
        background: none;
        border-radius: 50%;
        padding: 0;
    }

    .footer__section form button svg path {
        fill: white;
    }

    .footer__logo {
        width: 56px;
        height: 56px;
        margin-bottom: 24px;
    }

    .footer__st {
        margin-left: 20px;
        margin-top: 47px;
    }

    /* .footer .logo {
        width: 54px;
        height: 71px;
    }

    .footer .logo--block {
        margin-bottom: 32px;
        gap: 16px;
    }

    .footer .logo__heading {
        font-size: 1.4rem;
        line-height: 1.75rem;
        width: 54%;
    }

    .footer .logo__desc {
        font-size: 1.2rem;
        line-height: 1.5rem;
        width: 65%;
    }

    .footer__item {
        margin-top: 16px;
    }

    .footer__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer__address div {
        margin-top: 0px;
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer__follow {
        margin-top: 32px;
        align-items: flex-start;
    }

    .footer__follow p {
        margin-bottom: 16px;
        font-size: 1.6rem;
        font-weight: 500;
    } */


    /*  */
    .carousel__img {
        width: 100%;
        height: 220px;
        padding: 0 8px;
        flex-shrink: 0;
        border-radius: 20px;
    }

    /*  */
    #popupbox {
        border-radius: 16px;
        max-width: none;
    }

    .popup__desc {
        width: 99%;
    }

    .form__name--content,
    .form__phone--content span {
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 2rem;
        text-align: left;
    }

}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .show-on-mobile {
        display: none;
    }

    .main-content {
        width: 768px;
        max-width: calc(100% - 100px);
    }

    .form__img2 {
        display: none;
    }

    .form__img1 {
        left: 370px;
        width: 20%;
    }

    .desc__img:nth-child(1) {
        height: 400px;
    }

    .desc__img:last-child {
        height: 300px;
    }

    .activity__media {
        display: none;
    }

    .activity .main-content {
        width: 375px;
        max-width: calc(100% - 48px);
    }

    .activity__content {
        height: 240px;
    }

    .hero__img2 {
        margin-left: 265px;
    }

    .question-faqs {
        right: 385px;
    }

    .hero--list {
        gap: 20px;
    }

    .owl-carousel .owl-item img {
        width: 372.2px;
        margin: 0 5px;
    }


    .footer__section {
        padding: 0 50px;
    }

    .footer__section::after {
        width: 668px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

}