.section-hero-all-product-page.contact-us {
    padding-left: 270px;
}
.section-hero-all-product-page.contact-us .section-hero-all-product-page-image-2 {
    width: 564px;
    height: 362px;
}
.section-contact-us {
    display: flex;
    justify-content: center;
    height: 184px;
    padding-top: 8px;
}
.section-contact-us-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}
.section-contact-us-header-box {
    display: flex;
}
.section-contact-us-header {
    font-family: "sukhumvit-set-bold";
    font-size: 46px;
    color: #FF2623;
    line-height: 1;
}
.section-contact-us-header-paragraph-box {
    display: flex;
}
.section-contact-us-header-paragraph {
    font-family: "sukhumvit-set-semiBold";
    font-size: 30px;
    color: #464C4F;
    line-height: 1;
}
.section-contact-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.section-contact-us-channel {
    display: flex;
    justify-content: center;
}
.section-contact-us-channel-wrapper {
    display: flex;
}
.section-contact-us-channel-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1308px;
    height: 436px;
    border-radius: 14px;
    background-color: #849F59;
    gap: 72px;
}
.section-contact-us-channel:nth-child(2) .section-contact-us-channel-box {
    background-color: #464C4F;
}
.section-contact-us-channel:nth-child(3) .section-contact-us-channel-box {
    background-color: #FF2623;
}
.section-contact-us-channel-header-box {
    display: flex;
}
.section-contact-us-channel-header {
    font-family: "sukhumvit-set-bold";
    font-size: 32px;
    color: #fff;
    line-height: 1;
}
.section-contact-us-channel-detail-container {
    display: flex;
}
.section-contact-us-channel-detail-wrapper {
    display: flex;
    gap: 12px;
}
.section-contact-us-channel-detail-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 234px;
    height: 234px;
    border-radius: 12px;
    background-color: #fff;
    padding-top: 54px;
    gap: 16px;
}
.section-contact-us-channel-detail-image {
    display: flex;
    position: absolute;
    top: -32px;
    width: 72px;
    height: 72px;
}
.section-contact-us-channel-detail-image img {
    width: 100%;
}
.section-contact-us-channel-detail-header-box {
    display: flex;
}
.section-contact-us-channel-detail-header {
    font-family: "sukhumvit-set-bold";
    font-size: 20px;
    color: #FF2623;
    line-height: 1;
}
.section-contact-us-channel-detail-paragraph-box {
    display: flex;
}
.section-contact-us-channel-detail-paragraph {
    font-family: "sukhumvit-set-semiBold";
    font-size: 18px;
    color: #464C4F;
    line-height: 1.6;
    text-align: center;
}
.section-contact-us-channel-detail-paragraph a {
    color: inherit;
}
.section-contact-us-channel-detail-image-qr {
    display: flex;
    width: 80px;
    height: 80px;
}
.section-contact-us-channel-detail-image-qr img {
    width: 100%;
}
.section-contact-us-form {
    display: flex;
    justify-content: center;
    padding-top: 94px;
    height: 800px;
}
.section-contact-us-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 86px;
}
.section-contact-us-form-header-box {
    display: flex;
}
.section-contact-us-form-header {
    font-family: "sukhumvit-set-bold";
    font-size: 32px;
    color: #373F45;
    line-height: 1;
}
.contact-form {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    width: 1216px;
    gap: 52px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #464C4F;
    gap: 12px;
    padding-bottom: 4px;
}
.form-row:first-child .form-group {
    width: 364px;
}
.form-row:nth-child(2) .form-group {
    width: 560px;
}
.form-row:nth-child(2) + .form-group {
    align-items: flex-start;
    border-bottom: none;
    gap: 0;
}
label {
    font-family: "sukhumvit-set-text";
    display: flex;
    font-size: 20px;
    color: #464C4F;
}
input, select, textarea {
    font-family: "sukhumvit-set-text";
    font-size: 20px;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #464C4F;
}
textarea {
    border: 1px solid #464C4F;
    border-radius: 8px;
    padding: 22px;
}
textarea::placeholder {
    color: #464C4F;
}
input:focus, select:focus, textarea:focus {
    
}
.label-subject {
    width: 132px;
}
option {
    font-family: "sukhumvit-set-text";
    font-size: 20px;
}
select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.select-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.select-container::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    transform: rotate(45deg);
    border: solid #464C4F;
    border-width: 0 2px 2px 0;
    padding: 5px;
    pointer-events: none;
}
textarea {
    resize: none;
}
.view-more-products-button-wrapper.contact-us {
    margin-top: 0;
}
.view-more-products-button-wrapper.contact-us .view-more-products-button {
    border: 0;
    width: 190px;
    cursor: pointer;
}

@media screen and (min-width: 1441px) {
    .section-hero-all-product-page.contact-us {
        padding-left: 18.75vw;
    }
    .section-hero-all-product-page.contact-us .section-hero-all-product-page-image-2 {
        width: 39.167vw;
        height: 25.139vw;
    }
    .section-contact-us {
        height: 12.778vw;
        padding-top: 0.556vw;
    }
    .section-contact-us-wrapper {
        gap: 2.361vw;
    }
    .section-contact-us-header {
        font-size: 3.194vw;
    }
    .section-contact-us-header-paragraph {
        font-size: 2.083vw;
    }
    .section-contact-container {
        gap: 2.778vw;
    }
    .section-contact-us-channel-box {
        width: 90.833vw;
        height: 30.278vw;
        border-radius: 0.972vw;
        gap: 5vw;
    }
    .section-contact-us-channel-header {
        font-size: 2.222vw;
    }
    .section-contact-us-channel-detail-wrapper {
        gap: 0.833vw;
    }
    .section-contact-us-channel-detail-box {
        width: 16.25vw;
        height: 16.25vw;
        border-radius: 0.833vw;
        padding-top: 3.75vw;
        gap: 1.111vw;
    }
    .section-contact-us-channel-detail-image {
        top: -2.222vw;
        width: 5vw;
        height: 5vw;
    }
    .section-contact-us-channel-detail-header {
        font-size: 1.389vw;
    }
    .section-contact-us-channel-detail-paragraph {
        font-size: 1.25vw;
    }
    .section-contact-us-channel-detail-image-qr {
        width: 5.556vw;
        height: 5.556vw;
    }
    .section-contact-us-form {
        padding-top: 6.528vw;
        height: 55.556vw;
    }
    .section-contact-us-form-wrapper {
        gap: 5.972vw;
    }
    .section-contact-us-form-header {
        font-size: 2.222vw;
    }
    .contact-form {
        border-radius: 0.556vw;
        width: 84.444vw;
        gap: 3.611vw;
    }
    .form-group {
        border-bottom: 0.069vw solid #464C4F;
        gap: 0.833vw;
        padding-bottom: 0.278vw;
    }
    .form-row:first-child .form-group {
        width: 25.278vw;
    }
    .form-row:nth-child(2) .form-group {
        width: 38.889vw;
    }
    label {
        font-size: 1.389vw;
    }
    input, select, textarea {
        font-size: 1.389vw;
    }
    textarea {
        border: 0.069vw solid #464C4F;
        border-radius: 0.556vw;
        padding: 1.528vw;
    }
    input:focus, select:focus, textarea:focus {
        
    }
    .label-subject {
        width: 9.167vw;
    }
    option {
        font-size: 1.389vw;
    }
    .select-container::after {
        right: 0.833vw;
        border-width: 0 0.139vw 0.139vw 0;
        padding: 0.347vw;
    }
    .view-more-products-button-wrapper.contact-us .view-more-products-button {
        width: 13.194vw;
    }
}

@media screen and (max-width: 1439px) {
    .section-hero-all-product-page.contact-us {
        padding-left: 18.75vw;
    }
    .section-hero-all-product-page.contact-us .section-hero-all-product-page-image-2 {
        width: 39.167vw;
        height: 25.139vw;
    }
    .section-contact-us {
        height: 12.778vw;
        padding-top: 0.556vw;
    }
    .section-contact-us-wrapper {
        gap: 2.361vw;
    }
    .section-contact-us-header {
        font-size: 3.194vw;
    }
    .section-contact-us-header-paragraph {
        font-size: 2.083vw;
    }
    .section-contact-container {
        gap: 2.778vw;
    }
    .section-contact-us-channel-box {
        width: 90.833vw;
        height: 30.278vw;
        border-radius: 0.972vw;
        gap: 5vw;
    }
    .section-contact-us-channel-header {
        font-size: 2.222vw;
    }
    .section-contact-us-channel-detail-wrapper {
        gap: 0.833vw;
    }
    .section-contact-us-channel-detail-box {
        width: 16.25vw;
        height: 16.25vw;
        border-radius: 0.833vw;
        padding-top: 3.75vw;
        gap: 1.111vw;
    }
    .section-contact-us-channel-detail-image {
        top: -2.222vw;
        width: 5vw;
        height: 5vw;
    }
    .section-contact-us-channel-detail-header {
        font-size: 1.389vw;
    }
    .section-contact-us-channel-detail-paragraph {
        font-size: 1.25vw;
    }
    .section-contact-us-channel-detail-image-qr {
        width: 5.556vw;
        height: 5.556vw;
    }
    .section-contact-us-form {
        padding-top: 6.528vw;
        height: 55.556vw;
    }
    .section-contact-us-form-wrapper {
        gap: 5.972vw;
    }
    .section-contact-us-form-header {
        font-size: 2.222vw;
    }
    .contact-form {
        border-radius: 0.556vw;
        width: 84.444vw;
        gap: 3.611vw;
    }
    .form-group {
        border-bottom: 0.069vw solid #464C4F;
        gap: 0.833vw;
        padding-bottom: 0.278vw;
    }
    .form-row:first-child .form-group {
        width: 25.278vw;
    }
    .form-row:nth-child(2) .form-group {
        width: 38.889vw;
    }
    label {
        font-size: 1.389vw;
    }
    input, select, textarea {
        font-size: 1.389vw;
    }
    textarea {
        border: 0.069vw solid #464C4F;
        border-radius: 0.556vw;
        padding: 1.528vw;
    }
    input:focus, select:focus, textarea:focus {
        
    }
    .label-subject {
        width: 9.167vw;
    }
    option {
        font-size: 1.389vw;
    }
    .select-container::after {
        right: 0.833vw;
        border-width: 0 0.139vw 0.139vw 0;
        padding: 0.347vw;
    }
    .view-more-products-button-wrapper.contact-us .view-more-products-button {
        width: 13.194vw;
    }
}

@media screen and (max-width: 430px) {
    .section-hero-all-product-page.contact-us {
        padding-left: 0;
    }
    .section-hero-all-product-page.contact-us .section-hero-all-product-page-image-2 {
        width: 80vw;
        height: 51.163vw;
    }
    .section-contact-us {
        height: 40vw;
        padding-top: 0;
    }
    .section-contact-us-wrapper {
        gap: 2.361vw;
    }
    .section-contact-us-header {
        font-size: 7.442vw;
        text-align: center;
        line-height: 1.6;
    }
    .section-contact-us-header-paragraph {
        font-size: 4.651vw;
    }
    .section-contact-container {
        gap: 2.778vw;
    }
    .section-contact-us-channel-box {
        width: 85.116vw;
        height: 99.535vw;
        border-radius: 3.256vw;
        gap: 8vw;
        padding-top: 6vw;
    }
    .section-contact-us-channel-header {
        font-size: 4.8vw;
    }
    .section-contact-us-channel-detail-container {
        overflow-x: scroll;
        width: 100vw;
        height: 65.116vw;
    }
    .section-contact-us-channel-detail-wrapper {
        align-items: center;
        width: max-content;
        gap: 2.791vw;
        padding-top: 1.86vw;
        padding: 3vw 13.488vw 0;
    }
    .section-contact-us-channel-detail-box {
        width: 54.419vw;
        height: 54.419vw;
        border-radius: 2.791vw;
        padding-top: 13.023vw;
        gap: 4.651vw;
    }
    .section-contact-us-channel-detail-image {
        top: -7.222vw;
        width: 16.744vw;
        height: 16.744vw;
    }
    .section-contact-us-channel-detail-header {
        font-size: 4.651vw;
    }
    .section-contact-us-channel-detail-paragraph {
        font-size: 4.186vw;
    }
    .section-contact-us-channel-detail-image-qr {
        width: 18.605vw;
        height: 18.605vw;
    }
    .section-contact-us-form {
        padding-top: 6.528vw;
        height: 200vw;
    }
    .section-contact-us-form-wrapper {
        gap: 5.972vw;
    }
    .section-contact-us-form-header {
        font-size: 7.442vw;
        text-align: center;
        line-height: 1.6;
    }
    .contact-form {
        border-radius: 0.556vw;
        width: 85.116vw;
        gap: 0;
    }
    .form-group {
        border-bottom: 0.465vw solid #464C4F;
        gap: 0.233vw;
        padding-bottom: 1.395vw;
    }
    .form-row {
        flex-direction: column;
        gap: 8.372vw;
    }
    .form-row:first-child .form-group {
        width: 100%;
    }
    .form-row:first-child .form-group:last-child {
        margin-bottom: 8.372vw;
    }
    .form-row:nth-child(2) .form-group {
        width: 100%;
    }
    .form-row:nth-child(2) + .form-group {
        margin-top: 8.372vw;
    }
    label {
        font-size: 4.651vw;
    }
    input, select, textarea {
        font-size: 4.651vw;
    }
    textarea {
        border: 0.465vw solid #464C4F;
        border-radius: 1.86vw;
        padding: 4.651vw;
    }
    input:focus, select:focus, textarea:focus {
        
    }
    .label-subject {
        width: 34.884vw;
    }
    option {
        font-size: 1.389vw;
    }
    .select-container::after {
        right: 2.791vw;
        border-width: 0 0.5vw 0.5vw 0;
        padding: 1.347vw;
    }
    .view-more-products-button-wrapper.contact-us {
        margin-top: 12.093vw;
    }
    .view-more-products-button-wrapper.contact-us .view-more-products-button {
        width: 51.163vw;
    }
}