/* TABLE OF CONTENTS

	1. BASIC
	2. EFFECT
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SUB
	7. SECTION
	8. FOOTER

*/

/*==========================================================
     Basic Style
============================================================*/

::selection {
	color:#fff;
	background:#ffcc00;
}

::-moz-selection {
	color:#fff;
	background:#ffcc00;
}

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;
}

a:focus, a:hover {
	color:none;
}

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;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/Preloader_1.gif) center no-repeat #fff;
}

/*==========================================================
     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;
}



/*==========================================================
     Header Style
============================================================*/


#hd {
	padding:;
}

.topbar {
	padding:6.5px 0;
	background:#13739b;

}

.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:#fff;
}

.logo {
	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:#fff;
	text-align:center;
	font-weight:300;
}

#bo_v_title {
	display:none;
}



/*==========================================================
     Section Style
============================================================*/

/*----- mvis -----*/
#mvis {color:#fff;background:#333;}
.mtxt {display:table;height:510px;text-align:left;}
.mtxt h2 {font-size:50px;font-weight:600;margin-bottom:20px;}
.mtxt p {color:#fff;font-size:17px;font-weight:normal;margin-bottom:10px;}
.mtxt button {margin-top:60px;border:1px solid #cecece;border-radius:0;background:none;}
.mtxt button:hover, .mtxt button:active, .mtxt button:focus {border:1px solid #fff;color:#333;background:#fff;outline:none;}
.mtxt_inner {display:table-cell;vertical-align:middle;}
.slick-list {background-size:cover;background-position:center;height:510px;}
.bx-wrapper {margin-bottom:0;background:none;border:0;box-shadow:none;}
.bx-wrapper .bx-pager {bottom:5%;}
.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 -----*/

.st {
	margin:48px 0;
}

#st1 {
	background:#fff;
}


#st1 .col-md-4 {
	padding:0;
}


.st_tit {
	padding:0 0 45px;
}

.st_tit h1 {
	color:#222;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

#st1 .st_con1_1, #st1 .st_con1_2  {
	border:1px solid #e7e7e7;
}

#st1 .st_con1_1:hover, #st1 .st_con1_2:hover {
	background-color:#fff;
	color:#929292;
	cursor:pointer;
}

#st1 .st_con1_1:hover h4, #st1 .st_con1_2:hover h4 {
	color:#222;
}

#st1 .st_con1_1:hover .btn-sm, #st1 .st_con1_2:hover .btn-sm {
	background:#0daeb4;
}

#st1 .st_con1_1:hover .con_img, #st1 .st_con1_2:hover .con_img {
	opacity:0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}



#st1 .con_img {
	overflow:hidden;
	height:240px;
}

#st1 .st_con1_1 .con_img {
	background:url(../img/main/st1/st_con1_1.jpg);
	background-color:#111;
	background-size:cover;
}

#st1 .st_con1_2 .con_img {
	background:url(../img/main/st1/st_con1_2.jpg);
	background-color:#111;
	background-size:cover;
}

#st1 .con_info {
	padding:27px 15px 28px;
	text-align:center;
}

#st1 .con_info p {
	padding:8px 0 0;
	font-weight:300;
}

.con_info {
	padding:30px 15px;
}

.con_info h4 {
	color:#041733;
	font-weight:bold;
	text-align:left;
}

.con_info p {
	padding:8px 0;
	color:#929292;
	font-size:14px;
	line-height:18px;
	text-align:left;
}


#st1 .st_con2 {
	padding:15px 0;
}

#st1 .st_con2 .row {
	margin:0;
}

.st_con2_bn {
	margin:15px 0;
	padding:36px 0 0;
	border:5px solid #f0f0f0;
	text-align:center;
	cursor:pointer;
}

#st1 .st_con2_bn:hover p{
	color:#13739b;
	-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;
}

#st1 .st_con2 p {
	padding:30px 15px;
	color:#041733;
	font-weight:bold;
}

#st1 .btn-sm {
	margin-top:10px;
	padding: 5px 18px;
	border:0;
	border-radius:0;
	font-size:11px;
	font-weight:300;
	background:#13739b;
}

#st1 .btn-sm:hover {
	background:#13739b;
}




/*----- section02 -----*/
#st2 {
	background:url(../img/main/st2/st2.jpg) center center;
	background-size:cover;
}

#st2 h1 {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
}

#st2 .con_info {
	margin:21px 0;
	padding:96px 0;
	border:1px solid #fff;
	cursor:pointer;
}

#st2 .con_info:hover {
	background:rgba(0, 0, 0, 0.34);
	-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;
}

#st2 .con_info p {
	color:#c9c9c9;
	font-size:15px;
	text-align:center;
}


/*----- section03 -----*/

#st3 {
	margin-bottom:60px;
	padding-bottom:60px;
}

#st3 .st_con {
	background:#fff;
}

/*----- section04 -----*/

#st4 .con_img {
	height:360px;
	background:url(../img/main/st4/st4_img.jpg) center center;
}

#st4 .con_info {
	position:absolute;
	bottom:0;
	padding:30px;
	text-align:left;
}

#st4 .con_info h2 {
    margin-bottom: 10px;
	font-weight:normal;
	color:#fff;
}

#st4 .con_info p {
	padding:0;
	font-size:15px;
	color:#fff;
	line-height:25px;
}

#st4 .st_con {
	padding:0;
	overflow:hidden;
}


/*==========================================================
     Footer Style
============================================================*/

#footer {
	background:#333333;
}

#footer .con_info {
	color:#fff;
	padding:72px 15px;
	vertical-align:middle;
	text-align:center;
}

#footer .con_info h4 {
	padding:0 0 30px;
	color:#09cbd2;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

#footer .con_info .cs p {
	color:#fff;
	font-size:30px;
	font-weight:500;
	text-align:center;
}

#footer .con_info .cs p b {
	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;
}

.addr p {
	padding:0;
	line-height:20px;
	font-size:12px;
	color:#fff;
	text-align:center;
}

.foot_copy {
	padding:37px 0;
	color:#ababab;
	text-align:center;
}

.foot_link {
	padding:6px 0;
	border-top:1px solid #575757;
	border-bottom:1px solid #575757;
	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:#09cbd2;
}

.foot_logo {
	margin-bottom:20px;
}


/*----- 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;
}