/* ========================================================================== */


/* ============= REPONSIVE CODE FOR LANDSCAPE TABLET ======================== */


/* ========================================================================== */

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    /***
    * Responsive section introduce
    */
    .section-introduce {}
    .section-introduce .caption,
    .section-introduce .caption .we,
    .section-introduce .caption .are,
    .section-introduce .caption .an,
    .section-introduce .caption .affiliate,
    .section-introduce .caption .company {
        position: initial;
        left: initial;
        right: initial;
    }
    .section-introduce .content p {
        margin-top: 30px;
    }
    .section-introduce .caption {
        line-height: 35px;
    }

    .section-vision .img-container {
        min-height: 310px;
    }
    /***
    * Responsive section introduce 3
    */
    .section-introduce-3 .main-introduce .introcude-item-container:nth-child(4) {
        /* clear: initial; */
    }
    /*Vision*/
    .vision-wrapper {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
    .section-introduce-2 .first-row-intro .content {
        text-align: center;
        padding: 0 15px !important;
    }
    .section-introduce-3 .main-introduce .introcude-item-container:nth-child(4) {
        clear: initial;
    }
    /*Vision*/
    .vision-wrapper {
        height: 600px;
    }
    .vision-img  {
        width: 40%;
    }
    .vision-line {
        display: none;
    }
    #vision1 .vision-cnt, #vision2 .vision-cnt {
        width: 100%;
    }
    .order-num {
        font-size: 50px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    #vision4 {
        width: 40%;
    }
}