
@font-face {
   font-family: 'Open Sans Light';
   font-style: normal;
   font-weight: 300;
   src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    /* src: local('Ubuntu'), url(https://example.com/fonts/ubuntu.woff) format('woff'); */
}

@media print {

    body { 
        -webkit-print-color-adjust: exact; 
    }

	@page{
		size: landscape;
        margin: 0;
	}
    .mobile-hide{
		display: block !important;
	}

	.mobile-show{
		display: none !important;
	}

	.print-hide{
		display: none !important;
	}

	.print-show{
		display: block !important;
	}

	/* .container.cus-aside .top-bar {
       
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    } */
	 header .cus-aside{
		width: 100% !important;
		position: relative !important;
		top: unset !important;
		right: unset !important;
	}

	header .cus-navbar .container-fluid{
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
		margin-left: 20px;
	}

	.navbar-header button{
		display: none !important;
		
	}

	#header-navbar-collapse.navbar-collapse.collapse{
		display: block !important;
        background-color:  unset;
        width: unset;
        height: unset;
	}

	#header-navbar-collapse .share a img{
		display: none !important;
	}
	
	.navbar-collapse{
		padding-top: 0px !important;
	}

	.navbar-right{
		position: relative !important;
		margin: 0px !important;
		margin-left: 0px !important;
		left: 0% !important;
	}

	/* .top-container .banner img{
		transform: initial !important;
		width: 100%;
	} */
	.fontSize{
		padding-right: 0% !important;
	}
	.container.cus-aside .btn-group .lang{
		font-size: 16px !important;
	}

	#header-navbar-collapse{
		position: unset !important;
		margin-left: 30px !important;
		margin-right: 0 !important;
	}

	.top-container .home-title{
		top:8% !important;
		left: 0 !important;
	}

	footer .footer-text {
		top: 80% !important;
		right: 30% !important;
	}

	footer .footer-content{
		right: 9% !important;
		top: 67% !important;
		width: auto !important;
	}

	footer .share{
		width: 41% !important;
		top: 60% !important;
	}

	.banner-text-block .btn-panel{
		margin: 5% !important;
	}

	.cms-block.gallery-item2{
		margin-bottom: 10% !important;
	}

	.gallery-item2 > .slick-initialized .slick-slide{
		width: 280px !important;
	}

	.top-container .home-title .block-title:before{
		margin-left: -80px !important;
	}

	.newsbox{
		padding-left: 40px;
	}

	footer{
		background-image: url(/file/BPjApG/footer_bg.png) !important;
    	height: 13% !important;
	}

    .gallery-item2 .cms-image{
        padding: 5%;
    }

    .between-line3.mobile-hide {
        top: 50% !important;
    }

    .inside-content{
        width: 70% !important;
        float: right !important;
        padding: 1% 2% 2% 5% !important;
        margin: 0% !important;
    }

    .inside-page-paragraph .block-title h2 {
        font-size: 1.8vw !important;
        text-align: start;
    }

    .inside-title .cms-block-inside h2{
        font-size: 1.8vw !important;
        text-align: start;
    }

    .inside-title .cms-block-inside {
        /* position: absolute !important;
        top: 50% !important;
        left: 63% !important;
        transform: translate(-50%, -50%) !important;
        width: 50% !important; */
        position: absolute !important;
        top: 40% !important;
        left: 65% !important;
        transform: translate(-50%, -50%) !important;
        width: 73% !important;
        padding: 0% 10%;
    }

    .inside-title h2:before{
        left: 4% !important;
    }

    .inside-content .block-title h2{
        font-size: 2vw !important;
        text-align: start !important;
        /* padding-left: 10px !important; */
    }
	
	.inside-menu .inside-menu-div .nav ul li a, .inside-menu .inside-menu-div .nav ul li label{
		font-size: 1vw !important;
	}

    .banner2-con{
        height: 500px;
        transform: scale(1) !important;
    }

    /* .banner2-con-left{
        margin-top: 7%;
    } */

    .inside-top-container .inside-banner .cms-image img{
		transform: unset !important;
        /* min-width: 200% !important; */
	}

    .top-container .banner img{
        transform: scale(1) !important;
        width: 1200px !important;
    }

    .cms-image{
        text-align: start !important;
    }

    .swiper-slide{
        /* width: 66% !important; */
        /* width: 1530px !important; */
    }

    /* .swiper-container{
        display: none !important;
    } */

    .banner-text-block .cms-block-inside{
        padding: 5% 10% !important;
    }

    .banner-text-block{
        width: 37% !important;
    }

    .inside-menu .inside-menu-div{
        width: 80% !important;
    }

    .newsbox{
        width: 40% !important;
        left: -20% !important;
        top: 10% !important;
    }

    .inside-menu-div .sub-cate .toggle:checked + .sub-menu{
        padding-left: 9%;
    }

}

/*body{ font-size: 14px; }*/
html body{
	font-family: 'Microsoft JhengHei';
	height:100%;
    min-height: 100%;
	margin-bottom: 100px;
	clear: both;
	position: relative;
	/*margin: 0 10px;*/
}

html {
	background-color: rgb(245, 245, 245);
}

.space-con{
	height: 600px;
    width: 100%;
    background-color: rgb(245, 245, 245);
    /*position: absolute;*/
	padding-top: 5%;
	margin-bottom: 15%;
}
.space {
    background-color: #ffffff;
    height: 100px;
    width: 10%;
    position: relative;
    top: 117%;
    z-index: 600;
    right: -90%;
}
.mobile-show {
	display: none;
}
.show2{
	display: none;
}
@media (max-width: 992px){
	.space-con{
		padding-top: 10%;
	}
}
@media (max-width:992px) {
	/*.space-con {
		height: 0;
	}
	.show2{
		display: block;
	}*/
	.mobile-hide {
		display: none;
	}
	.mobile-show{
		display: block;
	}
}
.clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	width:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-sm-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-sm-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-sm-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-sm-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-sm-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-sm-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-sm-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-sm-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-sm-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-sm-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-sm-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-sm-12 {
  position: relative;
  height:100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; 
}
.row {
  margin-right: 0;
  margin-left: 0; 
}

main{
	/* padding-top:120px; */
}
a {
	cursor: pointer;
}
@media (max-width: 768px) {
	main{
		padding-top:50px;
	}
}

/*html { font-size: 14px; }*/



.cus-brand img { display: block; width: auto; height: 100%; position: relative; }

@media (min-width: 1023px) {
    .cus-brand { 
			padding: 0; 
			position: relative;
		}
	.navbar {
		border-radius: 0px;
	}
	/* .cus-brand img { height: 85%;} */
}


.cus-navbar .dropdown.open a,
.cus-navbar .dropdown.open a:focus { background-color: transparent; }

@media (min-width: 1023px) {
    /* .cus-navbar .dropdown:hover > .dropdown-menu { opacity: 1; visibility: visible; } */
    .cus-navbar .dropdown-menu { border-radius: 0; box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5); transition: opacity .5s ease; }
    .cus-navbar .dropdown-menu > li > a { padding-right: 25px; }
    .cus-navbar .dropdown-menu .dropdown > .dropdown-toggle .caret { position: absolute; right: 10px; top: 42%; }
    .cus-navbar .dropdown-menu .dropdown > .dropdown-menu { left: 100%; top: 0; }
	.cus-navbar ul.navbar-nav > li:nth-last-child(-n+3) .dropdown-menu .dropdown > .dropdown-menu { right: 100%; left: auto; top: 0; }
	
	.dropdown:hover > ul.dropdown-menu{
		display:block;
		background-color: rgba(255,255,255,.85);
	}
}

.btn-share .dropdown-menu,
.btn-font-size .dropdown-menu,
.btn-lang .dropdown-menu { border-radius: 0; box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5); }
.btn-lang .dropdown-menu { min-width: 80px; left:-90px}
.btn-font-size .dropdown-menu { min-width: 50px; }
.btn-share .dropdown-menu { min-width: 20px; }
.btn-share .dropdown-menu > li a { padding-left: 8px; padding-right: 8px; }

.btn-print .dropdown-toggle,
.btn-print .dropdown-toggle:focus,
.btn-print .dropdown-toggle:hover,
.btn-print.open .dropdown-toggle,
.btn-print.open .dropdown-toggle:focus,
.btn-print.open .dropdown-toggle:hover,
.btn-share .dropdown-toggle,
.btn-share .dropdown-toggle:focus,
.btn-share .dropdown-toggle:hover,
.btn-share.open .dropdown-toggle,
.btn-share.open .dropdown-toggle:focus,
.btn-share.open .dropdown-toggle:hover,
.btn-font-size .dropdown-toggle,
.btn-font-size .dropdown-toggle:focus,
.btn-font-size .dropdown-toggle:hover,
.btn-font-size.open .dropdown-toggle,
.btn-font-size.open .dropdown-toggle:focus,
.btn-font-size.open .dropdown-toggle:hover,
.btn-lang .dropdown-toggle,	
.btn-lang .dropdown-toggle:focus,
.btn-lang .dropdown-toggle:hover,
.btn-lang.open .dropdown-toggle,
.btn-lang.open .dropdown-toggle:focus,
.btn-lang.open .dropdown-toggle:hover { background-color: transparent; box-shadow: none; }

.btn-search .dropdown-toggle,
.btn-search .dropdown-toggle:focus,
.btn-search .dropdown-toggle:hover,
.btn-search.open .dropdown-toggle,
.btn-search.open .dropdown-toggle:focus,
.btn-search.open .dropdown-toggle:hover { background-color: transparent; box-shadow: none; }

.btn-lang button{
	font-size:14px;
	color: #6f3b9d !important;
	text-shadow: 0 0 2px white;
}
.btn-lang button:before{
	content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    left: auto;
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
}
.btn-lang .dropdown-menu a{
	color: #6f3b9d !important;
}
.btn-search .dropdown-toggle{
	border:0;
	border-color:unset;
}
.glyphicon-search{
	top:11px;
}
.cus-aside .share {
	display: flex;
	align-items: center;
	margin-left: 10%;
    margin-right: 0;
}
.cus-aside .share img {
	width: 25px;
	margin: 0 5px;

}
.container.cus-aside {
	background: linear-gradient(to right, #47ff9d, #087d41);
  }
.container.cus-aside .top-bar {
	/*max-width:1300px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.container.cus-aside .btn-group {
	display: flex;
	flex-wrap: nowrap;
	margin-left: 0;
    margin-right: 16%;
}
.container.cus-aside .btn-group span {
	cursor: pointer;
	margin: 0 5px;
}
.container.cus-aside .fontSize{
	color: #FFF;
	display: inline-block;	
	vertical-align: middle;
}
.container.cus-aside .btn-group .lang {
	color: #FFF;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.container.cus-aside .lang span {
	cursor: pointer;
	margin: 0 5px;
}
.container.cus-aside .print-icon > img {
	cursor: pointer;
	width: 25px;
	display: inline-block;	
	vertical-align: middle;
}
.container.cus-aside .print-icon {
	
	display: flex;
	align-items: center;
}
ul.dropdown-menu li{
	background:rgba(255,255,255,.85);
    display: block;
    padding: 14px 0px;
    outline: 0;
	color: #006666;
	
}

ul.dropdown-menu li:not(:last-child){
	border-bottom: 1px #b4b8ba solid;
}

.nav.navbar-nav a[href="#"], .nav.navbar-nav a[href="javascript:void(0);"]{
	cursor: default;
}
/*.navbar-default .navbar-nav>li>a.active::before{
	content: '';
	position: absolute;
    top: 10%;
    right: 35%;
    height: 80%;
    width: 30%;
	border-bottom: 4px #f79256 solid;
	color: #000;
}*/

.navbar-default .navbar-nav>li>a:after {    
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  top: 80%;
  transform: translate(-50%);
  position: absolute;
  background: #f79256;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-default .navbar-nav>li:hover>a:after { 
  width: 50%; 
}

.navbar-nav>li>.dropdown-menu {
	width: 100%;
	min-width: 250px;
	opacity: .85;
	padding:0;
	border: 0;
	margin-top: 20px;
	font-family: 'Ubuntu', serif;
	font-weight: 200;
	font-size: 18px;
	/*transform: translate(-50%, -50%);*/
    left: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color:unset;
}
header .container{
	max-width: 100% !important;
}
header .navbar-nav>li{
	font-size: 20px;
    height: 80px;
    margin-top: 10px;
    font-weight: 600;
}
header .navbar-nav>li:before{
	/*content: "\f107";*/
    font-family: 'Roboto Slab', serif;
	font-weight: 200;
    font-size: 18px;
    left: auto;
    position: absolute;
    right: 0px;
    top: 11px;
    cursor: pointer;
}
header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a{ color:#006666;font-size:18px;height: auto;margin-top: 10px;}
header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a:lang(en){font-size:20px;height: auto; margin-top: 10px;font-family: 'Roboto Slab', serif;font-weight: 600;}
header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a.active{ color:#333;}
/* header .navbar-default .navbar-nav>li:nth-child(2), header .navbar-default .navbar-nav>li:nth-child(2)>a{ color:#f45854; }
header .navbar-default .navbar-nav>li:nth-child(3), header .navbar-default .navbar-nav>li:nth-child(3)>a{ color:#1190ba; }
header .navbar-default .navbar-nav>li:nth-child(4), header .navbar-default .navbar-nav>li:nth-child(4)>a{ color:#ff9933; }
header .navbar-default .navbar-nav>li:nth-child(5), header .navbar-default .navbar-nav>li:nth-child(5)>a{ color:#0ba9c6; }
header .navbar-default .navbar-nav>li:nth-child(6), header .navbar-default .navbar-nav>li:nth-child(6)>a{ color:#5ec33f; }
header .navbar-default .navbar-nav>li:nth-child(7), header .navbar-default .navbar-nav>li:nth-child(7)>a{ color:#fb8986; }
header .navbar-default .navbar-nav>li:nth-child(8), header .navbar-default .navbar-nav>li:nth-child(8)>a{ color:#9c3fc3; }
header .navbar-default .navbar-nav>li:nth-child(9), header .navbar-default .navbar-nav>li:nth-child(9)>a{ color:#30a441; }
header .navbar-default .navbar-nav>li:nth-child(10), header .navbar-default .navbar-nav>li:nth-child(10)>a{ color:#30a441; } */

.dropdown li ul li a{
	border-bottom: 1px solid #eee;
    display: block;
    padding: 14px 30px;
    outline: 0;
}
.dropdown-menu>li>a{
	text-align:left;
	white-space:unset;
	font-weight:normal;
	min-width:250px;
}
li.dropdown .dropdown-menu>li>a{ color:#006666; }

/* li.dropdown:nth-child(3) .dropdown-menu>li>a{ color:#1190ba; }
li.dropdown:nth-child(4) .dropdown-menu>li>a{ color:#ff9933; }
li.dropdown:nth-child(5) .dropdown-menu>li>a{ color:#0ba9c6; }
li.dropdown:nth-child(6) .dropdown-menu>li>a{ color:#5ec33f; }
li.dropdown:nth-child(7) .dropdown-menu>li>a{ color:#fb8986; }
li.dropdown:nth-child(8) .dropdown-menu>li>a{ color:#9c3fc3; }
li.dropdown:nth-child(9) .dropdown-menu>li>a{ color:#30a441; }
li.dropdown:nth-child(10) .dropdown-menu>li>a{ color:#30a441; } */

li.dropdown .dropdown-menu>li:hover > a{ color:#009999; background-color: unset;}
/* li.dropdown .dropdown-menu>li:hover, li.dropdown .dropdown-menu>li a:hover{ background-color:#009999; } */
/* li.dropdown:nth-child(3) .dropdown-menu>li:hover, li.dropdown:nth-child(3) .dropdown-menu>li a:hover{ background-color:#1190ba; }
li.dropdown:nth-child(4) .dropdown-menu>li:hover, li.dropdown:nth-child(4) .dropdown-menu>li a:hover{ background-color:#ff9933; }
li.dropdown:nth-child(5) .dropdown-menu>li:hover, li.dropdown:nth-child(5) .dropdown-menu>li a:hover{ background-color:#0ba9c6; }
li.dropdown:nth-child(6) .dropdown-menu>li:hover, li.dropdown:nth-child(6) .dropdown-menu>li a:hover{ background-color:#5ec33f; }
li.dropdown:nth-child(7) .dropdown-menu>li:hover, li.dropdown:nth-child(7) .dropdown-menu>li a:hover{ background-color:#fb8986; }
li.dropdown:nth-child(8) .dropdown-menu>li:hover, li.dropdown:nth-child(8) .dropdown-menu>li a:hover{ background-color:#9c3fc3; }
li.dropdown:nth-child(9) .dropdown-menu>li:hover, li.dropdown:nth-child(9) .dropdown-menu>li a:hover{ background-color:#30a441; }
li.dropdown:nth-child(10) .dropdown-menu>li:hover, li.dropdown:nth-child(10) .dropdown-menu>li a:hover{ background-color:#30a441; } */


#header-navbar-collapse{
	margin-left: 0;
    margin-right: 12%;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	/* color:#000; */
}
header .navbar-default .navbar-nav>li:nth-child(2):before,
header .navbar-default .navbar-nav>li:nth-child(9):before{
	display:none;
}
.dropdown li ul{
    background: #f2f5f9 none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/* .dropdown:hover > ul.dropdown-menu{
	display:block;
} */
.dropdown:hover > ul{
    visibility: visible;
    opacity: 1;
    top: 35px;
}
.dropdown:hover > ul > li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 0;
}
.dropdown:hover > a:after{
    visibility: visible;
    opacity: 1;
    left: -2px;
}
@media screen and (min-width: 991px)
{
	.navbar-header{
		margin-left: 6% !important;
		margin-right: 0;
	}
}
.navbar-header button {
	display: none;
}
.btn-group-m {
	display: inline-flex;
}
.btn-group-m .print-icon {
	width: 67px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border: 0;
    background-color: unset
}
@media (max-width:992px) {
	.navbar-header button {
		display: block;
		margin: 10px;
	}
	.navbar-nav .open .dropdown-menu{
		padding-left: 2%;
	}
	
}
header { 
	display: block; 
	width: 100%;
	margin: 0; 
	padding: 0; 
	position: absolute;
	z-index: 5;
	background:transparent;
}
header .cus-aside { position: relative; background:transparent; width:100%; /*max-width:1170px;*/}
header .cus-aside::after { content: ""; display: block; clear: both; }
header .cus-aside .share { float: left; }
header .cus-aside .btn-group { float: right; }
header .cus-aside .btn { border: none; font-size:18px;}

header .cus-navbar { background-color: rgba(255, 255, 255, .63); border: none; margin-bottom:0; width:100%;/*height: 127px;*/ display: flex;align-items: center;}

header .fixed-menu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 4px -5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 2;
}

header .cus-brand:after{
	background: rgba(0, 0, 0, 0) url(/file/1GX5EP/logo_bg.png) no-repeat scroll center center / 100%;
    content: "";
    height: 209px;
    left: 50px;
    position: absolute;
    top: -74px;
    width: 264px;
    z-index: -1;
}
header .fixed-menu .cus-brand:after{
	display:none;
}
header .cus-navbar .container-fluid{
	width:90%;
}
#nav_mobile {
	display: none;
}
.mobile-btn {
	display: none;
}
@media screen and (max-width: 992px){
	header {
		background: #FFF;
	}
	/*header .cus-navbar{
		height: auto;
	}*/
	.dropdown:hover > ul{
		top: 0;
	}
	.cus-brand img {
		/*width: 300px;
		bottom: 18%;
		height: 100px;*/
	}
	.cus-brand {
		width: 100%;
		display: block;
		margin: 10px;
	}
}

@media (min-width: 1025px) {
	header .cus-navbar .container-fluid{
		/*display: flex;*/
		justify-content: space-between;
		align-items: center;
	}
}
@media (max-width: 1500px) {
	/*header .cus-navbar .container-fluid, header .cus-aside{
		 width:100%;
	}*/
}
@media (max-width: 1500px) and (min-width: 1025px){
	header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a{
		font-size:14px;
	}
	.cus-brand img{
		max-width: 180px;
	}
	/*header .cus-brand:after{
		height: 179px;
		left: 0;
		width: 234px;
	}*/
}
@media (max-width: 1076px) {
    header .navbar-nav>li{
		font-size:1.1em;
	}
	header .cus-navbar .container-fluid{
		 width:95%;
	}
}
@media (max-width: 945px) {
    header .navbar-default .navbar-nav>li>a{
		font-size:14px;
	}
}
@media (min-width: 1200px) {
    header .cus-navbar .container-fluid { padding-right: 0; /* width: 1170px; */ box-sizing: border-box;}
    header .cus-navbar { border-bottom: none; }
}
@media (min-width: 993px) {
	/* header .cus-navbar { padding: 15px 0px; width: 100%;} */
	header .cus-navbar { padding: 5px 0px; width: 100%;}
}
@media (max-width: 1023px) { 
    header .cus-aside { position: absolute; right: 70px; top: 10px; z-index: 2; }
    header .cus-navbar { z-index: 1;}
    header .cus-navbar .dropdown-menu {width: auto;
		margin-top: 0;
		padding-left: 0;
		position: relative;
		float: none;
		background-color: transparent;
		border: none;
		box-shadow: none; }
    header .cus-navbar .dropdown-menu li a { padding: 5px 15px 5px 15px; line-height: 1.5; color: unset; }
    header .cus-navbar .dropdown-menu li a:hover { text-decoration: none; background-color: #f5f5f5; }
    header .cus-navbar .open .dropdown-menu li a {padding-left: 15px; font-size: 36px;}
	header .cus-brand:after{display:none;}
	
	header .navbar-default .navbar-nav .open .dropdown-menu>li>a{
		font-size: 0.8em;
		color: #006666;
	}
	
}
@media (max-width: 400px) { 
	header .cus-navbar .container-fluid, header .cus-aside{
		 width:100%;
		 /*padding:0;*/
	}
}
footer { 
	position: absolute;
	/*left: 0;
	bottom: 0;*/
    width: 100%;
	color: white;
	text-align: center;
	background-image: url('/file/BPjApG/footer_bg.png');
	height: 225px;
	margin-top: 100px;
    background-repeat: no-repeat;
	background-size: 100%;
}
footer img{
	width:25px;;
}
footer .share {
	position: absolute;
    top: 66%;
    /* display: flex; */
    /* justify-content: flex-end; */
    right: 13%;
	z-index: 1;
}
footer .share a{
	margin: 0 10px;
}
footer a { color: #6f3b9d;}
footer a:focus,
footer a:hover { color: #6f3b9d; text-decoration: none; }
footer .footer-content{
	position: absolute;
	top: 65%;
    width: 100%;
    right: 13%;
    text-align: right;
    /*display: flex;
    left: 50%;
    transform: translate(-50%, 424%);
	width:90%;
	font-family: 'Ubuntu', serif;*/
}
footer .footer-text {
	position: absolute;
    top: 80%;
    width: 100%;
    right: 30%;
	z-index: 3;
}
footer .footer-text span a{
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 12px;
	margin: 0 10px;	
}
footer .cus-list-group .list-group-item { background: none; }
footer .cus-list-group .list-group-item .list-group-item {  
	padding: 5px 0;
}
/* footer .cus-list-group > .list-group-item > .list-group { margin-top: 20px; } */
footer .cus-list-group > .list-group-item > a { font-size: 26px; font-weight:bold;}
/* footer .cus-list-group > .list-group-item > .list-group { padding-left: 10px;} */
footer .cus-list-group > .list-group-item > .list-group > .list-group-item a{ font-size: 16px;}
footer .copyright-title { display: block; width: 100%; position: relative; color: #FFF; font-size:26px; font-weight:bold;}
footer .copyright-desc { display: block; width: 100%; padding: 15px 0; position: relative; color: #FFF; font-size:12px; font-family: 'Ubuntu', serif;;}
footer .footer-content .container { width: 100%; }
/*@media (min-width: 1200px) {
	footer .footer-content .container{
		width: 100%;
		max-width: 1250px;
		position: absolute;
		top: 218px;
		right: -14%;
	}
}*/
@media (max-width: 1350px) {
	footer .cus-list-group > .list-group-item > a { font-size: 22px;}
	footer .cus-list-group > .list-group-item > .list-group > .list-group-item a{ font-size: 14px;}
	footer .copyright-desc{ font-size: 18px; }
}
@media (max-width: 1150px) {
	footer .cus-list-group > .list-group-item > a { font-size: 18px;}
	footer .cus-list-group > .list-group-item > .list-group > .list-group-item a{ font-size: 12px;}
	footer .copyright-desc{ font-size: 14px; }
}
@media (max-width: 992px) {
	/*footer .cus-list-group > .list-group-item > a { font-size: 22px;}
	footer .copyright-desc{ font-size: 20px; }
	footer {
		width: 96%;
		left: 0;
		right: 1%;
		background-image: url(/file/BGpjl8/footer_bg_m.png);
		height: 375px;
		margin: 0 20px;
		z-index: -1;
	}
	footer .footer-text{
		bottom: -57%;
		left: 5%;
	}
	footer .footer-text span a{
		font-size: 20px;
	}
	footer .share {
		top: 81%;
		right: 36%;
	}*/
	.navbar-header {
		display: flex;
		justify-content:space-between ;
	}
	.mobile-btn {
		display: flex;
		flex-wrap: nowrap;
	}
	.navbar-header button img {
		width: 67px;
	}
	button {
		border: none;
		background-color: transparent;
		font-family: inherit;
		padding: 0;
		cursor: pointer;
	}

}
@media (max-width: 550px) {
	footer .copyright-desc{ font-size: 10px; font-family: 'Ubuntu'; }
}
@media (min-width: 1023px) {
    /* footer { padding-top: 40px; padding-bottom: 40px; } */
    
    footer .cus-list-group { display: flex; flex-wrap: wrap; padding-left: 15px; }
    footer .cus-list-group .list-group-item { flex: 1; border: none; padding:10px 0px;}
	footer .cus-list-group .list-group-item .list-group{ margin-top:20px; }
}

@media (max-width: 1023px) {
    footer .cus-list-group { padding-right: 0; }
    footer .cus-list-group .list-group-item { display: none; }
    
    footer .copyright { text-align: center; }
	
	footer > .copyright{
		top: 15%;
	}
}
form.gsc-search-box {
	display: none;
}
.search-area{	
    left: 0;
    position: absolute;
    top: 0;
    width: 75%;
    z-index: 99;
    display: none;
	margin-left: 0;
}
.search-area form {
    background: #F4F4F4 none repeat scroll 0 0;
    width: 100%;
    border-radius: 45px 45px;
    position: fixed;
    /*top: 18%;*/
}
.search-area input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 25px;
    padding: 26px;
    width: 100%;
}
.search-icon {
	width: 50px;
	display: none;
}
.search-close {
    color: #c7c7c7;
    font-size: 25px;
    left: auto;
    position: absolute;
    right: 30px;
    top: 24px;
}
.search-close:hover,
.search-close:focus{
    color: #c7c7c7;
}
#header-navbar-collapse .share a img {
	display: none;
}
#header-navbar-collapse .btn-group-m {
	display: none;
}
@media (min-width: 1025px) { 
	li.mobile-show{
		display:none;
	}
	.navbar-brand{
		height:unset;
	}
}
@media (max-width: 1023px) { 
	.navbar-collapse{
		padding-top:100px;
	}
	.navbar-brand{
		padding:5px;
	}
	.search-area {
		top: 23%;
		left: 3%;
    }
    .search-area input {
		background-color: #F4F4F4;
		background: url("/file/1GXaBP/search.png") no-repeat left center;
		background-size: 30px 30px;
        font-size: 16px;
        height: 40px;
        line-height: 1;
        padding: 0 25px 5px;
        width: 100%;
		border-radius: 45px;
    }
    .search-close {
        display: none;
    }
	.search-area form {
		width: 80%;
		top: 2%;	
	}
	form.gsc-search-box {
		width: 60%!important;
	}
	/*li.mobile-hide, .mobile-hide{
		display:none;
	}*/
	.search-icon {
		display: block;
	}
	.space {
		display: none;
	}
	#header-navbar-collapse {
		position: fixed;
		background-color: #FFF;
		width: 100vw;
		margin: 0;
		height: 100vh;
		left: 0;
		top: 0%;
	}
	.navbar-right{
		position: absolute;
		margin: 40px;
		margin-left: 0;
		left: 7%;
		overflow: auto;
		height: 60%;
	}
	.navbar-nav>li, header .navbar-default .navbar-nav>li>a {
		font-size: 1em;
		padding-left: 0;
	}
	.navbar-nav>li, header .navbar-default .navbar-nav>li>a:lang(en)  {
		font-size: 1em;
		padding-left: 0;
	}
	.navbar-default .navbar-nav>li>a.active::before {
		border-bottom: unset;
	}
	#header-navbar-collapse .btn-group-m {
		display: block;
		position: absolute;
		left: 7%;
	}
	.fontSize{
		float: left;
		position: relative;
		padding-right: 5%;
	}
	.fontSize span {
		margin: 10px;
		margin-left: 0;
	}
	.sizeL {
		/*font-size: 1em;*/
		font-weight: bold;
		font-size: 2.5vh;
	}
	.sizeM {
		/*font-size: 0.95em;*/
		font-size: 2vh;
		font-weight: bold;
	}
	.sizeS {
		/*font-size: 0.7em;*/
		font-size: 1.5vh;
		font-weight: bold;
	}
	.lang span {
		margin: 10px;
		/*font-size: 1.14em;*/
		font-size: 2.5vh;
		font-weight: bold;
	}
	.lang.mobile-show{
		padding-right: 5%;
		display: block;
		float: left;
	}
	.btn-group-m .print-icon.mobile-show {
		width: 8%;
		/*position: relative;
		left: 16%;*/
		float: left;
	}

}

.gsc-control-cse {
    height: 0px !important;
    overflow: hidden;
    padding: 0px !important;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.navbar-default .navbar-toggle {
	border: 0;
}
/* .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color:unset;
} */
/* .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:unset;
	color: yellow;
} */

#btn_up{
	position:fixed; 
	z-index:10; 
	right:1%; 
	bottom:15%; 
	width:75px; 
	display:none; 
	cursor:pointer;
}
@media (min-width: 1023px){
	.navbar-toggle {
		display: none;
	}
}
@media (max-width: 1023px){
	
	.navbar-header {
		float: none !important;
	}
}
@media (max-width: 1023px){
	.navbar-toggle {
		display: block;
		z-index: 500;
	}
	#header-navbar-collapse.navbar-collapse.collapse{
		display:none;
	}
	#header-navbar-collapse.navbar-collapse.collapse.in{
		display: block !important;
		position: fixed;
		background-color: #FFF;
		width: 100vw;
		margin: 0;
		/* padding: 0; */
		height: 100vh;
		left: 0;
		top: 0%;

	}
	#header-navbar-collapse .share {
		position: absolute;
		/*top: 80%;
		display: inline-flex;
		margin: 40px;
		left: auto;
		right: 45%;*/
	}
	#header-navbar-collapse .share a img {
		width: 8%;
		display: block;
		margin: 20px;
		margin-left: 0;
		float: left;
	}
	#header-navbar-collapse.navbar-collapse.collapse.in li{
		width:100%;
	}
	.footer-text.mobile-show {
		top: 90%;
    	position: absolute;
		left: 7%;
	}
	.footer-text.mobile-show span a{
		font-size: 0.8em;
		color: #000;
		margin: 5px;
		margin-left: 0;
	}
}
@media (max-width:980px){
	#header-navbar-collapse .btn-group-m {
		top: 10%;
	}
	.nav.navbar-nav.navbar-right {
		top: 15%;
	    margin-top: 0;
	}
	#header-navbar-collapse .share {
		top: 82%;
		right: auto;
		left: 7%;
	}
}
.hide-more{
	display:none;
}

/* cms popup */
.cms-popup .modal-content{
	border-radius:0;
}
.cms-popup .modal-title{
	width: calc(100% - 30px);
	display: inline-block;
}
.cms-popup .btn{
	border-radius:0;
}
.cms-popup .form-control{
	margin-bottom:10px;
	border-radius:0;
}


/* ========= File Button ======== */
.file-button{
	margin: 1% 0;
}

.file-button{
	line-height: 26px;
    margin: 8px;
    display: inline-block;
	padding:0;
}

.file-button .title-2 {
    position: relative;
    width: auto;
    top: 0;
}
.file-button .title-2 a:hover {
	top:5px;
}
.file-button .title-2 a{
    background: #f26522 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    padding: 16px 60px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;
    font-weight: bold;
	text-align:left;
	top:0px;
}
.file-button .title-2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    height: 100%;
    width: 100%;
    border-style: solid;
    border-width: 0 0 0px;
    border-color: rgb(0, 0, 0);
    border-radius: 8px;
    background-color: rgb(198, 61, 6);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
}
.file-button:hover .title-2:after {
    opacity: 0;
}
.file-button.orange-button .title-2 a {
	background: #f26522 none repeat scroll 0 0;
}
.file-button.orange-button .title-2:after {
	background-color: rgb(198, 61, 6);
}

.gallery4-container-left{
	left:20%;
}
.gallery4-container-right{
	right:20%
}

.gallery-item4-text-left{
	left:20%;
}
.gallery-item4-text-right{
	right:20%;
}

/**Home page*/
.banner img::before {
	content: ' ';
    position: absolute;
	background-color: #000;
	/* background-image: url(/file/6GzAX9/img01.png) no-repeat; */
}
.btn-container {
    position: absolute;
    z-index: 999;
	top: 60%;
    left: 60%;
}

.btn-panel a:hover{
	text-decoration: none;
}

.green-btn .block-content {
    text-decoration: none;
	font-family: 'Ubuntu', serif;
}
.orange-btn .block-content {
    text-decoration: none;
	font-family: 'Ubuntu', serif; 
}
.between-line {
    position: absolute;
    z-index: 3;
    top: 84%;
    right: 0;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
}

.between-line img{
	width: 100vw;
}

.popup-view{
	position: relative;
    background: #FFF;
    padding: 25px;
    width: 50%;
    margin: 0 auto;
}

@media (max-width:992px) {
	/*.between-line {
		top: 73%;
		width: 100%;
		margin: 0 1px;
	}*/
	#btn_up{
		right:5%;
	}
	
	.popup-view .block-title > p{
		font-size: 28px;
	}
}
.between-line2 {
    position: absolute;
    z-index: 3;
    top: 92%;
    /*right: -0.2%;*/
    width: 100%;
    opacity: 1;
    /* background-color: #FFF; */
    /*margin: 9px;*/
    /* z-index: -1; */
}

.between-line2 .text-item{
	text-align: right;
    position: absolute;
    right: 15%;
    top: 40%;
}

.between-line2 .text-item p{
	font-size: 1.8vw;
    font-weight: bold;
    color: #333;
	font-family:'MERRIWEATHER';
}

.banner2-con {
    /*position: absolute;
    top: 40%;*/
    min-height: 650px;
    /*margin: 0 10px;*/
    z-index: 2;
    width: 100%;
}

.banner2-con .cms-container-inside{
	display: flex;
	padding-top: 3% !important;
	padding-bottom: 25px;
}

.newsbox {
	position: relative;
    top: 23%;
	width: 500px;
    /*left: 3%;*/
	margin-top: 60px;
}

.newsbox .slick-slide {
	width: 300px;
}
.newsbox .cms-block-item table tr > td:not(:first-child) {
	border-left: 1px #95989b solid;
	padding-left: 10px;
}

.newsbox .cms-block-item table tr > td p{
	margin: 0;
	line-height: 1.2;
}
.newsbox .cms-block-item table tr > td >p >p{
	margin-left: 10px;
}
.newsbox .slick-dots button {
	width: 1rem;
}

.newsbox .slick-slide table.cke_show_border tr > td > p:first-child{
	font-size: 3em;
}

.newsbox span,
.newsbox .slick-slide table.cke_show_border tr > td > p:last-child, 
.newsbox .slick-slide table.cke_show_border tr td:last-child a, 
.newsbox .slick-slide table.cke_show_border tr td:last-child p{
	font-size: 1.3em;
}

.gallery-item2 .slick-slide iframe.ytplayer, .gallery-item2 .image-item iframe.ytplayer{
	height: 30vh;
    width: auto;
}

.home-title{
	position: relative;
	top: 30%;
    left: 2%;
	color: #06935f;
	width: 500px;
	/*margin-left: 0 !important;*/
}

.home-title p{
	/*font-family:'Ubuntu';*/
}

.home-title2 {
    z-index: 999;
    position: relative;
    top: 500%;
    right: 13%;
}
.home-title .block-title,.home-title2 .block-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
.home-title .block-title:before{
	content: '';
    position: absolute;
    top: 10%;
	left: 1%;
    height: 80%;
    width: 6%;
    border-bottom: 4px #f79256 solid;
}

.top-container > .cms-container-inside > .cms-container-item{
	z-index:2;
}

.banner-container > .cms-container-inside{
	position: relative;
}

.banner-container > .cms-container-inside .banner.mobile-hide{
	margin: 0;
}


.banner-text-block .block-title{
	color: #06935f;
}

.banner-text-block .cms-block-inside{
	padding: 5%;
    height: 100%;
}

.banner-text-block .btn-panel{
	margin: 5%;
	font-size: 0.8vw;
}

.banner-text-block .cms-block-inside .block-title p{
	line-height: 1.3;
}

.btn-container {
    position: absolute;
    z-index: 2;
    top: 41%;
    left: 60%;
}
.banner2-con{
	position: relative;
	background-position: center;
	background-image: url('/file/N8qjp9/banner02.png');
	background-size: cover;
    background-repeat: no-repeat;
}

.banner{
	margin: 0 !important;
}

button.slick-prev.pull-left{
	left: -10%;
	width: 5%;
	top: 35%;
	height: 0;
}

button.slick-next.pull-right{
	right: -10%;
	width: 5%;
	top: 35%;
	height: 0;
}

.bigFontSize{
	font-size: 120% !important;
	line-height: 1.5 !important;
}

.smallFontSize{
	font-size: 80% !important;
}

.newsbox .slick-slide table.cke_show_border tr > td > p.bigFontSize:first-child{
	font-size: 300% !important;
}


@media (max-width: 1230px) and (min-width: 993px) {
	.newsbox, .home-title{
		margin-left: 20% !important;
	}
}
@media (max-width: 1500px) {

	/*.btn-container{
		left: 60%;
	}
	.home-title2 {
		top: 487%;
	}*/
}
@media (max-width: 1200px) {

}
@media (max-width: 1360px) {
	/*.btn-container{
		left: 55%;
	}
	.home-title2 {
		top: 458%;
	}*/

}
@media (max-width:992px){
	body {
		background-color: #FFF;
	}
	footer {
		background-image: none;
		height: auto;
	}
	footer .footer-content{
		right: 0;
		top: 38%;
	}
	footer .footer-text{
		right: 0;
		top: 40%;
	}
	footer .share{
		width: 100%;
		right: 0;
		top: 75%;
	}
	footer .share img{
		width: 7%;
	}
	.banner2-con{
		background-position: center;
		min-height: auto;
	}
	.newsbox {
		width: 50%;
		left: 0;
	}
	
	button.slick-prev.pull-left{
		left: -30%;
		width: 10%;
	}

	button.slick-next.pull-right{
		right: -30%;
		width: 10%;
	}
	
	.between-line2.mobile-show img{
		width: 100%;
	}
	
	.banner-text-block .cms-block-inside {
		padding: 3% 5% 3% 5%;
	}
	
	.newsbox table{
		width: 100% !important;
	}
	
	.newsbox table p{
		text-align: right !important;
	}
	
	.newsbox table p:not(:first-child){
		padding-right: 10px;
	}
	
	.newsbox table p:not(:first-child) span{
		    font-size: 1em !important;
	}
	
	.newsbox table p:first-child{
		padding-right: 8px;
	}
	
	.newsbox table p:first-child span{
		    /*font-size: 2em !important;*/
	}
	
	.newsbox table td:last-child{
		width:78%;
		font-size: 1em;
	}
	
	.newsbox .slick-slide table.cke_show_border tr > td > p:first-child{
		font-size: 2.3em;
	}

	.newsbox span,
	.newsbox .slick-slide table.cke_show_border tr > td > p:last-child, 
	.newsbox .slick-slide table.cke_show_border tr td:last-child a, 
	.newsbox .slick-slide table.cke_show_border tr td:last-child p{
		font-size: 1em;
	}
	
	.between-line2 .text-item{
		font-size: 1.5em;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: bold;
		color: #333;
		font-family:'MERRIWEATHER';
		width: 100%;
		text-align: center;
	}
	
	.gallery-item2 .block-title p{
		text-align: center;
		padding-top: 5px;
	}
	
	.bigFontSize{
		font-size: 199% !important;
	}
	
	/*.banner2-con{
		background-image: url('/file/1GXaYP/banner02_m.png');
		left: 0%;
    	top: 30%;
		background-color: #FFF;
	}
	.banner-text-block {
		left: 18%;
		padding: 80px;
		width: 649px;
		height: 500px;
	}
	.banner-text-block .block-content{
		margin-top: 5%;
	}
	.btn-container {
		top: 60%;
		left: 27%;
	}
	.banner-m {
		position:relative;
		top: 18%;
	}
	.home-title2 {
		position: relative;
		top: 700%;
		right: 36%;
		z-index: 2;
	}
	.home-title .block-title::before {
		content: '';
		position: absolute;
		top: 10%;
		left: 19%;
		height: 80%;
		width: 12%;
		border-bottom: 6px #f79256 solid;
	}
	.home-title2 .block-title::before {
		content: '';
		position: absolute;
		top: 17%;
		left: 82%;
		height: 80%;
		width: 9%;
		border-bottom: 6px #f79256 solid;
	}
	.newsbox {
		left: 0;
	}
	.between-line2 {
		display: none;
	}
	.hightlight-con {
		position: relative;
		top: 6%;
		right: 1%;
		margin-bottom: 800px;
		background-color: #FFF;
	}
	.cms-container.highlightbox.mobile-show .cms-container-inside{
		display: flex;
		flex-wrap: wrap;
	}
	.highlightbox .cms-container-inside .cms-container-item{
		width: 100%!important;
	}
	.highlightbox .cms-container-inside .cms-container-item .cms-image img{
		width: 100%!important;
		margin: 0 auto;
	}
	.highlightbox .cms-container-inside .cms-container-item .block-content p {
		font-size: 36px;
	}
	.cms-block.gallery-item2{
		position: relative;
    	top: 31%;
	}
	.container.copyright {
		position: absolute;
		right: -10%;
		bottom: -841%;
	}
	.container.copyright.mobile-show {
		bottom: 2%;
		left: 1%;
		font-size: 18px;
	}*/
}
@media (max-width:991px){ 
	.banner-m {
		position:relative;
		top: 0%;
		padding-top: 128px;
	}
	.btn-container {
		left: 24%;
		top: 50%;
	}
	.home-title2 {
		position: absolute;
		right: 36%;
		top: 135%;
	}
	.container.copyright {
		right: 1%;
	}
	.container.copyright.mobile-show {
		right: auto;
		position: absolute;
		top: 93%;
		font-size: 0.62em;
		padding: 0;
		left: 7%;
	}
}
@media (max-width: 950px) {
	.btn-container {
		top: 57%;
	}
	.home-title2 {
		right: 34%;
		top: 136%;
	}
}
@media (max-width: 875px) {
	.home-title2 {
		top: 139%;
	}
}
@media (max-width:768px) {
	.home-title2 {
		right: 29%;
		top: 143%;
	}
	.newsbox .slick-slide {
		width: 280px;
	}
	.gsc-results-wrapper-overlay {
		top: 16%;
	}
	/*header .cus-navbar .dropdown-menu {
    margin-top: -127px;
	}*/
	
}
@media (max-width:450px) {
	.banner-m {
		padding-top: 76px;
	}
	.banner-m {
		padding-top: 75px;
	}
}
@media (max-width:375px) {
	.home-title2 {
		right: 28%;
		top: 170%;
	}
	.home-title2 .block-title::before {
		top: 17%;
		left: 46%;
		width: 19%;
	}
	.cus-brand img {
		/*height: 70px;*/
	}
	/*.navbar-header button img {
		width: 60px;
	}*/
	/*footer {
		width: 88.5%;
	}
	footer .share {
		top: 87%;
		right: 25%;
	}*/
	/*.search-area form {
		width: 70%;
		top: 6%;
	
	}
	.search-area input {
		height: 40px;
	}
	#header-navbar-collapse .btn-group-m{
		width: 325px;
		left: 0%;
	}*/
	/*.btn-group-m.mobile-show .fontSize span{
		margin: 5px;
	}
	.btn-group-m.mobile-show .fontSize .sizeS {
		font-size: 2rem;
	}
	.btn-group-m.mobile-show .fontSize .sizeM {
		font-size: 2.5rem;
	}
	.btn-group-m.mobile-show .fontSize .sizeL {
		font-size: 3rem;
	}
	.btn-group-m.mobile-show .lang span {
		font-size: 2rem;
	}
	.btn-group-m .print-icon.mobile-show {
		width: 47px;
	}
	.navbar-nav>li, header .navbar-default .navbar-nav>li>a {
		font-size: 2rem;
	}
	.navbar-nav>li, header .navbar-default .navbar-nav>li>a:lang(en) {
		font-size: 2rem;
	}*/
	/*header .cus-navbar .dropdown-menu {
		padding-left: 0 ;
	}
	.navbar-nav .open .dropdown-menu {
		position: relative;
		top:0;
	}
	header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a, header .navbar-default .navbar-nav>li, header .navbar-default .navbar-nav>li>a:lang(en) {
		height: 60px;
	}
	.footer-text.mobile-show span a {
		font-size: 1.5rem;
	}
	.container.copyright.mobile-show {
		font-size: 1rem;
	}
	.footer-text.mobile-show {
		bottom: 8%;
	}
	.container.copyright.mobile-show {
		bottom: 2%;
		left: 5%;
	}
	#header-navbar-collapse .share a img {
		width: 38px;
	}
	#header-navbar-collapse .share {
		top: 58%;
		right: 13%;
	}
	.navbar-right {
		margin: 40px 10px;
	}*/
}
/* .hightlight-box{
	margin: 30px auto;
	position: relative;
	top: 57%;

}
.cms-container.hightlight-box>.cms-container-inside {
	width: 75%;
}
.hightlight-box2{
	margin: 0px auto;
	position: relative;
	top:48%;
	
}
.cms-container.hightlight-box2>.cms-container-inside {
	width: 75%;
} */


/*Inside Page*/

.inside-top-container .cms-container-item{
	position: relative;
}

.inside-top-container .inside-banner{
	margin:0;
}

/*.inside-top-container .inside-banner .cms-resource{
	position: relative;
}*/

@media (min-width:993px){
	.banner img, .inside-top-container .inside-banner img{
		width:100%;
	}
	/*.inside-top-container .inside-banner img{
		height: 74vh;
	}*/
	.inside-content-container .inside-content{
		min-height: 300px;
	}
}

.inside-title{
	/*min-height: 200px;*/
    position: relative;
}

.inside-title h2{
	color: #06935f;
}

.inside-title h2:before {
    content: '';
    position: absolute;
    top: 0;
    height: 90%;
    width: 5%;
    border-bottom: 4px #f79256 solid;
    color: #000;
}

.inside-title .cms-block-inside{
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
}

.inside-banner .cms-resource{
	position:relative;
}

.between-line3{
    position: absolute;
    width: 100%;
	z-index: 2;
}

.between-line3.mobile-hide{
	bottom:-1%;
}

.between-line3.mobile-show{
	top: 6vh;
	z-index: 1;
}

/*.between-line3.mobile-hide {
	top: 27%;
}

.between-line3.mobile-show {
	top: 17%;
	z-index: 4;
}*/

@media (max-width:376px){
	.between-line3.mobile-show {
		top: 9vh;
	}
}

@media (min-width: 700px) and (max-width: 992px){
	.between-line3.mobile-show {
		top: 3vh;
	}
}


@media (min-width: 420px) and (max-width: 992px){
	.inside-title .cms-block-inside{
		margin-top: 5%
	}
}

@media (max-width: 768px){
	.inside-page-paragraph{
		/*margin-top: 12%;*/
	}
}

@media (min-width: 769px) and (max-width: 992px){
	.inside-page-paragraph{
		/*margin-top: 27%;*/
	}
}


.inside-menu{
	float: left;
}

.inside-content{
	background-color: rgb(255, 255, 255);
	padding: 1% 2% 2% 5%;
	float: right;
}

.inside-content > div{
	width:70%;
	margin-left:0;
	margin-right:auto;
}

.inside-content .block-title h2{
	font-size: 0.7em;
}

.inside-content .block-title h3{
	font-size: 0.55em;
}

.inside-title h2{
	/* font-family: 'Roboto Slab'; */
	font-family: 'Open Sans Light';
	font-weight: bold;
	line-height: 1.4;
}

.inside-content-container{
	background-color: rgb(245, 245, 245);
}

.inside-content-container > .cms-container-inside{
	overflow: hidden;
}

.inside-page-paragraph .table-title h2, .inside-page-table .block-title h2{
	font-family: 'Open Sans Light';
	background: linear-gradient(to right, #ff8432, #ffc242);
	font-weight: 600;
	padding: 10px 0;
    padding-left: 2%;
	font-size: 1.2vw;
	margin: 0;
}

.inside-page-paragraph .cms-block-item, .inside-page-table .cms-block-item{
	overflow-x: auto;
}

.inside-page-paragraph table, .inside-page-table table{
	word-wrap: break-word;
	border-collapse: collapse;
	min-height: 50px;
	font-family: 'Ubuntu';
	background-color: rgb(245, 245, 245);
	margin-bottom: 25px;
}

.inside-page-table table th{
	background-color: #fcf9e5;
}

.inside-page-table table td{
	text-align: justify;
}

.inside-page-paragraph table th, .inside-page-paragraph table td, .inside-page-table table th, .inside-page-table table td{
	padding: 10px 2% 10px 2%;
	border-right: 1pt solid #acacac;
}

.inside-page-paragraph.ceremony-paragraph table th, .inside-page-paragraph.ceremony-paragraph table td{
	border-right: unset;
}

.inside-page-paragraph .table-title, .inside-page-table .block-title{
	padding: 0 !important;
	/*border-top: 1pt solid #95989b;
    border-left: 1pt solid #95989b;
    border-right: 1pt solid #95989b;*/
}

.inside-page-table .block-title h2{
	/*margin: 0;*/
}

.inside-page-paragraph table tr, .inside-page-paragraph table th, .inside-page-table table tr, .inside-page-table table th{
	border: 1pt solid #acacac;
	font-size: 14px;
}

.inside-page-paragraph.ceremony-paragraph table tr, .inside-page-paragraph.ceremony-paragraph table th{
	border: unset;
	border-bottom: 1pt solid #acacac;
}

.inside-page-paragraph table tr td:first-child, .inside-page-table table tr td:first-child{
	/*border-right: 1pt solid #acacac;*/
}

.inside-menu .inside-menu-div{
	min-height: 200px;
	float: right;
    width: 65%;
}

.inside-menu .inside-menu-div .nav{
	margin-top: 16%;
}

.inside-menu .inside-menu-div .nav ul {
   list-style: none;
}

.inside-menu .inside-menu-div .nav ul li {
    position: relative;
	margin-top: 0.5em;
}
.inside-menu-div .nav ul li ul.sub-menu li a{
	font-family: 'Ubuntu';
	padding-right: 10%;
}
.inside-menu .inside-menu-div .nav ul li a, .inside-menu .inside-menu-div .nav ul li label{
  line-height: 1.5em;
  display: block;
  color: black;
  font-size: 1.4em;
  padding-left: 4%;
  font-family: 'Ubuntu';
  transition: all ease-out 300ms;
  font-weight: 500;
}

.inside-menu .inside-menu-div .nav > ul > li a:hover{
	text-decoration: none;
}

.inside-menu .inside-menu-div .sub-menu ui li a {
	font-family: 'Ubuntu' !important;
}

.inside-menu .inside-menu-div .nav > ul > li.active > a, .inside-menu .inside-menu-div .nav > ul > li.active > label
{
	background: linear-gradient(to right, rgba(255, 132, 50, 1), rgba(255, 194, 66, 1));
}
.section-dropdown > label.active,
.section-dropdown > a.active{
  background: linear-gradient(to right, rgba(255, 132, 50, 0.5), rgba(255, 194, 66, 0.5));
}

.inside-menu .inside-menu-div .nav ul li:not(.active)::after {
  opacity: 0.2;
}

.inside-menu .inside-menu-div .nav ul li:not(.active):hover a {
  /*color: rgba(#FFF, 0.75);*/
}

.inside-menu .inside-menu-div .nav ul li::after {
  /*content: '';
  position: absolute;
  width: 100%;
  height: 0.2em;
  left: 0;
  bottom: 0;
  border-bottom: 1pt solid #95989b;*/
}

.inside-menu .inside-menu-div .sub-menu a{
	font-size: 0.8vw !important;
}

.inside-menu .inside-menu-div ul.sub-menu li.active a,
.section-dropdown-sub a.active{
	color: #009999;
	font-family: 'Ubuntu';
}

.inside-menu .inside-menu-div ul.sub-menu li:not(:last-child)::after,
.section-dropdown-sub a:not(:last-child)::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 0.2em;
	left: 0;
	bottom: -0.3em;
	border-bottom: 1pt solid #95989b;
}

div.inside-page-paragraph{
	margin-bottom: 0px;
}

div.inside-page-paragraph li{
	margin-bottom: 25px;
}

.inside-page-paragraph .block-content p{
	text-align:justify;
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 25px;
}

.inside-page-paragraph .block-content ol{
	text-align:justify;
	font-size: 16px;
	padding-left: 1em;
	margin-bottom: 25px;
}

.inside-page-paragraph .cms-block-inside{
	color:#06935f; 
	font-family:'Ubuntu'; 
	font-size:1.5vw
}

@media (max-width:992px)
{
	.inside-top-container .inside-banner{
		z-index: 2;
		padding-top: 15%;
		min-height: 250px;
		overflow: hidden;
	}
	
	.inside-top-container .inside-banner .cms-image img{
		transform: scale(2);
		transform-origin: center;
	}
	
	.top-container .banner .cms-image{
		overflow: hidden;
		min-height: 60vmin;
	}
	
	.top-container .banner img{
		transform: scale(2);
		transform-origin: center;
	}
	
	.top-container .between-line {
		top: 90%;
	}
	
	.top-container .between-line .cms-image{
		overflow: hidden;
	}
	
	.top-container .between-line img{
		transform: scale(2);
	}
	
	.top-container .home-title{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		margin-top: 10%;
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.top-container .newsbox{
		margin-top: 0;
		top: 0;
	}
	
	.top-container .newsbox .slick-dots{
		bottom: 0;
	}
	
	.top-container .home-title .block-title{
		font-size: 2em;
	}
	
	.top-container .home-title .block-title:before{
		left:auto;
		width:50px;
		margin-left: -20px;
	}
	
	.between-line2 .text-item:before{
		content: '';
		position: absolute;
		top: 30%;
		left:50%;
		width:50px;
		margin-left: -20px;
		height: 100%;
		border-bottom: 4px #f79256 solid;
	}
	
	.space-con{
		height: auto;
	}
	
	.banner2-con{
		min-height: auto;
	}
	
	.banner2-con .banner2-con-left{
		width: 100% !important;
	}
	
	.inside-banner .cms-resource{
		position:initial;
	}
	
	.inside-title{
		margin-top: 10%;
		min-height: auto;
	}
	
	.inside-title h2:before{
		left: 45%;
		width: 11%;
	}
	
	.inside-title .cms-block-inside{
		left: 50%;
		width: 100%;
		text-align: center;
	}
	
	.inside-page-paragraph table tr td:first-child, .inside-page-table table tr td:first-child{
		width:30%;
	}
	
	/*.cms-block-inside h2{
		font-size: 3.5vw !important;
	}*/
	
	.inside-content{
		width: 90% !important;
		float: none;
		padding: 0;
		margin: 5%;
	}
	
	.inside-content > div, .faq-section > .cms-container-inside > .cms-container-item{
		width: 100%;
		padding: 0 5% 0 5%;
	}
	
	.block-title h2{
		margin: 0;
		text-align: left;
	}
	
	.block-title h2:not(.bigFontSize,.smallFontSize){
		font-size: 5vw;
	}
	
	.block-title h3:not(.bigFontSize,.smallFontSize){
		font-size: 4.5vw;
	}
	
	.inside-page-paragraph .table-title h2, .inside-page-table .block-title h2{
		font-size: 3vw;
		text-align: center;
		padding-left:0;
		margin-top: 0;
	}
}

.sec-center {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 10vh;
  max-width: 100%;
  text-align: center;
  z-index: 4;
}

@media screen and (orientation:landscape){
	.sec-center {
	  top: 30vh;
	}
}

.sec-center [type="checkbox"]:checked,
.sec-center [type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  font-family: 'Roboto Slab';
  font-weight: 600;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  min-width: 350px;
  /*transition: all 200ms linear;*/
  border-radius: 4px;
  width: 220px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: rgba(255, 255, 255, .9);
  cursor: pointer;
  color: black;
  box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: rgba(255, 255, 255, .9);
  top: 70px;
  left: 0;
  width: 100%;
  border-radius: 4px;
  display: block;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}

.sec-center a {
  position: relative;
  color: black;
  /*transition: all 200ms linear;*/
  font-family: 'Roboto Slab';
  font-weight: 600;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  margin: 2px 0;
  text-align: center;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: distribute;
}
.section-dropdown a:hover {
  /*color: #102770;
  background-color: #ffeba7;*/
}

a .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: black;
  /*transition: all 200ms linear;*/
  font-family: 'Roboto Slab';
  font-weight: 600;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: center;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  /*color: #102770;
  background-color: #ffeba7;*/
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
  background-color: #e1e0e0;
}
.dropdown-sub:checked + label + div.section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub a {
  font-size: 12px;
}
.section-dropdown-sub a .uil {
  font-size: 20px;
}

.inside-menu.mobile-hide .inside-menu-div .inside-menu-arrow{
	width: 8%;
	float: left;
	transform: translate(-100%, 10%);
}

.inside-menu-div .sub-cate .toggle:checked ~ul {
	height: 0%;
}

.inside-menu-div .sub-cate .sub-menu{
	height:0px;
	overflow: hidden;
	transition: height .4s ease;
}

.inside-menu-div .sub-cate .toggle{
	position: absolute; 
	opacity: 0; 
	height: 0px;
}

.inside-menu-div .sub-cate .toggle:checked + .sub-menu {height: auto;} 

/*sitemap*/

.sitemap-top-container .sitemap-paragraph .block-title{
	padding: 2%;
}

.sitemap-div li{
	padding-bottom: 15px;
}

.cms-anchor{
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}

.faq-section{
    font-family: 'Ubuntu';
    width: 70%;
	margin-bottom: 5%;
}

.faq-title, .faq-block, .faq-title .block-title p{
	margin-bottom: 0 !important;
}

.faq-title .block-title p{
	font-size: 0.5em;
    background: linear-gradient(to right, rgba(255, 132, 50, 1), rgba(255, 194, 66, 1));
    padding: 1% 0;
}

.faq-block .block-title{
	display: flex;
}

.faq-block .block-title{
	position:relative;
}

.faq-block .faq-btn{
	color: #08963b;
	display: flex;
	margin-left: auto;
}

.faq-block .faq-q{
	width: 95%;
}

.faq-block .block-title:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 0.2em;
    left: 0;
    bottom: 0;
    border-bottom: 1pt solid #95989b;
}

.faq-block .block-title p{
	/*text-align: justify;*/
    font-size: 16px;
	line-height: 1.5;
    padding: 3% 0;
	margin:0;
	font-weight: bold;
	color: #000;
}

.faq-block .faq-btn img{
	width: 0.9em;
    margin: auto 0 auto auto;
}

.faq-block .block-content{
	padding: 3% 3%;
    background-color: #e6f5e9;
	display: none;
}

.faq-block .block-content p{
	font-size: 16px;
}

@media (max-width:992px){
	.faq-section{
		width: 100%;
	}
}