﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600&display=swap');

body{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	color: #000;
}
.preload{
	position: fixed;
	background: #FFF center center no-repeat;
	background-image: url(../images/loading.svg);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

a{
	text-decoration: none !important;
	outline: none !important;
	color: #333;
}
a:hover{ color: #c6365a; }

img{max-width: 100%;}
input, select, textarea{outline: none;}

/*=[hover effect]==============================*/
/*
*:hover, *:focus , * {
	transition: all .20s linear
}
*/
#pageWrapper{
	position:relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.wrapper{
	position: relative;
	max-width: 1400px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

/*=[header]=========*/
header{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.9);
}
header .wrapper{
	overflow: visible;
}
header .logo{
	width: 220px;
}
header .mainnav{
	display: block;
	margin: 10px 0 0;
}
header .mainnav ul{
	margin: 0;
	padding: 0;
}
header .mainnav ul li{
	position: relative;
	display: inline-block;
	padding: 10px 10px;
}
header .mainnav ul li a{
	font-size: 1.2em;
	color: #FFF;
}
header .mainnav ul li a:hover{
	color: #c6365a;
}
header .mainnav ul li a.active{
	color: #c6365a;
	border-bottom: 1px #c6365a solid;
}
header .mainnav ul li:hover > ul{display: block;}
header .mainnav ul ul{
	position: absolute;
	top: 45px;
	left: 0;
	width: 140px;
	padding: 0 10px;
	margin: auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	border: 1px #DDD solid;
	display: none;
	z-index: 10;
}
header .mainnav ul ul li{
	display: block;
	border: none;
	padding: 10px;
	text-align: left;

}
header .mainnav ul ul li:last-child{border: none;}
header .mainnav ul ul li a{
	color: #707070;
	padding: 0;
	border: none;
	font-size: 1em;
	vertical-align: middle;
}
header .mainnav ul ul li a:hover{

}
header .nav_icon{
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 10;
	color: #FFF;
	display: none;
}
header .nav_close{
	display: none;
}


/*=[section]=========*/
.page-title{
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 1;
	font-size: 2em;
	font-weight: 500;
	line-height: 1;
}
.section-title{
	position: relative;
	font-size: 2em;
	font-weight: 500;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 80px;
}
.section-title:before{
	content: "";
	position: absolute;
	width: 40px;
	border-top: 1px #c6365a solid;
	left: 0;
	right: 0;
	top: -10px;
	margin: 0 auto;
	z-index: 1;
}
.section-title:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	border-right: 1px #c6365a solid;
	left: 0;
	right: 0;
	top: 50px;
	margin: 0 auto;
	z-index: 1;
}
.section-title span{
	position: absolute;
	display: block;
	top: 100px;
	left: 0;
	right: 0;
	width: 7px;
	height: 7px;
	background: #c6365a;
	z-index: 2;
	margin: 0 auto;
}
.section-title2{
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1;
	color: #c6365a;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #c6365a solid;
}

.sub-nav{
	list-style: none;
	margin: 0;
	padding: 0 0 40px;
	text-align: center;
}
.sub-nav li{
	display: inline-block;
	width: 15%;
}
.sub-nav a{
	display: inline-block;
	padding: 15px 20px;
	border: 1px #CCC solid;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.2em;
	text-align: center;
	background: #FFF;
	width: 100%;
}
.sub-nav a.active{
	color: #FFF;
	background: #c6365a;
}

.breadcrumb{
	margin-bottom: 20px;
}

/*=[index]=========*/
#index .section1 .wrapper{
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
#index .section1 .banner .item{
	position: relative;
}
#index .section1 .banner img{
	width: 100%;
	max-width: 100%;
}
#index .section1 .banner-caption{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
  color: white;
  background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
#index .section1 .banner-caption h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1;
}
#index .section1 .banner-caption p {
  font-size: 20px;
  font-family: 'Droid Serif', 'Noto Sans TC', serif;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 20px;
}

#index .section2{
	background: #0c1844;
}
#index .section2 .wrapper{
	padding: 20px 0;
	text-align: center;
}
#index .section2 .nav2{
	display: inline-block;
	width: 14%;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	box-sizing: border-box;
	border-right: 1px #FFF solid;
}
#index .section2 .nav2:last-child{border: none;}
#index .section2 .nav2:hover{color: #c6365a;}

#index .section3{

}
#index .section3 .wrapper{
	padding: 60px 0;
}
#index .section3 .item-wrap{
	margin: 20px auto;
}
#index .section3 .item{
	padding: 25px;
	background: ;
}
#index .section3 .item .inner{
	border: 1px #ccc solid;
	border-bottom-left-radius: 40px;
}
#index .section3 .item-img{
	width: 100%;
}
#index .section3 .item-info{
	position: relative;
	padding: 20px 20px 40px;
}
#index .section3 .item-date{
	font-size: 1.2em;
	font-weight: 500;
	color: #c6365a;
}
#index .section3 .item-summary{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}
#index .section3 .item-tag{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	color: #FFF;
	background: #c6365a;
	width: 60px;
	height: 60px;
	border-top-left-radius: 60px;
	box-sizing: border-box;
	padding: 30px 0 0 20px;
}

#index .section4{

}
#index .section4 .wrapper{
	padding: 60px 0;
}

#index .section4 .item-wrap{
	margin: 20px auto;
}
#index .section4 .item{

}
#index .section4 .item .inner{
	padding: 20px;
}
#index .section4 .item-date{
	float: left;
	width: 100px;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
	background: #c7c8cc;
	border-top-left-radius: 20px;
}
#index .section4 .item-date b{
	display: block;
	font-size: 1.6em;
}
#index .section4 .item-summary{
	margin-left: 100px;
	padding: 20px;
	background: #f8f8f8;
	font-size: 1.2em;
	line-height: 1.5;
}

/*=[about]=========*/
#about .section1{
	
}
#about .section1 .wrapper{
	padding-top: 180px;
}

#about .section2{
	background: #f8f8f8;
}
#about .section2 .wrapper{
	padding: 20px 0 80px;
}
#about .section2 .main-content .inner{
	line-height: 2
}
#about .img-1{border-left: 40px #c6365a solid; box-sizing: border-box;}
#about .img-2{width: 90%; border: 1px #ccc solid;}

#about .section2 .dept-title{
	border-left: 20px #0c1844 solid;
	padding-left: 10px;
	line-height: 1;
	color: #0c1844;
}
#about .section2 .team{
	margin-bottom: 40px;
}
#about .section2 .team .item{
	padding: 20px;
}
#about .section2 .team .item .inner{
	border: 1px #CCC solid;
	border-top: 15px #707070 solid;
	padding: 40px;
	border-bottom-right-radius: 40px;
}
#about .section2 .team .item .inner.main{
	border-top: 15px #c6365a solid;
}
#about .section2 .team .item-title{
	color: #3a3a3a;
	margin: 0 0 10px;
}
#about .section2 .team .item-title span{
	display: inline-block;
	font-size: .6em;
	font-weight: 400;
	color: #bbb;
	margin-left: 20px;
}
#about .section2 .team .item-info{

}
#about .section2 .team .item-info .txt{
	font-size: 1.2em;
}


/*=[news]=========*/
#news .section1{
	
}
#news .section1 .wrapper{
	padding-top: 180px;
}

#news .section2{
	background: #f8f8f8;
}
#news .section2 .wrapper{
	padding: 20px 0 80px;
}
#news .section2 .main-content .inner{
	line-height: 2
}
#news .section2 .item-wrap{
	margin: 20px auto;
}
#news .section2 .item{

}
#news .section2 .item .inner{
	padding: 20px;
}
#news .section2 .item-date{
	float: left;
	width: 100px;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	color: #FFF;
	background: #c7c8cc;
	border-top-left-radius: 20px;
}
#news .section2 .item-date b{
	display: block;
	font-size: 1.6em;
}
#news .section2 .cat-title{
	display: inline-block;
	line-height: 1;
	color: #FFF;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: .9em;
	margin-bottom: 6px;
}
#news .section2 .cat-title.bg1{background: #9f12db;}
#news .section2 .cat-title.bg2{background: #137cc2;}
#news .section2 .cat-title.bg3{background: #e85613;}
#news .section2 .cat-title.bg4{background: #4ab80f;}
#news .section2 .item-summary{
	margin-left: 100px;
	padding: 10px 20px;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.5;
	box-shadow: 2px 2px 8px #DDD;
}
#news .section2 .main-content{
	max-width: 1000px;
	margin: 0 auto;
}

/*=[events]=========*/
#events .section1{
	
}
#events .section1 .wrapper{
	padding-top: 180px;
}

#events .section2{
	background: #f8f8f8;
}
#events .section2 .wrapper{
	padding: 20px 0 80px;
}
#events .section2 .item-wrap{
	margin: 20px auto;
}
#events .section2 .item{
	padding: 25px;
	background: ;
}
#events .section2 .item .inner{
	border: 1px #ccc solid;
	border-bottom-left-radius: 40px;
}
#events .section2 .item-img{
	width: 100%;
}
#events .section2 .item-info{
	position: relative;
	padding: 20px 20px 40px;
}
#events .section2 .item-date{
	font-size: 1.2em;
	font-weight: 500;
	color: #c6365a;
}
#events .section2 .item-summary{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}
#events .section2 .item-tag{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	color: #FFF;
	background: #c6365a;
	width: 60px;
	height: 60px;
	border-top-left-radius: 60px;
	box-sizing: border-box;
	padding: 30px 0 0 20px;
}
#events .section2 .main-content{
	max-width: 1000px;
	margin: 0 auto;
}

/*=[link]=========*/
#link .section1{
	
}
#link .section1 .wrapper{
	padding-top: 180px;
}

#link .section2{
	background: #f8f8f8;
}
#link .section2 .wrapper{
	padding: 20px 0 80px;
}
#link .section2 .main-content .inner{
	line-height: 2
}
#link .section2 .item-wrap{
	margin: 20px auto;
}
#link .section2 .item{
	padding: 20px;
}
#link .section2 .item .inner{
	position: relative;
	padding: 20px;
	border: 1px #ccc solid;
	border-bottom-left-radius: 40px;
}
#link .section2 .item-category{
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 1;
	color: #FFF;
	background: #2b2d87;
	width: 200px;
	line-height: 1;
	padding: 10px;
}
#link .section2 .item-summary{
	position: relative;
	padding: 20px;
	background: #fff;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.5;
}

/*=[regulations]=========*/
#regulations .section1{
	
}
#regulations .section1 .wrapper{
	padding-top: 180px;
}

#regulations .section2{
	background: #f8f8f8;
}
#regulations .section2 .wrapper{
	padding: 20px 0 80px;
}
#regulations .section2 .main-content .inner{
	line-height: 2
}
#regulations .section2 .item-wrap{
	margin: 20px auto;
}
#regulations .section2 .item{
	margin-bottom: 20px;
}
#regulations .section2 .item .inner{
	position: relative;
	padding: 20px;
	border-bottom: 1px #ccc solid;
}
#regulations .section2 .item-title{
	display: inline-block;
	width: calc(100% - 105px);
	font-size: 1.2em;
	line-height: 1;
}
#regulations .section2 .btn-download{
	display: inline-block;
	width: 100px;
	padding: 15px;
	border-radius: 30px;
	color: #FFF;
	background: #9d232f;
	border: none;
}

/*=[albums]=========*/
#albums .section1{
	
}
#albums .section1 .wrapper{
	padding-top: 180px;
}

#albums .section2{
	background: #f8f8f8;
}
#albums .section2 .wrapper{
	padding: 20px 0 80px;
}
#albums .section2 .item-wrap{
	margin: 20px auto;
}
#albums .section2 .item{
	padding: 25px;
	background: ;
}
#albums .section2 .item .inner{
	border: 1px #ccc solid;
	border-bottom-left-radius: 40px;
}
#albums .section2 .item-img{
	width: 100%;
}
#albums .section2 .item-info{
	position: relative;
	padding: 20px 20px 40px;
}
#albums .section2 .item-summary{
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}

/*=[media]=========*/
#media .section1{
	
}
#media .section1 .wrapper{
	padding-top: 180px;
}

#media .section2{
	background: #f8f8f8;
}
#media .section2 .wrapper{
	padding: 20px 0 80px;
}
#media .section2 .item-wrap{
	margin: 20px auto;
}
#media .section2 .item{
	padding: 25px;
	background: ;
}
#media .section2 .item-img{
	width: 100%;
}
#media .section2 .item-info{
	position: relative;
}
#media .section2 .item-summary{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 10px 0;
}

/*=[depts]=========*/
#depts .section1{
	
}
#depts .section1 .wrapper{
	padding-top: 180px;
}

#depts .section2{
	background: #f8f8f8;
}
#depts .section2 .wrapper{
	padding: 20px 0 80px;
}
#depts .section2 .main-content .inner{
	line-height: 2
}
#depts .section2 .item-wrap{
	margin: 20px auto;
}
#depts .section2 .item{
	padding: 20px;
}
#depts .section2 .item .inner{
	box-shadow: 2px 2px 10px #CCC;
}
#depts .section2 .item-info{
	padding: 20px;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.5;
}

/*=[progress]=========*/
#progress .section1{
	background: url(../images/banner-progress.png) center center no-repeat;
	background-size: cover;
}
#progress .section1 .wrapper{
	position: relative;
	height: 360px;
}
#progress .section2{

}
#progress .section2 .wrapper{
	padding: 40px 0;
}
#progress .section2 .section-title{

}
#progress .section2 .item-wrap{
	margin: 40px auto;
	text-align: center;
}
#progress .section2 .item{
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	border: 1px #EEE solid;
	border-radius: 20px;
	box-shadow: 3px 3px 10px #CCC;
	padding: 30px;
}
#progress .section2 .item-info{
	line-height: 2;
	font-size: 1.4em;
	text-align: left;
}

/*=[contact]=========*/
#contact .section1{
	background: url(../images/banner-contact.png) center center no-repeat;
	background-size: cover;
}
#contact .section1 .wrapper{
	position: relative;
	height: 360px;
}
#contact .section2{
	background: #DDD;
}
#contact .section2 .wrapper{
	padding: 40px 0;
}
#contact .section2 .section-title{
	text-align: left;
	margin-bottom: 40px;
}
#contact .section2 .main-content{
	max-width: 1200px;
	margin: 0 auto;
	background: #FFF;
	padding: 40px;
}
#contact .section2 .form-wrap{
	padding-right: 40px;
}



/*=[footer]=========*/
footer{
	color: #FFF;
	background: #0c1844;
}
footer .wrapper{
	position: relative;
	overflow: visible;
	padding: 60px 0;
}
footer .item{
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 2;
}
footer .item1{
	background: url(../images/footer-icon-1.png) left center no-repeat;
	background-size: 16px auto;
}
footer .item2{
	background: url(../images/footer-icon-2.png) left center no-repeat;
	background-size: 16px auto;
}
footer .item3{
	background: url(../images/footer-icon-3.png) left center no-repeat;
	background-size: 16px auto;
}
footer .item4{
	background: url(../images/footer-icon-4.png) left center no-repeat;
	background-size: 16px auto;
}
footer .social-icons{
	text-align: right;
	margin-top: 60px;
}
footer .social-icons img{width: 40px; margin: 0 5px;}
footer .copyright{
	padding: 40px 0 0;
	text-align: center;
}

#scrollup{
	position: fixed;
	right: 20px;
  bottom: 20px;
	z-index:20;
	display: none;
	width: 38px;
	height: 38px;
	background: url(../images/totop.jpg) center center no-repeat;
	background-size: 100% auto;
	cursor:pointer;
}

/*=[common]=========*/
.form-control{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px #dbdbdb solid;
	background: #f7f7f7;
	resize: none;
}
input[type=radio],input[type=checkbox]{
	width: initial;
}
input.w200{
	width: 200px;
}
label{

}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.btn{
	display: inline-block;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	padding: 20px;
	color: #FFF;
	background: #c6365a;
	border-radius: 30px;
	border: 1px #c6365a solid;
	text-align: center;
}
.btn:hover{
	color: #c6365a;
	background: transparent;
}
.btn.current{
	color: #c6365a;
	background: transparent;
}
.btn-more{
	width: 200px;
	margin-top: 40px;
}
.btn-link{
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 1;
	font-size: 32px;
	color: #999;
}

.btn-submit{
	cursor: pointer;
}
.tag{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.4em;
	line-height: 1;
	color: #FFF;
	background: #966443;
	padding: 7px;
	border-radius: 5px;
}

.pages{margin: 80px 0; text-align: center;}
.pages a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	margin: 0 5px;
	color: #000;
}
.pages a.active{color: #c00;}

.thumbnail{
	margin: 20px 0;
}
.thumbnail-item{
	width: 100px;
	margin-right: 10px;
}

.img-border{
	outline: 1px solid #333;
  outline-offset: -5px;
}

.mobile{display: none !important;}

.rwd-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	line-height: 26px;
}
.rwd-table th{
	color: #67542c;
	border-bottom: 2px #67542c solid;
	padding: 10px;
	font-weight: bold;
}
.rwd-table td{
	border-bottom: 1px #999 solid;
	text-align: center;
	padding: 20px 0;
	vertical-align: top;
}
/*.rwd-table td:first-child{text-align: left;}*/
.rwd-table td:before {display: none;}

.rwd-table a:hover{
	color: #0d30a6;
}

/*=[.owl-carousel]=========*/
.owl-carousel .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 20;
  text-align: center;
  box-sizing: border-box;
}
.owl-carousel.no-dots .owl-dots{
	display: none;
}
.owl-carousel .owl-dot{
  display: inline-block;
}
.owl-carousel .owl-dot{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-radius: 50%;
  background: #555;
  border: none;
}
.owl-carousel .owl-dot.active{
  background: #FFF;
}
.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: auto;
	z-index: 20;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 0;
	left: -40px;
	width: 80px;
	height: 80px;
	background: url(../images/btn_owl_prev.png) center center no-repeat;
	background-size: 100% auto;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: -40px;
	width: 80px;
	height: 80px;
	background: url(../images/btn_owl_next.png) center center no-repeat;
	background-size: 100% auto;
}

.video-container {
	position: relative;
	width: 800px;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	margin: 10px auto;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

.zoom{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.zoom * {
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.zoom img{
	position: relative;
	display:block;
	width: 100%;
	opacity: 1;
}
.zoom:hover img{
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
	.wrapper{padding-left: 20px!important; padding-right: 20px!important;}
	#index .section1 .wrapper{padding: 0!important;}
	footer .wrapper{padding: 20px;}
}
@media screen and (max-width: 1180px) {
	header .mainnav{
		position: fixed;
    top: 0;
    left: -80vw;
    z-index: 1000;
    width: 80vw;
    height: 100vh;
    background: #333;
    border: none;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    transition: left 1s;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
	}
	header .mainnav.open{
      left: 0;
  }
  header .logo{
		width: 260px;
	}
	header .mainnav ul{
		margin-top: 40px;
		text-align: left;
	}
	header .mainnav ul li{
		display: block;
		padding: 10px;
	}
	header .mainnav ul > li a{
		display: block;
		color: #FFF;
		padding-bottom: 10px;
		border-bottom: 1px #FFF solid;
	}
	header .mainnav ul li a:hover{
		color: #999;
	}
	header .mainnav ul ul{
		position: static;
		width: 100%;
		background: transparent;
		border: none;
		display: block;
		padding: 0;
	}
	header .mainnav ul ul li a{
		color: #FFF;
		padding: 0 0 0 25px;
		border: none;
		vertical-align: middle;
	}
	header .mainnav ul ul li a:after{
		content: "--";
		position: absolute;
		top: 10px;
		left: 20px;
		z-index: 1;
	}
	header .mainnav .nav_close{
		display: block;
		float: right;
		color: #FFF;
	}
	header .nav_icon{display:block;}
	header .mainnav .fa-angle-down{display: none;}

	#index .section2 .wrapper,
	#index .section3 .wrapper,
	#index .section4 .wrapper{
		padding: 40px 0;
	}

	#index .section2{overflow-x: scroll;}
	#index .section2 .wrapper{width: 1180px; padding: 10px;}
	#index .section2 .nav2{font-size: 1.1em;}

	#about .section2 .team .item .inner{
		padding: 20px;
	}

	footer .logo{
		display: inline-block;
		width: 200px;
		margin-top: 40px
	}
	footer .social-icons{
		text-align: center;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.desktop{ display: none !important;}
	.mobile{ display: block !important;}
	.sub-nav li{
		width: 45%;
		margin-bottom: 5px;
	}
}

