.intro .content {
    /* background-color: #1e7cbf; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.intro .content .image {
    width: 411px;
    height: 271px;
    margin-right: 50px;
}

.intro .content .text .title {
    color: #ffffff;
}

.intro .content .text .description {
    color: #ffffff;
    width: 480px;
}

.content .content {
    height: 700px;
    background-color: #f5f9fc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10%;
}

.content .item {
    text-align: center;
    flex: 0 0 30%;
}

.content .item > .header {
    display: flex;
    align-items: center;
}

.content .item > .header > .image {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.content .item > .header > .image > img {
    width: 56px;
    height: 56px;
}

.content .item > .header > h3 {
    color: #00599e;
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
}

.content .item > .info {
    display: flex;
    margin-top: 30px;
}

.content .item > .info > .image {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    min-height: 80px;
}

.content .item > .info > .image > img {
    width: 12px;
    height: 12px;
}

.content .item > .info > p {
    font-size: 18px;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
}

.content .item > .footer {
    width: 200px;
    height: 2px;
    background-color: #0a53be;
}

.contact-information .content {
    display: flex;
    justify-content: flex-start;
}

.contact-information .content .left {
    margin-right: 20%;
}

.contact-information .title {
    color: #01589d;
    font-weight: bold;
    margin-bottom: 50px;
}
.contact-information h3{
    color: #01599D;
    font-weight: 600;
}
.contact-information .icon-title {
    display: flex;
    align-items: center;
}
.contact-information .icon-title.last-icon-title{
    margin-top: 60px;
}
h5{
    font-size: 1.3rem;
}
.contact-information .icon-title > .icon-bg {
    width: 100px;
    height: 100px;
    border: 1px solid #01589d;
    background-color: #01589d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.contact-information .icon-title > h3 {
    color: #01589d;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
}

.contact-information .customer-hotline {
    text-align: left;
    margin-top: 30px;
}

/*.contact-information .customer-hotline > h5,*/
/*.contact-information .customer-hotline > p {*/
/*    margin: 0;*/
/*}*/

.contact-information .customer-hotline > p.no-spacing{
    margin-bottom: 0;
}

.contact-information p,
.contact-information a {
    font-size: 1.3rem;
}
.contact-information a{
    text-decoration: none;
    color:#0d6efd;
}

.contact-information .tel{
    text-decoration:underline;
}

.contact-information .customer-hotline > h5 {
    font-weight: bold;
}

.contact-information .service-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
}

.contact-information .service-hours > p {
    margin: 0;
}

.contact-information .service-hours > p.bold {
    font-weight: bold;
}

.contact-information .hr {
    width: 200px;
    height: 1px;
    background-color: #005A9E;
    margin: 25px 0;
}

.contact-information .email {
    color: #0d6efd;
    text-decoration: none;
}
.less_p {
    padding-bottom: 0;
}

.less_m {
    margin-bottom: 0;
}

.blue_ul_box ul {
    color: #01589d;
}

.intro .title {
    font-weight: 700;
    line-height: normal;
}

.intro .description {
    font-weight: 500;
    line-height: 30px;
    font-size: 1.2rem;
}

.intro {
    background-image: url("../images/banner/faq_banner1.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #fff;
}


@media (max-width: 768px) {
    .intro .content {
        flex-direction: column;
        padding: 10px;

    }

    .intro .content .image {
        width: auto;
        height: auto;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .intro .content .text .description {
        width: auto;
    }

    .content .content {
        height: auto;
        flex-direction: column;
    }

    .content .item {
        padding: 10px;
    }

    .contact-information .content {
        flex-direction: column;
    }

    .contact-information .customer-hotline > h5,
    .contact-information .service-hours,
    .contact-information .customer-hotline {
        text-align: left;
    }

    .first-img{
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

/*.contact-information .contact-color{*/
/*    color: red;*/
/*}*/
/*@media (max-width: 994px){*/
/*    .col-md-4 {*/
/*        flex: 0 0 auto;*/
/*        width: 50%;*/
/*    }*/
/*}*/

/*@media (min-width: 994px){*/
/*    .col-md-4 {*/
/*        flex: 0 0 auto;*/
/*        width: 33.33333333%;*/
/*    }*/
/*}*/


