body{
    background-color: #fff;
	font-family: "lucida Grande",Verdana,"Microsoft YaHei", "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
	padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: none;
    font-feature-settings: none;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #474747;
    color: var(--tundora-color);
}
/* header */
header{
	position: relative;
	z-index: 3;
	width: 100%;
}
.logo_con{
	width: 300px;
	height: 109px;
	overflow: hidden;
	margin: 10px;
	position: fixed;
	z-index: 2;
	left: 60px;
}
.logo_con img{
	width: 100%;
}
.in_home .logo_con{
	left: 20px;
}
.top_banner{
	height: 135px;
	position: relative;
	overflow: hidden;
	text-align: right;
	background-color: #f7f3b3;
}
.top_banner img{
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
}
@media(max-width:768px){
	.logo_con{
		width: 150px;
		height: 55px;
	}
	.in_home .logo_con{
		width: 150px;
		height: 55px;
		left: 5px;
	}
	.top_banner{
		height: 75px;
	}
	.hidden-xs{
		display: none !important;
	}
}
@media(max-width:380px){
	.top_banner img{
		height: 65%;
	}
}

/*  */
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: initial;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .8
}

.hamburger-box {
    width: 26px;
    height: 20px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    width: 26px;
    height: 2px;
    background-color: #f08200;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 8px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 16px;
    transition: -webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55);
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(135deg);
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0,-20px,0) rotate(-270deg);
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: 75ms;
    top: 20px
}

.orange .hamburger-inner,.orange .hamburger-inner:after,.orange .hamburger-inner:before {
    background-color: var(--orange-color)
}
.menu__burger {
    position: fixed;
    top: 35px;
    left: 1rem;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_home .menu__burger {
    position: fixed;
    top: 6rem;
    left: 1rem;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu__burger img{
	width: 40px;
}
@media(min-width: 768px){
	.menu__burger{
		background-color: #58bc68;
		color: #fff;
		padding: 6px;
		border-radius: 5px;
	}
	.menu__burger span{
		display: block;
		text-align: center;
	}
	.in_home .menu__burger{
		padding: 0;
		padding-right: 15px;
	}
	.in_home .menu__burger span{
		display: inline;
	}
}
/*  */
.nav_bar{
    position: fixed;
	top: .5rem;
    right: 4rem;
	color: #fff;
}
.nav_bar>a{
	display: block;
	background-color: #ef8200;
    color: #fff;
    padding: 7px 17px;
	border: 1px solid #ef8200;
	cursor: pointer;
}
.nav_bar:hover>a{
	background-color: #fff;
    color: #ef8200;
}
.nav_bar:hover{
	background-color: #fff;
    color: #ef8200;
}
.nav_con{
	position: absolute;
	width: 100%;
	right: 0;
	text-align: center;
	display: none;
	box-shadow: 0px 1px 3px 0px #ffffff;
}
.nav_con a{
	display: block;
	width: 100%;
	background-color: #ef8200;
    color: #fff;
    margin-top: 1px;
    text-decoration: none;
    padding: 6px;
	border: 1px solid #ef8200;
}
.nav_con a:hover{
	background-color: #fff;
    color: #ef8200;
}
.search_bar{
	position: fixed;
	top: .5rem;
    right: 11rem;
	background-color: #ef8200;
    padding: 5px 10px;
    color: #fff;
}
.search_bar input{
	border-color: transparent;
    background: none;
    color: #fff;
	width: 90px;
}
.search_bar input::-moz-placeholder {
  color: #eee;
}
.search_bar input::-webkit-input-placeholder {
  color: #eee;
}
.search_bar input:-ms-input-placeholder {
  color: #eee;
} 
.search_bar a{
    cursor: pointer;
}
@media only screen and (min-width: 768px){
	.in_home .menu__burger {
		top: 9.5rem;
		left: 2rem;
	}
	.menu__burger {
		top: 65px;
	}
	.nav_bar{
		top: 1.1rem;
		right: 5rem;
	}
	.search_bar{
		top: 1.1rem;
		right: 12rem;
	}
	.search_bar input{
		width: 130px;
	}
}
@media(max-width: 480px){
	.nav_bar{
		top: 6rem;
		right: 1rem;
	}
	.search_bar{
		top: 3.3rem;
		right: 1rem;
	}
}
@media(max-width: 768px){
	.nav_bar{
		display:none;
	}
	.search_bar{
		display:none;
	}
}
.overflow-hidden {
    overflow: hidden;
}
.menu_con{
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10013;
    width: 235px;
    height: 100%;
    display: block;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #57BC68;
    transition: transform .8s cubic-bezier(.86,0,.07,1),-webkit-transform .8s cubic-bezier(.86,0,.07,1);
}
.menu_con.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.menu_head{
	position: absolute;
    z-index: 555;
    background-color: #57BC68;
    color: #fff;
    width: 100%;
    height: 60px;
	line-height: 60px;
    padding-left: 10px;
}
.menu_head .logout, .menu_head .login{
	color: #fff;
    float: right;
    margin-right: 5px;
	text-decoration: none;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    text-shadow: none;
    background: none;
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}
/* menu  */
#column-left {
	width: 235px;
	height: 100%;
	overflow: auto;
	background-color: #57bc68;
	position: absolute;
	top: 0px;
	/* left: -235px; */
	padding-top: 60px;
	z-index: 10;
}
#column-left::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(200,200,200,0);
}
#column-left::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(128,139,156,0.2);
}
#content {
	padding-bottom: 40px;
}
#column-left, #content, #footer {
	transition: all 0.3s;
}
#column-left + #content, #column-left + #content + #footer {
	position: relative;
	left: 0px;
}
#column-left.active {
	left: 0px;
}
#column-left.active + #content, #column-left.active + #content + #footer {
	left: 235px;
}
/* Desktop */
@media (min-width: 768px){
#column-left {
	left: 0px;
}
#column-left + #content, #column-left + #content + #footer {
	left: 0px;
	margin-left: 235px;
}
#column-left.active + #content, #column-left.active + #content + #footer {
	left: 0px;
	margin-left: 235px;
}
}

/* Navigation */
#navigation {
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	color: #FFFFFF;
	background: #2E9C47;
	display: block;
}

/* Menu */
#menu, #menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu {
	margin-bottom: 25px;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 0px solid #515151;
}
#menu li a.parent:after {
	font-family: FontAwesome;
	float: right;
	margin-right: 8px;
}
#menu li a.parent:after {
	content: "\f107";
}
#menu li a.collapsed:after {
	content: "\f105";
}
/* 1st lvl */
#menu > li {
	position: relative;
	border-bottom: 1px solid #2b3642;
}
#menu > li > a {
	font-size: 14px;
	color: #eee;
	padding-left: 20px;
	border-bottom: 0px solid #585858;
}
#menu > li > a:hover {
	background-color: #3d9852;
}
#menu > li > a > i {
	font-size: 16px;
	width: 18px;
	margin-right: 5px;
}
#menu > li.active > a {
	color: #fff;
	background-color: #2E9C47;
}
#menu > li > ul {
	background-color: #289e43;
}
/* 2nd lvl */
#menu li li a {
	color: #ddd;
}
#menu li li a:before {
	content: "\f101";
	font-size: 13px;
	font-family: FontAwesome;
	margin-left: 10px;
	margin-right: 10px;
	transition: margin ease 0.5s;
}
#menu li li a:hover:before {
	margin-right: 20px;
}
#menu li li a:hover {
	color: #FFFFFF;
	background-color: #203E3D;
}
#menu li li.active > a {
	color: #fff;
	background-color: #203E3D;
}
#menu li ul a {
	padding-left: 20px;
}
#menu li li ul a {
	padding-left: 40px;
}
#menu li li li ul a {
	padding-left: 60px;
}
#menu li li li li ul a {
	padding-left: 80px;
}

/* */
.home_banner{
	margin-bottom: 1rem;
	position: relative;
}
.home_banner img{
	width: 100%;
}
.home_banner .lv1{
	position: relative;
}
.home_banner .fg{
	position: absolute;
    bottom: 0;
}
.home_banner .lv3{
	color: #fff;
	background-color: #EF8201;
}
.home_banner .lv3 .title{
	padding: 10px 10px 0 10px;
    font-size: 17px;
    font-weight: bold;
}
.home_banner .lv3 .list {
	background: none;
}
.home_banner .lv3 .list .item{
	padding: 10px;
	text-align: center;
}
.home_banner .lv3 .list .item .name{
	font-size: 13px;
    margin-top: 5px;
}
.home_banner .lv3 .list .item:hover .name{
	color: #000;
}
.owl-theme .owl-nav{
	margin-top: 0px;
	display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	font-size: 23px;
	padding: 0 10px !important;
}
home_banner .owl-theme .owl-nav [class*=owl-]:hover{
	background: #b9aba1;
}
.home_banner .lv3 .list .item img{
	display: inline-block;
	width: auto;
	max-width: 100%;
}
@media(min-width:768px){
	.owl-theme .owl-nav{
		top: 24%;
		position: absolute;
		width: 100%;
		display: none;
	}
	.owl-theme:hover .owl-nav{
		display: block;
	}
	.owl-theme .owl-nav .owl-prev{
		left: 0;
		position: absolute;
	}
	.owl-theme .owl-nav .owl-next{
		right: 0;
		position: absolute;
	}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fab869;
}
.home_banner .owl-dots{
	position: absolute;
    width: 100%;
    top: -15px;
}
.home_banner .nav_c{
	text-align: center;
}
.home_banner .nav_c a{
	display: inline-block;
    text-decoration: none;
    background-color: #7bc56f;
    color: #fff;
    padding: 5px 15px;
    border-radius: 8px;
    margin: 5px;
    font-size: 22px;
}
.home_banner .nav_c .n1{
    background-color: #F27B7D;
}
.home_banner .nav_c .n2{
    background-color: #4BC2C2;
}
.home_banner .nav_c .n3{
    background-color: #E79EC6;
}
.home_banner .nav_c .n4{
    background-color: #67A8DB;
}
.home_banner .nav_c .n5{
    background-color: #F8A01C;
}

/*  */
.go_top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 10;
    display: none;
}
.go_top a {
    color: #fab869;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 1px 1px #b1b1b1;
}
.go_top a div {
    display: inline-block;
    width: 100%;
	font-size: 35px;
}
.contact_info .tx, .contact_info .tx a{
	color: #333;
    font-size: 20px;
}
.contact_info .td img{
	height: 35px;
}
.contact_info .tel_title img{
	height: 30px;
}
footer .contact_info{
	margin-bottom: -30px;
}
footer .contact_info .tx, footer .contact_info .tx a{
	color: #fff;
    font-size: 20;
}

footer{
	color: #999;
	padding-top: 20px;
	margin-top: 30px;
	clear: both;
}
.visible-xs-block{
	display: inline-block;
}
@media(max-width: 768px){
	footer{
		margin-top: 1rem;
	}
	footer .contact_info .tx, footer .contact_info .tx a{
		font-size: 15px;
	}
	.contact_info .tx, .contact_info .tx a{
		font-size: 16px;
	}
	.visible-xs-block{
		display: block;
	}
}
footer .title{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	color: #eee;
	text-decoration: none;
}
.tel a{
	font-size: 21px;
}
footer ul {
    list-style: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding-left: 10px;
    display: block;
    font-size: 1rem;
}
@media only screen and (min-width: 768px){
	footer ul {
		margin: 0 auto;
		padding: 0;
		font-size: .8rem;
	}
}
.menu_item {
    position: relative;
}
footer ul li {
    padding: 0;
    line-height: 36px;
    font-size: 1rem;
}
footer ul li.menu_item {
    transition: all .4s ease;
}
footer ul li.menu_item:hover {
    padding-left: 8px;
}
.share_con{
	margin-top: 30px;
	margin-bottom: -30px;
	text-align: right;
}
.share_con .s_btn{
	margin-left: 5px;
}
.share_con .icon{
	display: inline-block;
}
footer .line{
	width: 0;
    height: 90px;
    position: absolute;
    border-left: 1px solid #fff;
    left: 0;
    top: 10px;
}
@media(max-width:768px){
	footer .line{
		display: none;
	}
	.share_con{
		margin-bottom: -20px;
	}
}
footer .item{
	margin-bottom: 5px;
}
.thinks_btn{
	background-color: #fff;
	color: #7BC56F;
	padding: 7px 7px;
    border-radius: 7px;
    vertical-align: middle;
	padding-left: 10px;
}
.thinks_btn:hover{
	background-color: #fff;
	color: #7BC56F;
}
.copyright{
	color: #999;
	text-align: center;
	padding-top: 10px;
    padding-bottom: 15px;
	margin-top: 10px;
}
.tb{
	display: table;
}
.td{
	display: table-cell;
	padding: 0 3px;
}

@media(max-width:480px){
	footer .item .td{
		display: block;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	footer .item{
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

/* h1 ~ */
h1 {
    font-size: 1.75rem;
    margin: 0 0 1rem
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size:2.5rem;
        margin: 0 0 1.5rem
    }
}

h2 {
    color: var(--primary-color);
    font-size: 1.5rem;
    line-height: normal;
    margin: 0 0 .5rem
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size:2.375rem;
        margin: 0 0 1.5rem
    }
}

h3 {
    font-size: 1.375rem
}

.ws h1,.ws h2,.ws h3 {
    color: var(--bunting-color)
}

.ws h2 {
    font-family: Merriweather,serif
}

.coll h2 {
    color: var(--secondary-color)
}

.rc h2 {
    color: #000;
    color: var(--black-color)
}

p {
    margin: 0 0 1rem;
    line-height: 1.4
}

/* sps */
.sps {
    padding: 2rem 0;
    position: relative;
    overflow: hidden
}

.container.sps {
    padding: .5rem 1rem
}

.sps .row {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.sps .row .col-md-6,.sps .row .col-md-12 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 1rem
}

.sps .row .col-md-6:after,.sps .row .col-md-12:after {
    content: "";
    -webkit-flex: auto;
    flex: auto
}

.sps .row .col-sm {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 1rem
}

.sps .loader {
    width: 100%
}

.fixedList .sp:not(.sp__large) {
    width: 48%
}

.sp {
    color: #fff;
    color: var(--white-color);
    overflow: hidden;
    height: auto;
    width: 24%;
    padding: 0;
    margin-bottom: 1rem;
    margin-right: .5%;
    margin-left: .5%;
    position: relative
}

.sp-list3 .sp{
	width: 32.3%;
}
.sp-list5 .sp{
	width: 24%;
}
@media(min-width: 768px){
	.sp-list3 .sp:first-child .sp__content__inner{
		padding-left: 10px;
	}
}
@media(max-width: 768px){
	.sp-list3 .sp{
		width: 100%;
		margin-bottom: 1rem;
	}
}
.sp:hover {
    cursor: pointer
}

.sp:before {
    padding-top: 100%;
    display: block;
    content: ""
}

.sp .sp__image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 1s ease;
}

.sp:hover .sp__image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.sp .sp__content__inner {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sp .sp__content-wrap {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    width: 100%
}

.sp.sp__large {
    height: auto;
    width: 100%
}

.sp__large .sp__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1rem;
    background: radial-gradient(circle at bottom left,rgba(26,56,101,.4) 10%,rgba(0, 0, 0, 0.4) 80%);
    font-size: 1.2rem
}

.coll .sp__large .sp__content {
    background: rgba(242,111,33,.7)
}

.rc .sp__large .sp__content {
    background: rgba(161,29,33,.7)
}

.venture .sp__large .sp__content {
    background: linear-gradient(180deg,rgba(6,139,135,.8) 0,#130f28);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc068b87",endColorstr="#130f28",GradientType=0)
}

.sp:not(.sp__large) .sp__content-wrap.filter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 1
}

.sp:not(.sp__large) .sp__content {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    text-shadow: 1px 2px 3px #000;
    position: relative;
    z-index: 2;
    font-size: .85rem
}

.sps .btn {
    width: 50%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600
}

.sps .btn:hover {
    background: var(--primary-color-hover);
    border-color: var(--primary-color-hover)
}

@media only screen and (min-width: 550px) {
    .sp {
        height:auto
    }
}

@media only screen and (min-width: 768px) {
    .sps {
        padding:4rem 1rem
    }

    .sps h2 {
        padding: 0
    }

    .container.sps {
        padding: .5rem 0
    }

    .sps .row .col-md-6 {
        padding: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .sps .row .col-md-12 {
        padding: 0
    }

    .fixedList .sp:not(.sp__large) {
        width: 49%
    }

    .sp {
        padding: 0 1rem 1rem 0;
        height: auto;
        margin-bottom: .4rem
    }

    .sp.sp__large {
        height: auto;
        margin-bottom: .3rem
    }

    .sp__large .sp__content {
        font-size: 2.5rem;
        padding: 2.5rem
    }

    .sp:not(.sp__large) .sp__content {
        font-size: 1rem
    }

    .sps .btn {
        margin-top: 1rem
    }

    .othersps .sp {
        margin: 0 .3rem .3rem;
        padding: 0;
        width: calc(25% - .6rem)
    }
}

@media only screen and (max-width: 1200px) {
    .sp {
        margin-bottom:.3rem
    }
}

@media only screen and (max-width: 600px) {
    .fixedList .sp:not(.sp__large),.sp.sp__large {
        margin-bottom:.5rem
    }
}

@media only screen and (max-width: 768px) {
    .sp.sp__large {
        margin-bottom:.5rem
    }

    .fixedList .sp:not(.sp__large),.othersps .sp,.standard-layout .sp {
        width: 49%;
        padding: 0 .5rem 0 0;
        margin-bottom: .5rem;
        height: auto;
        position: relative
    }

    .fixedList .sp:not(.sp__large):nth-child(2n),.othersps .sp:nth-child(2n),.standard-layout .sp:nth-child(2n) {
        padding: 0 0 0 .5rem
    }

    .sp.sp__large {
        padding: 0
    }

    .othersps .sp:nth-child(2n),.standard-layout .sp:nth-child(2n) {
        padding: 0 0 0 .5rem
    }

    .sps .container {
        padding: 0 15px;
        margin: 0
    }
}

/*  */
.sp-sc .sp:before{
	padding-top: 70%;
}
.sp-sc .sp .sp__image{
	margin-top: 25px;
}
.sp-sc .sp:hover .sp__image {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.sp-sc .sp .sp__content__inner{
	position: absolute;
    top: 0;
    left: 0;
    text-shadow: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.std-sc .sp__content__inner{
	color: #fff;
}
.std-sc .title{
	color: #000;
    font-size: 17px;
    font-weight: 600;
	margin: 3px 5px;
}

/* model */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10015;
    padding: 1rem 0;
    opacity: 0;
	transition: all .2s ease;
	transform:scale(0);
}

.modal,.modal__close-btn {
    background: #fff;
    background: var(--white-color);
    transition: all .4s ease;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.modal__close-btn {
    line-height: 1;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    z-index: 1001;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2.2rem;
    color: #757575;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.modal__close-btn:hover {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal__wrapper {
    position: relative;
    background: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: 1px solid var(--secondary-color);
    min-height: 480px;
    max-width: 1240px;
    z-index: 2
}

.modal__wrapper img {
    max-width: 40%
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.1);
    z-index: 1
}
@media(max-width: 768px){
	.modal__overlay {
		background: hsla(0,0%,100%,.8);
	}
}
.modal__overlay:hover {
    cursor: pointer
}

.modal.opened {
    opacity: 1;
    transition: all .2s ease;
	transform:scale(1);
}

.modal.closed {
    opacity: 0;
    transition: all .2s ease;
	transform:scale(0);
}

.modal.speaker-modal {
    color: #f40
}

.modal.speaker-modal .modal__content {
    width: 59%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 60px;
    background: hsla(0,0%,100%,.7);
    opacity: 1
}

.modal.speaker-modal .modal__content>div {
    overflow-x: auto;
    height: 100%
}

.modal.speaker-modal .modal__content h3 {
    font-size: 2rem;
    opacity: 1;
    color: #333
}

.modal.speaker-modal .modal__content p {
    color: #474747;
    line-height: 1.33
}

@media only screen and (max-width: 576px) {
    .modal.speaker-modal .modal__wrapper {
        width:100%;
        border: 0;
        padding: 0;
        margin: 0;
        text-align: center
    }

    .modal.speaker-modal .modal__wrapper img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    .modal.speaker-modal .modal__content {
        position: relative;
        width: 100%;
        padding: 10px 20px;
        text-align: left
    }

    .modal.speaker-modal .modal__content h3 {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 10px
    }

    .modal.speaker-modal .modal__content p {
        font-size: .9rem
    }

    .modal.speaker-modal .modal__content .scroll {
        overflow: scroll;
        height: 36vh;
        display: block
    }

    .modal.speaker-modal .close-btn {
        cursor: pointer;
        font-family: Font Awesome\ 5 Pro;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 2rem;
        background: #fff;
        background: var(--white-color);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-weight: 100;
        padding-top: 4px
    }
}

.modal.algolia-modal {
    overflow: auto
}

.modal.algolia-modal .modal__close-btn {
    top: 30px;
    height: 65px;
    background: 0 0;
    color: #fff;
    color: var(--white-color)
}

.modal.algolia-modal .modal__wrapper {
    padding: 0;
    border: 1px solid #ccc;
    max-width: 960px
}

.modal.algolia-modal .modal-top-bar {
    width: 100%;
    background-color: var(--growth-color);
    color: #fff;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px
}

.modal.algolia-modal .modal-top-bar.ALPHA {
    background-color: var(--alpha-color)
}

.modal.algolia-modal .modal-top-bar.BETA {
    background-color: var(--beta-color)
}

.modal.algolia-modal .modal-top-bar.Exhibitor {
    background-color: var(--bunting-color)
}

.modal.algolia-modal .modal-content-area.Exhibitor .modal-pitch {
    font-size: 1.2rem;
    line-height: 1.2
}

.modal.algolia-modal .modal-top-bar .modal-track {
    font-family: Lato,sans-serif;
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
    color: #fff
}

.modal.algolia-modal .modal-top-bar .close-modal {
    cursor: pointer;
    font-size: 3rem;
    line-height: 0;
    width: 30px;
    color: #fff
}

.modal.algolia-modal .modal-top-bar .close-modal svg {
    max-width: 100%
}

.modal.algolia-modal .modal-top-bar .close-modal:hover {
    cursor: pointer
}

.modal.algolia-modal .modal-content-area .modal-content-left {
    padding: 40px 10px 40px 40px;
    width: 55%;
    float: left;
    color: var(--bunting-color)
}

.modal.algolia-modal .modal-content-area .modal-content-left h3 {
    font-size: 2.5rem;
    margin: 10px 0
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-content-img {
    text-align: center
}

.modal.algolia-modal .modal-content-area .modal-content-left img {
    max-width: 220px;
    max-height: 25vh
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-country {
    font-size: 1.2rem
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-family: Font Awesome\ 5 Pro;
    font-size: 2rem;
    margin: 15px 15px 0;
    cursor: pointer
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social,.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social a {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social a svg {
    width: 50%
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social:hover {
    cursor: pointer
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-linkedin {
    background-color: #0077b5;
    text-decoration: none
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-twitter {
    background-color: #1da1f2;
    text-decoration: none
}

.modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-website {
    background-color: var(--primary-color);
    text-decoration: none
}

.modal.algolia-modal .modal-content-area .modal-content-right {
    width: 45%;
    float: left;
    padding: 40px 40px 40px 10px;
    color: #474747
}

@media only screen and (max-width: 767px) {
    .modal.algolia-modal {
        -webkit-align-items:flex-start;
        align-items: flex-start;
        padding: 0
    }

    .modal.algolia-modal .modal__close-btn {
        position: fixed;
        top: 7px
    }

    .modal.algolia-modal .modal__wrapper {
        height: calc(100% - 100px);
        padding-top: 80px;
        border: none;
        margin: 0;
        width: 100%
    }

    .modal.algolia-modal .modal-content-area .modal-content-left {
        padding: 20px 20px 0;
        width: 100%
    }

    .modal.algolia-modal .modal-content-area .modal-content-left img {
        max-height: 140px
    }

    .modal.algolia-modal .modal-content-area .modal-content-left h3 {
        font-size: 1.3rem
    }

    .modal.algolia-modal .modal-content-area .modal-content-left .modal-country {
        font-size: 1rem
    }

    .modal.algolia-modal .modal-content-area .modal-content-right {
        padding: 20px;
        width: 100%
    }

    .modal.algolia-modal .modal-top-bar {
        position: fixed;
        top: 0;
        left: 0
    }

    .modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links {
        position: fixed;
        bottom: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: 100px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        background: #fff
    }
}

@media only screen and (min-width: 768px) {
    .modal.algolia-modal .algolia-container li {
        margin-bottom:1rem
    }

    .modal.algolia-modal .modal-top-bar {
        height: 125px
    }

    .modal.algolia-modal .modal-content-area .modal-content-left .modal-social-links .m-social:first-of-type {
        margin-left: 0
    }

    .modal.algolia-modal .modal-content-area .modal-content-left .modal-country {
        margin-bottom: 1rem
    }
}

@media only screen and (min-width: 768px) {
    .modal {
        background:hsla(0,0%,100%,.8)
    }
}

.ws .modal__wrapper {
    border: 1px solid var(--bunting-color)
}

.ws .algolia-modal .modal-top-bar .modal-track {
    font-family: Merriweather,serif
}

.coll .modal__content h3 {
    color: #000;
    color: var(--black-color)
}

.modal .btn_info {
	position: absolute;
    right: 0;
}

/*  */
.breadcrumb_con{
	padding-top: 30px;
    padding-bottom: 30px;
}
.breadcrumb_con .base .text{
	color: #284794;
    font-size: 28px;
    background-color: #C9E8FA;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
}
.breadcrumb_con .base .text:hover{
	color: #284794;
    background-color: #C9E8FA;
    text-decoration: none;
}
.breadcrumb_con .current .text{
	color: #3A569D;
    font-size: 32px;
    padding: 5px 5px;
	text-decoration: none;
	background-color: #fff;
    padding-right: 10px;
}
.breadcrumb_con .current .text:hover{
	color: #3A569D;
	background-color: #fff;
	text-decoration: none;
}
.breadcrumb_con .current{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #3A569D;
}

.sub_list_title{
	padding-bottom: 30px;
	margin-top: -25px;
}
.sub_list_title .des_con{
	float: right;
}
.sub_list_title .des_con a{
	color: #666;
    font-size: 25px;
    padding: 5px 5px;
	text-decoration: none;
	background: none;
}
.sub_list_title .des_con a{
	color: #666;
	background: none;
	text-decoration: none;
}
.sub_list_title .des_con a.active{
	color: #3a569d;
}
.sub_list_title .des_con a:after{
	content: '|';
	color: #666;
    display: inline-block;
	padding-left: 18px;
}
.sub_list_title .des_con a:last-child:after{
	content: ' ';
	color: #666;
    display: none;
	padding-left: 0;
}
.sub_list_title:after{
	content: '';
    display: block;
	clear: both;
}

@media(max-width:768px){
	.breadcrumb_con .base .text{
		font-size: 18px;
	}
	.breadcrumb_con .current .text{
		font-size: 22px;
	}
	.sub_list_title .des_con a{
		font-size: 15px;
		padding: 3px;
	}
	.breadcrumb_con .current .des{
		display: none;
	}
}

/*  */
.sub_title{
	font-size: 20px;
	margin-bottom: 10px;
}
.info_content_con img{
	max-width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #204390;
    border-color: #204390;
}
.s_btn_search{
	padding: 2px 10px;
    font-size: 1;
    border-radius: 0;
    border: 0;
    vertical-align: bottom;
}
/*  */
.h_banner{
	position: relative;
}
.h_banner img{
	width: 100%;
}
.h_banner .title{
	position: relative;
	bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    padding: 30px;
}
.h_banner .head_con{
	position: absolute;
	bottom: 0;
    width: 100%;
    background-color: #ef8201;
    color: #fff;
}
.h_banner .head_con .title1{
	font-size: 30px;
	padding: 15px 0 0px 0;
}
@media(max-width: 998px){
	.h_banner .title{
		padding: 20px;
	}
	.h_banner .head_con .title1{
		padding: 15px 0 0px 0;
	}
}
@media(max-width: 768px){
	.h_banner .title{
		position: relative;
		padding: 10px;
		font-size: 17px;
		font-weight: 600;
	}
	.h_banner .head_con{
		position: relative;
	}
	.h_banner .head_con .title1{

		padding: 15px 0 0px 0;
		font-size: 17px;
		font-weight: 600;
	}
}
@media(max-width: 480px){
	.h_banner .title{
		padding: 5px;
	}
	.h_banner .head_con .title1{
		padding: 15px 0 0px 0;
	}
}

.sub_nav_con{
	padding: 15px 0;
}
.btn-nv{
	background-color: #ffe8cf;
    color: #ef8201;
    border-radius: 0;
    font-weight: 600;
}
.btn-nv.active, .btn-nv:hover{
	background-color: #fff;
	color: #ef8201;
}
.sub_nav_con .btn-nv{
	margin-bottom: 5px;
}

.relaed_con{
	background-color: #ef8201;
    color: #fff;
    margin-bottom: -30px;
	margin-top: 30px;
}
.relaed_con .title{
	padding: 10px 10px 0 10px;
    font-size: 17px;
    font-weight: bold;
}
.relaed_con .list{
	border-bottom: 1px solid #fff;
}
.relaed_con .list .item {
    padding: 10px;
    text-align: center;
}
.relaed_con .list .item .name{
	font-size: 13px;
    margin-top: 5px;
}
.relaed_con .owl-dots {
    position: absolute;
    width: 100%;
    top: -15px;
}

/* */
.con_box{
	padding-top: 30px;
	min-height: 300px;
}
.con_box .title1{
	color: #000;
	font-size: 17px;
    font-weight: 600;
}
.con_box .title2{
	color: #000;
	font-size: 15px;
    font-weight: 600;
}
.con_box *{
	max-width: 100% !important;
	word-wrap: break-word;
    word-break: normal;
}

.btn-ct{
	background-color: #58bc68;
    border-radius: 0;
    color: #fff !important;
    border: 1px solid #58bc68;
    padding: .375rem 1.3rem;
}
.btn-ct:hover{
	background-color: #fff !important;
    color: #58bc68 !important;
}

/* FAQ */
.faq_list li{
	margin-bottom: 10px;
}
.faq_list .question{
	cursor: pointer;
}
.faq_list .answer{
	display: none;
	background-color: #f1f1f1;
    padding: 8px 10px;
}
.faq_list .question .off{
	color: #555;
}
.faq_list .question .on{
	display: none;
	color: #555;
}
.faq_list .active .question .off{
	display: none;
}
.faq_list .active .question .on{
	display: inline-block;
}

/* */
.map img{
	max-width: 100%;
}
.contact_con .item{
	margin-bottom: 10px;
}
.contact_con a{
	color: #474747;
    color: var(--tundora-color);
}
.contact_con .icon{
	width: 30px;
}
.contact_form .title{
	color: #ef8201;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}
.form-control{
	border: 1px solid #ef8201;
}
.form-control:focus{
	border: 1px solid #ef8201;
	box-shadow: none;
}

/*  */
.step_box{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ef8201;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 3px 0px #ffffff;
}
.step_box .title{
	color: inherit;
	font-size: 17px;
    font-weight: 600;
}
.step_icon{
	text-align: center;
    font-size: 25px;
    color: #555;
}
.step_box a{
	color: #fff;
}

/*  */
.std_list .sp4{
	width: 74%;
    padding: 0 15px;
}
.std_list .sp4 .title1{
	color: #000;
    font-size: 23px;
    font-weight: 600;
}
.std_list .sp2{
	width: 66.3%;
	padding-left: 15px;
}
@media(max-width:768px){
	.std_list .sp2{
		width: 100%;
		padding-left: 0;
	}
	.std_list .sp4{
		width: 100%;
		padding: 0;
	}
}
.std_list .sp2 video{
	width: 100%;
	background-color: #000;
}

.gallery_list .item img{
	width: 100%;
}
.std_list .owl-theme .owl-nav{
	display: block;
	position: absolute;
    width: 100%;
    top: 45%;
}
.std_list .owl-theme .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.std_list .owl-theme .owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.gallery_list .item.g4{
	position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	overflow: hidden;
}
.gallery_list .item .sp{
	width: 100%;
}
.gallery_list .item.g4 .sp{
	width: 49%;
    margin-bottom: .5rem;
    height: auto;
    position: relative;
}
.std_con .sps{
	border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.std_con .sps:last-child{
	border-bottom: none;
	adding-bottom: 0;
    margin-bottom: 0;
}
.lg-on{
	overflow: hidden;
}
#lg-share, #lg-download, .lg-fullscreen{
	display: none;
}

.ns_list .sp__content__inner{
	position: absolute;
    background: rgba(255,255,255,.5);
    width: 100%;
    padding: 8px;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #000;
}

.ns_list .sp {
    width: 32.3%;
    margin-bottom: .8rem;
}
@media(min-width: 1300px){
	.ns_list .sp {
		width: 24.0%;
		margin-bottom: .4rem;
	}
}
@media(max-width: 768px){
	.ns_list .sp {
		width: 49%;
		margin-bottom: .4rem;
	}
}
@media(max-width: 360px){
	.ns_list .sp {
		width: 100%;
		margin-bottom: 1rem;
	}
}

/*  */
.school_list thead th{
	background: #ef8201;
	color: #fff;
}
.school_list a{
	color: #555;
}

/*  */
.s_banner img{
	width: 100%;
}
.s_banner .title{
	position: relative;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    padding: 30px;
}
@media(max-width:768px){
	.s_banner .title{
		padding: 10px;
		font-size: 17px;
		font-weight: 600;
	}
	.s_banner{
		overflow: hidden;
	}
	.s_banner img{
		height: 90px;
		width: auto;
	}
}

.search_list .item{
	border-bottom: 1px dotted #ccc;
    padding: 15px 15px 0 15px;
}
.search_list .item:nth-child(even){
	background-color: #F9F7F8;
}
.search_list .item a{
	color: inherit;
	text-decoration: none;
}
.search_list .item .title{
	font-size: 17px;
    color: #ef8201;
}

/* contact bar */
.contact_bar{
	position: fixed;
    right: 30px;
    top: 70px;
    background-color: #fff;
    padding: 0px 15px 15px 15px;
    z-index: 3;
	transition: all .8s ease;
}
.contact_bar .form-control{
	padding: 2px 5px;
	border: 1px solid #ced4da;
}
.contact_bar .form-control:focus{
	border: 1px solid #ef8201;
}
.contact_bar select.form-control:not([size]):not([multiple]) {
    height: calc(2.0rem + 0px);
}
.contact_bar .btn{
	padding: 2px 18px;
}
.contact_bar .close{
	position: absolute;
    right: 2px;
    top: 0;
}
.contact_bar .close:focus{
	border: none;
}
@media(max-width: 768px){
	.contact_bar{
		display: none;
	}
}
.nav_btn_active .contact_bar, .overflow-hidden .contact_bar{
	right: -100%;
}

.breadcrumb li{
	margin-right: 0px;
}
.breadcrumb li:after{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	display: inline-block;
	padding: 0 8px;
}
.breadcrumb li:last-child:after{
	display: none;
}
.breadcrumb li a{
	color: #58bc68;
	text-decoration: none;
    cursor: pointer;
}