/* ========================================================================== */


/* ============= REPONSIVE CODE FOR LANDSCAPE TABLET ======================== */


/* ========================================================================== */

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    /***
    * Responsive section introduce
    */
    .caption-title-orange,
    .caption-title-blue {
        font-size: 25px;
        padding: 12px 20px;
    }
    .caption-content {
        padding-left: 0;
    }
    .section-introduce .scroll-down {
        position: relative;
    }
    .section-introduce .scroll-down img {
        bottom: 42px;
    }
    .scroll-down:before,
    .scroll-down:after {
        bottom: 60px;
    }
    /***
    * Responsive section services
    */
    /* just show back face of circle */
    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        transform: rotateY(0deg);
    }
    .flip-container .flipper .circle.back {
        transform: rotateY(0deg);
    }
    .flip-container .flipper .circle.front {
        opacity: 0;
    }
    .services .circle.back .content {
        margin-top: 10%;
    }
    .section-services .caption p {
        color: #FFF;
        text-shadow: 1px 1px 3px #828282;
    }
    /* / just show back face of circle */
    .section-services {
        padding: 50px 0;
    }
    .services .circle {
        height: 220px;
        width: 100%;
    }
    .services .circle.front .content {
        font-size: 35px;
    }
    .services .circle .icon-arrow {
        right: 5px;
    }
    .services .circle.back .content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    @media (min-width: 992px) {
        .services .circle {
            height: 293px;
            width: 100%;
        }
        .services .circle.front .content {
            font-size: 43px;
        }
        .services .circle .icon-arrow {
            right: 28px;
        }
        .services .circle.back .content p {
            font-size: 20px;
            margin-bottom: 20px;
        }
    }
    @media (min-width: 1200px) {
        .services .circle {
            height: 336px;
            width: 100%;
        }
        .services .circle.front .content {
            font-size: 43px;
        }
        .services .circle .icon-arrow {
            right: 28px;
        }
        .services .circle.back .content p {
            font-size: 24px;
            margin-bottom: 30px;
        }
    }
    /***
    * Responsive section reasons to choose
    */
    .reasons .reason-item .item-container {
        min-height: 350px;
    }
    .banner-container .banner .banner-content h2 {
        line-height: 75px;
    }
    .banner-container .banner .banner-content h2 span:first-child {
        font-size: 80px;
    }
    .banner-container .banner .banner-content h2 span:last-child {
        font-size: 70px;
    }
    .banner-container .banner .banner-content p {
        font-size: 28px;
    }
    .reasons .reason-item .img-container {
        float: none;
    }
    .reasons .reason-item .img-container img {
        margin: auto;
    }
    .reasons .reason-item .reason-content {
        margin-left: 0;
        text-align: center;
    }
    /***
    * Responsive section brands worked with
    */
    @media (min-width: 992px) {
        .section-brands-worked-with .slider {
            /* padding: 0 30px; */
        }
        .section-brands-worked-with #prev-btn,
        .section-brands-worked-with #next-btn {
            display: none !important;
            left: 0;
        }
    }
    /***
    * Responsive section get started
    */
    .section-get-started .row:first-child {
        left: 0 !important;
    }
    .section-get-started img {
        width: auto;
    }
    .section-get-started .blue-banner .banner .banner-content {
        top: 30%;
        left: 39%;
    }
    .section-get-started .orange-banner .banner .banner-content {
        top: 21%;
        left: 35%;
    }
    .section-get-started .blue-banner {
        margin-left: 15%;
    }
    .section-get-started .orange-banner {
        margin-left: 10%;
        margin-top: -10%;
        position: relative !important;
    }
    @media (min-width: 992px) {
        .section-get-started .row:first-child {
            left: 0 !important;
        }
        .section-get-started .blue-banner .banner,
        .section-get-started .orange-banner .banner {
            left: 10%;
        }
        .section-get-started .orange-banner {
            left: -30% !important;
        }
        .section-get-started .blue-banner .banner .banner-content {
            top: 10%;
            left: 50%;
        }
        .section-get-started .orange-banner .banner .banner-content {
            top: 17%;
            left: 50%;
        }
        .section-get-started .blue-banner .banner .banner-content p {
            font-size: 21px;
        }
    }
    /***
    * Responsive section introduce sub
    */
    .introduce-sub-left .content-right span {
        left: 16px;
        top: -5px;
        background-size: cover;
        padding: 0 30px 10px 80px;
    }
    .introduce-sub-right .content-left span {
        left: -29px;
        background-size: cover;
        padding: 0 128px 10px 50px;
    }
    .introduce-sub-left,
    .introduce-sub-right {
        background-position-x: center;
        overflow: hidden;
    }
    .introduce-sub-left .intro,
    .introduce-sub-left p {
        padding-left: 15px;
    }
    .introduce-sub-left .text-style {
        padding-left: 0;
    }
    .introduce-sub-left .text-style .text-style-left {
        padding-left: 15px;
    }
    .introduce-sub-left .text-style .text-style-right {
        padding-left: 35px;
    }
    .introduce-sub-left .text-style .text-style-left,
    .introduce-sub-left .text-style .text-style-right {
        font-size: 17px;
    }
    .introduce-sub-right p {
        margin-top: 65px;
        padding-left: 10%;
    }
    .introduce-sub-right a {
        padding: 10px 50px 5px 50px;
        margin-top: 64px;
    }
    .introduce-sub-left:after {
        display: none;
    }
    .introduce-sub-left .content-right h2 {
        left: 82%;
    }
    .introduce-sub-right .content-left h2 {
        left: 0;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1241px) and (max-width: 1330px) {
    .section-get-started .row:first-child {
        left: 0 !important;
    }
    .section-get-started .blue-banner {
        left: 10% !important;
    }
    .section-get-started .orange-banner {
        left: 10% !important;
    }
}
