﻿        /* DEFAULT */
        
        html {
            box-sizing: border-box;
            -ms-overflow-style: scrollbar;
            height: 100%;
        }
        
        * {
            padding: 0;
            margin: 0;
        }
        
        *,
        *::before,
        *::after {
            box-sizing: inherit;
        }
        
        body {
            line-height: normal;
            min-height: 100%;
        }
        
        a,
        a:hover,
        a:active,
        a:focus {
            color: #007bff;
            text-decoration: none;
            transition: color .3s;
            text-decoration: none;
            transition: color .3s;
        }
        /* END */
        /* SWIPER */
        
        .swiper-container {
            width: 100%;
            height: 100vh;
        }
        
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .swiper-pagination-bullet {
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 12px;
            color: #000;
            opacity: 1;
            background: rgba(0, 0, 0, 0.2);
        }
        
        .swiper-pagination-bullet-active {
            color: #fff;
            background: #007aff;
        }
        /* END */
        /* .text-orange {
    color: #fd7e14 !important;
} */
        
        .swiper-container .swiper-pagination {
            top: 50%;
            -webkit-transform: translateY(-25%);
            -moz-transform: translateY(-25%);
            transform: translateY(-25%);
            width: auto;
            height: auto;
            bottom: 0;
            left: 30px;
        }
        
        .swiper-container .swiper-pagination-bullet {
            display: block;
            margin: 10px 0 !important;
            background: #fd7e14;
            color: #fff;
            width: 25px;
            height: 25px;
            line-height: 25px;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            border-radius: 0;
            font-size: 1rem;
            clear: both;
            float: left;
        }
        
        .swiper-container .swiper-pagination-bullet span {
            display: none;
        }
        
        .swiper-container .swiper-pagination-bullet-active,
        .swiper-container .swiper-pagination-bullet:hover {
            width: auto;
            padding: 0 15px;
            line-height: normal;
        }
        
        .swiper-container .swiper-pagination-bullet-active span,
        .swiper-container .swiper-pagination-bullet:hover span {
            display: block;
        }
        
        .swiper-container main .banner {
            background-image: url(../images/banner.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .swiper-container main .banner .black {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            height: 100%;
            width: 100%;
            background: #000;
            opacity: 0.6;
        }
        
        .swiper-container main .banner .caption {
            position: relative;
            z-index: 2;
            padding: 0 60px;
        }
        
        .swiper-container main .banner .caption .title {
            color: #fff;
            font-size: 2rem;
        }
        
        .swiper-container main .banner .caption .text {
            display: inline-block;
            margin-bottom: 0;
            margin-top: 20px;
            background: #fd7e14;
            padding: 5px 30px;
            color: #fff;
            font-size: 2.5rem;
        }
        
        .swiper-container main .box {
            padding: 0;
        }
        
        .swiper-container main .box .container-fluid {
            height: 100%;
            padding: 0;
        }
        
        .swiper-container main .box .row {
            height: 100%;
            flex-wrap: nowrap;
            margin: 0;
        }
        
        .swiper-container main .box .image {
            padding: 0;
            width: 40%;
            position: relative;
            overflow: hidden;
        }
        
        .swiper-container main .box .image img {
            width: 100%;
            object-fit: cover;
            object-position: center;
            min-height: 100%;
        }
        
        .swiper-container main .box .content {
            padding: 0 80px;
            width: 60%;
            position: relative;
            overflow: hidden;
        }
        
        .swiper-container main .box .content>div {
            margin: auto;
        }
        
        .swiper-container main .box .content .title {
            margin-bottom: 20px;
        }
        
        .swiper-container main .box .content .text {
            text-align: center;
        }
        
        .swiper-container main .contactus .image a {
            position: absolute;
            width: 100%;
            height: 100%;
            right: 0;
            left: 0;
            top: 0;
            background: transparent;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .swiper-container main .contactus .image a:hover {
            background-color: rgba(0, 0, 0, 0.4);
        }
        
        .swiper-container main .contactus .contact_box .title {
            font-weight: 500;
            display: block;
            margin-bottom: 5px;
        }
        .swiper-container main .contactus .contact_box img{
            margin-bottom: 20px;
        }
        .swiper-container main .contactus .contact_box .w-md{
            max-width: 600px;
        }
        
        footer {
            position: absolute;
            z-index: 2;
            width: 100%;
            right: 0;
            left: 0;
            bottom: 0;
            color: #000;
            padding: 15px;
            text-align: center;
        }
        
        @media (max-width:1030px) {
            .swiper-container .swiper-pagination {
                display: none;
                /* top: 0;
        bottom: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        left: 0;
        right: 0; */
            }
            /* .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        margin: 30px 0 !important;
        clear: none;
        float: none;
        width: auto;
        height: auto;
        padding: 0 15px;
        background: transparent;
    }
    .swiper-container .swiper-pagination-bullet span {
        display: block;
    }
    .swiper-wrapper {
        transform: none !important;
        display: block !important;
        height: auto !important;
        overflow: inherit;
    } */
            .swiper-container {
                height: auto;
            }
            .swiper-wrapper {
                height: auto;
                display: block;
                transition-property: none;
                transform: none !important;
                box-sizing: border-box;
            }
            .swiper-container main .swiper-slide {
                text-align: center;
                display: block !important;
                width: 100% !important;
                height: auto !important;
                flex-shrink: unset;
                margin-top: 45px;
            }
            .swiper-container main .d-flex {
                display: block !important;
            }
            .swiper-container main .banner {
                padding: 90px 15px;
                margin-top: 0;
                position: relative;
                overflow: hidden;
            }
            .swiper-container main .banner .caption .title {
                font-size: 1.5rem;
            }
            .swiper-container main .banner .caption .text {
                padding: 5px 15px;
                font-size: 1.9rem;
            }
            .swiper-container main .box .image {
                display: none;
            }
            .swiper-container main .box .content {
                padding: 0 15px;
                width: 100%;
            }
            .swiper-container main .box.contactus .image {
                display: block;
                padding: 0;
                width: 100%;
            }
            .swiper-container main .contactus .image a {
                background-color: rgba(0, 0, 0, 0.4);
            }
            footer {
                position: relative;
                background: #000;
                color: #fff;
            }
        }