.contact-us-form-page .form-content .right-box {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 5rem;
}
.contact-us-form-page .form-content .right-box input,
.contact-us-form-page .form-content .right-box textarea {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
}
.contact-us-form-page .form-content .right-box p {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    color: var(--text01, #344256);
    font-family: Inter;
    font-style: normal;
}
.contact-us-form-page .form-content .right-box textarea {
    height: 9rem;
    margin: 0;
    padding: 1rem;
}
.contact-us-form-page .form-content .right-box textarea::placeholder {
    font-style: none;
    font-family: Noto Sans SC;
    font-size: 1.4rem;
}
.contact-us-form-page .form-content .right-box .contant-us {
    height: 9rem;
}
.contact-us-form-page .country-code {
    width: 100%;
    position: relative;
}
.contact-us-form-page .country-code-select {
    position: absolute;
    top: 5rem;
    left: 0;
    background-color: #fff;
    border-radius: 1.6rem;
    border: 2px solid #EEF3FB;
    height: 28rem;
    overflow-y: auto;
    width: 100%;
}
.contact-us-form-page .show-country {
    min-width: 10.1rem !important;
    width: auto !important;
    height: 4.4rem;
    line-height: 4.4rem;
    background-color: #F6F9FF;
    margin-right: 1rem;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    justify-content: left;
    text-align: left;
}
.contact-us-form-page .country-code-select li {
    line-height: 3.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.4rem;
    cursor: pointer;
}
.contact-us-form-page .country-code-select li:hover,
.contact-us-form-page .country-code-select li.active {
    background-color: #EEF3FB;
}
.contact-us-form-page .country-code-select li span, 
.contact-us-form-page .country-code-select li small {
    display: inline !important;
}
.contact-us-form-page .form-icon {
    background-color: #F6F9FF;
    width: 100%;
    height: 4.4rem;
    position: relative;
    padding-left: 4rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    display: block;
    color: #9EACC0;
}
.contact-us-form-page .form-icon::before,
.contact-us-form-page .phone-icon::after {
    position: absolute;
    top: 50%;
    left: 1rem;
    content: "";
    background: url("../images/H5/user.png") no-repeat center center;
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
}

.contact-us-form-page .email-icon::before {
    background-image: url("../images/H5/email.png");
}

.contact-us-form-page .phone-icon::before {
    background-image: url("../images/H5/phone.png");
}
.contact-us-form-page .phone-icon::after {
    background-image: url("../images/icon/down.png");
    left: unset;
    right: 1rem;
}

@media (min-width: 768px) {
    .contact-us-page .contact-us-title {
        background: url("../images/us/bg.webp") no-repeat top center;
        background-size: cover;
        flex-direction: column;
        padding-top: 15.6rem;
        padding-bottom: 15.4rem;
    }
    .contact-us-page .contact-us-title h2 {
        font-weight: 900;
        color: #fff;
        text-align: center;
        
        font-size: 3.6rem;
        font-style: normal;
        line-height: 5.8rem;
        padding-bottom: 3.8rem;
    }
    .contact-us-page .contact-us-title .contant-us {
        width: 14rem;
        margin: 0 auto;
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: 4.4rem;
        padding: 0;
    }
     .contact-us-form-page {
        position: relative;
        margin-bottom: 12rem;
    }
     .contact-us-form-page .dialog-msg {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border: 2px solid #EEF3FB;
        width: 20rem;
        height: 5rem;
        line-height: 5rem;
        transition: all 0.5s ease; 
    }
     .contact-us-form-page .confirm-success {
        color: green;
    }
     .contact-us-form-page .form-content {
        width: 120rem;
        display: flex;
        gap: 3rem;
        justify-content: space-between;
        margin: 12rem auto 0;
    }
     .contact-us-form-page .form-content .left-box,
     .contact-us-form-page .form-content .right-box {
        width: 58.5rem;
        height: 47.4rem;
        border-radius: 2rem;
        background-color: #fff;
    }
     .contact-us-form-page .form-content .left-box {
        padding: 4rem 2rem;
    }
     .contact-us-form-page .form-content .left-box h1 {
        margin-bottom: 4rem;
        letter-spacing: 1px;
        color: var(--text01, #344256);
        text-align: center;
        
        font-size: 3.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 5.8rem;
    }
     .contact-us-form-page .form-content .qcode-box {
        display: flex;
        gap: 5rem;
        justify-content: center;
        align-items: flex-start;
        padding-left: 3rem;
    }
     .contact-us-form-page .form-content .contact-type {
        width: 32rem;
        font-size: 1.4rem;
    }
   
     .contact-us-form-page .form-content .qcode-box .contact-type h3 {
        margin-bottom: 3rem;
        text-align: left;
        color: var(--text01, #344256);
        
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
     .contact-us-form-page .form-content .qcode-box .contact-type img { 
        margin-right: 4px;
        width: 1.6rem;
        height: 1.6rem;
    }
     .contact-us-form-page .form-content .qcode-box .contact-type p {
        font-size: 1.4rem;
        font-weight: 400;
        color: #65758B;
        display: flex !important;
        align-items: center;
        line-height: 2rem;
    }
     .contact-us-form-page .form-content .qcode-box .contact-type p,
     .contact-us-form-page .form-content .qcode-box .contact-type span {
        text-align: left;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        
        line-height: normal;
    }
     .contact-us-form-page .form-content .qcode-box .contact-type p {
        color: var(--text02, #65758B);
    }
    
     .contact-us-form-page .form-content .qcode-box .contact-type span {
        color: var(--text01, #344256);
        display: block;
    }
    
     .contact-us-form-page .form-content .telegram-qcode {
        width: 14rem;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border-radius: 1.6rem;
        overflow: hidden;
    }
     .contact-us-form-page .form-content .telegram-qcode .qcode {
        background-color: #EEF3FB;
        padding: 1.2rem 1.4rem;
    }
     .contact-us-form-page .form-content .telegram-qcode img {
        width: 11.3rem;
    }
     .contact-us-form-page .form-content .telegram-qcode p {
        background-color: #2E88F6;
        color: #fff;
        border-bottom-left-radius: 1.6rem;
        border-bottom-right-radius: 1.6rem;
        font-size: 1.6rem;
        line-height: 3.4rem;
        height: 3.4rem;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .contact-us-page {
        min-width: auto;
    }
    .contact-us-page .contact-us-title {
        background: url("../images/contact-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 12rem;
        padding-bottom: 14rem;
        flex-direction: column;
        width: 100%;
    }
    .contact-us-page .contact-us-title h2 {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 5rem;
        padding-bottom: 0;
        margin: 0 auto;
        color: var(--color-text-white-5, #FFF);
        text-align: center;
        
        font-style: normal;
        width: 26rem;
    }
    
    .en.contact-us-page .contact-us-title h2 {
        width: 100%;
        font-size: 3rem;
        line-height: normal;
    }
    .contact-us-page .contact-us-title .contant-us {
        border-radius: 8px;
        background: var(--main, #2E88F6);
        color: #fff;
        font-weight: 600;
        width: 14rem;
        line-height: 4.4rem;
        padding: 0;
        margin: 3rem auto 0;
    }
    .contact-us-form-page {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 4rem;
    }
    .contact-us-form-page .form-content .left-box,
    .contact-us-form-page .form-content .right-box {
        width: 33.5rem;
        height: auto;
        margin: 0 auto;
        background: var(--bg04, #FFF);
        box-shadow: 0 12px 32px 4px rgba(0, 14, 53, 0.10);
        border-radius: 16px;
    }
    .contact-us-page{
        background: var(--bg01, #F5F7FA);
    }
    .contact-us-form-page .form-content .left-box {
        width: 100%;
        padding: 2rem 1rem 3rem;
        height: auto;
    }
    .contact-us-form-page .form-content .right-box .btn-primary {
        margin-top: 2rem;
        margin-bottom: 0;
        color: var(--text04, #FFF);
        font-family: Inter;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        text-transform: lowercase;
    }
    .contact-us-form-page .form-content{
        gap: 2rem;
        flex-direction: column;
        margin: 0 auto 4rem;
        width: 33.5rem;
    }
    .contact-us-form-page .form-content .left-box h1 {
        margin-bottom: 2rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: var(--text01, #344256);
        text-align: center;
        
        font-style: normal;
        line-height: normal;
    }
    .contact-us-form-page .form-content .qcode-box {
        gap: 1.4rem;
        display: flex;
    }
    .contact-us-form-page .form-content .telegram-qcode .qcode {
        border-radius: 13.86px 13.86px 0 0;
        background: var(--bg03, #EEF3FB);
        padding: 1rem 1.2rem;
    }
    .contact-us-form-page .form-content .qcode-box .contact-type {
        text-align: left;
    }
    .contact-us-form-page .form-content .qcode-box .contact-type img {
        width: 1.6rem;
        height: 1.6rem;
    }
    .contact-us-form-page .form-content .qcode-box .contact-type h3 {
        margin-bottom: 0.8rem;
        text-align: left;
        font-size: 1.4rem;
        color: var(--text01, #344256);
        
        font-style: normal;
        font-weight: 500;
        line-height: 3rem;
        margin-top: 0;
    }
    .en .contact-us-form-page .form-content .qcode-box .contact-type h3 {
        line-height: normal;
    }
    .contact-us-form-page .telegram-qcode p {
        line-height: 3rem;
        border-radius: 0 0 13.86px 13.86px;
        background: var(--main, #2E88F6);
        color: var(--text04, #FFF);
        
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
    }
    .contact-us-form-page .telegram-qcode .qcode img {
        width: 9.8rem;
        height: 9.8rem;
    }
    .contact-us-form-page .form-content .qcode-box .contact-type span {
        margin-top: 1rem;
        text-align: left;
        display: block;
        font-size: 1.4rem;
    }
    .contact-us-form-page .form-content .qcode-box .contact-type p {
        display: flex;
        align-items: center;
        gap: 0.8rem;
        font-size: 1.4rem;
    }
    .contact-us-form-page .show-country {
        width: 9.4rem !important;
        margin-right: 1rem;
        line-height: 4.4rem;
    }
    .contact-us-form-page .country-code-select {
        max-height: 18rem;
    }
    .contact-us-form-page .form-content .right-box {
        margin-top: 2rem;
        padding: 3rem 2rem;
    }
    .contact-us-form-page .form-content .right-box p,
    .contact-us-form-page .form-content .right-box .form-icon {
        width: 100%;
        text-align: left;
    }
    .contact-us-form-page .form-content .right-box input::placeholder {
        color: var(--text03, #9EACC0);
        font-family: Inter;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: lowercase;
    }
}