@charset "utf-8";
/* CSS Document */


    .contact-section1 {
        position: relative;
        padding: 80px 0 120px;
    }

    .contact-section1 .flexbox {
        display: flex;
        justify-content: space-between;
    }

    .contact-section1 .flexbox .leftbox h2 {
        font-size: 72px;
        color: #ffba44;
        font-family: "BEBAS";
        margin: 0 0 40px;
        line-height: 1;
    }

    .contact-section1 .flexbox .leftbox .tit1 {
        position: relative;
        font-size: 36px;
        color: #333;
        margin: 0 0 50px;
    }

    .contact-section1 .flexbox .leftbox .tit {
        position: relative;
        font-size: 18px;
        color: #666;
        margin: 0;
    }

    .contact-section1 .flexbox .leftbox .tit:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 3px;
        background: #ffba44;
        left: 0;
        bottom: -160px;
    }

    .contact-section1 .flexbox .rightbox {
        flex: 0 0 1100px;
        min-width: 1100px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .box-row {
        margin: 0 -30px;
        display: flex;
        flex-wrap: wrap;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .box-col {
        flex: 0 0 50%;
        min-width: 50%;
        padding: 0 30px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item {
        background: #f5f5f5;
        padding: 55px 55px 30px;
        height: 436px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
        position: relative;
        font-size: 24px;
        color: #fff;
        font-weight: 100;
        margin: 0 0 35px;
        height: 45px;
        line-height: 45px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
        content: "";
        position: absolute;
        left: -68px;
        top: 0;
        width: 210px;
        height: 100%;
        background: #4e8deb;
        border-radius: 10px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item h4 span {
        position: relative;
        z-index: 1;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item ul {
        margin: 0 0 50px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item ul li {
        font-size: 16px;
        color: #666;
        margin: 0 0 25px;
    }

    .contact-section1 .flexbox .rightbox .cflexbox .item ul li .phone {
        font-size: 24px;
        color: #ffba44;
        font-family: "BEBAS";
    }

    @media (max-width: 1600px) {
        .contact-section1 {
            max-width: 1413px;
            margin: 0 auto;
        }

        .contact-section1 .flexbox .rightbox {
            flex: 0 0 930px;
            min-width: 930px;
        }

        .contactBox.container.clearfix {
            width: 100%;
            max-width: 1413px;
            margin: 0 auto;
        }
    }

    @media (max-width: 1440px) {
        .contact-section1 {
            max-width: 1260px;
            padding: 80px 0;
        }

        .contact-section1 .flexbox .leftbox h2 {
            font-size: 50px;
        }

        .contact-section1 .flexbox .leftbox .tit1 {
            font-size: 30px;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
            width: 190px;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
            font-size: 20px;
        }

        .contactBox.container.clearfix {
            max-width: 1260px;
        }
    }

    @media (max-width: 1200px) {
        .contact-section1 .flexbox .leftbox h2 {
            font-size: 2rem;
        }

        .contact-section1 .flexbox .leftbox .tit1 {
            font-size: 1.25rem;
        }

        .contact-section1 .flexbox .leftbox .tit {
            font-size: 1rem;
        }

        .contact-section1 .flexbox .rightbox {
            flex: 0 0 800px;
            min-width: 800px;
        }

        .contact-section1 {
            max-width: 1100px;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .item h4:before {
            width: 170px;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .item h4 {
            font-size: 18px;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .item {
            padding: 40px 55px 30px;
            height: 400px;
        }

        .contactBox.container.clearfix {
            max-width: 1100px;
        }
    }

    @media (max-width: 1024px) {
        .contact-section1 {
            max-width: 92%;
            margin: 0 auto;
            padding: 50px 0 80px;
        }

        .contact-section1 .flexbox {
            display: block;
            width: 100%;
        }

        .contact-section1 .flexbox .leftbox {
            text-align: center;
            padding-bottom: 50px;
        }

        .contact-section1 .flexbox .leftbox .tit1 {
            margin: 0 0 16px;
        }

        .contact-section1 .flexbox .leftbox h2 {
            margin: 0 0 20px;
        }

        .contact-section1 .flexbox .leftbox .tit:after {
            left: 48%;
            bottom: -18px;
        }

        .box9018_1 {
            max-width: 100%;
        }

        .contactBox .contactLeft {
            width: 100%;
            padding: 0;
        }

        .contactBox .contactRight {
            width: 100%;
            padding-left: 0;
            margin: 20px 0;
        }

        .contactBox.container.clearfix {
            max-width: 92%;
        }
    }

    @media (max-width: 768px) {
        .contact-section1 .flexbox .rightbox .cflexbox .item {
            padding: 40px 55px 10px;
            height: auto;
        }

        .contact-section1 .flexbox .rightbox .cflexbox .box-col {
            flex: 0 0 92%;
            min-width: 92%;
            padding: 16px;
            margin: 0 auto;
        }

        .contact-section1 .flexbox .rightbox {
            flex: 0 0 100%;
            min-width: 100%;
        }

        .contact-section1 {
            padding: 50px 0;
        }
    }
