
.section-31 .item:nth-child(2) .txt {
    background: var(--the-other-blue);
}

.section-31 .item .img {
    background: var(--about-bg2) no-repeat 50%/cover;
}

.section-31 .item .txt {
    flex: 0 0 50%;
    padding: 100px 70px 100px 150px;
}

.section-31 .section-head {
    text-align: left;
}

.section-31 .section-head h2:after {
    margin-left: 0;
}

.section-31 .item:nth-child(1) .section-head h2:after {
    background-color: var(--main-yellow);
}

@media (min-width: 768px) {

    .section-31 .item {
        display: flex;
    }

    .section-31 .item .img {
        flex: 0 0 50%;
    }

    .section-31 .item .txt {
        padding: 100px 0;
    }

    .section-31 .item:nth-child(1) .txt {
        padding-left: 70px;
        padding-right: 150px;
    }

    .section-31 .item:nth-child(2) .txt {
        padding-left: 80px;
        padding-right: 100px;
    }
}

@media (max-width: 767px) {

    .section-31 .item .img {
        min-height: 280px;
    }

    .section-31 .item .txt {
        padding: 40px 30px;
    }
}

/* section 03: grid 2 */
/*#region*/

.section-03 .grid-2 .item {
    padding: 0 20px;
}

.section-03 .grid-2 .item .txt {
    background: #fff;
    padding: 20px;
}

.section-03 .grid-2 .item .txt h5 {
    margin-top: -65px;
    margin-bottom: 35px;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {

    .section-03 .grid-2 .item {
        flex: 1;
    }

    .section-03 .grid-2 .item .txt {
        min-height: 150px;
    }
}

@media (max-width: 767px) {

    .section-03 .grid-2 .item:not(:last-child) {
        margin-bottom: 15px;
    }
}

/*#endregion*/

@media (min-width: 768px) {
    .section-08 {
        padding-top: 60px;
    }
}

/* contact: office location */
/*#region*/
.contact-office {
    margin-bottom: 80px;
    padding: 40px 0;
}

.contact-office .section-head h2 {
    text-align: left;
}

.contact-office .section-head h2:after {
    margin-left: 0;
}

.contact-office .list {
    padding: 15px;
    background: var(--the-other-blue);
}

.contact-office .list .item {
    flex: 0 0 50%;
    padding: 15px;
}

.contact-office .list .item h3 {
    font-size: 18px;
    color: var(--main-blue);
}

@media (min-width: 768px) {

    .contact-office .list {
        display: flex;
        flex-wrap: wrap;
        transform: translate(-80px, 80px);
    }
}

@media (max-width: 767px) {

    .contact-office {
        margin-bottom: 0;
        padding-bottom: 1px;
    }

    .contact-office .img, .contact-office .list {
        margin-left: -15px;
        margin-right: -15px;
    }
}


/*#endregion*/

/* contact: customer service */
/*#region*/

.contact-customer {
    background: var(--the-other-blue);
    padding: 40px 0;
}

.contact-customer .section-head h2:after {
    background: var(--main-yellow);
}

.contact-customer .tabs .handle {
    display: flex;
    justify-content: center;
}

.contact-customer .handle .item {
    text-align: center;
}

.contact-customer .handle .item i {
    display: inline-block;
    width: 100px;
    height: 80px;
}

.contact-customer .handle .item svg {
    max-width: 100%;
}

.contact-customer .handle .item h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-blue);
}


.contact-customer .tabs .lists {
    margin: 40px 25% 0;
}


.contact-customer .list {
    display: none;
    margin-bottom: 10px;
}

.contact-customer .list.active {
    display: block;
}

.contact-customer .list h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-blue)
}


.contact-customer .list .item {
    margin-bottom: 15px;
}

.contact-customer .list .item p {
    display: none;
    padding: 0 15px;
}

.contact-customer .list .active p {
    display: block;
}

.contact-customer .list .item:not(:last-child) {
    border-bottom: 1px solid var(--main-blue)
}

.contact-customer .list h5 {
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 200;
    cursor: pointer;
}

.contact-customer .list h5 i {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 20px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    font-size: 18px;
    transition: all ease-in-out .2s;
}

.contact-customer .list .cur i {
    right: 5px;
    top: 1px;
    transform: rotate(90deg);
}

@media (min-width: 768px) {
    .contact-customer .handle .item {
        margin: 0 60px;
        max-width: 100px;
    }
}

@media (max-width: 767px) {

    .contact-customer .handle .item i {
        width: 50px;
        height: 70px;
    }

    .contact-customer .handle .item h4 {
        font-size: 16px;
    }

    .contact-customer .tabs .lists {
        margin: 20px;
    }
}


/*#endregion*/

/* contact: our agency */
/*#region*/
.contact-agency {
    padding: 40px 0;
}

.contact-agency .box {
    margin: 15px 0;
    padding: 0 15px;
}

.contact-agency .item h5 {
    font-size: 16px;
}

/*#endregion*/

