.banner-inner{
    background: url("/static/images/banner/banner-contact.jpg") no-repeat;
    background-size: 100% 100%;
}
.contact-top .container{
    display: flex;
    justify-content: space-between;
}
.contact-top .contact-text{
    width: 48%;
    margin-right: 70px;
    margin-top: 28px;
}
.contact-top .contact-text h2{
    font-size: 36px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    margin-bottom: 28px;
}
.contact-top .contact-text p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 28px;
    margin-top: 20px;
}
.contact-top .contact-text span{
    font-family: 'Roboto-Bold';
}
.contact-top .contact-text a{
    font-family: 'Roboto-Bold';
    color: var(--bgscolor);
    text-decoration: underline;
}
.contact-top .contact-text p:first-child{
    margin-top: 30px;
}
.contact-top .contact-text p:last-child{
    margin-top: 25px;
}
.contact-top .contact-form{
    width: 50%;
    padding: 50px 45px;
    background: var(--bgscolor);
    border-radius: 10px;
}
.contact-top .contact-form h2{
    text-align: center;
    font-size: 36px;
    color: var(--white);
    font-family: 'Roboto-Bold';
    margin-bottom: 35px;
}
.contact-top .form-item{
    margin-bottom: 30px;
    position: relative;
}
.contact-top .form-item:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-top .form-item:first-child input{
    width: calc(50% - 7.5px);
}
.contact-top .form-item input,
.contact-top .form-item textarea{
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: var(--white);
    border-radius: 3px;
    padding-left: 19px;
    font-size: 20px;
    color: var(--ftcolor);
    font-weight: 600;
}
.contact-top .form-item textarea{
    height: 120px;
    padding-top: 10px;
    line-height: 28px;
}
.contact-top .form-item input::placeholder,
.contact-top .form-item textarea::placeholder{
    font-family: 'Roboto-Regular'!important;
    font-size: 20px;
    color: var(--ftcolor);
    font-weight: 600;
}
.contact-top .form-item span{
    content: '';
    position: absolute;
    left: 120px;
    top: 5px;
    color: var(--bgscolor);
}
.contact-top .phone span{
    left: 155px;
}
.contact-top .message span{
    left: 220px;
}
.contact-top .submit {
    width: 100%;
    max-width: 192px;
    position: relative;
    margin: 0 auto;
}
.contact-top .submit input {
    cursor: pointer;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: var(--bgcolor);
    color: var(--white);
    border: 0;
    border-radius: 3px;
    font-family: 'Roboto-Bold';
    margin-top: 30px;
    padding: 0 20px;
    text-align: left;
    font-size: 20px;
}
.contact-top .submit i {
    position: absolute;
    right: 20px;
    bottom: 13px;
    color: var(--white);
    font-size: 24px;
}
/* contact info */
.contact-info{
    width: 100%;
    padding: 70px 0 140px;
    background: #E5EFF8;
}
.contact-info .container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contact-info .map{
    width: 55%;
    max-width: 730px;
    position: relative;
    z-index: 1;
}
.contact-info .map iframe{
    width: 100%;
    height: 730px;
    border-top-right-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info .contact-txt{
    width: 45%;
    padding-top: 80px;
    margin-left: 70px;
}
.contact-info .contact-txt>p{
    position: relative;
    font-size: 14px;
    color: var(--bgscolor);
    padding-left: 42px;
    display: block;
    text-transform: uppercase;
}
.contact-info .contact-txt>p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 30px;
    height: 2px;
    background: var(--bgscolor);
}
.contact-info .contact-txt h2 {
    display: inline-block;
    font-size: 36px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    position: relative;
    margin: 10px 0 40px;
    z-index: 2;
}
.contact-info .contact-txt h2::after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: -1;
    background: var(--bgscolor);
}
.contact-info .contact-txt ul li{
    margin-bottom: 35px;
}
.contact-info .contact-txt ul li a{
    display: flex;
    align-items: center;
}
.contact-info .contact-txt ul li p{
    font-size: 26px;
    color: var(--ftcolor);
    line-height: 30px;
}
.contact-info .contact-txt ul li p span{
    color: var(--fttcolor);
}
.contact-info .contact-txt ul li i{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: var(--bgscolor);
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    line-height: 55px;
    font-size: 26px;
    margin-right: 20px;
}
.contact-info .contact-txt ul li:last-child {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}
.contact-info .contact-txt ul li:last-child i {
    width: 89px;
    margin-right: 20px;
    font-size: 28px;
}
/* contact client */
.contact-client{
    margin-top: 150px;
}
.contact-client img{
    width: 100%;
}

@media (any-hover: hover) {
    .contact-top .contact-text a:hover{
        color: #0148a2;
    }
    .contact-info .contact-txt ul li:hover a span{
        color: var(--bgscolor);
    }
}

@media(min-width:768px) and (max-width:1440px){}

@media(min-width:768px) and (max-width:1260px){}

@media(min-width:768px) and (max-width:1024px){}

@media screen and (max-width:768px){
    .banner-inner{
        background: url("/static/images/banner/banner-contact-sm.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .contact-top .container,
    .contact-info .container{
        flex-wrap: wrap;
    }
    .contact-top .contact-text,
    .contact-top .contact-form,
    .contact-info .img,
    .contact-info .contact-txt{
        width: 100%;
    }
    .contact-top .contact-text{
        margin: 0 0 30px;
    }
    .contact-info .contact-txt{
        padding-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .contact-top .contact-text h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .contact-top .contact-text p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }
    .contact-top .contact-text p:last-child {
        margin-top: 15px;
    }
    .contact-top .contact-form {
        padding: 30px 15px;
        border-radius: 8px;
    }
    .contact-top .contact-form h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .contact-top .form-item:first-child{
        flex-wrap: wrap;
    }
    .contact-top .form-item:first-child input{
        width: 100%;
    }
    .contact-top .form-item:first-child input:first-child,
    .contact-top .form-item {
        margin-bottom: 15px;
    }
    .contact-top .form-item input, .contact-top .form-item textarea {
        height: 45px;
        line-height: 45px;
        padding-left: 15px;
        font-size: 16px;
        font-family: 'Roboto-Regular';
    }
    .contact-top .form-item input::placeholder,
    .contact-top .form-item textarea::placeholder{
        font-size: 16px;
    }
    .contact-top .form-item span {
        left: 95px;
        top: 6px;
    }
    .contact-top .phone span {
        left: 125px;
    }
    .contact-top .message span {
        left: 180px;
    }
    .contact-top .form-item textarea{
        height: 100px;
        padding-top: 0;
    }
    .contact-top .submit {
        max-width: 150px;
    }
    .contact-top .submit input {
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        margin-top: 10px;
        padding: 0 15px;
        font-size: 18px;
    }
    .contact-top .submit i {
        right: 15px;
        bottom: 13px;
        font-size: 18px;
    }
    /* contact info sm */
    .contact-info{
        height: auto;
        padding: 45px 0;
    }
    .contact-info .map{
        width: 100%;
        order: 2;
    }
    .contact-info .map iframe {
        width: 100%;
        border-radius: 8px;
        position: unset;
        height: 300px;
    }
    .contact-info .contact-txt>p {
        padding-left: 30px;
    }
    .contact-info .contact-txt>p::before {
        margin-top: -3px;
        width: 20px;
    }
    .contact-info .contact-txt h2 {
        font-size: 26px;
        margin: 10px 0 30px;
    }
    .contact-info .contact-txt h2::after {
        right: -4px;
        width: 12px;
        height: 12px;
    }
    .contact-info .contact-txt ul li {
        margin-bottom: 15px;
    }
    .contact-info .contact-txt ul li i {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        margin-right: 10px;
    }
    .contact-info .contact-txt ul li p {
        font-size: 16px;
        line-height: 22px;
    }
    .contact-info .contact-txt ul li:last-child i {
        width: 62px;
        margin-right: 10px;
        font-size: 20px;
    }
    .contact-client{
        margin-top: 0;
    }
}