@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Franklin Gothic Medium Cond';
	src: url('fonts/14362.eot');
	src: local('☺'), url('fonts/14362.woff') format('woff'), url('fonts/14362.ttf') format('truetype'), url('fonts/14362.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1200px;
	background:#e5e5e5;
}
.page_container {
	width:1200px;
	margin:0 auto;
}
    a {
  text-decoration: none;
}

.popup-inner p a {
  text-decoration: none;
  color: #f8f341;
  font-family: 'Yeon Sung', cursive;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
 background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
  font-family: 'Raleway', sans-serif;
    z-index: 100;
}


/* Inner */

.popup-inner {
  line-height: initial;
  max-width: 300px;
  width: 90%;
  padding: 0px;
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: left;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #FFF;
  background-size: cover;
  color: #000;
}


/* Close Button */

.popup-close {
  width: 30px;
  height: 30px;
  padding: 4px 2px 0px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #FFF;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #000 !important;
}

.mybtn {
  width: calc(50% - 60px);
  float: left;
  display: inline-block;
  background: #FFF;
  color: #000;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin: 10px 30px;
  font-weight: bold;
}

.mybtn:hover {
  opacity: 0.9;
}

.join {
  background: #1b1464;
  color: #FFF;
}
    
.join:hover {
  background: #FFC807;
  color: #000;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: red;
  text-decoration: none;
}

.message-area ul {
  padding: 0px;
  margin: 0px;
}


.code {
  color: #23B14D;
  font-weight: 700;
}


.message-area {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  height: 150px;
  float: left;
  font-size: 17px;
}


.message-area p {
  margin: 0;
}

.popup-inner {
  display: flex;
  /*background: rgba(228,32,34,0.7); */
  background: #FFF;
    color:#000;
  border: 5px solid #FFF;
}

.preventclose {
  position: fixed;
  top: 0;
  width: 100%;
  height: 5px;
}


.bbtitle {
  font-family: 'Poppins', sans-serif;
  color: #000;
  display: block;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 26px;
  padding: 15px 15px 15px 30px;
}


.firstlink {
  display: block;
  padding: 13px 10px 10px;
  background: none;
}

.endtext {
  padding: 10px;
  font-size: 13px;
  color: #999;
  font-weight: bold;
  margin-top: 21px !important;
  display: block;
  float: left;
}

.message-area p {
  padding: 5px;
  margin-top: 18px;
  font-size: 14px;
  text-align: justify;
}

.ifl-image {
  width: 80px !important;
}

@media(max-width:767px) {

  .popup-inner {
    max-width: 600px;
  }
}

@media(max-width:550px) {
  .popup-inner {
    display: block;
  }
  .bbtitle {
    text-align: center;
    font-size: 22px;
  }
  .popup-inner {
    max-width: 400px;
  }
  .off {
    font-size: 60px;
  }
}
      

.header {
	height:190px;
	background:url(../img/header_bg.jpg) 50% 0 no-repeat;
}
.logo {
	float:left;
	margin:45px 0 0 30px;
}
.phone {
	float:left;
	margin:80px 0 0 25px;
	text-align:right;
}
.phone div {
	font-size:32px;
	line-height:32px;
	color:#322482;
	text-shadow:0 2px 1px #fff;
}
.phone sup {
	font-size:17px;
}
.phone span {
	font-size:15px;
	color:#666666;
}
.email {
	float:right;
	margin:80px 130px 0 0;
	font-size:18px;
	text-shadow:0 1px 1px #fff;
	font-weight:bold;
}
.email a {
	color:#322482;
}
.header_nav {
	margin:0;
	list-style:none;
	text-align:center;
	height:45px;
	background: #363b7a;
	background: -moz-linear-gradient(top,  #363b7a 0%, #422d69 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363b7a), color-stop(100%,#422d69));
	background: -webkit-linear-gradient(top,  #363b7a 0%,#422d69 100%);
	background: -o-linear-gradient(top,  #363b7a 0%,#422d69 100%);
	background: -ms-linear-gradient(top,  #363b7a 0%,#422d69 100%);
	background: linear-gradient(to bottom,  #363b7a 0%,#422d69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363b7a', endColorstr='#422d69',GradientType=0 );
}
.header_nav li {
	display:inline-block;
	line-height:45px;
	font-size:18px;
	margin:0 10px;
	font-family: 'Franklin Gothic Medium Cond';
}
.header_nav li a {
	color:#fff;
}
.slider_text {
	float:left;
	width:415px;
	height:200px;
	padding:45px;
	background:url(../img/slider_text_bg.jpg);
	color:#e5e5e5;
	font-size:12px;
	text-align:justify;
	position:relative;
}
.slider_full_text{
    overflow: hidden;
    height: 120px;
}
.slider_text_head {
	font-family: 'Franklin Gothic Medium Cond';
	font-size:40px;
	line-height:45px;
	color:#fff;
	margin-bottom:25px;
}
.slider_text .btn {
	position:absolute;
	right:45px;
	bottom:20px;
}
.slider {
	float:right;
	width:695px;
	height:290px;
	position:relative;
}
.slide {
	float:left;
	width:695px;
	height:290px;
}
.slider_nav {
	position:absolute;
    width: 655px;
	bottom:0;
	right:0;
	height:70px;
	padding:0 20px;
	background:url(../img/slider_nav.png) 0 100% repeat-x;
}
.slider_nav a {
	padding:0;
	display:inline-block;
    margin: 30px 2px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#e5e5e5;
    line-height: 70px;
}
.slider_nav a span {
	display:none;
}
.slider_nav a.selected {
	background:#fffc00;
}
.slider_l {
	position:absolute;
    right: 610px;
	top:100px;
    z-index: 10;
}
.slider_r {
	position:absolute;
	top:100px;
	right:20px;
    z-index: 10;
}
.slider_left {
	position:absolute;
    left: 20px;
	top:240px;
    z-index: 10;
}
.slider_right {
	position:absolute;
	top:240px;
	right:20px;
    z-index: 10;
}
.thumb_left {
    text-align: center;
    width: 15px;
	position:absolute;
    left: 0px;
    z-index: 10;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #333;
    height: 125px;
    line-height: 135px;
}
.thumb_right {
    text-align: center;
    width: 15px;
	position:absolute;
	right:0px;
    z-index: 10;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #333;
    height: 125px;
    line-height: 135px;
}
.thumb_right:hover, .thumb_left:hover{
    text-decoration: none;
    color: #ccc;
}
.promos {
	background:url(../img/promos.jpg);
	height:150px;
}
.promo {
	position:relative;
	float:left;
	width:240px;
	height:120px;
	padding:30px 60px 0 100px;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.promo img {
	position:absolute;
	top:30px;
	left:30px;
}
.promo div:first-child {
	font-size:21px;
	font-weight:bold;
	margin-bottom:15px;
}
.project {
	float:left;
	margin:30px 15px 0;
	width:330px;
	height:135px;
	padding:20px;
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #d2d2d2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#d2d2d2));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#d2d2d2 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#d2d2d2 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#d2d2d2 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#d2d2d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#d2d2d2',GradientType=0 );
}
.project_pic {
	float:left;
	width:140px;
	height:135px;
}
.project_text {
	padding-left:155px;
	font-size:12px;
	color:#4d4d4d;
}
.project_text_head {
	font-size:18px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	color:#000;
	margin-bottom:10px;
	height:40px;
	overflow:hidden;
}
.footer {
	background:#808080;
	color:#fff;
	padding-bottom:30px;
	margin-top:30px;
}
.footer a {
	color:#fff;
}
.footer_nav {
	margin:0;
	list-style:none;
	text-align:center;
}
.footer_nav li {
	display:inline-block;
	line-height:55px;
	font-size:18px;
	margin:0 26px;
	font-family: 'Franklin Gothic Medium Cond';
}
.socials {
	float:right;
	margin:25px 15px 0 0;
}
.socials a {
	margin-left:5px;
}
address {
	margin:25px 0 0 15px;
	font-size:11px;
	color:#e5e5e5;
	line-height:16px;
	padding-left:35px;
	background:url(../img/copyright.png) no-repeat;
}
.content_head {
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 15px 0;
}
.license {
	float:left;
	width:200px;
	margin:30px 15px 0;
	height:290px;
	text-align:center;
	font-size:0;
	line-height:290px;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.license:hover {
	border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.content {
	margin:30px 15px 0;
}
.contacts_map {
	float:right;
}
.contacts_text {
	font-size:16px;
	line-height:22px;
	color:#000;
}
.contacts_text a {
	color:#322482;
}
.gallery_container {
	width:920px;
	margin:30px auto 0;
}
.gallery {
	background:#333;
	position:relative;
}
.gallery .slider_l, .gallery .slider_r {
	top:232px;
}
.gallery_pic {
	float:left;
	width:920px;
	height:530px;
}
.gallery_pics {
	padding-bottom:15px;
}
.gallery_pics div {
	margin:15px 0px 0 15px !important;
	float:left;
	width:166px !important;
	height:96px;
    padding: 0;
}
.about_pic {
	background:url(../pic/about.png) 50% 0 no-repeat;
	padding-top:150px;
}
.about_head {
	line-height:60px;
	background:url(../img/about_head.png);
	width:580px;
	padding:0 0 0 120px;
	font-family: 'Franklin Gothic Medium Cond';
	font-size:36px;
	color:#fff;
	margin-bottom:60px;
}
.about_text {
	color:#666666;
}
.about_text p {
	margin:20px 0;
	text-indent:15px;
}
.breadcrumb {
	background:none;
	margin:0;
	padding:15px;
}
.project_head {
	font-size:28px;
	line-height:30px;
	color: #000;
	margin: 0 15px 20px;
}
.more_l {
	float:left;
	margin:0 30px 25px 15px;
	width:500px;
	background:#333;
}
.more_l_project {
    float:left;
    margin:0 30px 25px 15px;
}
.more_pic {
	float:left;
	width:500px;
	height:370px;
    text-align: center;
    line-height: 367px;
}
.more_pics div {
    line-height: 65px;
    width: 75px;
    float: left;
    padding: 0;
    margin:4px;
}
.more_pics div img {
    width: 88px;
    height: 65px;
}
.more_l_bottom {
	padding:10px;
	color:#fff;
}
.more_l_bottom .pic {
	margin:0 0 0 10px;
	float:left;
	width:88px;
	height:65px;
}
.more_l_bottom .pic:first-child {
	margin-left:0;
}
.more_text {
	margin-right:15px;
	color:#000;
    text-indent: 10px;
}
.phonesub{
	float:left;
	margin:0 0px 10px 40px;}
.phonesub sup{
	width:40px;
	float:left;
	margin:20px 10px 0 0;}