/* ========================================================================== */


/* ============= RESPONSIVE CODE FOR LANDSCAPE MOBILE ======================== */


/* ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /***
    * Responsive section banner
    */
    .section-banner {
        margin-top: 55px;
    }
    .section-banner .item-caption .caption-title {
        font-size: 27px;
    }
    .section-banner .item-caption .caption-content {
        font-size: 15px;
        line-height: 16px;
    }
    .section-banner .item-caption .caption-content .special-text {
        font-size: 23px;
    }
    /***
    * 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;
    }
    /***
    * Responsive section introduce 2
    */
    .section-introduce-2 .first-row-intro .content {
        text-align: center;
        padding: 0 15px !important;
    }
    /***
    * Responsive section introduce 3
    */
    .section-introduce-3 .top-banner h2 {
        padding-top: 60px;
        text-align: center;
        position: initial;
        transform: translateX(0) !important;
    }
    .section-vision .img-container {
        min-height: 175px;
    }
    .section-vision h2,
    .section-vision .special-text {
        font-size: 40px;
    }
    .section-vision h2 {
        bottom: 25px;
    }
    .section-intro-tabs {
        padding: 50px 0;
    }
    .section-intro-tabs .tabs {
        padding: 0 15px;
    }
    .section-introduce-3 .main-introduce .introcude-item-container:nth-child(4) {
        clear: initial;
    }
    .section-introduce-3 .main-introduce .introduce-item .img-container {
        margin-bottom: 30px;
    }
    /*Vision*/
    .vision-wrapper {
        width: 100%;
        height: 460px !important; 
    }
    .vision {
        width: 48%;
    }
    .vision-line {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    .vision-cnt {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .vision-img {
        display: none;
    }
    .vision-title {
        font-size: 24px;
    }
    .order-num {
        font-size: 44px
    }
    #vision1, #vision2 {
        top: 0;
    }
    #vision2 {
        width: 50%;
    }
    #vision3, #vision4 {
        bottom: 0;
    }
    canvas {
        display: none;
    }
    @media only screen and (min-width: 480px) and (max-width: 560px) {
        .vision-wrapper {
            height: 550px !important; 
        }
    }
}
