/*** 

====================================================================
    Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');
@import url('baes.css');
@import url('room_list_v2.css');

/*** 
    
    ====================================================================
          Earnnings Section 
    ====================================================================
    
  ***/

.earnings-section {
    padding: 60px 0;
    background: #0d1f3a;
}

.section-title-left-part h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
    border-left: 3px solid #1aabde;
}

.thumb-box {
    margin: 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: 275px;
    max-height: 195px;
    border-radius: 20px;
}

.thumb-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.thumb-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.testimonial-item .comments {
    font-size: 18px;
    color: #fff;
    margin: 20px 10px;
    text-align: center;
}

.project_items_6col .owl-nav .owl-next,
.project_items_6col .owl-nav .owl-prev {
    position: absolute;
    top: -10px;
    right: 0;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project_items_6col .owl-nav .owl-prev {
    right: 60px;
}

.project_items_6col.owl-nav .owl-next {
    left: initial;
    right: 30px;
}

.project_items_6col .owl-nav .owl-prev span,
.project_items_6col .owl-nav .owl-next span {
    font-size: 36px;
    color: #fff;
}

.project_items_6col .owl-nav .owl-next:hover span,
.project_items_6col .owl-nav .owl-prev:hover span {
    color: #1aabde;
}


/*** 
    
    ====================================================================
         System Section
    ====================================================================
    
  ***/

.system-secton {
    padding: 60px 0;
    background-image: url(../images/background/17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.system-secton .inner-box .bd-type {
    position: relative;
    margin: 0 10px;
    width: 100%;
    height: 358px;
    padding: 160px 80px;
}

.system-secton .inner-box .bd-type img {
    position: absolute;
    top: 0;
    left: 0;
}

.system-secton .inner-box .bd-type h6 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.system-secton .inner-box .bd-type p {
    font-size: 18px;
    color: #fff;
}


/*** 
    
    ====================================================================
         System Context Section
    ====================================================================
    
  ***/

.system-context-section {
    padding: 60px 0 120px;
    background: #0f3258;
    height: 100%;
    overflow: hidden;
 
}
.system-context-section .auto-container{
       position: relative;
}

.system-context-section .ico {
    margin-top: 60px;
}

.system-context-section .ico1 {
    position: absolute;
    top: 60px;
    left: 1%;
    width: 30px;
    height: 30px;
}

.system-context-section .ico2 {
    position: absolute;
    top: 200px;
    left: 50%;
}

.system-context-section .ico3 {
    position: absolute;
    top: 60px;
    right: 1%;
}

.system-context-section .spmsprs-outer {
    width: 96%;
    margin: 0 auto;
}

.system-context-section .one-item-carousel {
    position: relative;
}

.system-context-section .one-item-carousel li {
    padding: 0 120px;
}

.system-context-section .one-item-carousel li .title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
}

.system-context-section .one-item-carousel li .title .text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 60px;
    height: 120px;
}

.img-box {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    display: table;
    margin:0 auto;
}

.img-box img {
    width: 100%;
}

.system-context-section .one-item-carousel li p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.system-context-section .one-item-carousel .owl-nav .owl-next,
.system-context-section .one-item-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.system-context-section .one-item-carousel .owl-nav .owl-next,
.system-context-section .one-item-carousel .owl-nav .owl-prev {
    margin-top: -20px;
}

.system-context-section .one-item-carousel .owl-nav .owl-prev {
 left: -60px;

}

.system-context-section .one-item-carousel .owl-nav .owl-next {
     
         left: initial;
    right: -60px;
}

.system-context-section .one-item-carousel .owl-nav .owl-prev span,
.system-context-section .one-item-carousel .owl-nav .owl-next span {
    font-size: 48px;
    color: #fff;
    font-weight: initial;
}

.system-context-section .one-item-carousel .owl-nav .owl-next:hover span,
.system-context-section .one-item-carousel .owl-nav .owl-prev:hover span {
    color: #1aabde;
}


/* 响应 */

@media only screen and (max-width:1500px) {
    .system-secton .inner-box .bd-type {
        padding: 120px 28px;
    }
    .system-secton .inner-box .bd-type p {
        font-size: 14px;
    }
    .system-secton .inner-box .bd-type h6 {
        font-size: 24px;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-prev span,
    .system-context-section .one-item-carousel .owl-nav .owl-next span {
        font-size: 48px;
        color: #fff;
        font-weight: initial;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-prev {
        left: -35px;

    }
    .system-context-section .one-item-carousel .owl-nav .owl-next {
               left: initial;
        right: -35px;
    }
    .system-context-section .one-item-carousel li {
        padding: 0 60px;
    }
}

@media only screen and (max-width:991px) {
    .earnings-section,
    .system-secton {
        padding: 30px 0;
    }
    .sec-title.light .text {
        width: 100%;
    }
    .section-title-left-part {
        margin-top: 30px;
    }
    .section-title-left-part h2 {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    .project_items_6col .owl-nav .owl-prev span,
    .project_items_6col .owl-nav .owl-next span {
        font-size: 24px;
    }
    .project_items_6col .owl-nav .owl-prev {
        left: initial;
        right: 30px;
    }
       .system-context-section .one-item-carousel .owl-nav .owl-prev {
        left: 10px;

    }
    .img-box{
        max-width: 100%;
        text-align: center;
        display: table;
        margin:0 auto;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-next {
               left: initial;
        right: 10px;
    }
}

@media only screen and (max-width:640px) {
    .system-context-section .ico {
        display: none;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-prev span,
    .system-context-section .one-item-carousel .owl-nav .owl-next span {
        font-size: 24px;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-prev {
        
         left: -10px;
    }
    .system-context-section .one-item-carousel .owl-nav .owl-next {
        right: -10px;
    }
    .system-secton .inner-box .bd-type img {
        position: absolute;
        top: 0;
        left: -11px;
    }
    .system-secton .inner-box .bd-type {
        height: 300px;
    }
    .system-context-section .one-item-carousel li .title h2 {
        font-size: 30px;
    }
    .system-context-section .one-item-carousel li .title .text {
        font-size: 14px;
        margin-bottom: 30px
    }
    .system-context-section {
    padding: 45px 0 45px;
    background: #0f3258;
    height: 100%;
    overflow: hidden;
 
}
.system-context-section .one-item-carousel li .title .text{
    height: auto;
}
.system-context-section .one-item-carousel li{
    padding:0 25px;
}
}