/* TABLE OF CONTENTS

	1. BASIC
	2. EFFECT
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SUB
	7. SECTION
	8. FOOTER

*/

/*==========================================================
     Basic Style
============================================================*/

body {
	overflow-x:hidden;
}

a {
	color:#000;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input, textarea {
	outline-width:0;
}

*:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*==========================================================
     Buttons Style
============================================================*/

.button:hover {
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.st .btn {
	padding:4px 27px;
	border:0px;
	border-radius:0;
	font-weight:300;
	letter-spacing:0.06em;
	color:#fff;
	background:#7d8b8c;
}

.st .btn:hover {
	background:#7d8b8c;
}



/*==========================================================
     Header Style
============================================================*/

#hd {
	background:#01233c;
}

.topbar {
	padding:6.5px 0;
	background:#01233c;

}

.topbar ul {
	text-align:right;
}

.topbar ul li {
	display:inline-block;
	margin-left:5px;
}

.topbar ul li a {
	color:#fff;
	font-size:12px;
	font-weight:200;
	letter-spacing:1px;
}

.topbar ul li:hover span {
	background:#fff;
}

.topbar ul li span {
	display:inline-block;
	margin:0 5px 2px 0;
	width:4px;
	height:4px;
	border-radius:2px;
	background:#9d9b66;
}

.logo {
	padding:15px 0;
	text-align:center;
}

/*==========================================================
     Sub
============================================================*/

#svis {
	background:url(../img/common/svis.jpg) center center;
	background-size:cover;
}

#svis .st_con h2 {
	padding:93px 0 94px;
	color:#ffc800;
	text-align:center;
	font-weight:600;
	font-size: 40px;
}

#bo_v_title {
	display:none;
}


/*==========================================================
     Section Style
============================================================*/

.st {
	padding:60px 0;
}



/*----- mvis -----*/
#mvis {background:#fff;}
.mtxt {margin-top:110px;text-align:center;}
.mtxt img {max-width:100%;}
.mtxt h2 {margin-bottom:27px;font-size:118px;font-weight:bold;color:#bebebe;letter-spacing:0.05em;}
.mtxt p {font-size:24px;font-weight:bold;color:#9e9e9e;letter-spacing:0.03em;}
.slider li {background-size:cover;background-position:center;height:690px;}
.bx-wrapper {margin-bottom:0;background:none;border:0;box-shadow:none;}
.bx-wrapper .bx-pager {bottom:12%;}
.bx-wrapper .bx-pager.bx-default-pager a {border:1px solid #fff;background:none;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {background:#fff;}


/*----- section01 -----*/

#st1 {
	margin-top:-60px;
	padding:15px 0;
}

#st1 .st_con {
	padding:25px 0;
	font-size:19px;
	color:#e8dfbe;
	background:#638da5;
	cursor:pointer;
}

#st1 .st_con:before, #st1 .st_con:after{
    position: absolute;
    content: "";
    top: 73px;
    bottom: 14px;
    left: 20%;
    width: 60%;
    right: 20%;
    height: 10px;
    z-index: -1;
    box-shadow:0 0 13px 8px rgb(132, 132, 132);
    border-radius: 50%;
}

#st1 .col-md-4 {
	z-index:999;
}

#st1 img {
	margin:0 25px;
}

#st1 .st_con p {
	display:inline-block;
	letter-spacing: 0.08em;
}

#st1 .st_con p span{
	font-size:13px;
	font-weight:500;
	color:#fff;
}

#st1 .con_center {
	background:#2d3e50;
}


/*----- section02 -----*/

#st2 {
	background:#fff;
}

#st2 .st_con {

}

#st2 .con_info {
	padding:15px 0;
	color:#353535;
}

#st2 p {
	font-size:20px;
}

#st2 img {
	width:100%;
}

#st2 h2 {
	margin:40px 0;
	color:#2d3e50;
	font-size:25px;
	font-weight:400;
    letter-spacing:-0.06em;
	line-height:1.5em;
}

#st2 h2 b {
	font-size:30px;
}

#st2 a {
	margin-top:35px;
}


/*----- section03 -----*/

#st3 {
	padding:0;
	background:#f6f6f6;
}

#st3 .container {
	
}

#st3 .st_con {
	height:450px;
	padding:0;
	color:#fff;
	cursor:pointer;
}

#st3 .con_info {
	position:absolute;
	width:100%;
	padding:70px 13px;
	height:238px;
	bottom:0;
}

#st3 .con_info a {
	display:none;
	float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-decoration: underline;
    letter-spacing: 0.05em;
}

#st3 h2 {
	font-size:26px;
	margin-bottom:10px;
	letter-spacing:0.05em;
}

#st3 p {
	font-size:14px;
	color:#fff;
}

#st3 a {
	
}

#st3 .overlay {
	display: block;
/*     background: rgba(100, 100, 100, 0.25); */
    width: 100%;
    height: 450px;
    position: absolute;
}

#st3 .st_con:hover {
    background-position: center -15em;
}

#st3 .st_con:hover p {
	color:#fff;
}


#st3 .st_con:hover .overlay {
	background:transparent;
}

#st3 .st_con:hover .con_info a {
	display:block;
	color:#fff;
}

#st3 .con1 {
	background:url(../img/main/st3/con1.jpg) center no-repeat;
	background-size:cover;
	background-color:#3a4b5c;
}


#st3 .con2 {
	background:url(../img/main/st3/con2.jpg) center no-repeat;
	background-size:cover;
	background-color:#3a4b5c;
}


#st3 .con3 {
	background:url(../img/main/st3/con3.jpg) center no-repeat;
	background-size:cover;
	background-color:#3a4b5c;
}

#st3 .con4 {
	background:url(../img/main/st3/con4.jpg) center no-repeat;
	background-size:cover;
	background-color:#3a4b5c;
}

#st3 .con5 {
	background:url(../img/main/st3/con5.jpg) center no-repeat;
	background-size:cover;
	background-color:#3a4b5c;
}


/*----- section04 -----*/

#st4 {
	padding:60px 0;
	background:#3a4b5c;
}

#st4 .st_tit {
	padding:70px 0 35px;
	color:#222;
	text-align:center;
	background:#fff;
}

#st4 .con_right {
	padding:0;
}

#st4 p {
	margin-top:20px;
	font-size:15px;
	color:#757575;
}

#st4 h2 {
	margin-top:60px;
	font-size:28px;
}




/*----- section05 -----*/
#st5 {
	padding:190px 0 130px;
	background:url(../img/main/st5/st5_bg.jpg) center center;
	background-attachment: fixed;
}

#st5 .con_info {
	color:#fff;
	text-align:center;
}

#st5 h2 {
	margin-bottom:27px;
	font-size:28px;
}

#st5 p {
	margin-bottom:25px;
	font-size:14px;
	color:#cdcdcd;
}


/*----- section06 -----*/
#st6 {

}

#st6 .con_img {
	height:360px;
	background:#628fa6;
}

#st6 .con_info {
	position:absolute;
	bottom:0;
	padding:30px;
	text-align:left;
}

#st6 .con_info h2 {
    margin-bottom: 10px;
	font-weight:normal;
	color:#fff;
}

#st6 .con_info p {
	padding:0;
	font-size:15px;
	color:#fff;
	line-height:25px;
}

#st6 .st_con {
	height:360px;
	padding:0;
	overflow:hidden;
}


/*==========================================================
     Footer Style
============================================================*/

#footer {
	background:#30383e;
}

#footer .con_info {
	padding:65px 15px;
	color:#fff;
	text-align:center;
}

#footer .con_info h4 {
	padding:0 0 30px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

#footer .con_info .cs p {
	color:#fff;
	font-size:25px;
	text-align:center;
}

#footer .con_info .cs p span {
	color:#b7b7b7;
	font-size:15px;
}


#footer .con_info ul li {
	display:inline-block;
	margin:0 15px;
}

#footer .con_info ul li:hover {
	opacity:0.8;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.foot_con {
	padding:0;
}

.foot_con:after {
	display:block;
	clear:both;
	content:"";
}

.addr p {
	padding:0;
	line-height:20px;
	font-size:11px;
	color:#fff;
	text-align:center;
}

.foot_copy {
	padding:37px 0;
	color:#ababab;
	text-align:center;
}

.foot_link {
	padding:6px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:center;
}

.foot_link ul {
	display:inline-block;
}

.foot_link ul li {
	display:inline-block;
	padding:0 33px;
}

.foot_link ul li a {
	color:#fff;
}

.foot_link ul li a:hover {
	color:#fff;
}

.foot_logo {
	margin-bottom:8px;
}


/*----- return to top button -----*/
#return-to-top {
	position:fixed;
	bottom:3em;
	right:3em;
	background:#fff;
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:60px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 1px solid #ececec;
	border-radius: 50%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
	display:none;
	transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	z-index:999999;
}

#return-to-top i {
	color:#777;
	margin:0;
	position:relative;
	font-size:22px;
}

#return-to-top:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transition: translate3d(0, -5px, 0);
	-ms-transition: translate3d(0, -5px, 0);
	-o-transition: translate3d(0, -5px, 0);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#return-to-top:hover i {
	color: #777;
}