* {margin: 0;padding: 0;}
html,body{width: 100%; height: 100%;}
body {
    margin: 0;
    padding: 0;
    line-height: 1.875;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #626262;
}
a {
    color: #1f1c2f;
    transition: all .3s ease;
}

a, input, textarea, select {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.33333;
    color: #1f1c2f;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f39c12;
    text-decoration: none;
}

h1 {
    font-size: 68px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

.md-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 320px) {
    .md-section {
        padding-top: calc(14.88095vw + 2.38095px);
        padding-bottom: calc(14.88095vw + 2.38095px);
    }
}

@media (min-width: 992px) {
    .md-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.main-container{}

.warp{width: 100%; height: 100%;}

.homeWarp{position: absolute; left: 0; top: 0; background:url(../images/bgFull.png) no-repeat #000; background-position: center;}
.bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/bg.png); background-position: center center;
-webkit-mask-image: -webkit-radial-gradient(ellipse,rgba(0,0,0,1),rgba(0,0,0,0) 60%);
}
.navbar-toggle .icon-bar{background: #fff;}
.bgParticles{position: absolute; width: 100%; height: 100%;}
.mainNavBar{background: rgba(0,0,0,0.6); border-radius: 0; margin-bottom: 0;}
.navbar-brand{height: auto;}
.navbar-nav>li>a{line-height: 35px; color: #fff; transition: all 0.3s;}
.navbar-nav>li>a:hover,.navbar-nav>li>a:active,.navbar-nav>li>a:visited,.navbar-nav>li>a:focus{background: transparent;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: transparent; border-color:none ;}
.navbar-nav>li>a{color: rgba(255,255,255,0.6);}
.navbar-nav>li>a:hover{color: rgba(255,255,255,1);}
.footer{margin-bottom: 0; background: #000;}
.copyRight{ margin-right: 15px; color: #fff;}
.copyRight a{color: rgba(255,255,255,0.5);}
.copyRight a:hover{color: rgba(255,255,255,1); transition: all 0.5s;}

.homeLogo{width: 155px; height: 176px; position: absolute; left: 50%; margin-left: -78px; top: 50%; margin-top: -88px;}

/*
.dropdown-submenu { position: relative; } 
.dropdown-submenu > .dropdown-menu { 
      top: 0; 
      left: 100%; 
      margin-top: -6px; 
      margin-left: -1px; 
      -webkit-border-radius: 6px 6px 6px 6px; 
      -moz-border-radius: 6px 6px 6px; 
      border-radius: 6px 6px 6px 6px; 
} 
.dropdown-submenu:hover > .dropdown-menu { 
      display: block; 
    } 
.dropdown-submenu > a:after { 
      display: block; 
      content: " "; 
      float: right; 
      width: 0; 
      height: 0; 
      border-color: transparent; 
      border-style: solid; 
      border-width: 5px 0 5px 5px; 
      border-left-color: #ccc; 
      margin-top: 5px; 
      margin-right: -10px; 
    } 
.dropdown-submenu:hover > a:after { 
      border-left-color: #fff; 
    } 
.dropdown-submenu.pull-left { 
      float: none !important; 
} 
.dropdown-submenu.pull-left > .dropdown-menu { 
      left: -100%; right: 100%;
      margin-left: 10px; 
      -webkit-border-radius: 6px 6px 6px 6px; 
      -moz-border-radius: 6px 6px 6px 6px; 
      border-radius: 6px 6px 6px 6px; 
} 
*/
.navbar-nav>li>.dropdown-menu{border-radius: 0px; margin-top: -2px;}
.navbar-nav>li>.dropdown-menu:before{content: ""; position: absolute; width: 10px; height: 10px; transform: rotate(45deg); top: -5px; right: 12px; background: #fff;}
.dropdown-menu>li>a{padding: 10px 20px;}

.introWarp{}
.introWarp .banner{height: 520px; position: relative;background:url(../images/bgFull.png) no-repeat #000; background-position: center -200px;}
.introWarp .introContent{min-height: 488px; width: 100%; background: #FFF;}
.introWarp .introTxt{text-align: left;}
.introWarp .introLogo{padding-top: 195px;}

.contactWarp{}
.contactWarp .banner{height: 520px; position: relative;background:url(../images/bannerBg.png) no-repeat #b7b7b7; background-position: left top;}
.iconbox {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 320px) {
    .iconbox {
        margin-bottom: calc(7.95455vw + 24.54545px);
    }
}

@media (min-width: 1200px) {
    .iconbox {
        margin-bottom: 120px;
    }
}

.iconbox__icon {
    font-size: 36px;
    color: #c2c2c2;
    margin-bottom: 15px;
    transition: all ease .3s;
}

.iconbox__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (min-width: 320px) {
    .iconbox__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .iconbox__title {
        font-size: 42px;
    }
}
.iconbox {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 320px) {
    .iconbox {
        margin-bottom: calc(7.95455vw + 24.54545px);
    }
}

@media (min-width: 1200px) {
    .iconbox {
        margin-bottom: 120px;
    }
}

.iconbox__icon {
    font-size: 36px;
    color: #c2c2c2;
    margin-bottom: 15px;
    transition: all ease .3s;
}

.iconbox__title {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (min-width: 320px) {
    .iconbox__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}

@media (min-width: 1200px) {
    .iconbox__title {
        font-size: 42px;
    }
}

.iconbox__description {
    content: "";
}

.iconbox__style-02 {
    margin-bottom: 30px;
}

.iconbox__style-02 .iconbox__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    color: #f39c12;
    font-size: 24px;
}

.iconbox__style-02 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-02 .iconbox__description {
    color: #c2c2c2;
}

.iconbox__style-03 .iconbox__icon {
    font-size: 30px;
}

@media (min-width: 320px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: calc(3.40909vw + 19.09091px);
    }
}

@media (min-width: 1200px) {
    .iconbox__style-03 .iconbox__icon {
        font-size: 60px;
    }
}

.iconbox__style-03 .iconbox__title {
    font-size: 20px;
}

.iconbox__style-03 .iconbox__description {
    color: #c2c2c2;
}

.iconbox__style-03:hover .iconbox__icon, .iconbox__style-03:focus .iconbox__icon {
    color: #f39c12;
}

.iconbox__style-04 .iconbox__icon {
    display: inline-block;
    font-size: 42px;
    color: #f39c12;
    text-align: center;
    position: relative;
    line-height: 80px;
    width: 80px; height: 80px; background: #ededed; border-radius: 40px;
}



.iconbox__style-04 .iconbox__title {
    font-size: 20px;
    font-weight: 700;
}


.post-03 {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

@media (min-width: 0) {
    .post-03 {
        margin-bottom: calc(10.08065vw + 50px);
    }
}

@media (min-width: 992px) {
    .post-03 {
        margin-bottom: 150px;
    }
}

@media (min-width: 992px) {
    .post-03__media {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 50%;
        padding-right: 70px;
    }
    .post-04__media{
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 40%;
        padding-right: 70px;
    }
}

.post-03__media img {
    width: 100%;
    height: 100%;
}
.post-04__media img {
    width: 100%;
    height: auto;
}
.post-03__body {
    padding: 0px 10% 30px 0;
}
.post-04__body {
    padding: 0px 10% 30px 0;
}
@media (min-width: 992px) {
    .post-03__body {
        float: right;
        width: 50%;
    }
    .post-04__body {
        float: right;
        width: 60%;
    }
}

.post-03__subTitle {
    font-size: 14px;
    font-weight: 700;
    color: #c2c2c2;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.post-03__title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}
.teamBox{min-height: 372px; margin-bottom: 75px;}
.teamBox .post-03__title{font-size: 20px;}
@media (min-width: 0) {
    .post-03__title {
        font-size: calc(1.5625vw + 30px);
    }
}

@media (min-width: 768px) {
    .post-03__title {
        font-size: 42px;
    }
}

.post-03__description {
    margin-bottom: 35px;
}

.post-03__link {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: 700;
}

.post-03__link > i {
    margin-left: 10px;
}
@media (min-width: 992px) {
    .post-03__reverse .post-03__media {
        right: 0;
        left: auto;
    }

    .post-03__reverse .post-03__body {
        float: left;
    }
}
.title-01 {
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .title-01 {
        margin-bottom: 100px;
    }
}
.title-01__subTitle {
    color: #c2c2c2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.title-01__title {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 30px;
}
@media (min-width: 320px) {
    .title-01__title {
        font-size: calc(1.36364vw + 25.63636px);
    }
}
@media (min-width: 1200px) {
    .title-01__title {
        font-size: 42px;
    }
}
.title-01__title > span, .title-01__title > a ,.introTxt>span {
    color: #f39c12;
}
.title-01__style-02 .title-01__title {
    font-size: 30px;
}
@media (min-width: 992px) {
    .title-01__style-03 {
        padding-right: 10%;
        margin-bottom: 70px;
    }
}
.title-01__style-03 .title-01__title {
    margin-bottom: 30px;
}
.title-01__style-04 .title-01__title {
    margin-bottom: 35px;
}
.title-01__style-05 .title-01__subTitle {
    font-size: 16px;
}
.title-01__style-05 .title-01__title {
    font-weight: 700;
}
.title-01__style-05 .title-01__title > span,
.title-01__style-05 .title-01__title > a {
    text-decoration: underline;
}

@media (min-width: 768px)
.infobox {
    margin-bottom: 40px;
}

.infobox {
    margin-bottom: 30px;
}
.infobox__title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.partnerBox{ padding:80px 30px 160px; box-shadow: 0 0 20px rgba(0,0,0,0.15); margin-top: -220px; background: #fff; position: relative;}


.page-title {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
    text-align: center;
}

@media (min-width: 0) {
    .page-title {
        padding-top: calc(8.68056pxvw + 50px);
        padding-bottom: calc(8.68056pxvw + 50px);
    }
}

@media (min-width: 576) {
    .page-title {
        padding-top: calc(8.01282vw + 53.84615px);
        padding-bottom: calc(8.01282vw + 53.84615px);
    }
}

@media (min-width: 1200px) {
    .page-title {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.page-title__title {
    font-size: 30px;
    font-weight: 400;
}

@media (min-width: 0) {
    .page-title__title {
        font-size: calc(3.16667vw + 30px);
    }
}

@media (min-width: 1200px) {
    .page-title__title {
        font-size: 68px;
    }
}


.swiperBox{height: 405px;}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {width: 500px;}
.swiper-slide p{margin-bottom: 0; color: #B7B7B7; font-size: 12px; padding-left: 0px;}
.swiper-pagination-bullet-active{background: #f39c12;}

.swiper-slide p.slideTitle{margin-top: 10px; font-size: 16px; color: #666;}
.swiperTitle{font-size: 42px;color: #f39c12; margin-bottom: 100px; margin-top: 100px; font-weight: normal; text-align: center;}

.projectWarp{}
.projectWarp .banner{height: 520px; position: relative;background:url(../images/bgFull.png) no-repeat #000; background-position: center -200px;}
.projectWarp .projectContent{min-height: 488px;width: 100%;background: #FFF; padding-top: 50px;}


.full-container{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.imgBg,.imgBg>img{width: 100%; height: 100%;}
.imgBg>img{filter: blur(15px);}

.projectDetWarp{position: relative;}
.projectDetWarp .banner{height: 740px; position: relative;background: transparent; background-position: left top; overflow: hidden;}
.bannerRJ{width: 578px; height: 385px; position: absolute; left: 0; top: 0; background: url(../images/bannerBg2.png) no-repeat; z-index: 1;}
.projectBg{position: absolute; height: 740px; width: 100%; z-index: 0; overflow: hidden;}
.projectBg>img{width: calc(100% + 30px); max-width: calc(100% + 30px); height: auto;filter: blur(15px); left: -15px; top: -15px; opacity: 0.7; position: absolute;}
.projectDetWarp .banner .container{ }
.detShowContainer{ padding-left: 0; padding-right: 0; margin-top: 200px; }
.detShowContainer .detLeft{ overflow: hidden; overflow-y: scroll;height: 440px;}
.detShowContainer .detLeft img{ margin-bottom: 17px; border-radius: 5px;}
.detShowContainer .detLeft img:last-child{ margin-bottom: 0;}
.detBox{ padding:80px 60px 160px; box-shadow: 0 0 20px rgba(0,0,0,0.15); margin-top: -220px; background: #fff; position: relative;}
.detTitle{font-weight: normal}

@media (min-width: 0px) {
	.detShowContainer{ margin-top: 10px;}
    .detShowContainer .detLeft{ height: 225px;}
    .detShowContainer .detLeft img:last-child{ margin-bottom: 17px;}
}

@media (min-width: 992px) {
	.detShowContainer{ margin-top: 200px;}
	.detShowContainer .detLeft{ height: 358px;}
}
@media (min-width: 1200px) {
	.detShowContainer{ margin-top: 200px;}
	.detShowContainer .detLeft{ height: 440px;}
}


.summitVisionWarp{position: relative;}
.summitVisionWarp .banner{height: 884px; position: relative;background:url(../images/summit-vision-banner.png) no-repeat #000; background-size: 1920px 884px; background-position: center top;}
.sv-car{width: 941px; height: 588px; background:url(../images/summit-vision-car.png) no-repeat; position: absolute; left: 50%; margin-left: 19px; bottom: 0;}
.tempBox{width: 686px; height: 140px; position: absolute; left: 50%; margin-left: -797px; top: 581px; display: flex;}
.tempBox>img{width: 208px; height: 139px;}
.tempBox>img + img{margin-left: 30px;}
.svBox{ padding:80px 30px 160px; box-shadow: 0 0 20px rgba(0,0,0,0.15); margin-top: -220px; margin-left: -15px; margin-right: -15px; background: #fff; position: relative;}
.svBox ul{list-style: none;}
.svBox .imgBox>img{ height: 225px; max-width: ;}
.sv-intro>ul>li{ font-size: 24px; position: relative; margin-top: 16px; margin-bottom: 28px; color: #3f5263;}
.sv-intro>ul>li.nr{margin-top: 0; margin-bottom: 0;}
.sv-intro>ul>li>span{font-size: 14px; position: absolute; top: -18px; left: 0; color: #8693a7; padding-left: 7px;}
.sv-intro>ul>li>span:before{width: 2px; height: 14px; content: ""; background: #8693a7;  position: absolute; left: 0; top: 6px;}
.sv-intro>img{width: 100%; margin-bottom: 15px; border-radius: 10px;}
.sv-intro>h4{font-weight: normal;}
.svBox>h3{font-weight: normal; text-align: center; margin-bottom: 70px; font-size: 40px; }
.svBox>h4{font-weight: normal; text-align: center; margin-bottom: 40px; margin-top: 70px; font-size: 32px; }

.sv-nr{border:1px solid #ededed; padding: 15px 20px; border-radius: 10px;}
.sv-nr h4{ font-weight: normal; font-size: 22px;}
.sv-nr img{width: 100%; height: 210px; object-fit: cover; border-radius: 10px; margin-bottom: 15px;}
.sv-nr p{line-height: 20px;}
.nr-row{ margin-bottom: 20px;}
.nr-container{ height: 250px;}
.nr-container .swiper-slide{width: auto; max-width: 400px; height: 210px;}
.nr-container .swiper-slide>img{width: 100%; height: 210px; object-fit: cover;}
