* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contactUs img {
    width: 100%;
}

.bannerCont {
    position: relative;
}

.bannerInfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1400px)/2);
}

.bannerInfo h1 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
}

.bannerInfo p {
    margin-top: 12px;
    color: #9B9FA8;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.breadCrumbCont {
    margin-left: calc((100% - 1400px)/2);
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
}

.breadCrumbCont li a,
.breadCrumbCont li {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.breadCrumbCont li::after {
    content: '>';
    display: block;
    margin: 0 6px;
}

.breadCrumbCont li:last-child a {
    text-decoration: none!important;
}

.breadCrumbCont li:last-child::after {
    display: none;
}

.contactUsInfo {
    width: 1400px;
    margin: 0 auto;
}

.locationCont {
    display: flex;
    gap: 60px;
    margin-top: 48px;
}

.selectText {
    display: flex;
    align-items: center;
}

.selectText span {
    margin-right: 8px;
}

.selectCont {
    position: relative;
}

.selectContFrame {
    width: 298px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #9B9FA8;
    background: #FFF;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.selectContFrame.selected {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
}

.selectContFrame.active i::after {
    transform: rotate(180deg);
}

.selectContFrame.active {
    color: #9B9FA8;
}

.selectContFrame input {
    border: none;
    pointer-events: none;
}

.selectContFrame input::placeholder {
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 400;
}

.selectContInfo {
    border-radius: 4px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    position: absolute;
    top: 58px;
    background-color: #FFF;
    display: none;
    z-index: 99;
    max-height: 280px;
    overflow-y: scroll;
}

.selectContInfo div {
    width: 100%;
    padding: 14px 16px;
    cursor: pointer;
}

.selectContInfo div.active {
    color: #e60039;
}

.selectContFrame i::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/images/contact/toggle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .16s linear;
}

.contactTip {
    margin-top: 48px;
    color: #666;
    font-size: 20px;
    font-weight: 400;
}

.contactTitle {
    margin-bottom: 12px;
    color: #292929;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.contactDesc {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.contCard {
    margin-top: 36px;
}

.contCard p {
    margin-top: 8px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

.contCard p span {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.contCard p:first-of-type {
    margin-top: 0;
}

.contCard a {
    margin-top: 4px;
    display: block;
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
}

.contCard:first-child {
    margin-top: 0;
}

.officeInfo,
.supoortInfo {
    margin-bottom: 36px;
}

.supoortInfo .contCard {
    margin-top: 16px;
}

.followInfo .contCard {
    margin-top: 12px;
}

.followInfo .contCard a {
    display: flex;
}

.followInfo .contCard a::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.followInfo .contCard:first-child a::before {
    background-image: url(/css/index/upimg/facebook_on.png);
    margin-right: 8px;
}

.followInfo .contCard:nth-child(2) a::before {
    background-image: url(/css/index/upimg/linkedin_on.png);
    margin-right: 8px;
}

.followInfo .contCard:nth-child(3) a::before {
    background-image: url(/css/index/upimg/youtube_on.png);
    margin-right: 8px;
}
.followInfo .contCard:nth-child(4) a::before {
    background-image: url(/css/index/upimg/instagram_on.png);
    margin-right: 8px;
}
.followInfo .contCard:nth-child(5) a::before {
    background-image: url(/css/index/upimg/whatsapp_on.png);
    margin-right: 8px;
}
.contactUsCont {
    display: flex;
    gap: 160px;
    margin-top: 96px;
}

.navCont {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F7F8FB;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.navInfo {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
    gap: 36px;
}

.navInfo div {
    padding: 24px 0;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.navInfo div.active {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    pointer-events: none;
}

.navInfo div.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #E60039;
    width: 100%;
    height: 2px;
}

.nav-word {
    display: none;
}

@media screen and (min-width:990px) {
    .selectContInfo div:hover {
        background: #F1F3F5;
    }
    .contCard a:hover {
        color: #0175E8;
        text-decoration: underline;
    }
    .salee_b a:hover {
        color: #0175E8;
        text-decoration: underline;
    }
    .breadCrumbCont li a:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width:1440px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h1 {
        font-size: 30px;
    }
    .bannerInfo p {
        font-size: 16px;
        margin-top: 8px;
    }
    .breadCrumbCont {
        margin-left: calc((100% - 1200px)/2);
    }
    .contactUsInfo {
        width: 1200px;
    }
    .saleeInfo {
        max-width: 560px;
    }
    .contactTitle {
        margin-bottom: 8px;
    }
    .officeInfo,
    .supoortInfo {
        margin-bottom: 28px;
    }
    .saleeSucess {
        width: 560px;
    }
    .navInfo {
        width: 1200px;
        gap: 30px;
    }
}

@media screen and (max-width:1280px) {
    .bannerInfo {
        left: calc((100% - 1024px)/2);
    }
    .breadCrumbCont {
        margin-left: calc((100% - 1024px)/2);
    }
    .bannerInfo h1 {
        font-size: 24px;
    }
    .bannerInfo p {
        font-size: 14px;
    }
    .breadCrumbCont li a,
    .breadCrumbCont li {
        font-size: 12px;
    }
    .contactUsInfo {
        width: 1024px;
    }
    .contactUsCont {
        margin-top: 72px;
        gap: 72px;
    }
    .saleeInfo {
        max-width: 520px;
    }
    .salee_c ul {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .contactTitle {
        margin-top: 28px;
        font-size: 24px;
    }
    .contCard a,
    .contCard p {
        font-size: 14px;
    }
    .contCard p span {
        font-size: 16px;
    }
    .saleeSucess {
        margin: 0 auto;
        width: 476px;
    }
    .navInfo {
        width: 1024px;
    }
}

@media screen and (max-width:1068px) {
    .bannerInfo {
        left: calc((100% - 750px)/2);
    }
    .breadCrumbCont {
        margin-left: calc((100% - 750px)/2);
    }
    .bannerInfo h1 {
        font-size: 20px;
    }
    .bannerInfo p {
        margin-top: 4px;
        font-size: 12px;
    }
    .contactUsInfo {
        width: 750px;
    }
    .contactUsCont {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .saleeInfo {
        width: 100%;
        max-width: unset;
    }
    .locationCont {
        gap: 36px;
    }
    .selectContFrame {
        width: 220px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
    .selectContFrame i::after {
        width: 20px;
        height: 20px;
    }
    .salee_c ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .salee_c ul li:last-child {
        grid-column: unset;
    }
    .contactTitle {
        font-size: 22px;
    }
    .contactDesc {
        font-size: 14px;
    }
    .contactUsCont {
        margin-top: 36px;
    }
    .saleeSucess {
        width: 100%;
    }
    .navInfo {
        width: 750px;
    }
    .contactTip {
        margin-top: 48px;
        display: block;
        color: #9B9FA8;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }
    .selectContFrame input {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .bannerInfo {
        width: 100%;
        left: 0;
        top: unset;
        transform: unset;
        bottom: 24px;
        padding: 0 24px;
    }
    .breadCrumbCont {
        margin-left: 20px;
    }
    .bannerInfo h1 {
        font-size: 24px;
    }
    .bannerInfo p {
        margin-top: 12px;
        font-size: 14px;
    }
    .contactUsInfo {
        width: 100%;
        padding: 0 20px;
    }
    .locationCont {
        flex-wrap: wrap;
        gap: 48px;
        width: 100%;
        margin-top: 48px;
    }
    .locationCont::after,
    .officeInfo::after,
    .supoortInfo::after,
    .followInfo::after {
        display: block;
        content: '';
        width: 100%;
        background-color: #D5D5D5;
        height: 1px;
    }
    .officeInfo::after,
    .supoortInfo::after,
    .followInfo::after {
        margin-top: 24px;
    }
    .selectText {
        width: 100%;
        flex-wrap: wrap;
    }
    .selectCont {
        width: 100%;
    }
    .selectText span {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
        color: #2A2B2E;
        font-size: 22px;
        font-weight: 600;
        line-height: 150%;
    }
    .selectText .selectCont span {
        color: #9B9FA8;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0;
    }
    .selectContFrame {
        width: 100%;
        height: 46px;
    }
    .salee_c ul {
        display: flex;
        flex-wrap: wrap;
    }
    .saleeInfo {
        padding-top: 0;
        padding: 0;
    }
    .navCont {
        padding: 0;
        flex-wrap: wrap;
        justify-content: start;
    }
    .navInfo {
        display: none;
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        padding: 12px 0;
    }
    .navInfo div {
        width: 100%;
        padding: 4px 20px;
    }
    .navInfo div.active::after {
        display: none;
    }
    .nav-word {
        display: flex;
        align-items: center;
        width: 100%;
        color: #292929;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        border-bottom: 1px solid #dddddd;
        padding: 12px 20px;
    }
    .nav-word::after {
        content: '';
        width: 24px;
        height: 24px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/images/contact/down.svg);
        transition: transform .16s linear;
    }
    .nav-word.active::after {
        transform: rotate(180deg);
    }
}

.hide {
    display: none;
}