@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.6rem; /* default font-size for document */
	line-height: 1.4;
	font-style: normal;
	overflow-x: hidden;
}
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;*/
	color: #04AEC1;
}
section {
}
h1,
.h1 {
  font-size: 4rem;
}
h2,
.h2 {
  font-size: 3.2rem;
font-weight: normal;
}
h3,
.h3 {
  font-size: 2rem;
	font-weight: bold;
}
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: 10px;
	padding-bottom: 10px;
}
.sp30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sp30-all {
	padding: 30px;
}
.sp30-5 {
	padding-top: 30px;
	padding-bottom: 5px;
}
.sp50 {
	padding-top: 10px;
	padding-bottom: 0px;
}
.sp_bottom70 {
	padding-bottom: 0px;
}
.sp_left50 {
	padding-left: 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;
}
section.sp50 .container{
	padding-right: 25px;
    padding-left: 25px;
}
.no-radius {
	border-radius: 0;
}

.round-radius {
	border-radius: 0px 30px 0px 30px;
}
.round-radius-2rem {
	border-radius: 2rem;
}

.breadcrumb{
	background: none!important;
	width: 100%;
	margin: 0 auto;
	padding:15px 0;
	font-size: 1.4rem;
	color: #666;
}
.breadcrumb a{
	color: #666;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #ed6c00;
}
.breadcrumb > .active{
	color: #666;
}
.breadcrumb > li + li:before{
	color: #666;
	content: "/\00a0";
}
.gold {
	color: #70592c;
}
.white {
	color: #fff !important;
}
.red {
	color: red;
}
/*.text-green-l{
	color: #95c11e;
}*/

.text-shadow {
text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.text-darkgreen{
	color: #377C69;
}
.text-green{
	color: #95c11e;
}
.text-blue{
	color: #00698C;
}
.text-red{
	color: red;
}
.text-purple{
	color: #AA3578;
}
.text-gray{
	color: #333;
}
.bg-lightblue{
	background-color: #009fe3;	
}
.bg-gradient-blue{
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,0.8) 0%, rgba(9,9,121,0.4) 12%, rgba(255,255,255,0) 35%);
	}
.bg-gradient-blue01{
background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,0.6) 0%, rgba(9,9,121,0.3) 12%, rgba(255,255,255,0) 35%);
	}
.bg-gradient-green{
background: #b30708;

	}
.bg-lightgreen{
	background-color: #96C900;	
}
.bg-midblue{
	background-color: #00698C;	
}
.bg-darkblue{
	background-color: #00405b;
}
.bg-blue{
	background-color: #079f80;
}

.bg-purple{
	background-color: #90278E;
}
.bg-red{
	background-color: #EE4036;
}
.bg-green{
	background-color: #5dab43;
}

.bg-darkgreen{
	background-color: #377C69;
}
.bg-green01{
	background-color: #48B875;
}
.bg-green02{
	background-color: #42AA83;
}
.bg-green03{
	background-color: #91C248;
}
.bg-gray{
	background-color: #5d7366;
}
.bg-gray00{
	background-color: #555;
}
.bg-gray01{
	background: rgba(235,235,235,1);
}
.bg-gray02{
	background: rgba(245,245,245,1);
}
.border_top_gray{
	border-top: 1px solid #c9c9c9;
}
.bg-orange{
	background-color: #f39200;
}
.text-darkblue{
	color: #00405b;
}
.text-orange{
	color: #EF4518;
}

.text-large{
	font-size: 1.2em;
}
.text-xlarge{
	font-size: 1.6em;
}

.text-xxlarge{
	font-size: 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;
}
.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;
}

.top_header {
    background: #f40001;
    /*background: #FF6600;*/
}

.header-topbar-col {
    padding: 10px 0;
}

.header-topbar-col ul {
    color: #ffffff;
    margin-top: 10px;
}

.header-topbar-col ul li i {
    color: #ffffff;
}

.header-topbar-col ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Varela Round';
}

.header-topbar-col .form-control {
    background: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    height: 35px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-topbar-col .form-control:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-topbar-col .input-group .form-control:focus {
    background: #ffffff;
    border-color: #FF6600;
    box-shadow: none;
}

.header-topbar-col .input-group .btn {
    background: #a9a9a9;
    color: #ffffff;
    height: 35px;
    width: 50px;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
    padding: 0;
}

.header-two .modal-content {
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding: 25px 0px;
}

.header-two .modal-content .form-control {
    background: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    height: 50px;
    border: 1px solid #ddd;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}






@media (max-width:767.98px) {
	h1,
  .h1 {
    /*font-size: 3rem;*/
	  font-size: 2.5rem;
  }
  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;
	}
	.sp_left50 {
		padding-left: 0px;
}
	.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:Black;
}
.fontSize .defaultFont{
	font-size: 100%;
}
.fontSize .largerFont{
	font-size: 125%;
}
.fontSize .xLargerFont{
	font-size: 150%;
}
@media (max-width:1200px){
.fontSize .selected a{
	color:Red;
}
}
/***************************************************bootstrap override*/
.form-control{
	font-size: 1.4rem;
}
.btn{
	/*font-size: 1.6rem;*/
	font-size: 1.4rem;
}
.dropdown-menu, .input-group-text{
	font-size: 1.6rem;
}
.btn-info:focus, .btn-success:focus{
	color: #fff;
}
.tooltip{
	font-size: 1.4rem;
}
@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: 700px;
	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-half{
	border-radius: 0;
	min-width: 49%;
	margin: 5px auto;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	/*background-color: #009fe3;*/
}
.btn-blue{
	background-color: #079f80;
	border-color: #079f80;
	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-gradientBG_blue01-o{
	width: 100%; 
	font-size: 1.8rem; 
	padding: 10px; 
	border-radius: 30px;
	font-weight: bold;
	background-color: none;
	border-color: #B8D3C9;
	color: #377C69 !important;
}
.btn-gradientBG_blue01-o:hover{
	background: #377C69;
	background: -moz-linear-gradient(-45deg,  #377C69 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #377C69 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #377C69 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377C69', endColorstr='#C1DFDD',GradientType=1 );
	border-color: #fff;
	color: #fff !important;
}

.btn-gradientBG_blue01-o:focus{
	background: #00698C;
	background: -moz-linear-gradient(-45deg,  #00698C 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #00698C 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #00698C 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698C', endColorstr='#C1DFDD',GradientType=1 );
	border-color: #fff;
	color: #fff !important;
}

.btn-gradientBG_purple01-o{
	width: 100%; 
	font-size: 1.8rem; 
	padding: 10px; 
	border-radius: 40px;
	font-weight: bold;
	background-color: none;
	border-color: #B8D3C9;
	color: #AA3578 !important;
}
.btn-gradientBG_purple01-o:hover{
	background: #377C69;
	background: -moz-linear-gradient(-45deg,  #377C69 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #377C69 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #377C69 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377C69', endColorstr='#C1DFDD',GradientType=1 );
	border-color: #fff;
	color: #fff !important;
}

/**.btn-gradientBG_purple01-o:focus{
	background: #00698C;
	background: -moz-linear-gradient(-45deg,  #00698C 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #00698C 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #00698C 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698C', endColorstr='#C1DFDD',GradientType=1 );
	border-color: #fff;
	color: #fff !important;
}**/

.fa-width  { 
	font-size: 2.2rem;
	/*width: 2rem;
	margin-left: 10px;
    margin-right: 10px;*/
    text-align: center;}

/**.school {
	width: 80%; 
	margin: 10%;
}**/

.address_pic {
	padding-left: 3rem !important;
}
@media (max-width:768px){
.address_pic {
	padding-left: 0 !important;
	}
}

.white_canvas {
	background-color: rgba(255,255,255,0.7); 
	border-radius: 30px;
	padding-left: 5%;
	padding-right: 5%;	
}

/*.canvas {
	width: 500px;
	background-color: rgba(255,255,255,0.7); 
	padding-left: 5%;
	padding-right: 5%;	
}*/

.btn-gradientBG_gray01-o{
	width: 100%; 
	font-size: 2.5rem; 
	padding: 15px; 
	border-radius: 40px;
	font-weight: bold;
	background-color: none;
	border-color: #377C69;
	color: #377C69 !important;
}
.btn-gradientBG_gray01-o:focus, .btn-gradientBG_gray01-o:hover{
	background: #5d7366;
	background: -moz-linear-gradient(-45deg,  #5d7366 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #5d7366 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #5d7366 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d7366', endColorstr='#C1DFDD',GradientType=1 );
	border-color: #fff;
	color: #fff !important;
}


.btn-big-o {
	width: 100%; 
	font-size: 2.5rem; 
	padding: 15px; 
	border-radius: 40px;
	font-weight: bold;
	background-color: none;
	/*border-color: #377C69;*/
	color: #fff !important;	
}

.btn-big-o:focus, .btn-big-o:hover{
	border: none;
	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-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-white{
	border-color: #fff;
	color: #fff !important;
}
.btn-white:focus, .btn-white:hover{
	border-color: #fff;
	color: #fff !important;
	background-color: #666;
}
.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-gray{
	background: #efefef;
}

.bg-light-blue{
	background-image: linear-gradient(to bottom ,#fff, #e6f5fc); 
	/*background: #e6f5fc;*/
}
.colorBox{
	background: #f1f8fc;
	padding: 15px;
	font-size: 2.2rem;
	height: 100%;
}
.colorBox td{
	vertical-align: top;
}

.inner-top_bkgd {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    content: '';
	background-repeat: no-repeat;
	background-position: right bottom;
}



.inside-banner{
	background-color: #faffee;
	background-size: cover;
	background-position: center center;
	/*height: 300px;*/
	position: relative;
	background: url(../images/109116899.jpg) no-repeat;
	/*background: url(../images/82098243-group-of-happy-smiling-kids-raise-hands.jpg) no-repeat;*/
	/*height: 450px;*/
	

	
}

.inside-banner .d-table-cell{
	/*vertical-align: middle;*/
	text-align: center;
	/*text-align: left;*/
	
	
}
.inside-banner h1{
	margin: 0;
	color: #fff;
	text-shadow: 0 0.5rem .5rem rgba(0, 0, 0, 0.3) !important;
	font-weight: bold;
	/*color: #00405b;
	padding: 15px;*/
	padding: 15px 0px;
	/*background-color: rgba(255,255,255,0.7);
	display: inline-block;*/
	display: flex;
	margin-top: 200px;
}

.inside-banner-new{
	background-color: #faffee;
	/*background: url(../images/109116899.jpg) no-repeat;
	background: url(../images/82098243-group-of-happy-smiling-kids-raise-hands.jpg) no-repeat;*/
	background-size: cover;
	background-position: center center;
	height: 400px;
	position: relative;
	
}

.inside-banner-new .d-table-cell{
	vertical-align: middle;
	/*text-align: center;*/
	text-align: left;
	
	
}
.inside-banner-new h1{
	margin: 0;
	color: #fff;
	/*padding: 8px 20px;*/
	/*background-color: rgba(255,255,255,0.8);*/
	display: inline-block;
	margin-top: 170px;
	font-weight: bold;
	
}


@media (min-width:768px){
	.modal-dialog h2{
		margin-top: 0;
	}
}
@media (max-width:767.98px){
	.colorBox{
		font-size: 1.8rem;
	}
	.inside-banner h1{margin-top: 70px;
}
	
	.inside-banner-new h1{margin-top: 50px;
}
	


}
.inside-background {
	background-size: cover;
	background-position: center center;	
	height: 100%; position: relative;	
	background-attachment: fixed;	
}
	
.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);
}
.slick-dots li button:before, .slick-dots li.slick-active button:before{
	color: #006837;
	
}
/**.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;
	}
}

@media (max-width: 991.98px) {
		.inside-banner-new{
		height: 300px;
}
	
}
/*****************************************************search**/
.fullPageWrap{
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(120,200,210,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);
}
.headpadding{
	margin-top: 5px;
}
.logo{
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	transition: 0.3s all;
	min-width: 180px;
}
/**.logo_en{
	min-width: 120px;
}**/
.logo-info{
	width: 480px;
}
#header.sticky .logo{
	width: 240px;
}

#header.sticky .logo-info{
	width: 320px;
}
@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;
}
.header-link > div {
	display: inline-block;
	vertical-align: middle;
}
.header-link, .header-link .fa{
	font-size: 25px;
}
.header-link .btn-search{
	vertical-align: middle;
}
.header-link .langSwitch .lang{
	line-height: 25px;
	vertical-align: top;
}

.icon-link{
	margin-right: 10px;
}
.icon-link > div {
	display: inline-block;
	vertical-align: middle;
}
.icon-link, .icon-link .fa{
	font-size: 25px;
}



.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;
	}
	#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: 240px;
		margin-top: 0;
		margin-bottom: 0
	}
	#header.sticky .logo{
		width: 150px;
	}
	.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;
	}
	
}
@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 .nav-item,
#insideNavbar .navbar-nav .nav-item{
	margin-right: 10px;
	margin-left: 4px;
}
#mainNavbar .nav-link,
#insideNavbar .nav-link{
	color: #111;
	white-space: nowrap;
}
#mainNavbar .nav-link:hover, #mainNavbar .nav-link:focus,
#insideNavbar .nav-link:hover, #insideNavbar .nav-link:focus{
	/*color: #4da535;*/
	color: #04AEC1;
}
#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;
  /*display:none;*/
	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: #fff;
	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 {
   background-color: #000;
  }
  
}
@media (min-width: 992px) {
  .inside-header .custom-toggle {
   background-color: #000;
  }
   
}

@media only screen and (max-width: 600px) {
  .custom-toggle .icon-bar{
       background-color: #000;
  }
}


.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;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.banner-slider .banner-item{
	display: block;
	margin: auto;
}
.banner-slider .banner-item img{
	margin: auto;
	display: block;
}
.banner-slider .slick-dots{
	bottom: 25px;
}

/***************************************************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;
		
	}
	
.inside-banner{
		height: 130px;
		
	}
.inside-banner-new{
		height: 130px;
		
	}	
	
}
/***************************************************  info-bar*/
.gradientBG{
	background: #00698C;
	background: -moz-linear-gradient(-45deg,  #00698C 21%, #95c11e 100%);
	background: -webkit-linear-gradient(-45deg,  #00698C 21%,#95c11e 100%);
	background: linear-gradient(135deg,  #00698C 21%,#95c11e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698C', endColorstr='#95c11e',GradientType=1 );
}

.gradientBG_green{
	background: #377C69;
	background: -moz-linear-gradient(-45deg,  #377C69 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #377C69 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #377C69 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#377C69', endColorstr='#C1DFDD',GradientType=1 );
}

.gradientBG_blue01{
	background: #00698C;
	background: -moz-linear-gradient(-45deg,  #00698C 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #00698C 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #00698C 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00698C', endColorstr='#C1DFDD',GradientType=1 );
	
}

.gradientBG_purple{
	background: #5745a1;
	background: -moz-linear-gradient(-45deg,  #5745a1 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #5745a1 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #5745a1 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5745a1', endColorstr='#C1DFDD',GradientType=1 );
}

/**.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 );
}**/

.gradientBG_gray{
	background: #F0F0F0;
	background: -moz-linear-gradient(-270deg, #F0F0F0 10%, #fff 70%);
background: -webkit-linear-gradient(-270deg, #F0F0F0 10%, #fff 70%);
	background: linear-gradient(-360deg, #F0F0F0 10%, #fff 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#fff',GradientType=1 );

}

.gradientBG_gray01{
	background: #5d7366;
	background: -moz-linear-gradient(-45deg,  #5d7366 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-45deg,  #5d7366 21%,#C1DFDD 100%);
	background: linear-gradient(135deg,  #5d7366 21%,#C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d7366', endColorstr='#C1DFDD',GradientType=1 );
}

.gradientBG_blue{
	background: #93D6DE;
	background: -moz-linear-gradient(-270deg, #F0F0F0 21%, #C1DFDD 100%);
	background: -webkit-linear-gradient(-270deg, #F0F0F0 21%, #C1DFDD 100%);
	background: linear-gradient(-360deg, #F0F0F0 21%, #C1DFDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F0F0', endColorstr='#C1DFDD',GradientType=1 );
}


.gradientBG_arched{
	margin-bottom: 0 !important;
	background-image: url(../images/bkgd_arched.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.info-bar{
	font-size: 2.2rem;
	line-height: 1.2em;
	font-weight: bold;
	padding: 10px 0;
}
.wicon{
	float: left;
	height: 80px;
	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: 2rem;
	font-weight: bold;
	border-radius: 0;
	line-height: 40px;
	padding: 10px 40px;
	/*background-color: rgba(99,183,72,1.00);*/
	border-radius: 5px 20px;
}
.info-btn:hover, .info-btn:focus{
	background-color: rgba(255,255,255,0.80);
	color: #3e9ad6;
}

.info-btn03{
	border: 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	border-radius: 0;
	line-height: 16px;
	padding: 10px 20px;
	background-color: #0FBFDB;
	border-radius: 25px 25px;
	min-width: 180px;
}
.info-btn03:hover, .info-btn03:focus{
	background-color: #87d0ff;
	color: #3e9ad6;
}

.info-btn02{
	border: 1px solid #fff;
	color: #777;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 0;
	line-height: 40px;
	padding: 10px 40px;
	/*background-color: rgba(99,183,72,1.00);*/
	border-radius: 5px 20px;
}
.info-btn02:hover, .info-btn02:focus{
	background-color: rgba(255,255,255,0.80);
	color: #3e9ad6;
}

.info-btn01{
	border: 1px solid #0000ff;
	color: #fff;
	font-size: 1.6rem;
	/**font-weight: bold;**/
	border-radius: 0;
	line-height: 16px;
	padding: 10px 20px;
	background-color: #0000ff;
	border-radius: 25px 25px;
}
.info-btn01:hover, .info-btn01:focus{
	background-color: #004eff;
	color: #fff;
	border: 1px solid #0000ff;
}

.info-btn01-gray{
	border: 1px solid rgba(155,155,155,1.00);;
	color: #fff;
	font-size: 1.6rem;
	/**font-weight: bold;**/
	border-radius: 0;
	line-height: 16px;
	padding: 10px 20px;
	/*background-color: rgba(255,255,255,1.00);*/
	background-color: rgba(155,155,155,1.00);
	border-radius: 25px 25px;
}
.info-btn01-gray:hover, .info-btn01-gray:focus{
	background-color: rgba(255,255,255,0.80);
	color: #666;
	border: 1px solid #e5e5e3;
}

.info-btn04{
	border: 1px solid #fff;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 0;
	line-height: 40px;
	padding: 10px 40px;
	width: 80%;
	border-radius: 10px 10px;
	/*background-color: rgba(102,102,102,1.00);*/
	
}
.info-btn04:hover{
	background-color: rgba(255,255,255,0.80);
	color: #3e9ad6;
}

@media (max-width:991.98px){
	.info-bar{
		font-size: 1.8rem;
	}
}
@media (max-width:767.98px){
	.info-bar{
		font-size: 1.6rem;
		padding: 4px 0 8px 0;
		font-weight: normal;
	}
	.wicon{
		height: 36px;
		margin: 0;
		margin-top: -7px;
		margin-bottom: 7px;
	}
	.info-bar .info-venue, .info-bar .info-date{
		width: 100%;
	}
	#indexPage .info-bar .info-venue{
		margin-bottom: 5px;
	}
	.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*/
.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;
}
@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: 150px;
	margin: 10px;
}

.splogo a img{
	margin-bottom: 7px;
	transition: all 0.2s linear;
	transform: scale(0.95);
	
}

.splogo a:hover img {
	transform: scale(1.05);
	transition: all 0.2s linear;
}

.org-title{
	margin: 10px 0;
}
@media (max-width:767.98px){
	.orgWrap{
		max-width: 300px;
		margin: auto;
	}
	.orgLogo{
		height: 110px;
		margin: 15px 10px;
	}
	.splogo{
		text-align: center;
	}
	
	
	
	.org-title{
		margin-top: 35px;
	}
}
/***************************************************** Oil Academy**/
.academy-item{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	position: relative;
}
.academy-item .cover{
	width: 100%;
}
.btn-academy-detail{
	position: absolute;
	bottom: 0;
	right: 5px;
}
@media (max-width:767.98px){
	.academy-item{
		text-align: center;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.btn-academy-detail{
		position: inherit;
		margin-top: 10px;
	}
}
/***************************************************** 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;
}

a:hover .cover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	
}

.coverWrapper .cover01 {
	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 .cover01 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;
}


a:hover .cover01{
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	
}

/****** new added *****/
.coverWrapper .cover-noscale  {
	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 .cover-noscale 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-noscale{
	border-radius: 1000px;
	overflow: hidden;
}

/****** new added for donation campaign *****/

.whiteBox{
	background: rgba(255,255,255,0.8);
	margin: auto;
	color: #333;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
}
		
.redBox{
	background: rgba(255,0,0,0.8);
	margin: auto;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
	border-radius: 0 0 10px 0; 
}
	.coverWrapper .overlayBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}
.coverWrapper .overlayBox-01 td{
	vertical-align: bottom;
	position:absolute;
	left: 0; top: 0;
}
.coverWrapper .overlayBox-02 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);
}
	
.colorDisabled a:hover
 {
 Text-Decoration: None !important; 
	 color: #444444;
 } 

/****** new added *****/

.coverWrapper.circle .cover{
	border-radius: 1000px;
	overflow: hidden;
}

.coverWrapper.circle .cover01{
	border-radius: 1000px;
	overflow: hidden;
}
.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.png) no-repeat;
	background-size: 18px 15px;
	height: 15px;
	width: 18px;
	display: block;
	position: absolute;
	top: 15px;
	left: -25px;
}
@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;
}
.sw-item a:hover .highlight-info{
	opacity: 0.8;
}


.product-item, .sw-item-100{
	padding: 10px;
}
.sw-item-100 a:hover .coverWrapper{
	opacity: 1;
}
.sw-item-100 a:hover .highlight-info{
	opacity: 1;
}
/*.product-item .coverWrapper .cover img{
	object-fit: contain;
}*/
.speaker-item{
}
.speaker-item .coverWrapper{
	max-width: 120px;
	max-width: 60px;
}

.speaker-info{
	margin-bottom: 80px;
	border-radius: 20px;
	
}

#indexPage .speaker-item .coverWrapper{
	/*max-width: 100px;*/
	max-width: 170px;
	margin: auto;
}

.highlight-item{
}

.highlight-item .coverWrapper{
	max-width: 100px;
	margin: auto;
}

.highlight-info{
	margin-top: 10px;
	border-radius: 20px;
}

.highlight-info .name{
	font-size: 2rem;
	line-height: 1.3em;
	margin-bottom: 15px;
}


/*#indexPage .highlight-item .coverWrapper{
	max-width: 100px;
	margin: auto;
}*/


.top_header {
    background: #b30708;
    /*background: #FF6600;*/
}

.header-topbar-col {
    padding: 0px 0;
}

.header-topbar-col ul {
    color: #ffffff;
    margin-top: 15px;
}

.header-topbar-col ul li i {
    color: #ffffff;
}

.header-topbar-col ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Varela Round';
}

.header-topbar-col .form-control {
    background: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    height: 35px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-topbar-col .form-control:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-topbar-col .input-group .form-control:focus {
    background: #ffffff;
    border-color: #FF6600;
    box-shadow: none;
}

.header-topbar-col .input-group .btn {
    background: #a9a9a9;
    color: #ffffff;
    height: 35px;
    width: 50px;
    border: none;
    border-radius: 0px;
    margin-top: 5px;
    padding: 0;
}
.header-topbar-col .social-icon {
    margin-top: 5px;
}

.header-topbar-col .social-icon li a {
    display: block;
    background: #fff;
    color: #FF6600 !important;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
}

.header-topbar-col .social-icon li a i {
    color: #FF6600;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.social-icon li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.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;*/
}
.product-info .name, .sw-info .name{
	font-size: 1.2rem;
	/*font-weight: bold;*/
	line-height: 1.3em;
	margin-bottom: 3px;
	text-align: justify;
}
.product-info .company{
	font-size: 1.4rem;
	line-height: 1.3em;
}
.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{
	text-align: center;
	margin-bottom:25px;
}
.date-filter .btn.active{
	background-color: #00698C  !important;
	color: #fff !important;
	border-color: #00698C !important
}
.date-list{
	margin-left: -15px;
	margin-right: -15px;
}
.time-slot{
	display: table;
	width: 100%;
}
.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;
}
.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;
}
@media (max-width:767.98px){
	.date-filter {
		text-align: left;
	}
	.date-filter .btn{
		margin-bottom: 5px;
	}
	#inddexPage .product-info,#inddexPage  .sw-info{
		font-size: 1.4rem;
		line-height: 1.4em;
	}
	#inddexPage .product-info .name, #inddexPage .sw-info .name{
		font-size: 1.7rem;
	}
	.time-slot{
		display: block;
		margin-top: 15px;
	}
	.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;
	}
}
/******************************************* 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: #f6f6f6;
	margin-bottom: 1.5rem;
	border-radius: 5px;
}
.fotorama__caption__wrap {
   background-color: rgba(255,255,255,0.9) !important;
}
@media (max-width:767.98px){
	.product-summary .name{
		font-size: 2rem;
		font-weight: bold;
	}
}
/******************************************* scroll To Top*/
.scrollToTopContainer{
	display: none;
	position: fixed;
	margin: 0;
	bottom: 15px;
	right: 0px;
	z-index: 200;
}
.scrollToTopContainer .text, .regCart .text{
	display: none;
	color: #333;
	position: absolute;
	right: 45px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	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, .regCartBtn{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #6fb92c;
	opacity: 0.7;
	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;
}
@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;
	}
}

/******************************************* 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;
}
/******************************************* 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.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(254,209,54,.9)
}
#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;
	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: 25px;
	text-align: center;
	background-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;
	height: 100%;
	/*border-radius: 15px;*/
}
.schedule-item .sw-item{
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}
.schedule-item .sw-item:last-child{
	border-bottom: none;
}
.schedule-item .sdate{
	color: #fff;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 5px;
}
.schedule-item .sname{
	color: #fff;
	margin-right: -15px;
	margin-left: -15px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: left;
	padding: 15px 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.custom-modal .sdate{
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: 10px;
}
/******************************************* footer*/
#footer{
	background: #b30708;
	/*background: #04AEC1;*/
	/*padding: 0px 0px 10px 0px;*/
	/*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 );
}
.bottombar{
	height: 30px;
	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-title{
	margin-bottom: 0.5em;
	font-size: 1.8rem;
}

.footer-link{
	text-align: left;
	
}
.footer-bottom{
	text-align: justify;
}
.footer-bottom div div ul {
	display: flex; list-style: none; margin-left: -30px;
}
.footer-upper a{
	color: #fff;
}

@media screen and (min-width:1199px){
#indexPage .icon-link{
		display: none;
	}
}

@media (max-width:767.98px){
	.footer-link{
		text-align: left;
		margin-top: 15px;
	}
	.footer-bottom{
		text-align: left;
	}
}

/************************************************index banner 2020*/
.main-banner{
	width: 100%;
	height: 615px;
	min-height: 177px;
	position: relative;
}
.banner-image{
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bannerTextWrap{
	max-width: 1170px;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.banner-text{
	display: table-cell;
	height: 100%;
	text-align:left;
	vertical-align: bottom;
	font-size: 50px;
}
.banner-text >div {
	margin-bottom: 120px;
	
}
.banner-text .eh1{
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	background-color: rgba(0,37,62,0.8);
	font-size: 0.9em;
	width: 70%;
	border-radius: 0px 30px 0px 0px;
}
.banner-text .eh2{
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	font-size: 1.0em;
	
	
}
.banner-text .ch1{
	display: inline-block;
	padding: 15px 25px;
	color: #fff;
	background-color: rgba(0,0,255,0.7);
	font-size: 0.8em;
	width: 50%;
	/*border-radius: 0px 0px 0px 30px;*/
}

.banner-text .ch2{
	display: inline-block;
	padding: 2px 5px;
	color: #000;
	background-color: rgba(255,255,255,0.7);
	font-size: 0.9em;
	width: 60%;
}
.banner-text h2{
	font-size: 50px;
	color: #666;
}


.bg-heart a {
	/*color: #333;*/
	font-size: 1.7rem;
}
.bg-heart > div > div {
	/*margin-bottom: 20px;*/
}
.bg-heart a img {
	margin-bottom: 7px;
	transition: all 0.2s linear;
	transform: scale(0.9);
}

.bg-heart a:hover img {
	transform: scale(1.05);
	transition: all 0.2s linear;
}
		
.bg-sky {
	background-image: url("../images/sky-100.jpg");
	background-color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
		}

@media screen and (min-width:769px){

	.slick-next{
		right:  25px;
		z-index: 99;
	}
	.slick-prev{
		left: 15px;
		z-index: 99;
	}
}
@media screen and (max-width:991px){
	.main-banner{
		height: 500px !important;
	}
	.banner-text{
		font-size: 30px;
	}
}
@media screen and (max-width:768px){
	.main-banner{
		height: 500px !important;
	}
	.banner-text{
		font-size: 30px;
	}
	.banner-text >div {
		margin-bottom: 0%;
	}
	.banner-text .eh1{
	width: 100%;
	}
	.banner-text .ch1{
	width: 100%;
	}
	.inner-top_bkgd {
 	width: 60%;
	background-size: 800px auto;
	}

}
@media screen and (max-width:500px){
	.main-banner{
		height: 70vw !important;
	}
	.banner-text{
		margin-bottom: 0;
		font-size: 24px;
		line-height: 26px;
	}
	.banner-text .br{
		display: block;
	}
	.inner-top_bkgd {
 	background-size: 400px auto;
	width: 65%;
	}
	
	
}
@media screen and (max-width:375px){
	.main-banner{
	}
	.banner-text{
		font-size: 20px;
		line-height: 22px;
	}
	
}
		
		/******************************************* StickyDonation*/
.stickyLeftContainer{
	/*display: none;*/
	position: fixed;
	margin: 0;
	top: 170px;
	right: 0px;
	z-index: 12000;
}
.stickyLeftContainer .text, .regCart .text{
	display: none;
	color: #333;
	position: absolute;
	right: 65px;
	min-width: 60px;
	font-size: 12px;
	text-align: center;
	padding: 3px 5px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.stickyLeftContainer:hover .text,
.stickyLeftContainer:focus .text,
.regCart:hover .text,
.regCart:focus .text{
	display: block;
}
.stickyLeft, .regCartBtn{
	display: block;
	width: 66px;
	height: auto;
	line-height: 40px;
	text-align: center;
	/*background: #6fb92c;*/
	opacity: 1;
	transition: background 0.3s;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);*/
}
.stickyLeft img, .regCartBtn img{
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
}
.stickyLeft:hover, .scrollToTop:focus{
	background: none;
	outline: none;
}
@media screen and (min-width:950px){
	.stickyLeft:hover img,
	.stickyLeft:focus img{	
	  animation-duration: 1s;
	  animation-fill-mode: both;
	  animation-name: bounce;
	  transform-origin: center;
	}
}
		
@media screen and (max-width:1199px){
.stickyLeftContainer{
	display: none; !important;
	}
}
		
@media screen and (min-width:1199px){
.DonationTop{
	display: none; !important;
	}
}	
		
#indexDonate{
	margin-bottom: 3.5rem;
}
#indexDonate .donate-item{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.donate-item .icon{
	width: 100px;
	margin: auto;
	display: block;
}
.donate-item .title{
	font-size: 2rem;
	margin-top: 10px;
}
.donate-count{
	font-size: 3rem;
	font-weight: bold;
}

.scale1{
	animation:  bounceIn 3s ease-in-out 0s 99;
}
/**
		#indexDonate.anchor{
	visibility: inherit;
	top: inherit;
	margin-top: -8rem;
	padding-top: 8rem;
}*/

/******************************************* regCart*/
		
@media (max-width: 1199px) {
.d-xl-none-drop {
    display: none !important;
		} 
		}


/******************************************* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 1px solid #999999;*/
	display: table-cell;
	padding: 3px 3px; 
}
.divTableCell:first-child {
	width: 25px;
	text-align: center;}
					
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
	
.titleBar{
	font-size: 2rem;
	/*color: #0086d1;
	color: #000;*/
	margin: 20px auto;
	display: block;
	text-align: center;
	font-weight: normal;
}
/*.titleBar:after{
	content: '';
	height: 3px;
	width: 160px;
	background-color: #E2D6AF;
	display: block;
	margin: auto;
	margin-top: 5px;
	transition: 0.3s all;
}*/

.titleBar01:after{
	content: '';
	height: 3px;
	width: 140px;
	background-color: #E2D6AF;
	display: block;
	margin: auto;
	margin-top: 5px;
	transition: 0.3s all;
}

h1.titleBar{
	font-size: 3.5rem;
	margin-bottom: 40px;
}
a:hover .titleBar:after{
	width: 200px;
}

.border-gray{
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
	
}
.slick-dotted.slick-slider{margin-bottom:0;}
.slick-dots li button:before{font-size:16px;top:12px;}

.floating-btns{
	position: fixed;
    top: 20%;
    right: 10px;
    z-index: 721;
    transition: right 0.2s linear 0s;
}
.floating-btns a{
	background-color: rgb(0, 37, 62);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    text-align: center;
    width: 40px;
    border-radius: 24px;
    padding: 12px 8px;
	box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
	cursor: pointer;
    transition: all 0.2s linear 0s;
}
.floating-btns a:first-child{
	background-color: #001f28;
}
.floating-btns a:nth-child(2){
	background-color: #001f28;
}
html[lang="en-US"] .floating-btns a{
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

@media (max-width: 1199.98px){
	.floating-btns{
		top: 22%;
		right: -15px;
	}
	.floating-btns a{
		font-size: 1.5rem;
		padding: 12px 11px 12px 0px;
	}
}
.searchBox{
	padding: 15px;
    background-color: #edf7ff;
}
.table-listing, table.dataTable{
	/* 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;
}
.table-listing tbody tr th{
	color: #00698C;
	white-space: nowrap !important;
}
.table-listing th, .table-listing td{
	border-top: none;
}
.table-listing tbody tr:nth-of-type(odd){	/*#D8EFEE*/
	background-color: #e3f7f6;
}
table.dataTable tbody tr:nth-of-type(odd) {
    background-color: #edfbff;
}
table.dataTable th, table.dataTable td{
	padding: 1.1rem 0.75rem;
}
table.dataTable thead tr th{
	color:#00698C;
}
table.dataTable>tbody>tr.child span.dtr-title{
	min-width: 107px;
}
table.dataTable>tbody>tr.child ul.dtr-details{
	display: block;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
	display: flex;
	white-space: break-spaces;
}
div.dataTables_wrapper div.dataTables_info{
	padding-top: 0.35em;
}
.dataTables_wrapper .page-item.disabled .page-link{
	color: #b1b2b3;
}
.dataTables_wrapper .page-link{
	color: #00698C;
}
.dataTables_wrapper .page-item.active .page-link{
	background-color: #00698C;
    border-color: #00698C;
	color: #ffffff;
}

/* #trackingDataTable tbody tr td.dtr-control:first-child{
	text-transform: lowercase;
}
#trackingDataTable tbody tr td.dtr-control:first-child::first-line{
	text-transform: capitalize;
} */