.section-doitac{
    background-image: url(/wp-content/uploads/2025/04/bg-section9-home-new.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: unset !important;
}
.section-doitac h1 {
    font-family: 'Huxley ExtraBlack', sans-serif;
    color: var(--red);
    font-weight: 900;
    font-style: normal;
    font-size: 46px;
    margin-top: -20px;
}
.section-doitac .row-form p{
    font-family: 'Google Sans', sans-serif;
    color: var(--black);
}
.section-doitac .col-left input {
    height: 3.5em;
}
.section-doitac .col-left input, 
.section-doitac .col-left textarea{
    background-color: transparent;
    border: 1px solid #3C3C3C;
    border-radius: 4px;
}
.section-doitac .col-left input::placeholder,
.section-doitac .col-left textarea::placeholder{
    font-family: 'Google Sans', sans-serif;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
}
.section-doitac .group-contact {
    display: flex;
    column-gap: 30px;
}
.section-doitac .button-submit input {
    background-color: var(--red);
    border: unset;
    font-size: 16px;
    font-weight: 600;
    text-transform: math-auto;
    border-radius: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-doitac .col-left .icon-box-text a {
    color: var(--black);
    font-family: 'Google Sans', sans-serif;
}
.section-doitac .col-left .icon-box-text {
    display: flex;
    align-items: center;
}
.section-doitac .col-left .box2 {
    margin: 10px 0;
}
.section-doitac h2 {
    color: var(--red);
    font-size: 46px;
    margin-bottom: unset;
}

.section-doitac .table {
    width: 100%;
}
.section-doitac .row-form .icon-box-text a{
    font-family: 'Google Sans', sans-serif;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {}