﻿@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	color: #444444;
	min-width: 320px;
	font-family: 'Open Sans', Arial, Helvetica, "微軟正黑體", sans-serif;
	margin: 0;
  font-size: 16px; /* px fallback */
  font-size: 1.8rem; /* default font-size for document */
	line-height: 1.4;
	font-style: normal;
	overflow-x: hidden;
}
html:lang(zh-Hans) body{
	font-family: 'Open Sans', 'Noto Sans SC', Arial, Helvetica, "微軟正黑體", sans-serif;
}
html:lang(zh-cn) body{
	font-family: 'Open Sans', 'Noto Sans SC', Arial, Helvetica, "微軟正黑體", sans-serif;
}
img {
	max-width: 100%;
}
a {
	color: inherit;
}
a.link {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
a:hover, a:focus {
	text-decoration: none;
	color: #4da535;
}
section {
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 3rem;
	font-weight: bold;
}
h3,
.h3 {
  font-size: 2.2rem;
	font-weight: bold;
}
.h3.collapser{
	background: none; 
	border: none !important;
	padding: 0;
	display: block;
	width: auto;
}
.h3.collapser:hover, .h3.collapser:focus{
	color: #006F9E !important;
	outline: none !important;
}
h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.6rem;
}
hr {
	border: none;
	background: #ddd;
	height: 1px;
	margin: 25px 0;
}
p {
	margin: 0 0 16px 0;
}
ul, ol {
	padding-left: 30px;
}
.sp {
	padding-top: 80px;
	padding-bottom: 80px;
}
.sp30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sp50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.tac {
	text-align: center;
}
.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}
.line2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.line3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.container {
	max-width: 1200px;
	width: auto;
}
.no-radius {
	border-radius: 0;
}
.breadcrumb {
	background: none;
	padding: 15px 0;
	margin-bottom: 0;
}
.gold {
	color: #aa9055;
}
.white {
	color: #fff !important;
}
.red {
	color: red;
}
.text-green-l{
	color: #95c11e;
}
.text-green{
	color: #95c11e;
}
.text-blue{
	color: #009fe3 !important;
}
.text-red{
	color: red;
}
.bg-blue{
	background-color: #009fe3;	
}
.bg-darkblue{
	background-color: #00405b;
}
.bg-green{
	background-color: #95c11e;
}
.bg-darkorange{
	background-color: #E84700;
}
.text-darkblue{
	color: #00405b;
}
.text-orange{
	color: #f39200;
}
.bg-orange{
	background-color: #f39200;
}
.text-large{
	font-size: 1.2em;
}
.row-0 {
	margin-left: 0;
	margin-right: 0;
}
.row-0 > div {
	padding: 0;
}
.row-5{
	margin-left: -5px;
	margin-right: -5px;
}
.row-5 .col-1, .row-5 .col-2, .row-5 .col-3, .row-5 .col-4, .row-5 .col-5, .row-5 .col-6, .row-5 .col-7, .row-5 .col-8, .row-5 .col-9, .row-5 .col-10, .row-5 .col-11, .row-5 .col-12, .row-5 .col, .row-5 .col-auto, .row-5 .col-sm-1, .row-5 .col-sm-2, .row-5 .col-sm-3, .row-5 .col-sm-4, .row-5 .col-sm-5, .row-5 .col-sm-6, .row-5 .col-sm-7, .row-5 .col-sm-8, .row-5 .col-sm-9, .row-5 .col-sm-10, .row-5 .col-sm-11, .row-5 .col-sm-12, .row-5 .col-sm, .row-5 .col-sm-auto, .row-5 .col-md-1, .row-5 .col-md-2, .row-5 .col-md-3, .row-5 .col-md-4, .row-5 .col-md-5, .row-5 .col-md-6, .row-5 .col-md-7, .row-5 .col-md-8, .row-5 .col-md-9, .row-5 .col-md-10, .row-5 .col-md-11, .row-5 .col-md-12, .row-5 .col-md, .row-5 .col-md-auto, .row-5 .col-lg-1, .row-5 .col-lg-2, .row-5 .col-lg-3, .row-5 .col-lg-4, .row-5 .col-lg-5, .row-5 .col-lg-6, .row-5 .col-lg-7, .row-5 .col-lg-8, .row-5 .col-lg-9, .row-5 .col-lg-10, .row-5 .col-lg-11, .row-5 .col-lg-12, .row-5 .col-lg, .row-5 .col-lg-auto, .row-5 .col-xl-1, .row-5 .col-xl-2, .row-5 .col-xl-3, .row-5 .col-xl-4, .row-5 .col-xl-5, .row-5 .col-xl-6, .row-5 .col-xl-7, .row-5 .col-xl-8, .row-5 .col-xl-9, .row-5 .col-xl-10, .row-5 .col-xl-11, .row-5 .col-xl-12, .row-5 .col-xl, .row-5 .col-xl-auto, .row-5 .col{
	padding-left: 5px;
	padding-right: 5px;
}
.row-7{
	margin-left: -7px;
	margin-right: -7px;
}
.row-7 .col-1, .row-7 .col-2, .row-7 .col-3, .row-7 .col-4, .row-7 .col-5, .row-7 .col-6, .row-7 .col-7, .row-7 .col-8, .row-7 .col-9, .row-7 .col-10, .row-7 .col-11, .row-7 .col-12, .row-7 .col, .row-7 .col-auto, .row-7 .col-sm-1, .row-7 .col-sm-2, .row-7 .col-sm-3, .row-7 .col-sm-4, .row-7 .col-sm-5, .row-7 .col-sm-6, .row-7 .col-sm-7, .row-7 .col-sm-8, .row-7 .col-sm-9, .row-7 .col-sm-10, .row-7 .col-sm-11, .row-7 .col-sm-12, .row-7 .col-sm, .row-7 .col-sm-auto, .row-7 .col-md-1, .row-7 .col-md-2, .row-7 .col-md-3, .row-7 .col-md-4, .row-7 .col-md-5, .row-7 .col-md-6, .row-7 .col-md-7, .row-7 .col-md-8, .row-7 .col-md-9, .row-7 .col-md-10, .row-7 .col-md-11, .row-7 .col-md-12, .row-7 .col-md, .row-7 .col-md-auto, .row-7 .col-lg-1, .row-7 .col-lg-2, .row-7 .col-lg-3, .row-7 .col-lg-4, .row-7 .col-lg-5, .row-7 .col-lg-6, .row-7 .col-lg-7, .row-7 .col-lg-8, .row-7 .col-lg-9, .row-7 .col-lg-10, .row-7 .col-lg-11, .row-7 .col-lg-12, .row-7 .col-lg, .row-7 .col-lg-auto, .row-7 .col-xl-1, .row-7 .col-xl-2, .row-7 .col-xl-3, .row-7 .col-xl-4, .row-7 .col-xl-5, .row-7 .col-xl-6, .row-7 .col-xl-7, .row-7 .col-xl-8, .row-7 .col-xl-9, .row-7 .col-xl-10, .row-7 .col-xl-11, .row-7 .col-xl-12, .row-7 .col-xl, .row-7 .col-xl-auto, .row-7 .col{
	padding-left: 7px;
	padding-right: 7px;
}
.row-10{
	margin-left: -10px;
	margin-right: -10px;
}
.row-10 .col-1, .row-10 .col-2, .row-10 .col-3, .row-10 .col-4, .row-10 .col-5, .row-10 .col-6, .row-10 .col-7, .row-10 .col-8, .row-10 .col-9, .row-10 .col-10, .row-10 .col-11, .row-10 .col-12, .row-10 .col, .row-10 .col-auto, .row-10 .col-sm-1, .row-10 .col-sm-2, .row-10 .col-sm-3, .row-10 .col-sm-4, .row-10 .col-sm-5, .row-10 .col-sm-6, .row-10 .col-sm-7, .row-10 .col-sm-8, .row-10 .col-sm-9, .row-10 .col-sm-10, .row-10 .col-sm-11, .row-10 .col-sm-12, .row-10 .col-sm, .row-10 .col-sm-auto, .row-10 .col-md-1, .row-10 .col-md-2, .row-10 .col-md-3, .row-10 .col-md-4, .row-10 .col-md-5, .row-10 .col-md-6, .row-10 .col-md-7, .row-10 .col-md-8, .row-10 .col-md-9, .row-10 .col-md-10, .row-10 .col-md-11, .row-10 .col-md-12, .row-10 .col-md, .row-10 .col-md-auto, .row-10 .col-lg-1, .row-10 .col-lg-2, .row-10 .col-lg-3, .row-10 .col-lg-4, .row-10 .col-lg-5, .row-10 .col-lg-6, .row-10 .col-lg-7, .row-10 .col-lg-8, .row-10 .col-lg-9, .row-10 .col-lg-10, .row-10 .col-lg-11, .row-10 .col-lg-12, .row-10 .col-lg, .row-10 .col-lg-auto, .row-10 .col-xl-1, .row-10 .col-xl-2, .row-10 .col-xl-3, .row-10 .col-xl-4, .row-10 .col-xl-5, .row-10 .col-xl-6, .row-10 .col-xl-7, .row-10 .col-xl-8, .row-10 .col-xl-9, .row-10 .col-xl-10, .row-10 .col-xl-11, .row-10 .col-xl-12, .row-10 .col-xl, .row-10 .col-xl-auto, .row-10 .col{
	padding-left: 10px;
	padding-right: 10px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before{
  border-top-color: #00405b; 
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-top-color: #00405b; 
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #00405b;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #00405b;
}
.tooltip-inner {
  background-color: #00405b;
}
@media (max-width:767.98px) {
	h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
	.sp {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sp50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tac-sm{
		text-align: center;
	}
}
.fontSize {
	font-family:Microsoft JhengHei;
	font-size: 14px;
	margin-right: 7px;
}
.fontSize a{
	margin:0 1px;
}
.fontSize .selected a{
	color:#d02226;
}
.fontSize .defaultFont{
	font-size: 100%;
}
.fontSize .largerFont{
	font-size: 125%;
}
.fontSize .xLargerFont{
	font-size: 150%;
}
td, th{
	font-size: 1.8rem;
}
/***************************************************bootstrap override*/
.form-control{
	font-size: 1.4rem;
}
.btn{
	font-size: 1.6rem;
}
.btn-lg{
	font-size: 2rem;
	padding: 5px 15px;
}
.dropdown-menu, .input-group-text{
	font-size: 1.6rem;
}
.btn-info:focus, .btn-success:focus{
	color: #fff;
}
.tooltip{
	font-size: 1.4rem;
}
.modal-a .modal-header .title img{
	width: 1.5em;
	vertical-align: top;
	margin-left: 5px;
}
.modal-a button.close{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	border-radius: 100px;
	opacity: 0.7;
}
.modal-a button.close:hover{
	opacity: 1 !important;
}
.modal-a .popup-slider > div{
	width: 100%;
}
@media (min-width:1200px){
}
@media (max-width:1199px){
}
.modal-dialog-centered{
	margin-left:  auto !important;
	margin-right: auto !important;
}

/*****************************************************all**/
.form-control::-webkit-input-placeholder { /* Edge */
  color: #aaaaaa;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
.form-control::placeholder {
  color: #aaaaaa;
}
.breadcrumb-item + .breadcrumb-item::before{
	content: '>';
}
.modal-open, body.modal-open {
}
/*.modal-backdrop.show{background-color: white;}*/
.modal-dialog{
	width: 1000px;
	position: relative;
	max-width: 90%;
}
.btn-modalClose{
	position: absolute;
	top: -30px;
	right: 0;
	color: #fff !important;
}
.btn-large{
	border-radius: 0;
	min-width: 200px;
	margin: 5px auto;
	padding: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.btn-blue{
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff !important;
}
.btn-blue:focus, .btn-blue:hover{
	background-color: #0078AB;
	border-color: #0078AB;
	color: #fff !important;
}
.btn-darkblue{
	background-color: #00405b;
	border-color: #00405b;
	color: #fff !important;
}
.btn-darkblue:focus, .btn-darkblue:hover{
	background-color: #006A99;
	border-color: #006A99;
	color: #fff !important;
}
.btn-blue-o{
	background-color: none;
	border-color: #009fe3;
	color: #009fe3 !important;
}
.btn-blue-o:focus, .btn-blue-o:hover{
	background-color: #009fe3;
	border-color: #009fe3;
	color: #fff !important;
}
.btn-green{
	background-color: #95c11e;
	border-color: #95c11e;
	color: #fff !important;
}
.btn-green:focus, .btn-green:hover{
	background-color: #7BA018;
	border-color: #7BA018;
	color: #fff !important;
}
.btn-darkgreen{
	background-color: #006837;
	border-color: #006837;
	color: #fff !important;	
}
.btn-darkgreen:focus, .btn-darkgreen:hover{
	background-color: #004927;
	border-color: #004927;
	color: #fff !important;
}
.btn-orange{
	background-color: #f39200;
	border-color: #f39200;
	color: #fff !important;
}
.btn-orange:focus, .btn-orange:hover{
	background-color: #F37100;
	border-color: #F37100;
	color: #fff !important;
}
.btn-darkorange{
	background-color: #E84700;
	border-color: #E84700;
	color: #fff !important;
}
.btn-darkorange:focus, .btn-darkorange:hover{
	background-color: #A95E00;
	border-color: #A95E00;
	color: #fff !important;
}
.btn-kv{
	border-radius: 0;
	border-color: #00405b;
	padding: 15px;
	position: relative;
	margin: 10px 15px;
	transition: 0.3s all;
}
.btn-kv:hover{
	background: #e2e6ea;
	transform: scale(1.05);
}
.btn-kv::before,.btn-kv::after,
.btn-kv > span::before,.btn-kv >span::after{
	content: '';
	height: 14px;
	width: 14px;
	position: absolute;
	background-color: #F37100;
	display: block;
	border-radius: 10px;
}

.btn-kv::before{
	top: -7px;
	left: -7px;
}
.btn-kv::after{
	bottom: -7px;
	left: -7px;
	background-color: #009fe3;
}
.btn-kv > span::before{
	top: -7px;
	right: -7px;
	background-color: #95c11e;
}
.btn-kv >span::after{
	bottom: -7px;
	right: -7px;
	background-color: #00405b;
}
.btn-kv2{
	background-image: url('../images/2025kv/btn-badge-bg.png');
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: none;
	overflow: hidden;
	padding: 20px 20px;
	text-align: center;
	max-width: 100%;
	width: 14.5em;
	min-height: 4.5em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	margin: 5px;
	color: white;
	transition: 0.3s all;
	display: flex;
	align-items: center;
	border-radius: 1.3rem;
  }
  .btn-kv2 > span{
  	margin: auto;
  }
  .btn-kv2:hover, .btn-kv2:focus{
	transform: translateY(-5px);
	color:white;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.25);
  }
  .btn-kv2.green{
	background-image: url('../images/2025kv/btn-badge-bg2.png');
  }
  .btn-kv2.blue{
	background-image: url('../images/2025kv/btn-badge-bg.png');
  }
.name{
	font-size: 20px;
}
.name .eng{
	font-size: 0.8em;
}
.cover img, img.cover{
	width: 100%;
}
.bg-light-green{
	background: #f5faf0;
}
.bg-light-orange{
	background: #fdf9f1;
}
.bg-light-blue{
  background-color: #F4FBFF;
}
.colorBox{
	background: #f1f8fc;
	padding: 15px;
	font-size: 2.2rem;
	height: 100%;
}
.colorBox td{
	vertical-align: top;
}
.inside-banner{
	background-color: #faffee;
	background: url(../images/87159329.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
	height: 250px;
	position: relative;
}
.inside-banner .d-table-cell{
	vertical-align: middle;
	text-align: center;
}
.inside-banner h1{
	margin: 0;
	color: #00405b;
	padding: 15px;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
}
@media (min-width:768px){
	.modal-dialog h2{
		margin-top: 0;
	}
}
@media (max-width:767.98px){
	.colorBox{
		font-size: 1.8rem;
	}
}
.slick-slide{
	height: inherit;
}
.slick-next{
	right: -40px;
}
.slick-prev{
	left: -40px;
}
.slick-prev, .slick-next{
	background-color: inherit;
	height: 40px;
	width: 23px;
	top: 40%;
	z-index: 2;
}
.slick-prev:before, .slick-next:before{
	content: '';
	background-image: url(../images/arrow_l.png);
	background-size: 23px 40px;
	background-repeat: no-repeat;
	width: 23px; 
	height: 40px;
	display: block;
}
.slick-next:before{
	background-image: url(../images/arrow_r.png);
}
.banner-slider .slick-next{
	right: 25px;
}
.banner-slider .slick-prev{
	left: 25px;
}
.banner-slider .slick-prev:before{
	background-image: url(../images/arrow_l2.png);
	opacity: 1 !important;
}
.banner-slider .slick-next:before{
	background-image: url(../images/arrow_r2.png);
	opacity: 1 !important;
}
.banner-slider .slick-prev, .slick-next{
	top: 48%;
	transform: scale(1.3);
	opacity: 1 !important;
}
.modal .slick-track, .modal .slick-slide{
	outline: none !important;
	width: 100%;
}
.modal .slick-prev, .slick-next{
	background:none;
}
.modal .slick-prev:before{
	background-image: url(../images/arrow_l2.png);
}
.modal .slick-next:before{
	background-image: url(../images/arrow_r2.png);
}
.modal .slick-prev{
	left: -22px;
}
.modal .slick-next{
	right: -22px;
}
.slick-dots li{
	width: 16px;
}
.slick-dots li button{
	width: 16px;
	height: 16px;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before{
	content: '';
	background: #63A627;
	width: 16px;
	height: 16px;
	border: 1px solid white;
	border-radius: 20px;
	box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.5);
}
.slick-dots li button:before{
	content: '';
}
.slick-dots{
	bottom: -35px;
}
.slider-col4.slick-dotted.slick-slider, .slider-col3.slick-dotted.slick-slider{
	margin-bottom: 60px;
}
.slider-col4 a, .slider-col3 a{
	outline: none;
}
@media (max-width:1300px){
	.slick-next{
		right: 0;
	}
	.slick-prev{
		left: 0;
	}
	.slick-prev, .slick-next{
		height: 30px;
		width: 17px;
	}
	.slick-prev:before, .slick-next:before{
		background-size: 17px 30px;
		width: 17px; 
		height: 30px;
	}
}
/*****************************************************search**/
.fullPageWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(111,185,44,0.95);
	z-index: 99999;
	display: none;
	font-size: 2rem;
}
.searchWrap .container{
	z-index: 1;
}
.closeWrap{
	position: fixed;
	top: 15px;
	right: 15px;
	font-size: 20px;
}
.searchWrap #btn-search{
	background-color: #fff  !important;
	border: none;
	color: #000;
}
#searchInput{
	border: none;
}
/***************************************************header*/
#header{
	z-index: 999;
	background-color: rgba(255,255,255,1);
}
#header.sticky{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.headpadding{
	margin-top: 5px;
}
.logo{
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	transition: 0.3s all;
}
/* #indexPage .logo{
	width: 400px;
	max-width: 65vw;
} */
.header-reg{
	margin-left: 30px;
	font-size: 18px;
	padding:15px 10px;
	line-height: 1.3;
	font-weight: bold;
}
html:lang(en) .header-reg{
	font-size: 14px;
	margin-left: 15px;
	padding:10px;
}
.logo-info{
	width: 480px;
}
#header.sticky .logo{
	width: 300px;
}

#header.sticky .logo-info{
	width: 360px;
}
.headSearch{
	width: 100%;
	padding-left: 5px;
	margin-top: 5px;
	/*height: 3.4rem;*/
}
.headSearch > input{
	background: none !important;
	height: 3.4rem;
	/*line-height: 3.4rem;*/
	font-size: 1.4rem;
	outline: none !important;
	box-shadow: none !important;
}
.headSearch button{
	color: #333;
	font-size: 20px !important;
	height: 3.4rem !important;
	line-height: 1em !important;
	padding: 0 8px !important;
}
.headSearch button:hover, .headSearch button:focus{
	color: #4da535;
}
.headSearch  .fa{
	font-size: 20px !important;
}
.headSearch-lg{
	width: 26rem;
	display: inline-block;
	vertical-align: middle;
}
@media (min-width:1200px){
	#mainNavbar, #insideNavbar{
		display: flex;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
}
.header-link{
	margin-right: 10px;
	margin-bottom: 10px;
}
#header.sticky .header-link{
	margin-bottom: 4px;
}
.header-link > div {
	display: inline-block;
	vertical-align: middle;
}
.header-link, .header-link .fa{
	font-size: 25px;
	vertical-align: top;
}
.header-link .btn-search{
	vertical-align: middle;
}
.header-link .langSwitch .lang{
	line-height: 25px;
	vertical-align: top;
}
#langBtn:after{
	display: none;
}
.btn-online{
	height: 30px;
	margin-left: 5px;
}
.mobile-header-link{
	display: none;
}
.langWrap{
	display: none;
}
.langWrap a{
	display: block;
	text-align: center;
	padding: 8px;
	color: #fff;
}
.header-info{
	font-size: 15px;
	padding: 15px 5px 0 25px;
	font-weight: bold;
}
@media (max-width:1439px){
	#headerSearch{
		display: none;
	}
}
@media (max-width:1199px){
	.navbar-brand{
		margin: 0;
	}
	#indexPage #header{
		max-height: 100vh;
		overflow: auto;
	}
	#header .navbar{
		padding-left: 0;
		padding-right: 0;
	}
	#indexPage .header-link{
		display: none;
	}
	#indexPage .mobile-header-link{
		display: block;
	}
	.mobile-header-link{
		margin-left: auto;
		margin-right: 10px;
	}
	.mobile-header-link .btn{
		font-size: 24px;
		padding: 10px 5px;
	}
	.mobile-header-link .socialBar{
		margin-left: 10px;
	}
	#mainNavbar .nav-link .nav-c, #mainNavbar .nav-link .nav-e
	#insideNavbar .nav-link .nav-c, #insideNavbar .nav-link .nav-e{
		display: inline-block;
	}
	#indexPage .mobile-header-link{
		display: block;
	}
	#mainNavbar .nav-link .nav-c,
	#insideNavbar .nav-link .nav-c{
		margin-right: 10px;
	}
}
@media (max-width:991.98px) {
	#header{
		max-height: 100vh;
		overflow: auto;
	}
	.logo{
		width: 210px;
	}
	.header-info{
		padding-top: 10px;
		padding-left: 10px;
	}
	.logo-info{
		width: 380px;
	}
	#insideNavbar .dropdown-menu{
    padding: 5px 25px;
    font-size: 1.6rem;
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
		background-color: #f5faf0;
	}
}
@media (max-width:767.98px) {
	.navbar-brand{
		margin-left: -8px
	}
	.logo{
		width: 150px;
		margin-top: 0;
		margin-bottom: 0
	}
	.header-reg{
		margin-left: 15px;
		font-size: 14px;
		padding: 5px;
	}
	html:lang(en) .header-reg{
		padding: 3px 5px;
	}
	#header.sticky .logo{
		width: 280px;
	}
	.logo-info{
		width: calc(100vw - 130px);
		max-width: 360px;
	}
	#header.sticky .logo-info{
		width: calc(100vw - 130px);
	}
	.portal-header .logo-info{
		width: calc(100vw - 100px);
		max-width: 360px;
	}
	#header.portal-header.sticky  .logo-info{
		width: calc(100vw - 100px);
	}
	#header .mobile-header-link .socialBar{
		display: none;
	}
	.inside-header .mobile-header-link{
		display: block;
		margin-right: 3px;
	}
	.inside-header .mobile-header-link .btn{
		padding: 10px 2px;
		font-size: 20px;
	}
	.socialBar{
		text-align: center;
		border: none;
		padding: 0;
		margin: 10px 0;
		display: block;
	}
	.headSearch-lg{
		display: none;
	}
	
}
@media (max-width:374px){
	.logo{
		width: 130px;
	}
	.logo-info{
		width: calc(100vw - 130px);
		max-width: 250px;
	}
	.portal-header .logo-info{
		width: calc(100vw - 90px);
		max-width: 250px;
	}
}
/***************************************************menu*/
#mainNavbar .navbar-nav{
	flex-wrap: wrap;
}
#mainNavbar .navbar-nav .nav-item,
#insideNavbar .navbar-nav .nav-item{
	margin-right: 10px;
	margin-left: 10px;
}

html:lang(en) #mainNavbar .navbar-nav .nav-item{
	margin-left: 4px;
	margin-right: 4px;
}
#mainNavbar .nav-link,
#insideNavbar .nav-link{
	color: #666;
	white-space: nowrap;
}
#mainNavbar .nav-link:hover, #mainNavbar .nav-link:focus,
#insideNavbar .nav-link:hover, #insideNavbar .nav-link:focus{
	color: #4da535;
}
#mainNavbar .dropdown-toggle::after,
#insideNavbar .dropdown-toggle::after{
	display: none;
}
#mainNavbar .dropdown-menu,
#insideNavbar .dropdown-menu{
	border: none;
	border-radius: 0;
	min-width: 200px;
	padding: 10px;
	font-size: 1.6rem;
	text-align: left;
}
/*.dropdown-menu .nav-link:hover, .dropdown-menu .nav-link:focus, .dropdown-menu .nav-link.active{
	background-image: url(../images/drop-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}*/
@media (max-width:1199.98px){
	.dropdown-menu{
		margin-top: 0;
	}
	#mainNavbar .dropdown-menu{
    padding: 5px 25px;
    font-size: 1.6rem;
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
		background-color: #f5faf0;
	}
	#mainNavbar .navbar-nav .nav-item,
	#insideNavbar .navbar-nav .nav-item{
		margin-right: 5px;
		margin-left: 5px;
	}
	#mainNavbar,
	#insideNavbar{
	}
}
/*custom breakpoints*/

@media (max-width: 1439.98px) {
  #indexPage .navbar-expand-custom > .container,
  #indexPage .navbar-expand-custom > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1440px) {
  #indexPage .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #indexPage .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #indexPage .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #indexPage .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #indexPage .navbar-expand-custom > .container,
  #indexPage .navbar-expand-custom > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #indexPage .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  #indexPage .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .inside-header .navbar-expand-custom > .container,
  .inside-header .navbar-expand-custom > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .inside-header .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .inside-header .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .inside-header .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .inside-header .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .inside-header .navbar-expand-custom > .container,
  .inside-header .navbar-expand-custom > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .inside-header .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .inside-header .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}
@media (max-width:767px){
	#mainNavbar .nav-link,
	#insideNavbar .nav-link{
		white-space: inherit;
	}
}
/*end custom breakpoints*/
/*******************************************************************custom-toggle**/
.custom-toggle {
  position: relative;
	height: 39px;
	width: 30px;
  padding: 0;
	margin: 0;
	margin-left: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.inside-header .custom-toggle{
	margin-left: auto;
	margin-top: -50px;
}
.custom-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 0;
	background-color: #444;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	top: 15px;
	opacity:1;
}
.custom-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}
@media (min-width: 1200px) {
  #indexPage .custom-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .inside-header .custom-toggle {
    display: none;
  }
}
.custom-toggle:hover,
.custom-toggle:focus {
	outline: 0;
}
.custom-toggle .bar1,
.custom-toggle .bar4{
	opacity:0;
}
.custom-toggle.collapsed .bar1{
	opacity:1;
	top: 4px;
}
.custom-toggle.collapsed .bar4{
	opacity:1;
	top: 28px;
}
.custom-toggle .icon-bar.bar2{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-toggle .icon-bar.bar3{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custom-toggle.collapsed .icon-bar{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
@media (max-width:767.98px){
	.inside-header .custom-toggle{
		margin-top: 0;
		margin-left: 5px;
	}
}
/*****************************************************banner slider**/
.banner-slider{
	margin-bottom: 0 !important;
}
.banner-slider .banner-item{
	display: block;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.banner-item.py{
	padding-top: 30px;
	padding-bottom: 30px;
}
.banner-slider .banner-item a:focus{
	outline: none;
}
.banner-slider .banner-item img{
	margin: auto;
	display: block;
}
.banner-slider .banner-item.banner-right{
	background-position: center right;
}
@media (min-width: 1200px){
.banner-slider .banner-item.banner-right img{
	margin-right: 90px;
}
.banner-slider .banner-item.banner-left img{
	margin-left: 90px;
}
}
.banner-slider .banner-item.banner-left{
	background-position: center left;
}
.banner-slider .slick-dots{
	bottom: 15px;
}
@media (min-width: 1920px){
.banner-item.py{
	padding: 2vw;
}
.banner-item.py img{
	width: 65vw;
}
}
@media (max-width: 1200px){
.banner-item.py{
	padding-top: 2vw;
	padding-bottom: 2vw;
}
}
@media (max-width: 767.98px){
	.banner-slider .slick-dots{
	  bottom: 0px;
	}
	.slick-dots li{
	  height: 12px;
	}
	.slick-dots li button:before, .slick-dots li.slick-active button:before {
	  width: 10px;
	  height: 10px;
	}
}
/***************************************************banner*/
.inside-banner .banner-item{
	width: 100%;
	max-height: 490px;
	height: 39vw;
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


@media (max-width:767.98px){
	.inside-banner .banner-item{
		height: 80vw;
	}
}
/***************************************************  info-bar*/
.gradientBG{
	background: #009fe3;
	background: -moz-linear-gradient(-45deg,  #009fe3 21%, #95c11e 100%);
	background: -webkit-linear-gradient(-45deg,  #009fe3 21%,#95c11e 100%);
	background: linear-gradient(135deg,  #009fe3 21%,#95c11e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#95c11e',GradientType=1 );
}
.info-bar{
	font-size: 2.2rem;
	line-height: 1.2em;
	font-weight: bold;
	padding: 10px 0;
}

.info-left{
	display: flex;
	width: auto;
}
.info-bar .info-venue, .info-bar .info-date{
	display: flex;
	justify-content: flex-start;
	padding-right: 50px;
}
@media (min-width: 992px){	
	.info-bar .info-venue, .info-bar .info-date{
	  align-items: center;
	}
}
.wicon{
	width: 80px;
	align-self: flex-start;
	margin-top: -10px;
	margin-bottom: -10px;
}
.wicon-s{
	height: 30px;
	margin: 0;
}
#indexPage .info-bar{
	padding-top: 15px;
	padding-bottom: 15px;
}
.info-bar .d-md-table-cell{
	overflow: auto;
	padding: 15px 0;
	vertical-align: top;
}
/* .info-bar .info-venue, .info-bar .info-date{
	width: 40%;
} */
.info-btn{
	/* border: 1px solid #fff;
	color: #fff; */
	font-size: 20px;
	font-weight: bold;
	border-radius: 0;
	line-height: 24px;
	padding: 10px;
}
/*.info-btn:hover, .info-btn:focus{
	background-color: rgba(255,255,255,0.80);
	color: #4da535;
}*/
.info-date:lang(en) .summitTitle{
	width: 173px;
}
.input-group input{
	height: auto;
}
.input-group i.fa{
	width: 1em;
}
.subBox{
	min-width: 360px;
	margin-bottom: 0;
}
.sub-title{
	text-align: left;
}
.subBox .sub-other{
	display: none;
	overflow: hidden;
	transition: 0.4s all;
}
.subBox:focus-within .sub-other, .subBox:hover .sub-other{
	height: auto;
	display: block;
}
.subBox .checkbox{
	font-size: 1.6rem;
}

.checkbox {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer; }

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: white;
	border: 1px solid #707070; }
  
  /* On mouse-over, add a grey background color */
  .checkbox:hover > input ~ .checkmark,
  .checkbox input:focus ~ .checkmark {
	background-color: #eee; }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox > input:checked ~ .checkmark {
	background-color: #2196F3;
	border: 1px solid #2196F3; }
  .checkbox.notCheck > input:checked ~ .checkmark {
	background-color: #dc3545;
	border: 1px solid #dc3545; }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after,
  .checkmark:before {
	content: "";
	position: absolute;
	display: none; }
  
  /* Show the checkmark when checked */
  .checkbox input:checked ~ .checkmark:after {
	display: block; }
  .checkbox.notCheck input:checked ~ .checkmark:before {
	display: block; }
  
  /* Style the checkmark/indicator */
  .checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg); }
  
  .checkbox.notCheck .checkmark:after {
	width: 4px;
	top: 1px;
	height: 15px;
	border-width: 0 3px 0 0;
  }
  .checkbox.notCheck .checkmark:before {
	left: 7px;
	top: 1px;
	width: 4px;
	height: 15px;
	border: solid white;
	border-width: 0 0 0 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg); }
  
  .checkItem {
	width: 100%;
	padding-left: 20px;
	position: relative;
	cursor: pointer; }
	.checkItem:hover, .checkItem:focus {
	  color: #AFDBC9; }
	.checkItem input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0; }
	.checkItem .tick {
	  position: absolute;
	  display: inline-block;
	  left: 4px;
	  top: 1px; }
	.checkItem input:checked ~ .tick:after {
	  content: "";
	  display: block;
	  width: 0.5em;
	  height: 1em;
	  border-color: #81D3AA;
	  border-style: solid;
	  border-width: 0 0.26em 0.26em 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg); }
#subscribeEmailError{
	margin-top: 5px;
	font-size: 1.4rem;
	background: red;
	color: white;
	display: inline-block;
	padding: 3px 10px;
	border-radius: 100px;
}
@media (min-width:1200px){
	.col-info{
		max-width: 70%
	}
	.col-sub{
		max-width: 30%;
	}
}
@media (max-width:1199.98px){
	.subBox{
		margin-top: 2rem;
		width: 100%;
	}
}
@media (max-width:991.98px){
	
	.info-bar{
		font-size: 1.8rem;
	}
	.info-left{
		flex-wrap: wrap;
	}
	.info-date .summitTitle{
		width: 173px;
	}
	.info-date:lang(en) .summitTitle{
		width: 140px;
	}
	.wicon{
		width:  36px;
		margin: 0;
		margin-top: -7px;
		margin-bottom: 7px;
	}
	.sub-title{
		text-align: left;
	}
}
@media (max-width:767.98px){
	.info-bar{
		font-size: 1.6rem;
		padding: 4px 0 8px 0;
		font-weight: normal;
	}
	.info-bar .info-venue, .info-bar .info-date{
		width: 100%;
	}
	.info-date:lang(en) .summitTitle{
		width: auto;
	}
	#indexPage .info-bar .info-venue{
		margin-bottom: 15px;
	}
	.info-bar .d-md-table-cell{
		padding: 0;
	}
	.info-bar .info-btn{
		font-size: 1.8rem;
	}
	.info-bar .small{
		font-size: 1.4rem;
		white-space: nowrap
	}
}
/***************************************************  index*/
.modal-a .modal-content{
	border-radius: 10px;
	border: 4px solid #f29600;
	background: rgba(255,255,255,0.9);
	padding: 15px;
}
.modal-a .modal-header{
	border: none;
	padding-bottom: 0;
}
.modal-a .modal-footer{
	border: none;
}
.stat-wrap{
	text-align: center;
	display: table;
	width: 100%;
}
.stat-clear{
	display: none;
}
.stat-item{
	display: table-cell;
	text-align: center;
	padding: 15px;
	width: 14.2%;
	line-height: 1.2em;
}
.stat-item img{
	display: block;
	width: 60px;
	margin: auto;
	margin-bottom: 10px;
}
.stat-num{
	font-size: 2.2rem;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.whiteBox{
	background: rgba(255,255,255,0.8);
	margin: auto;
	color: #333;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}
@media (max-width:991.98px){
	.stat-wrap{
		display: block;
		text-align: center;
	}
	.stat-item{
		width: 24%;
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width:767.98px){
	.stat-item{
		width: 32%;
		padding: 15px 10px;
		font-size: 1.4rem;
	}
	.stat-num{
		font-size: 1.8rem;
	}
}
/***************************************************Org*/
.orgWrap{
	max-width: 700px;
}
.orgLogo{
	display: inline-block;
	height: 110px;
	margin: 10px;
}
.org-title{
	margin: 10px 0;
}
@media (max-width:767.98px){
	.orgWrap{
		max-width: 300px;
		margin: auto;
	}
	.orgLogo{
		height: 80px;
		margin: 15px 10px;
	}
	.splogo{
		text-align: center;
	}
	.org-title{
		margin-top: 35px;
	}
}
/***************************************************** hoverCate**/
#hoverCate{
	max-width: 1550px;
}
.hoverCateItem{
	height: 580px;
	width: 100%;
	background: #444;
	display: table;
	color: #fff !important;
	position: relative;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}
.hoverCateItem .title{
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.hoverCateItem .overlayInfo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 15px;
	background: #000;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: 0.5s all;
}
.hoverCateItem:hover .overlayInfo{
	z-index: 1;
	opacity: 1;
}
@media (max-width:767.98px){
	.hoverCateItem{
		height: 400px;
	}
	.hoverCateItem .overlayInfo{
		font-size: 14px;
	}
}
/***************************************************** coverWrapper**/
.coverWrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.coverWrapper:after {
	padding-top: 66.667%;
	display: block;
	content: '';
}
.coverWrapper.scale169:after{
	padding-top: 56.25%;
}
.coverWrapper.square:after, .coverWrapper.circle:after{
	padding-top: 100%;
}
.video .coverWrapper:after{
	padding-top: 56.2%;
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	position: absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .3s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper.circle .cover{
	border-radius: 1000px;
	overflow: hidden;
}
.hoverText .hoverBox{
	opacity: 0;
	z-index: 0;
	transition: 0.3s all;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hoverText .hoverBox td{
	vertical-align: middle;
	text-align: center;
}
a:hover .hoverText .hoverBox{
	background: rgba(99,143,0,0.70);
	z-index: 99;
	opacity: 1;
}
.coverWrapper .overlayBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
}
.coverWrapper .overlayBox td{
	vertical-align: bottom;
}
.hoverBox .coverWrapper {
}
.overlays {
	background-color: rgba(0,0,0,0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s all;
}
a:hover .overlays, a:focus .overlays{
	background-color: rgba(0,0,0,0.4);
}
/***************************************************** inside**/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-item{
	position: relative;
}
.video-item .overlays{
	z-index: 1;
}
.video-item .play-btn{
	display: table;
	width: 100%;
	height: 100%;
}
.video-item .play-btn .btn-play{
	width: 50px;
}
.video-item .play-btn > div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.video-item .video-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	padding-top: 50px;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.left-menu{
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 360px;
}
.left-menu li{
	list-style: none;
	padding-left: 25px;
}
.left-menu li + li{
	margin-top: 5px;
}
.left-menu > li > a{
	padding: 10px 15px;
	border-radius: 5px;
	width: 100%;
	color: #a06bb1;
	display: block;
	position: relative;
	transition: 0.3s all;
}
.left-menu > li > a.active{
	background-color: #721790 !important;
	color: #fff;
}
.left-menu > li > a:hover{
	background: #a06bb1;
	color: #fff;
}
.left-menu > li > a.active::before{
	content: '';
	background: url(../images/list_hover.html) no-repeat;
	background-size: 18px 15px;
	height: 15px;
	width: 18px;
	display: block;
	position: absolute;
	top: 15px;
	left: -25px;
}
.btn-apply{
	background: #95c11e;
	border: 1px solid #95c11e;
	color: #fff;
	width: 8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.gradientBG .btn-apply{
	border-color: #fff;
	color: #fff;
}
.btn-apply:focus, .btn-apply:hover{
background: #7BA018;
	border-color: #7BA018;
color: #fff;
}
.btn-apply.selected{
background-color: #ddd !important;
border-color: #ddd !important;
color: #222 !important;
box-shadow: none;
}
@media (min-width:992px){
}
@media (max-width:767.98px){
}
/*******************************************  product / workshop  */
.product-wrap, .sw-wrap{
	margin-left: -10px;
	margin-right: -10px;
}
.product-item, .sw-item{
	padding: 10px;
}
.product-item{
	margin-bottom: 15px;
}
.sw-item a:hover .coverWrapper{
	opacity: 0.8;
}
/*.product-item .coverWrapper .cover img{
	object-fit: contain;
}*/
.speaker-item{
}
.speaker-cover{
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.row-10 .speaker-cover{
	padding-left: 10px;
	padding-right: 10px;
}
.speaker-cover .coverWrapper{
	width: 120px;
}
.sw-modal .speaker-cover .coverWrapper{
	width: 90px;
}
@media (max-width: 767.98px){
	.speaker-cover{
		width: 100%;
	}
	.sw-modal .speaker-cover .coverWrapper{
		width: 70px;
	}
}
.speaker-item .coverWrapper{
	max-width: 120px;
}
#indexPage .speaker-item .coverWrapper{
	max-width: 200px;
	margin: auto;
}
.product-info, .sw-info{
	margin-top: 10px;
}
.tag{
	display: inline-block;
	clear: both;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
}
.tag + .tag{
	margin-left: 5px;
}
.product-info .name, .sw-info .name{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 3px;
}
.product-info .company{
	font-size: 1.4rem;
	line-height: 1.3em;
}
.product-info .d-md-table-cell:first-child{
  white-space: nowrap;
}
.product-form{
	border: 1px solid #cccc;
	background: #fafafa;
	border-radius: 5px;
	padding: 20px;
}
.custom-form .product-cate .form-check-label{
	margin-left: 0;
	display: table;
}
.custom-form .product-cate .form-check-label > div{
	display: table-cell;
}
.custom-form .product-cate .cate-num{
}
.custom-form .product-cate .cate-content{
}
.date-filter{
	margin-bottom:25px;
}
.date-filter .btn.active{
	background-color: #006837  !important;
	color: #fff !important;
	border-color: #006837 !important
}
.date-filter .tagBg-1.active{
	background-color: #f39200 !important;
	border-color: #f39200 !important
}
.date-filter .tagBg-2.active{
	background-color: #009fe3 !important;
	border-color: #009fe3 !important
}
.date-filter .tagBg-3.active{
	background-color: #E84700 !important;
	border-color: #E84700 !important
}
.date-filter .tagBg-4.active{
	background-color: #95c11e !important;
	border-color: #95c11e !important
}
.date-list{
	margin-left: -15px;
	margin-right: -15px;
}
.time-slot{
	display: table;
	width: 100%;
}
.time-slot + .time-slot{
	border-top: 1px solid #ddd;
}
.time-slot > div{
	display: table-cell;
	padding: 0 20px;
}
.time-slot .time{
	white-space: nowrap;
	font-size: 2rem;
	font-weight: bold;
	border-right: 1px solid #eee;
	min-width: 10em;
}
.time-slot > .slot-info{
	width: 100%;
}
/*.time-slot > .slot-info > .sw-item{
	border-bottom: 1px solid #eee !important;
}*/
.date-list > .time-slot:last-child .sw-item{
	border-bottom:  none !important;
}
.custom-modal{
	position: relative;
	padding-top: 15px;
}
.custom-modal .close{
	z-index: 99;
	position: absolute;
	top: 3px;
	right: 6px;
	font-size: 40px;
	line-height: 30px;
	height: 30px;
	background: #fff;
}

#btn-cate{
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#btn-cate .btn-close, #btn-cate .btn-open{
  display: inline-block;
}
#btn-cate.collapsed .btn-open{
  display: inline-block;
}

#btn-cate .btn-open{
  display: none;
}
#btn-cate.collapsed .btn-close{
  display: none;
}
.cate-item{
  border: none;
  background: none;
  font-size: 1.5rem;
  white-space: normal;
  text-align: center;
  width: 7.5em;
  font-weight: bold;
  margin: 8px;
  padding: 0;
  margin-bottom: 2rem;
  outline: none !important;
  vertical-align: top;
}
#index-cate-list .cate-item{
  font-weight: bold;
  width: 12.6rem;
  margin: 8px;
  margin-bottom: 3rem;
}
.cate-item >.coverWrapper{
  transform: scale(0.95);
  width: 100px;
  transition: 0.3s all;
  opacity: 0.8;
  margin: auto;
}
#index-cate-list .cate-item >.coverWrapper{
  width: 120px;
  opacity: 1;
}
.cate-item >.text{
  /*width: 0;*/
  margin-top: 8px;
  font-size: 0.9em;
  line-height: 1.3;
  text-align: center;
}
.cate-item> div{
  display: block;
}
.cate-item:hover > .coverWrapper{
  transform:scale(1.1);
  opacity:1 ;
}
.cate-item:hover{
  background-color: none;
}

.cate-item.active > .coverWrapper{
  opacity: 1;
  transform:scale(0.95) !important;
}
/*.cate-item.active .coverWrapper.circle .cover:before{
  background-color: rgba(140,194,20,0.20);
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}*/
.cate-item > div{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cate-badge{
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 5px;
  background: #F5FAE6;
  display: inline-block;
  margin-bottom: 8px;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.09);
}
.cate-badge:hover{
  background: #94bd23;
  color: #fff;
}
.cate-bubble-list{
}
.inside-cate-list .coverWrapper .cover{
	/*background: #009fe3;*/
	background-color: #94c11e;
	border-radius: 15px;
}
.inside-cate-list .coverWrapper img{
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
}
.inside-cate-list.selected .cate-item .coverWrapper{
	opacity: 0.3 !important;
}
.inside-cate-list.selected .cate-item:hover .coverWrapper,
.inside-cate-list.selected .cate-item:focus .coverWrapper{
	opacity: 1 !important;
}
.inside-cate-list.selected .cate-item.active .coverWrapper{
	opacity: 1 !important;
}

#onlineKeynotes{
	background-color: rgba(243, 113,0,0.10) !important;
}

#online1{
	background-color: rgba(0,159,227,0.10) !important;
}

#onSite1{
	background-color: #f3f3f3 !important;
}
#online .date-list .time-slot,
#onSite .date-list .time-slot{
	background-color: white;
}


#online .date-list .time-slot:nth-child(even){
	background-color: #f5faf0
}
#onSite .date-list .time-slot:nth-child(even){
	background-color: #F4FBFF
}
@media (max-width:767.98px){
	.date-filter {
		text-align: left;
	}
	.date-filter .btn{
		margin-bottom: 5px;
	}
	#indexPage .product-info,#indexPage  .sw-info{
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	#indexPage .product-info .name, #indexPage .sw-info .name{
		font-size: 1.7rem;
	}
	.time-slot{
		display: block;
		padding: 15px;
	}
	.time-slot + .time-slot{
		border-top: 2px dotted #999;
	}
	.time-slot > div{
		display: block;
		padding: 0;
	}
	.slot-info .sw-item{
		padding-top: 0 !important;
	}
	.time-slot .time{
		border-right: none;
	}
	.modal-body .date-list{
		margin-left: 0;
		margin-right: 0;
	}
	.time-slot .sw-info .table-striped{
		display: block;
	}
	.time-slot .sw-info .table-striped td{
		display: block;
		border: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.time-slot .sw-info .table-striped tr{
		display: block;
    border-top: 1px solid #dee2e6;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
  
  .inside-cate-list .cate-item {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .inside-cate-list .cate-item + .cate-item{
    margin-top: 15px;
  }
  .inside-cate-list .cate-item .coverWrapper{
    margin: 0;
    width: 50px;
  }
  .inside-cate-list .cate-item .text{
    padding-left: 1em;
    margin-top: 0;
    align-self: center;
    text-align: left;
    width: calc(100% - 50px);
  }
  .inside-cate-list .cate-item  .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	white-space: normal !important;
  }  


}
/******************************************* product detail / exhibior detail*/
.product-detail{
	
}
.product-summary .name{
	font-size: 2.4rem;
	font-weight: bold;
}
.product-summary .exhibitor-info{
	font-size: 1.6rem;
}
.exhibitor-info{
	line-height: 1.3em;
	padding: 15px;
	font-size: 2rem;
  background: #f5f5f5;
	margin-bottom: 1.5rem;
	border-radius: 5px;
}
.fotorama__caption__wrap {
   background-color: rgba(255,255,255,0.6) !important;
}
.product-summary .product-info{
  font-size: 1.5rem;
}
.product-summary .product-info .th{
  white-space: nowrap;
  font-weight: bold;
}
.product-summary .product-info .d-md-table-row{
}
.product-summary .product-info .d-md-table-cell{
  padding: 10px 0;
  vertical-align: top;
}
.product-summary .product-info .d-md-table-row {
}
@media (min-width:768px){
  .collapse.only-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .product-summary .product-info .d-md-table-cell + .d-md-table-cell{
    padding-left: 1em;
  }
}
@media (max-width:767.98px){
	.product-summary .name{
		font-size: 2rem;
		font-weight: bold;
	}
  .product-summary .product-info .d-md-table-row {
    padding: 10px 0 ;
  }
  .product-summary .product-info .d-md-table-cell{
    border: none;
    padding: 2px 0;
  }
}
/******************************************* scroll To Top*/
.scrollToTopContainer{
	display: none;
	position: fixed;
	margin: 0;
	bottom: 110px;
	right: 5px;
	z-index: 200;
}
.scrollToTopContainer .text{
	display: none;
	color: #333;
	position: absolute;
	right: 55px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 12.5px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.scrollToTopContainer:hover .text,
.scrollToTopContainer:focus .text,
.regCart:hover .text,
.regCart:focus .text{
	display: block;
}
.scrollToTop{
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	line-height: 50px;
	border-radius: 100px;
	text-align: center;
	background: #6fb92c;
	opacity: 0.8;
	transition: background 0.3s;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.scrollToTop img, .regCartBtn img{
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
}
.scrollToTop:hover, .scrollToTop:focus{
	background: #009fe3;
	outline: none;
}
.at-expanding-share-button{
	bottom: 165px !important;
	right: 5px !important;
}
@media screen and (min-width:950px){
	.scrollToTop:hover img,
	.scrollToTop:focus img{	
	  animation-duration: 1s;
	  animation-fill-mode: both;
	  animation-name: bounce;
	  transform-origin: center;
	}
}
@media (max-width:767.98px){
	.at-expanding-share-button{
		bottom: 145px !important;
		right: 5px !important;
	}
	.scrollToTopContainer{
		bottom: 95px;
	}
	.scrollToTop{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
/******************************************* share */
.sbuttons {
	bottom: 170px;
	position: fixed;
	right: 5px;
	z-index: 201;
  }
  .sbutton {
	float: none !important;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: white;
	margin: 5px auto 0;
	box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
	position: relative;
	opacity: 0.8;
  }
  .sbutton > i {
	font-size: 24px;
	line-height: 50px;
	transition: all .2s ease-in-out;
	transition-delay: 2s;
	color: white;
  }
  .sbutton:active,
  .sbutton:focus,
  .sbutton:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
	outline: none;
  }
  .sbutton:not(:last-child) {
	width: 40px;
	height: 40px;
	margin: 5px auto 0;
	opacity: 0;
	padding: 0 !important;
	border-radius: 4px;
  }
  .sbutton:not(:last-child) > i {
	font-size: 20px;
	line-height: 40px;
	transition: all .3s ease-in-out;
  }
  .sbuttons:hover .sbutton:not(:last-child),
  .sbuttons:focus-within .sbutton:not(:last-child){
	opacity: 1;
  }
  .sbutton:nth-last-child(1) {
	-webkit-transition-delay: 25ms;
	transition-delay: 25ms;
  }
  .sbutton:not(:last-child):nth-last-child(2) {
	-webkit-transition-delay: 20ms;
	transition-delay: 20ms;
  }
  .sbutton:not(:last-child):nth-last-child(3) {
	-webkit-transition-delay: 40ms;
	transition-delay: 40ms;
  }
  .sbutton:not(:last-child):nth-last-child(4) {
	-webkit-transition-delay: 60ms;
	transition-delay: 60ms;
  }
  .sbutton:not(:last-child):nth-last-child(5) {
	-webkit-transition-delay: 80ms;
	transition-delay: 80ms;
  }
  .sbutton:not(:last-child):nth-last-child(6) {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
  }
   
  [tooltip]:before {
	font-family: 'Roboto';
	font-weight: 600;
	border-radius: 2px;
	background-color: #585858;
	color: #fff;
	content: attr(tooltip);
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	padding: 5px 7px;
	margin-left: 10px;
	position: absolute;
	right: 105%;
	bottom: 20%;
	white-space: nowrap;
  }
   
  [tooltip]:hover:before,
  [tooltip]:hover:after,
  [tooltip]:focus:before,
  [tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
  }
  .sbutton.mainsbutton {
	background: #ff8c00;
  }
  .sbutton.wechat {
	background: #9de60b;
  }
  .sbutton.twitt {
	background: #03A9F4;
  }
  .sbutton.fb {
	background: #3b5998;
  }
  .sbutton.whatsapp {
	background: #25d366;
  }
  .sbutton.in {
	background: #007bb5;
  }
  .sbutton.copy {
	background: #606167;
  }
  .sbutton.email {
	background: #21AB9A;
  }
  .sbutton.tg {
	background: #fff;
	padding: 0 !important;
  }
  .sbutton.tg i{
	color: #0088cc;
	font-size: 40px;
  }
  @media (max-width: 767.98px){
	.sbuttons{
	  bottom: 145px;
	}
	.sbutton {
	  float: none !important;
	  display: block;
	  width: 40px;
	  height: 40px;
	}
	.sbutton i{
	  font-size: 20px;
	  line-height: 40px;
	}
	
}
/******************************************* regCart*/
.regCart{
	display: block;
	position: fixed;
	margin: 0;
	right: 0px;
	z-index: 200;
	bottom: 60px;
}
.regCartBtn{
	background-color: #f39200;
	position: relative;
}
.regCartBtn .badge{
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
	font-size: 14px;
}
.regCartBtn:hover, .regCartBtn:focus{
	background: #009fe3;
}
.card-session{
	margin-top: 1em;
	margin-bottom: 1em;
	position: relative;
	transition: 0.3s all;
	transform: translateY(0);
}
.card-session .btn-hover{
	position: absolute;
	top: -10px;
	right: -10px;
	background: #ccc;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	height: 32px;
	width: 32px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 32px;
}
.card-session:hover{
	transform: translateY(-2px);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.15);
}
.card-session .btn-hover:hover{
	background: #999;
}
@media (max-width:767.98px){

	.card-session .btn-hover{
		display: block;
	}	
}
/******************************************* portal*/

.custom-form{
	font-size: 1.6rem;
}
.custom-form legend{
	margin-top: 1.5rem;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0.5em 0;
}

.exhibit-list{
	font-size: 1.4rem;
}
.exhibit-name{
	font-weight: bold;
}
.exhibit .exhibit-control{
	text-align: right;
}
@media (min-width: 768px){	
	.exhibit-list{
		display: table;
		width: 100%;
	}
	.exhibit{
		display: table-row;
	}
	.exhibit:nth-child(2n-1){
		background: #f6f6f6;
	}
	.exhibit> div{
		display: table-cell;
		border-top: 1px solid #ddd;
		padding: 10px;
	}
	.exhibit-head > div{
		background: #4da535;
		color: #fff;
	}
	.exhibit .exhibit-control{
		text-align: right;
	}
}
@media (max-width: 767.98px){	
	.exhibit-list{
		display: block;
		width: 100%;
	}
	.exhibit-head{
		display: none !important;
	}
	.exhibit{
		display: block;
		padding: 10px;
		background: #F5F5E5;
		margin-bottom: 15px;
	}
	.exhibit-cate::before{
		content: '展品類別 Product Category：';
	}
	.exhibit> div{
		padding: 5px 0;
	}
	.exhibit:nth-child(2n-1){
		background: #f6f6f6;
	}
	
}
#gies{
	margin-top: 70px;
}
#gies.bg-orange{
	background: #fef5e6;
}
#gies .portfolio-item {
	right: 0;
	margin: 0 0 30px;
}
#gies .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer
}
#gies .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	background: rgba(0,159,277,.8)
}
#gies .portfolio-item .portfolio-link .portfolio-hover.green{
	background: rgba(149,193,30,0.8)
}
#gies .portfolio-item .portfolio-link .portfolio-hover.darkblue{
	background: rgba(5,65,92,0.80)
}
#gies .portfolio-item .portfolio-link .portfolio-hover.orange{
	background: rgba(243,146,0,0.8)
}
#gies .portfolio-item .portfolio-link .portfolio-hover:hover {
	opacity: 1
}
#gies .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	font-weight: bold;
	color: #fff
}
#gies .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px
}
#gies .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #gies .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
	margin: 0
}
#gies .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 12px 25px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	color: #fff;
}
#gies .portfolio-item .portfolio-caption h4 {
	margin: 0;
	text-transform: none
}
#gies .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
#gies * {
	z-index: 2
}

@media (min-width:767px) {
#gies .portfolio-item {
	margin: 0
}
}
.portfolio-modal {
	padding-right: 0!important
}
.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	text-align: center
}
.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px
}
.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px
}
.portfolio-modal .modal-content button {
	cursor: pointer
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent
}
.portfolio-modal .close-modal:hover {
	opacity: .3
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529
}
/******************************************* schedule*/
.schedule-item{
	background: #fff;
	padding: 0 15px;
	margin-bottom: 30px;
}
.schedule-item .sw-item{
	padding: 15px 0;
	border-bottom: 2px dotted #999;
	width: 100%;
}
.schedule-item .sw-item:last-child{
	border-bottom: none;
}
.schedule-item .sdate, .speaker-item .sdate{
	color: #fff;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
}
.custom-modal .sdate{
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: 10px;
}
.sp-modal table{
	font-size: 1.6rem;
}
/******************************************* footer*/

#footer{
	background: #555555;
	padding: 35px 0;
	color: #fff;
	font-size: 1.4rem;
}
.gbar{
	height: 5px;
	background: #3e9ad6;
	background: -moz-linear-gradient(left,  #3e9ad6 0%, #6fb92c 35%, #f29800 72%, #f8f297 100%);
	background: -webkit-linear-gradient(left,  #3e9ad6 0%,#6fb92c 35%,#f29800 72%,#f8f297 100%);
	background: linear-gradient(to right,  #3e9ad6 0%,#6fb92c 35%,#f29800 72%,#f8f297 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9ad6', endColorstr='#f8f297',GradientType=1 );
}
#footer a{
	color: #fff;
}
.footer-link{
	text-align: right;
}
.footer-bottom{
	text-align: justify;
}
.footer-icon{
	width: 50px;
	display: inline-block;
}
.cartContainer{
	position: fixed;
	bottom: 15px;
	right: 0;
	z-index: 99;
}
/*.cart{
	width: 40px;
}*/
.cart .text{
	background: linear-gradient(to right, #00D3AE, #3886FF);
	opacity: 0.7;
	transition: 0.3s all;
	color: #fff;
	display: block;
	font-size: 18px;
	text-decoration: none;
	line-height: 28px;
	padding: 15px 20px;
	white-space: nowrap;
	background-color: rgba(0,0,0,.7);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-backface-visibility: hidden;
}
.cart .badge{
	font-size: 22px;
	padding: 3px 5px;
}
.cartContainer .text:hover, .cartContainer .text:focus{
	opacity: 1;
}
@media (max-width:767.98px){
	.footer-link{
		text-align: left;
		margin-top: 15px;
	}
	.footer-bottom{
		text-align: left;
	}
	.cart .text{
		font-size: 16px;
		padding: 6px 15px;
	}
}
/*********************************************images map*/
.image-map-pro-container .fa,
.imp-ui-element .fa{
	line-height: inherit;
}
.imp-shapes-menu-shape-title{
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 10px 15px;
}
.imp-shapes-menu-shape-title > span{
	display: block;
}		
.imp-shapes-menu-shape-title .btn{
	font-size: 13px;
	margin-top: 2px;
	background-color: #009fe3 !important;
	border-color: #009fe3 !important;
	color: #fff !important;
}									  
.imp-shapes-menu-wrap span.imp-search-highlight{
	display: inline;
}																			  
.imp-ui-navigator-root{
	left: 10px;
	bottom: 10px;
}

.imp-tooltip {
	padding: 13px !important;
}
.imp-tooltip h3{
	font-size: 15px !important;
}
.imp-tooltip h3 span{
	display: block;
}

.imp-tooltip-title .squares-element{
	padding: 5px !important;
}
.imp-tooltip-title .squares-element > p > span{
	display: block;
}
.imp-tooltip-title .btn{
	margin-top: 3px;
}	
@media (max-width:575.98px){
	.imp-ui-navigator-background-image-edgefill,
	.imp-ui-navigator-background-image,
	.imp-ui-navigator-window-image{
		max-width: 100px;
		max-height: 100px;
	}
}

/*****************************************************Event Archive**/
.eventArchive-container{
  margin-bottom: 3rem;
}
/*.eventArchive-bg{
  background-repeat: no-repeat;
  background-image: url('../images/bg-ea-1.png'),url('../images/bg-ea-b.jpg');
  background-size: contain;
  background-position: top right, bottom left;
  background-attachment: fixed;
}*/

.eventArchive-bg{
	background-repeat: no-repeat;
	background-image: url('../images/bg6.jpg');
	background-size: cover;
	background-position: bottom right;
	background-attachment: fixed;
}
@media (max-width: 1199.98px){
	.eventArchive-bg{
		background-position: bottom left;
	}
}
@media (max-width: 991.98px){
	.eventArchive-bg{
		background-position: center;
	}
}
.eventArchive-container > header{
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 10px 10px 0;
}
.eventArchive-container > header > div{
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.eventArchive-container > header > div:last-child{
  border-right: none;
}
.eventArchive-section{
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}
.eventArchive-section:last-child{
  border-bottom: none;
}
.eventArchive-part .title, .eventArchive-section-time{
  font-weight: bold;
  font-size: 2rem;
  padding: 0.3rem 0;
}
.eventArchive-section-time{
  margin-bottom: 1rem;
}
.eventArchive-part{
  margin-bottom: 2.5rem;
}
.eventArchive-section .d-table-row:last-child .eventArchive-part{
  margin-bottom: 0;
}
.eventArchive-part .title{
  margin-bottom: 0.5rem;
}
.eventArchive-part .sub-title{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.btn-play{
  width: 9rem;
  vertical-align: middle;
}
.eventArchive-container .lightBoxVideoLink{
  display: inline-block;
  margin-bottom: 1.5rem;
}
.eventArchive-container .spealer-item{
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.eventArchive-container .spealer-item .small{
  font-size: 1.4rem;
}
@media (max-width:767.98px){
  .eventArchive-container > header{
    font-size: 2.2rem;
  }
  .eventArchive-part .title, .eventArchive-section-time{
    font-weight: bold;
    font-size: 2rem;
  }
  .eventArchive-part .sub-title{
    font-size: 1.8rem;
  }
}

/*****************************************************Invitation reply form**/
.attendingSessions{
	margin: 15px auto;
	padding: 20px 15px;
	border-color: #F0F3F4;
	background-color: #F0F3F4;
  }

/* 20230104 */
.linkover-blue , .linkover-green, .linkover-orange {
	max-width: 400px !important;
	float: inherit !important;
	transform: none !important;
	margin: 0px auto !important;
	position: relative !important;
}
.linkover-blue .dropdown-item , .linkover-green .dropdown-item, .linkover-orange .dropdown-item {
	padding: 0.75rem 1.5rem;
	white-space: normal !important;
}
.linkover-blue a:hover, .linkover-green a:hover, .linkover-orange a:hover {
	background-color: #009fe3;
	color: #fff;
	
}
.linkover-green a:hover {
	background-color: #95c11e;
}
.linkover-orange a:hover {
	background-color: #f39200;
}

/* */

.table-striped > div:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.news-img > img {
	max-width: 800px;
	width: 100%;
}

.sw-info > .job-title {
	font-size: 1.6rem;
}