html{background-color: #f0f0f0}
#preloader{background-color: #e7e3dc;}
body{ letter-spacing: 0; color:#595959; overflow-x: hidden; overflow-y: auto }
#main-content, .content-area{background-color: #FFF;}
h1, h2, h3, .h1, .h2, .h3{margin-bottom: 10px;}
/*h1, h2, h3, .h1, .h2, .h3{letter-spacing:0.1em; }*/
h1, .h1{font-size: 2.5rem;}
h2, .h2{font-size: 2rem;}
h3, .h3{font-size: 1.5rem;}
h1.underline, h2.underline, h3.underline{position: relative; padding-bottom: 1em !important; }
h1.underline:after, h2.underline:after, h3.underline:after{content: ""; min-width: 100px; max-width: 5em; height: 0.1em; border-radius: 0.2em; background-color: #80efbd; position: absolute; left:0; right:0; bottom:0; margin: auto}

/*.fullpage { padding-top: 184px !important; }*/
@media (max-width: 992px) {
.fullpage { padding-top: 128px !important; }
}
@media (max-width: 568px) {
.fullpage { padding-top: 88px !important; }
}

/*Col*/
.col-sm-1\/5, .col-sm-2\/5, .col-sm-3\/5, .col-sm-4\/5 { padding: 0 15px; position: relative; min-height: 1px; float: left; }
.col-sm-1\/5 { width: 20%; }
.col-sm-2\/5 { width: 40%; }
.col-sm-3\/5 { width: 60%; }
.col-sm-4\/5 { width: 80%; }

/*a:focus, a:hover{color:#058486;}*/
.btn{border-radius: 0; }
.btn:not(.btn-ghost){border-width: 0}

.form-horizontal .control-label{text-align: left}
fieldset{margin-bottom: 2em;}
.form-control{/*height: 44px; padding: 10px 1em;*/ font-size: 1rem; border-color:#ddd; -webkit-box-shadow:none; box-shadow: none;}
.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus{ background-color: #f5f5f5; border-color: #f5f5f5;  -webkit-box-shadow:none; box-shadow: none;cursor: default;}
.hints { font-size: 0.9em; letter-spacing: 1px; color: #999;}

.form-control+.form-control-feedback{height: 44px; line-height: 44px; right:1em}
.help-block{color:#999; font-size: 0.875rem; letter-spacing: 0; padding: 0 0.5em; margin-top: 2px; margin-bottom: 0;}
.form-group{width: 100%;}
.form-group.form-group-hoz>div{-ms-flex: 1 1 auto; flex: 1 1 auto; width: 100%;}
label{color:#302E28; font-weight: bold}
input[type=checkbox]+label, input[type=radio]+label{color:inherit;}
label+.help-block{margin-top: 0;}

.form-group.form-group-hoz>label{min-width: 88px;}
body[lang=en-GB] .form-group.form-group-hoz>label{min-width: 120px;}

th{white-space: nowrap; font-weight: normal;}

.container-lg{max-width: 1440px;}

.lightbox{position: relative; display:inline-block; overflow: hidden;}
.lightbox::after, .lightbox-group a::after{content: ""; width: 64px; height: 64px; border-radius: 50%; text-align: center; color:#FFF; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 1; margin: auto; background-color: rgba(0,0,0,0.5);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='36' height='36' viewBox='0 0 256 256'%3E%3Cpath d='M253.8 243.5L168.3 158c14.9-17.3 23.1-39.1 23.1-62.2 0-25.6-10-49.6-28-67.7C145.2 10 121.2 0 95.6 0 70.1 0 46.1 9.9 28 28c-37.3 37.3-37.3 98 0 135.4 18.7 18.7 43.2 28 67.7 28 22.2 0 44.4-7.8 62.2-23.1l85.5 85.6c1.4 1.4 3.3 2.2 5.2 2.2 1.9 0 3.8-.7 5.2-2.2 2.9-2.9 2.9-7.6 0-10.4zM38.4 153c-31.6-31.6-31.6-83 0-114.6C53.7 23.1 74 14.7 95.6 14.7s42 8.4 57.3 23.7c15.3 15.3 23.7 35.6 23.7 57.3 0 21.6-8.4 42-23.7 57.3-31.5 31.6-82.9 31.6-114.5 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: center; pointer-events: none; opacity: 0;
	transform: scale(1.1);
	transition:0.5s transform, 0.5s opacity;
	-webkit-transition:0.5s transform, 0.5s opacity;
	-moz-transition:0.5s transform, 0.5s opacity;
	-o-transition:0.5s transform, 0.5s opacity;
	-ms-transition:0.5s transform, 0.5s opacity;
}
.lightbox:hover::after, .lightbox-group a:hover::after{opacity: 1; transform: scale(1); }

.list-none.grid-xs-1>li{padding-left: 15px;}

.err-tips{
    width: auto !important;
    max-width: 200px;
    top: 0;
				left:0;
				margin: 0 auto;
    -webkit-transform: translateX(90px) translateY(-100%);
    transform: translateX(90px) translateY(-100%);
    padding: 0.5em 1em;
    color: #FFFFFF;
    background-color: #990000;
    font-weight: normal;
    font-size: 13px;
				line-height: 1.25em;
    border-radius: 4px;
    position: absolute;
    z-index: 4;
    box-shadow: 0 1px 8px rgba(0,0,0,0.5);
    display: none;
				text-align: center;
}

.err-tips::after {
    content:'';
    position:absolute;
				top:100%;
    left:0; right:0; margin: auto;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 6px 6px 0 6px;
				border-color: #900 transparent transparent transparent;
}

ul.form-group>li{position: relative}

/*
.form-group .err-tips{
	-webkit-transform: translateX(120px) translateY(-100%);
 transform: translateX(120px) translateY(-100%);
}
*/
.form-group{position: relative;}
.form-group .err-tips, .form-group .err-tips.less-pagging, .form-group.form-group-hoz .err-tips.less-pagging{
	-webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
}

.form-group.form-group-hoz .err-tips, ul.form-group>li  .err-tips{
	-webkit-transform: translateX(90px) translateY(-100%);
 transform: translateX(90px) translateY(-100%);
}
input.style-uploader{ position: absolute; clip: rect(0px, 0px, 0px, 0px); width: 1px; height: 1px; top:0; right:0;}
.style-uploader+.style-uploader-display{ cursor: pointer;}
.style-uploader+.style-uploader-display>*{pointer-events: none;}
.style-uploader+.style-uploader-display .form-control{color:inherit; overflow: hidden;}

.row-flex>div{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.row-flex>div>div{width: 100%;}
.row-flex>div>.block-wrapper{-ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.row-flex>div>.block-wrapper>div{-ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%;}

.grid-md-1>li.helf-line, .grid-md-2>li.helf-line, .grid-md-3>li.helf-line, .grid-md-4>li.helf-line, .grid-md-5>li.helf-line, .grid-md-6>li.helf-line, .grid-md-7>li.helf-line, .grid-md-8>li.helf-line, .grid-md-9>li.helf-line, .grid-md-10>li.helf-line, .grid-sm-1>li.helf-line, .grid-sm-2>li.helf-line, .grid-sm-3>li.helf-line, .grid-sm-4>li.helf-line, .grid-sm-5>li.helf-line, .grid-sm-6>li.helf-line, .grid-sm-7>li.helf-line, .grid-sm-8>li.helf-line, .grid-sm-9>li.helf-line, .grid-sm-10>li.helf-line,.grid-xs-1>li.helf-line, .grid-xs-2>li.helf-line, .grid-xs-3>li.helf-line, .grid-xs-4>li.helf-line, .grid-xs-5>li.helf-line, .grid-xs-6>li.helf-line, .grid-xs-7>li.helf-line, .grid-xs-8>li.helf-line, .grid-xs-9>li.helf-line, .grid-xs-10>li.helf-line, .grid-lg-1>li.helf-line, .grid-lg-2>li.helf-line, .grid-lg-3>li.helf-line, .grid-lg-4>li.helf-line, .grid-lg-5>li.helf-line, .grid-lg-6>li.helf-line, .grid-lg-7>li.helf-line, .grid-lg-8>li.helf-line, .grid-lg-9>li.helf-line, .grid-lg-10>li.helf-line{ -ms-flex: 1 0 50%; flex: 1 0 50%; max-width: 50%;}

.grid-md-1>li.full-line, .grid-md-2>li.full-line, .grid-md-3>li.full-line, .grid-md-4>li.full-line, .grid-md-5>li.full-line, .grid-md-6>li.full-line, .grid-md-7>li.full-line, .grid-md-8>li.full-line, .grid-md-9>li.full-line, .grid-md-10>li.full-line, .grid-sm-1>li.full-line, .grid-sm-2>li.full-line, .grid-sm-3>li.full-line, .grid-sm-4>li.full-line, .grid-sm-5>li.full-line, .grid-sm-6>li.full-line, .grid-sm-7>li.full-line, .grid-sm-8>li.full-line, .grid-sm-9>li.full-line, .grid-sm-10>li.full-line,.grid-xs-1>li.full-line, .grid-xs-2>li.full-line, .grid-xs-3>li.full-line, .grid-xs-4>li.full-line, .grid-xs-5>li.full-line, .grid-xs-6>li.full-line, .grid-xs-7>li.full-line, .grid-xs-8>li.full-line, .grid-xs-9>li.full-line, .grid-xs-10>li.full-line, .grid-lg-1>li.full-line, .grid-lg-2>li.full-line, .grid-lg-3>li.full-line, .grid-lg-4>li.full-line, .grid-lg-5>li.full-line, .grid-lg-6>li.full-line, .grid-lg-7>li.full-line, .grid-lg-8>li.full-line, .grid-lg-9>li.full-line, .grid-lg-10>li.full-line{ -ms-flex: 1 0 100%; flex: 1 0 100%; max-width: 100%;}

.item-thumb::before{background-color: #f7f3ef;}
/*.item-thumb img{height: 100%; width: auto !important; max-width: none;}*/
.item-thumb img.img-vert { width: 100% !important; height: auto; max-height: none; }

.items-image-scale-2to1 .item-thumb img, .items-image-scale-16to9 .item-thumb img, .items-image-scale-19to10 .item-thumb img{
	width: 100% !important; height: auto;
}
/*.items-image-scale-16to10 .item-thumb img,  */

.style-card-1{padding: 1.5rem 1rem; background-color: #f5f5f5; max-width: 300px; min-height: 365px; margin: 0 auto 2rem}
.style-card-1 .item-title{color:#ff720e; padding: 1.5rem 0 1rem; text-align: center}

/*#page-wrapper{background-color:#FFFFFF;}*/

#page-top{background-color:#E9E5DE; color:#807c75; font-size: 0.875rem; line-height: 1em; height: 40px; padding: 0; margin-bottom: 140px}
#page-top a:not(.btn){color:inherit;}
#page-top button:not(.btn), #page-top button.btn-link{color:inherit;}

#page-top>.container, #page-top>.container>.row-flex{height: 100%;}

/*#page-top .btn .fa, #page-top .btn .fas, #page-top .btn .fab, #page-top .btn .far{ font-size:inherit;}*/
/*.top-hover, #page-top .social>a:not(.btn):hover, #page-top .social>a:not(.btn):focus, #page-top .social>a:not(.btn):active, #page-top .social>a:not(.btn):focus:active{color:#cbac77;}*/
#page-top-left{text-align: left;}
#page-top-right{text-align: right; display:flex; align-items: center; justify-content: flex-end;}

.social a{margin-right: 2px;}
.social a:first-child {margin-left: 10px;}
.social a:last-child {margin-right: 0px;}
.social .fa, .social .fas, .social .fab, .social .far{font-size: 32px; vertical-align: middle}

	#search_bar .input-group-block { display: inline-flex; }
	#search_bar .input-group input {height: 100%;}

.lang-switchs{font-size: 0;}
.lang-switch{width: auto; display:block; height: 40px; position: relative; padding: 10px; border-radius: 0; font-size: 1rem}
.lang-switch.active, .lang-switch:active, .lang-switch:active:focus, .lang-switch:focus, .lang-switch:hover, #page-top .social>a:active, #page-top .social>a:active:focus, #page-top .social>a:focus, #page-top .social>a:hover{background-color:#c7a976;color:#FFF !important}
/*.lang-switch:before{content: ""; display:block; position: absolute; width: 1px; height: 14px; background-color: #FFF; top:0; bottom:0; left:-6px; margin: auto}
.lang-switch:first-child:before{ display:none;}*/
.lang-switchs .lang-switch{ display: inline-block; width: 40px; height: 40px;margin-left: 0; text-align: center;}
.lang-switchs .lang-switch::before{content: none;}
.lang-switchs-mob .lang-switch{width: 32px; border-radius: 0;}
.lang-switchs-mob .lang-switch.active{color:#FFF;}
.lang-switchs-mob .lang-switch::before{background-color: #CCC;}


.lang-switchs .lang-switch, #page-top .social a{ display: inline-block; width: 40px; height: 40px; line-height: 40px; padding: 0; margin: 0; text-align: center; border-left:1px #aba69d solid}
#page-top .social{font-size: 0;}
#page-top .social .fa, #page-top .social .fas, #page-top .social .fab, #page-top .social .far{font-size: 24px;}
#page-top .social{letter-spacing: -0.25em !important}

#page-top .header-search button{width: 40px; height: 40px; line-height: 40px; padding: 0; border: none; border-radius: 0; outline: none; background-color: #807c75; color:#FFF; -ms-flex: 0 0 auto; flex: 0 0 auto;}

#page-header{background-color:#FFFFFF; color:#7b7b7b; font-size: 1em; top:0;  /*position: relative; z-index: 2;*/
	-webkit-box-shadow: 0px 20px 50px -10px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 20px 50px -10px rgba(0,0,0,0.25);
box-shadow: 0px 20px 50px -10px rgba(0,0,0,0.25);
}

#page-header .row-flex{ align-items: center;}


.header-title{ /*height: 140px;*/ padding: 10px 0; background-color: #FFFFFF; /*background-image: url(../img/headbanner02.jpg);*/ background-position: top center; background-size: cover;
	position: relative; /*z-index: 2;*/
	/*-webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2);
box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.2);*/
}
header.fixed .header-title{ padding: 10px 0}
header.fixed .logo{height: 100%; width: auto; }

/*.header-title:before{content: ""; display:block; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 0; background-color: rgba(0,0,0,0.5)}*/

.header-title h1, .header-title h2, .header-title h3, .header-title h1 a:hover, .header-title h2 a:hover, .header-title h3 a:hover, .header-title .title-color{color:#272933; fill: currentColor; margin: 0 !important;}


.header-title .logo{width: auto; flex-grow: 1;}
.header-title .logo img, .header-title h1 img{height: 120px; width: auto; margin-right: 0;}
.header-wrapper.fixed .header-title .logo img, .header-wrapper.fixed .header-title h1 img{height: 85px;}
.header-menu{display:block !important;}
.nav-wrapper{background-color: #ffffff; /*position: relative; z-index: 0;*/
/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);*/
}

.navbar>li>.sub, .navbar>li>.sub{top:90%;}
.navbar>li .sub, .navbar>li .sub{background-color: #3f8d80; color:#FFF;}
.top-menu-hover, .navbar>li, .navbar>li .sub, .navbar>li .sub>li {
    transition: 0.25s color, 0.25s background-color;
    -webkit-transition: 0.25s color, 0.25s background-color;
    -moz-transition: 0.25s color, 0.25s background-color;
    -o-transition: 0.25s color, 0.25s background-color;
    -ms-transition: 0.25s color, 0.25s background-color;
}
/*.navbar>li .sub>li>a{font-size: 1rem;}*/

#top-menu{ height: 3.5rem; width: 100%;}
#top-menu .navbar>li{background-color: transparent; font-size: 1.2rem; position: relative;}
.top-menu-hover, #top-menu .navbar>li:hover, #top-menu .navbar>li .sub{/*background-color: #FFF;*/ color:#7c7972;}
#top-menu .navbar>li:hover{ color:#3f8d80}

#top-menu .navbar>li{position: relative;}
#top-menu .navbar>li::after{ content: ""; display: block; position: absolute; right: 100%; bottom: 0.5em; left: 0; height: 2px; background-color: currentColor;
	transition: 0.5s right;
 -webkit-transition: 0.5s right;
 -moz-transition: 0.5s right;
 -o-transition: 0.5s right;
 -ms-transition: 0.5s right;
}
#top-menu .navbar>li:hover, #top-menu .navbar>li.active{ }
#top-menu .navbar>li:hover::after, #top-menu .navbar>li.active::after{right:0;}

/*
#top-menu .navbar>li.parent:hover::after, #top-menu .navbar>li>.sub.open>li:first-child::before{content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #3f8d80 transparent; position: absolute; right:0; bottom:0; left:0; margin: auto}
#top-menu .navbar>li>.sub.open>li:first-child::before{top:-10px; bottom:auto}
#top-menu .navbar>li .sub>li{background-color:#FFF; color:#7c7972; text-align: center;}
.sub-menu-hover, #top-menu .navbar>li .sub>li:hover{background-color:#3f8d80; color:#302E28}
*/
#top-menu .navbar>li .sub>li:first-child, #top-menu .navbar>li .sub>li:first-child{
position: relative;
}
#top-menu .navbar .sub>li:hover>.sub>li:first-child::before, #top-menu .navbar .sub>li:hover>.sub>li:first-child::before{
content: ""; 
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 8px 0;
border-color: transparent #3f8d80 transparent transparent;
	position: absolute; top:12px; left:-8px;
}


#top-menu .navbar>li>.sub>li:first-child, #top-menu .navbar>li>.sub>li:first-child{
	border-top:0 #3f8d80 solid;
/*-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);
box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);*/
}

#top-menu .navbar>li:hover>.sub>li:first-child, #top-menu .navbar>li>.sub.open>li:first-child, #top-menu .navbar>li:hover>.sub>li:first-child, #top-menu .navbar>li>.sub.open>li:first-child{
	border-top:3px #3f8d80 solid;
/*-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);
box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.2);*/
}

#top-menu .navbar>li>a{color:inherit; padding: 0;}

#top-menu .navbar>li .sub>li>a, #top-menu .navbar>li .sub>li>a{position: relative; font-size: 1rem;
	    transition: 0.35s all;
    -webkit-transition: 0.35s all;
    -moz-transition: 0.35s all;
    -o-transition: 0.35s all;
    -ms-transition: 0.35s all;
}
#top-menu .navbar>li .sub>li>a:after, #top-menu .navbar>li .sub>li>a:after{content: ""; display:block; position: absolute; right:1rem; bottom:0; left:1rem; height: 1px; background-color: #71b7ab}
#top-menu .navbar>li:hover .sub>li>a::after, #top-menu .navbar>li>.sub.open>li>a::after, #top-menu .navbar>li:hover .sub>li>a::after, #top-menu .navbar>li>.sub.open>li>a:after{background-color: #71b7ab}
#top-menu .navbar li:hover>.sub>li>a, #top-menu .navbar li:focus>.sub>li>a, #top-menu .navbar li:hover>.sub>li>a, #top-menu .navbar li:focus>.sub>li>a{height: 3em; line-height: 3em;}
#top-menu .navbar>li .sub>li:last-child>a::after, #top-menu .navbar>li .sub>li:last-child>a::after{content: none;}

#top-menu .sub > li > a {color: #fff;}
#top-menu .sub>li>a:hover{color:#fff042;}
@media (max-width: 992px){
	#top-menu .sub > li > a { color: #333; }
	#top-menu .sub>li>a:hover {color:#3f8d80;}
}

/*#top-menu .navbar>li{border-bottom: 3px solid #f7727f}
#top-menu .navbar>li:nth-child(2){border-bottom: 3px solid #ff8b60}
#top-menu .navbar>li:nth-child(3){border-bottom: 3px solid #ffb900}
#top-menu .navbar>li:nth-child(4){border-bottom: 3px solid #99d468}
#top-menu .navbar>li:nth-child(5){border-bottom: 3px solid #47cec0}
#top-menu .navbar>li:nth-child(6){border-bottom: 3px solid #4ec2e7}
#top-menu .navbar>li:nth-child(7){border-bottom: 3px solid #9398ec}

#top-menu .navbar>li{background-color: #f7727f}
#top-menu .navbar>li:nth-child(2){background-color: #ff8b60}
#top-menu .navbar>li:nth-child(3){background-color: #ffb900}
#top-menu .navbar>li:nth-child(4){background-color: #99d468}
#top-menu .navbar>li:nth-child(5){background-color: #47cec0}
#top-menu .navbar>li:nth-child(6){background-color: #4ec2e7}
#top-menu .navbar>li:nth-child(7){background-color: #9398ec}*/

#top-menu .navbar>li>a.btn, #top-menu .lang-switchs-mob a.active{color:#FFF;}
#top-menu::before{position: absolute; /*top:0 !important;*/}
#top-menu.open:before{ background-color: rgba(14, 19, 21, 0.8); height: 100vh;}

#top_menu_0_0>a::before{ content: "\f015"; font-family: "Font Awesome 5 Free"; -webkit-font-smoothing: antialiased;
    display: inline-block; font-style: normal; font-variant: normal; font-weight: bold; text-rendering: auto; line-height: 1; padding-right: 0.5em;}

.header-box .btn-link{color:#3f8d80; outline: none !important; }
.header-box .btn-link:active, .header-box .btn-link:active:focus, .header-box .btn-link:focus, .header-box .btn-link:hover{color:#4CAF50; background-color: #e1f1ce;}
.lang-switchs-pc{padding: 0 0.5em;}
.header-box .btn-search{position: relative; margin: auto; z-index: 2}
.lang-switchs-pc .dropdown-menu > li > a { font-size: 16px; }

.header-search input, .header-search-button{height: 40px; line-height: 40px;}
.header-search-button{max-width: 64px;}
.header-search-button .show-searchbar{background:none; border: none; outline: none; width: 100%; height: 100%; font-size: 24px; font-weight: normal; display:block; text-align: center;}
.searchbar-wrapper{background-color: #748e96; position: relative; z-index: 0; display:none;}
.searchbar-wrapper>.container{padding-top: 10px; padding-bottom: 10px;}
.header-search input, .header-search input:placeholder-shown{border-color: #E9E5DE; background-color: #E9E5DE}
.header-search input:active, .header-search input:active:focus, .header-search input:focus, .header-search input:not(:placeholder-shown){border-color: #E9E5DE; outline:none; background-color: #FFF; box-shadow: none !important}
.header-search input, .header-search input::placeholder{text-align: right}

button.showsub{
    height: 3em;
    width: 64px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.25);
    border: none;
    color:inherit;
    font-size: 1rem;
}
.toggle-icon::before, .toggle-icon::after{ min-width: 1px;}

.sub button.showsub, .sub button.showsub{height: 2.5em}

#mobile-menu{top:0; bottom:0; right:1rem; margin: auto; font-size: 36px; /*width: 64px; height: 64px;*/ background: #3f8d80; border-radius:0; box-shadow: none; position: absolute; }
#mobile-menu.open { transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s;}

header.fixed #mobile-menu, header.fixed #mobile-menu.open{ transition-delay: 0s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s;}
.header-wrapper{}
.header-wrapper .header-left{order: 1; -ms-flex: 0 1 35%; flex: 0 1 35%; align-self: center;}
.header-wrapper .nav-wrapper{order: 3; -ms-flex: 0 1 100%; flex: 0 1 100%; width: 100%;}
.header-wrapper .header-right{order: 2; -ms-flex: 1 1 0; flex: 1 1 0; flex-wrap: wrap;}
.header-box{padding: 10px 0 18px;}
.header-center{-ms-flex: 0 1 auto;flex: 0 1 auto;}
.header-box .logo img{max-width: 100px;}
.header-right .d-flex>a { padding-left: 0.5em; margin-left: 0.5em; display:inline-block; position: relative;}
.header-right .d-flex>a::before{content: ""; width: 1px; height: 1em; background-color: currentColor; position: absolute; top:0; bottom:0; left:0; margin: auto;}
.header-right .d-flex>a:first-child{padding-left: 12px; margin-left: 0;}
.header-right .d-flex>a:first-child::before{content: none;}
.header-right .member-area{width: 100%; justify-content: flex-end;}
.header-right .member-area>*{flex: 0 0 auto;}
.header-box h1{font-size: 1.5rem; color: #00a651; font-weight: 400; padding: 0 1em; line-height:1em; margin-bottom:0;}
.header-box h1 small{ font-size: 1.2rem; color:inherit; display:block;}

/*racas menu*/
.racas-menu .header-wrapper .header-left {flex: 0 1 35%; align-items: center;}
.racas-menu .header-box h1 {padding: 0 0 0 20px;}
.racas-menu .header-wrapper .header-left img { padding-left: 20px; max-width: 130px;}
@media (max-width: 1145px) {
	.racas-menu .header-wrapper .header-left {flex: 0 1 45%;}
}
@media (min-width: 993px) {
	.racas-menu .header-box h1 { max-width: 260px; }
}
@media (max-width: 992px) {
	.racas-menu .header-wrapper .header-left {flex: 0 1 80%;}
	.racas-menu .header-wrapper .header-left h1 { font-size: 1.3rem; max-width: 230px}
	.racas-menu .header-box h1 small { font-size: 0.8em; }
	.racas-menu .header-wrapper .header-left img { max-width: 115px; padding-left: 20px;}
}
@media (max-width: 568px) {
	.racas-menu .header-wrapper .header-left h1 { font-size: 1rem; padding-left: 10px; max-width: 170px; }
	.racas-menu .header-box h1 small { font-size: 0.8em; }
	.racas-menu .header-wrapper .header-left img { max-width: 70px; padding-left: 5px;}
}
@media (max-width: 390px) {
	.racas-menu .header-wrapper .header-left { padding-right: 4rem; }
	.racas-menu .header-wrapper .header-left h1 { font-size: 1rem; max-width: 120px; padding-left: 0px;}
	.racas-menu .header-box h1 small { font-size: 0.7em; }
	.racas-menu .header-wrapper .header-left img { max-width: 65px; }
}

#showcase{max-height:none; overflow: visible;}
.home-slider{margin: 0;}
/*.home-slider.owl-carousel .owl-stage-outer{overflow: visible;}*/
#home-slider .owl-carousel .owl-nav{ /*width: 97.5%; max-width:1170px; */}
#home-slider .owl-nav button.owl-next, #home-slider .owl-nav button.owl-prev{background-color:rgba(255, 255, 255, 0); font-size:4rem; height:5rem;}
#home-slider .owl-carousel button.owl-prev{left:0;}
#home-slider .owl-carousel button.owl-next{right:0;}
#home-slider:hover button.owl-next{right:0;opacity: 1}
#home-slider:hover button.owl-prev{left:0;opacity: 1}

/*#home-slider-item{width: 100%;}
#home-slider-item:before{padding-top: 0; display:none;}
#home-slider-item>img{position: relative; border-radius: 0;}*/

/*#home-slider  .item{width: 1170px;}

#home-slider .owl-item{position: relative;}
#home-slider .owl-item::after{content: ""; display:block; position: absolute;top:0; right:0; bottom:0; left:0; margin: auto; z-index: 1; pointer-events: all; background-color: rgba(29,175,182,0.5);}
#home-slider .owl-item.center::after{ background-color: rgba(99,232, 239,0); pointer-events: none}*/

/*#home-slider .item-thumb::before{ padding-top: 56.25%; }*/
/*#home-slider .item-thumb>.youtube-video-wrapper, #home-slider .item-thumb>.owl-video-wrapper{position: absolute; top:0; right:0; bottom:0; left:0; margin: auto;}*/

#home-slider .arrow-left, #home-slider .arrow-right {width: 100%}
#home-slider .item-thumb::before{padding-top:600px; min-height: 450px;}


#home-slider .owl-item.center .item-intro{ -webkit-transform: translateY(0); transform:translateY(0);}

.slider-caption{position: absolute; bottom:0; left:10px; background-color: rgba(0,0,0,0.5); color:#fff;}

#home-slider .item-intro{padding: 1em 1em 2em; text-align: center;}


#home-slider .item{position: relative; overflow: hidden;}
/*#home-slider .item:after{ content: ""; display:block; position: absolute; top:65%; right:0; bottom:0; left:0; pointer-events: none; z-index: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}*/
#home-slider .item-thumb{ z-index: 0; width: 100%; position: relative;}
#home-slider .item-intro{ z-index: 2; background-color: transparent; top: 0; }

#home-slider .item-desc{position: absolute !important; margin: auto; z-index: 2; background-color: rgba(255,255,255,0.7); color:#666;}
#home-slider .item-desc.banner_center{ top:50%; right:0; bottom:auto; left:0; -webkit-transform: translateY(-50%);transform: translateY(-50%); max-width: 70%; margin: auto; padding: 30px 50px; text-align: left; box-shadow: 0px 0px 5px rgba(255,255,255,0.8);}
#home-slider .item-desc.banner_lefttop{ top:0; right:auto; bottom:auto; left:0;}
#home-slider .item-desc.banner_leftmiddle{ top:50%; right:auto; bottom:auto; left:0; -webkit-transform: translateY(-50%);transform: translateY(-50%);}
#home-slider .item-desc.banner_leftbottom{ top:auto; right:auto; bottom:0; left:0;}
#home-slider .item-desc.banner_righttop{ top:0; right:0; bottom:auto; left:auto;}
#home-slider .item-desc.banner_rightmiddle{ top:50%; right:0; bottom:auto; left:auto; -webkit-transform: translateY(-50%);transform: translateY(-50%);}
#home-slider .item-desc.banner_rightbottom{ top:auto; right:0; bottom:0; left:auto;}
	
	#home-slider .item-desc.banner_center h1, #home-slider .item-desc.banner_center h2, #home-slider .item-desc.banner_center h3 {font-weight: bold;}


#showcase_inpage{height: 180px; background-image: url(/filedata/filedata/images/header_bg.jpg); background-size: cover; text-align: center; position: relative; background-position: top left;}
/*#showcase_inpage::before{content: ""; display:block; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 0; margin: 0; background-color: rgba(0,0,0,0.5);}*/
#showcase_inpage h1, #showcase_inpage h1 a, #showcase_inpage h1 a:hover{ margin-bottom: 0 !important; color: #595959; text-shadow: none; }
#showcase_inpage h1{font-size: 2.3rem; font-weight: bold; text-align: left;}
#showcase_inpage .row-flex>div{display: block;}
.inpage-title{ text-align: center;}
.breadcrumb{ display: none; background: none; text-align: center; margin: 15px 0 0; padding: 10px 1em 0; position: relative;}
.breadcrumb::before{content: ""; display:block; width: 50%; min-width: 150px; height: 1px; background-color: currentColor; position: absolute; top:0; left:-9999em; right:-9999em; margin: auto;}
.breadcrumb>li+li:before{ content: "\002022"; color: currentColor; }
.main-content{min-height:500px}

.main-content a:not(.btn){color:#ee9c21;}
.main-content h1 a:not(.btn), .main-content h2 a:not(.btn), .main-content h3 a:not(.btn), .main-content h4 a:not(.btn), .main-content h5 a:not(.btn), .main-content h6 a:not(.btn){color:inherit !important}
.main-hover, .main-content a:not(.btn):hover{color:#ee9c21;}

.main-content hr {margin: 30px auto;}

main.main-content{} /*>.container*/
.main-content h1, .main-content h2, .main-content h3{text-align: left}
.main-content h1, .main-content h2, .main-content h3, .main-content h1 a:hover, .main-content h2 a:hover, .main-content h3 a:hover, .main-content .title-color, .main-content .title-color a, .main-content .title-color a:hover{color:#3f8d80; background-color: transparent; padding:0; font-weight: 700; }
.main-content h4, .main-content h5, .main-content h6, .main-content h4 a:hover, .main-content h5 a:hover, .main-content h6 a:hover, .main-content .subtitle-color, .main-content .subtitle-color a, .main-content .subtitle-color a:hover{color:#6d6a66; background-color: transparent; padding:0; font-weight: 400; }

.main-content .main-color h1, .main-content .main-color h2, .main-content .main-color h3, .main-content .main-color h1 a, .main-content .main-color h2 a, .main-content .main-color h3 a, .main-content .main-color h1 a:hover, .main-content .main-color h2 a:hover, .main-content .main-color h3 a:hover{color:inherit; background-color: transparent !important;}
	
	/*Font Title - css color*/
	.main-content .font-dark h1, .main-content .font-dark h2, .main-content .font-dark h3 { color: #595959; }

/*.column-row .container, .column-row .container-lg, .column-row .container-sm, .column-row .container-xs{padding-top: 80px; padding-bottom: 0;}*/

/*.column-row{padding-top: 60px;}
.column-row .container{padding-bottom: 0;}*/


.color-overlay:before{content: ""; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 0; opacity: 0.35; }

.main-color, .main-color.color-overlay:before, .btn-primary{background-color:#3f8d80; color:#FFFFFF;}
.main-color h1, .main-color h2, .main-color h3, .main-color h4, .main-color h5, .main-color h6{ text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}
.main-color-hover, .btn.main-color:hover, .btn.main-color:focus, a.main-color:hover, .main-color a:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover{background-color:#4CAF50; color:#FFF;}

.sub-color1, .sub-color1.color-overlay:before, .btn-secondary{background-color:#f98f2a;color:#FFF;}
.sub-color1-hover, .btn.sub-color1:hover, .btn.sub-color1:focus, a.sub-color1:hover, .sub-color1 a:hover, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active:hover{background-color:#ff7c00; color:#FFF;}

.sub-color2, .sub-color2.color-overlay:before, .btn-default{background-color:#ffae00; color:#FFF}
.sub-color2-hover, .btn.sub-color2:hover, .btn.sub-color2:focus, a.sub-color2:hover, .sub-color2 a:hover, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover{background-color:#FF9800; color:#FFF;}

.btn-info{ background-color: #79b0ce; border-color: #79b0ce; }

.btn-success{ background-color: #79ceb9; border-color:#79ceb9; }

.dark-color, .dark-color.color-overlay:before{background-color:#000000; color:#FFF}
.light-color, .light-color.color-overlay:before{background-color:#FFFFFF; color:#333333}
.dark-color.color-overlay:before{opacity: 0.5}

.ul-color, .main-content ul>li:before{ color:inherit; background-color: currentColor;}
.ol-color, .main-content ol>li:before{ color: inherit; }

.btn-clear{background-color: #ddd;}
.btn.btn-clear:hover, .btn.btn-clear:focus, a.btn-clear:hover, .btn-clear a:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover{background-color:#CCC; color:#000;}

/*Footer*/
#page-footer{ background-color: #3f8d80; color:#FFF; font-size: 1rem;}
#page-footer h3, #page-footer h4, #page-footer h5, #page-footer h6, #page-footer .title-color{color:inherit;}
.footer-hover, #page-footer a:hover, #page-footer a:focus, #page-footer a:active, #page-footer a:focus:active{color:inherit}
#page-footer .footer-before-copyright{ padding: 1em 0 0}
#page-footer .footer-copyright{ padding: 1em; margin-bottom: 0;}

.footertitle{color:#FFF; position: relative; padding-bottom: 0.625em; margin-bottom: 0.625em;}
.footertitle:after{content: ""; display:block; position:absolute; left:0; bottom:0; width: 50%; height: 3px; background-color: rgba(255,255,255,0.4);}
.footertext{margin-bottom: 1em; }
.footer-right{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end;  width: 100%; padding-right: 64px;}
.footer-right>*{ -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 1rem;}
.footer-right>*:first-child{margin-left: 0;}

#page-footer.social .fa,	#page-footer .social .fas,	#page-footer .social .fab,	#page-footer .social .far{font-size: 24px;}

.menu-footermenu{list-style: none; padding-left: 0; margin-bottom: 2em;}
.menu-footermenu li{ line-height: 1.2em;position: relative}
.menu-footermenu>li{border-left: 1px #afaba7 solid; margin-bottom: 1rem;}
.menu-footermenu li a{color:inherit; padding: 0.25em 0; display: block; position: relative; /*border-bottom: 1px solid #5b5b60;*/ }
.menu-footermenu li a:hover, .menu-footermenu li a:focus{ color:#4CAF50 !important; }
.menu-footermenu li.parent>a{font-size: 1rem; font-weight: bold; color: #4CAF50}
.menu-footermenu li.parent>a:hover, .menu-footermenu li.parent>a:focus{ color: #FFF !important}
.menu-footermenu ul{list-style: none; padding-left: 0;}
.menu-footermenu ul li{}
.menu-footermenu ul li>a{padding-left: 1em; position: relative}
.menu-footermenu ul li>a::before{content: "-"; display: block; position: absolute;  left:0;}
.menu-footermenu .showsub{display: none !important}
.footer-copyright .row>div{display: block}

#page-footer .item{padding: 5rem 0;}
#page-footer h3{ font-size: 1.25rem; color:#ffe885; position: relative; padding-bottom: 0.25rem;text-align: left; width:100%; margin-bottom: 10px;}
	#page-footer h3::after{content:""; display:block;height: 2px;
    background: #ffe885;
    width: 5.5em; position: absolute; left: 0; right: auto; bottom: 0;margin: auto;}
#page-footer ul{padding: 0; list-style: none;}
#page-footer li{ padding: 0;}
#page-footer li a{ display:block;padding: 0.5em 0.5em 0.5em 0;}
#page-footer li i{color:#ffe885;}
.footer-address-wrapper{display:none;padding-left: 1.2rem; margin-left: 1rem;}
#page-footer  .footer-address-wrapper ul {list-style: disc;}

	#page-footer .copyright { margin-bottom: 20px; }

.side-bar{}
.side-bar a{ display:block; margin-bottom: 1em;}

ol.list-head-lg{}
ol.list-head-lg>li{padding-left: 50px; margin-bottom: 2em}
ol.list-head-lg>li:before{font-size: 24px; color:#1db6a7;}

.table-head{font-weight: bold; color:#444; background-color: #f7f3ef}
.responsive-table-label thead, .responsive-table-label th{font-weight: bold; color:#333;}

.block-title{ width: 100%;  font-size: 1.5rem; color:#222; margin-bottom: 2rem; text-align: center}
.block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6{ color: inherit !important; margin-bottom: 0; text-align: inherit !important;}

.bg-gray{background-color: #F5F5F5;}

.bg-green , .bg-green{ background-color: #1dafb6; color:#FFF;}
.bg-green .block-title, .bg-green .block-title, .bg-green .block-title h3{color:#FFF !important;}

.bg-green{padding-top: 140px;}

.padding-large{padding-top: 60px; padding-bottom: 60px;}
.padding-medium{padding-top: 30px; padding-bottom: 30px;}
.padding-small{padding-top: 15px; padding-bottom: 15px;}


/*extra*/
.block-showcase{ position: relative; }
.block-showcase::before{content: ""; display:block; width: 100%; padding-top: 40%;}
/*.block-showcase.block-container{position: absolute; top:0; right:0; bottom:0; left:0; margin: 0; overflow: hidden}*/
.block-showcase .item-group{
	position: absolute; top:0; right:0; bottom:0; left:0; margin: 0; overflow: hidden;
	display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content:space-between; }
.block-showcase .item-group>div{-ms-flex: 0 1 auto; flex: 0 1 auto; width: 20.6%; height: 50%; display: -ms-flexbox; display: flex; overflow: hidden; padding: 2px; /*border: 1px #ccc solid;*/}
.block-showcase .item-group>div:first-child{-ms-flex: 1 1 auto; flex: 1 1 auto; width: 38.2%; height: 100%;}
.block-showcase .item{-ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden;}
.block-showcase .item-thumb{position: relative; overflow: hidden; z-index: 0;}
.block-showcase .item-thumb::before{ content: ""; display:block; width: 100%;padding-top: 100%;}
.block-showcase .item-thumb::after{ content: ""; display:block; position: absolute; margin: 0;top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255,255,255,0.5)}
.block-showcase .item-thumb>a{ position: absolute;margin: 0;top: 0; right: 0; bottom: 0; left: 0;}
.block-showcase .item-thumb img{ position: absolute; margin: auto; top: -9999px; right: -9999px; bottom: -9999px; left: -9999px; height: 100%; width: auto; max-width: none; z-index: 1;}
.block-showcase .item-group>div:first-child .item-thumb{ position: absolute; top:0; right:0; bottom:0; left:0;}
.block-showcase .item-group>div:first-child .item-thumb::before{content: none;}
.block-showcase .item-group>div:first-child .item-thumb img{ height: auto; width: 100%;}
.block-showcase .item-intro{position: absolute; top:auto; right:0; bottom:0; left:0; max-width: 100%; z-index: 1; padding: 2rem 2rem 1rem; font-weight: bold;
	/*background-color: rgba(0,0,0,0.8);*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 0 5px #000;
}
.block-showcase .item-intro{color:#FFF; font-size: 1.2rem; line-height: 1.25em}
.block-showcase .item-intro a, .block-showcase .item-intro h1, .block-showcase .item-intro h2, .block-showcase .item-intro h3, .block-showcase .item-intro h4, .block-showcase .item-intro h5, .block-showcase .item-intro h6{color:inherit; text-align: inherit;}
.block-showcase .item-intro>div{ -ms-flex: 0 1 auto;  flex: 0 1 auto;  }
.block-showcase .item-group>div:first-child .item-intro{background: none !important; text-shadow: none !important; color:#666; text-align: right; padding: 2rem; font-weight: normal;
	top:2rem; right:2rem; bottom: 2rem; left:2rem; border: 5px #D3C1A8 solid;
	display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap;
	-ms-flex-align: end !important;
  align-items: flex-end !important;
	-ms-flex-line-pack: end !important;
  align-content: flex-end !important;
	-ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.block-showcase .item-group>div:first-child .item-intro>div{max-width: 360px; float: right}
.block-showcase .item-group>div:first-child .item-intro h1, .block-showcase .item-group>div:first-child .item-intro h2, .block-showcase .item-group>div:first-child .item-intro h3{color:#504e4b; letter-spacing: 0.05em}
.block-showcase.showcase-left .item-group>div:first-child{ order: -1; }
.block-showcase.showcase-right .item-group>div:first-child{ order: 9; }

.block-features{}
.block-features .item{position: relative; margin-bottom: 6rem}
.block-features .item-intro{ position: absolute; left: 1rem; right: 1rem; top: 100%; z-index: 1; min-height: 4.8em; background-color: #c7a976; color:#FFF; text-align: center; font-size: 1.5rem; font-weight: bold; padding: 1rem; overflow: hidden;  transform: translateY(-50%); pointer-events: none;
display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.block-features .item-intro>div{-ms-flex: 1 1 auto;flex: 1 1 auto; width: 100%; }

.block-features .col:nth-child(2) .item-intro{background-color: #807c75;}
.block-features .col:nth-child(3) .item-intro{background-color: #f98f2a;}
.block-features .col:nth-child(4) .item-intro{background-color: #86965c;}

/*
.block-news{max-width: 100%; overflow:hidden}
.block-news .owl-stage-outer{overflow: auto}
*/
.block-news .col{padding-right: 1px; padding-bottom: 1px;}
.block-news .item-intro{padding: 1rem 0;}
.block-news .item-desc, .block-lecture .item-desc{line-height: 1.5em}
.block-news .item-date, .block-news .item-date{ /*color:#999;*/ padding: 0.5em 0}
.block-news .item-date::before, .block-news .item-date::before {
    content: "\f073";
    display: inline-block;
    /*position: absolute;
    left: 0;*/
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    color: #c7a976;
    font-weight: 700;
    width: 1.25em;
    text-align: left; margin-right: 0.2em;
}

.block-news{ /*margin-bottom: 6rem margin-top: 60px;*/}
/*.block-news .col{width: 377px;} */
.block-news .item{padding-bottom: 6rem;}
.block-news .item-thumb{position: relative; z-index: 0;}
.block-news .item-intro{ position: absolute; left:1rem; right:1rem; bottom:0; z-index: 1; background-color: #fff; padding: 1rem; border: 1px #dadada solid; overflow: hidden}
.block-news .block-footer{margin-top: 2rem; text-align: center}

.items-filter{}
/*.items-filter .select-style{ padding-bottom: 2rem;}*/
.item-title{padding: 4px 0; font-size: 1.25em; line-height: 1.25em; font-weight: bold; color:#333; }
.item-title a{color:inherit !important;}

.table-list{}
.table-list .item{padding: 0 0 0.5rem 0; border-bottom: 1px #e2dbd2 solid;}
.table-list .item-intro{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; padding-left: 115px;
	/*-ms-flex-direction: column-reverse; flex-direction: column-reverse; -ms-flex-pack: end; justify-content: flex-end*/ }
.table-list .item-title{-ms-flex: 1 1 auto; flex: 1 1 auto; order: 1; }
.table-list .item-date{-ms-flex: 0 0 auto; flex: 0 0 auto; order: 0; width: 100px; background-color: #3f8d80; color:#FFF; text-align: center; padding: 4px; margin-right: 1em; position: absolute; top:0.5rem; left:0; font-size: 0.9rem; line-height: 1.25em; }
.table-list .item-desc{-ms-flex: 1 1 auto; flex: 1 1 auto; order: 2; width: 100%;}
.table-list .item-file{order: 9; margin: 10px 0; }
.table-list .item-file a{border: 1px currentColor solid; border-radius: 4px; padding: 0.35em 0.5em;}

.table-list.list-mini .item-title{font-size: 1rem;}
.table-list.list-mini .item-date{top:0;}

.block-lecture{background-color: #3f8d80; padding: 1rem;}
.block-lecture .block-title{color: #FFF; margin-bottom: 0.5rem; width: 100%;}
.block-lecture .item-group{padding: 0.5rem 1rem; background-color: #FFF; height: 450px; flex-direction:column;}
.block-lecture .item-group>div{height: 33%;-ms-flex: 1 1 33%; flex: 1 1 33%; padding: 1rem 0 0; overflow: hidden; position: relative;}
.block-lecture .item-group>div::after{content: ""; display: block; position: absolute; right:1.5rem; bottom:0; left:1.5rem; height:1px; background-color: #e2dbd2}
.block-lecture .item{border: none;}
.block-lecture .item-intro{}
.block-lecture .block-footer{padding: 0 1rem 0.5rem; background-color: #FFF}
.block-lecture .item-date{top:0.25em;}

.hallo-word{padding: 0.5em; background-color: #f7f3ef; border-radius: 3px; margin-bottom: 1rem;}
ul.aside-menu{}
ul.aside-menu>li{padding: 0; margin: 0 0 1px;}
ul.aside-menu>li>a{display: block; padding: 0.5em 0.5em 0.5em 1em; border-top: 1px #ddd solid; border-left:0.25em currentColor solid; color:#777 !important;}
ul.aside-menu>li.active>a, ul.aside-menu>li>a:hover, ul.aside-menu>li>a:focus, ul.aside-menu>li>a:active, ul.aside-menu>li>a:active:focus{border-top: 1px #f7f3ef solid; border-left:0.25em #0998c5 solid; background-color: #f7f3ef; color:#0998c5 !important}
ul.aside-menu>li:first-child>a, ul.aside-menu>li.active+li>a{border-top-color: #FFF;}

#block-common{/*margin-top: -50px; margin-bottom: -120px*/}
#block-common .item{position: relative;}
#block-common .item-intro{background-color: rgba(0,0,0,0.5); color:#FFF; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 1; display: flex; align-items: center; justify-content: center; pointer-events: none; }
#block-common .item-title{font-size: 1.5rem; font-weight: bold; text-align: center; padding: 1.5em; max-width: 90%; border: 1px #FFF solid;
	transition:0.5s padding;
	-webkit-transition:0.5s padding;
	-moz-transition:0.5s padding;
	-o-transition:0.5s padding;
	-ms-transition:0.5s padding;
}
#block-common .item:hover .item-thumb img{ transform: scale(1.1);}
#block-common .item:hover .item-title{padding: 1.2em;}
/*#block-common .item:hover .item-intro{background-color: rgba(0,0,0,0.5);}*/

.block-home-viedo{/*padding-top: 100px; padding-bottom: 0;*/}

.block-information{}
.block-information-color1{ background-color: #3f8d80; color:#222;}
.block-information-color2{ background-color: #807c75; color:#FFF;}
.block-information-color3{ background-color: #f98f2a; color:#FFF;}
.block-information .item-title{ font-size: 1.5em; margin-bottom: 0.5em; color: #3f8d80; color: inherit}
.block-information-color1 .item-title, .block-information-color2 .item-title, .block-information-color3 .item-title{}
.block-information-color1 .item-title{color:#000; font-weight: bold}
.block-information li{margin-bottom: 0.25em}
.block-information-color1 .btn-ghost, .block-information-color2 .btn-ghost, .block-information-color3 .btn-ghost{ color:inherit; border-color: currentColor; font-size: 1em; }
.font-large .btn-ghost{border-width: 2px !important; font-weight: bold;}
.block-information .item-intro{padding: 1em 2em;}
.block-information .btn-w{ font-size: 0.8em; padding-left: 2em; padding-right: 2em;}

.items-image-both .item-intro{-ms-flex: 1 1 auto; flex: 1 1 auto;}
.items-image-both .item-thumb{-ms-flex: 0 0 auto; flex: 0 0 auto; width: 30%;}
.items-image-both .item-thumb img{ width: auto !important; max-width: none; height: 100%;}

.service-list-mini{ margin-left: 0; margin-right: 0; margin-bottom: -80px; z-index: 1;}
.service-list-mini .row-flex{margin-left: 0; margin-right: 0;}
.service-list-mini div[class*=col]{padding: 0;}
.service-list-mini .service-item{position: relative; max-width: 293px; margin: auto; margin-bottom: 0 !important;}
.service-list-mini .service-item .caption{position: absolute; bottom:0; left:0; right:0; color:#FFF !important; font-weight: 400 !important; font-size: 1.25em !important; padding: 24px 12px 12px !important; margin-bottom: 0; letter-spacing: 0.1em;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}
.service-list-mini .service-item .caption a, .service-list-mini .service-item .caption a:hover{color:inherit !important; font-weight: inherit !important;}

.couse-list .item{padding-bottom: 2rem; margin-bottom: 2rem; border-bottom: 1px #eee solid;}
.couse-list .item-title{font-size: 2rem; margin: 1em 0 0.5em; line-height: 1.2em; font-weight: bold; font-family: "Microsoft YaHei","Microsoft JhengHei",PMingLiU,simsun,Helvetica, Arial,sans-serif;}
.couse-list .item-footer{margin: 2rem auto;}

.couse-list .btn-w {padding-left: 2em;padding-right: 2em; font-size: 1.2rem}

/*.couse-list-mini{padding-bottom: 60px;}*/
.couse-list-mini .scroll-item-list{margin-top: 40px;}
.couse-list-mini .scroll-item-list .owl-stage{padding: 10px;}
.couse-list-mini .col{display: flex; }
.couse-list-mini .item{  background: #ffffff; color: #7b7b7b; height: 100%; display:flex; flex-wrap: nowrap; align-items: center; justify-content: space-around; border-radius: 4px; overflow: hidden;
-webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
	flex: 1 1 auto;
	}
.couse-list-mini .item>*{ flex: 1 1 auto;}
.couse-list-mini .item .item-thumb{ flex: 0 0 auto; display:block; overflow: hidden;}
.couse-list-mini .item:hover .item-thumb img{transform: scale(1.1);}

.couse-list-mini .item-intro{padding: 0 2em 0;}
.couse-list-mini.item-hover-cover.cover-up .item-intro{margin-top: 0; background-color: rgba(0,0,0,0.75);}
.couse-list-mini .item-title{ font-size: 1.5rem; color:#8cffcc  !important; font-weight: bold; text-shadow:none !important; position: relative; /*padding-left: 3rem;*/ margin-bottom: 1rem;}
/*.couse-list-mini .item-title::before{content: "\f02d"; font-family: "Font Awesome 5 Free"; display:block; position: absolute; top:0.5rem; left:0; font-size: 1.5em;}*/
/*.couse-list-mini .item-footer{ flex: 0 0 auto; order: 4; align-self: flex-end; width: 100%;  padding: 1em 0.5em; text-align: center;}*/
.couse-list-mini .item-footer{position: absolute; left:0; right:0; bottom:1rem; margin: auto; z-index: -1; text-align: center; opacity: 0;
		transition:0.25s opacity;
	-webkit-transition:0.25s opacity;
	-moz-transition:0.25s opacity;
	-o-transition:0.25s opacity;
	-ms-transition:0.25s opacity;
	transition-delay:0.25s;
	-webkit-transition-delay:0.25s;
	-moz-transition-delay:0.25s;
	-o-transition-delay:0.25s;
	-ms-transition-delay:0.25s;
}
.couse-list-mini.item-hover-cover.cover-up .item:hover .item-footer{opacity: 1; z-index: 3}

.couse-list-mini li{ line-height: 1.25em; margin-bottom: 0.5em}

.couse-list-mini .scroll-item-list{}
.couse-list-mini .scroll-item-list .owl-nav{top:10px; bottom:42px;}
.couse-list-mini .scroll-item-list .owl-nav button.owl-next, .couse-list-mini .owl-carousel .owl-nav button.owl-prev{width: 24px; font-size: 24px;}

.scroll-item-list .owl-stage{display:flex; flex-wrap: nowrap;}
.scroll-item-list button.owl-prev, .scroll-item-list:hover button.owl-prev{left:-24px; }
.scroll-item-list button.owl-next, .scroll-item-list:hover button.owl-next{right:-24px; }
.scroll-item-list .owl-nav button.owl-next, .scroll-item-list .owl-nav button.owl-prev{background-color: #3f8d80; opacity: 1;}
.scroll-item-list button.owl-prev:hover, .scroll-item-list button.owl-next:hover{background-color: #f98f2a}
.scroll-item-list.theme-dark .owl-nav .owl-next, .scroll-item-list.theme-dark .owl-nav .owl-prev{ background: rgba(0,0,0,0.35); color: #fff;}
.scroll-item-list.theme-dark .owl-nav .owl-next:hover, .scroll-item-list.theme-dark .owl-nav .owl-prev:hover{ background: rgba(0,0,0,0.75); color: #fff;}

.scroll-item-list .owl-dots .owl-dot span{ color:#3f8d80 }

.scroll-item-list .owl-dots .owl-dot span::before{opacity: 0.5}


.post-list-mini .list-item{ margin-bottom: 2em; display: flex; font-size: 0.9em; line-height: 1.2em}

.post-list-mini .post-cover{width: 96px; height: 96px; overflow: hidden; flex-shrink: 0; display:flex; align-items: center; justify-content: center; margin-right: 1em}
.post-list-mini .post-cover img{margin: auto; max-height: 100%;}
.post-list-mini .post-intro{ }
.post-list-mini .date{ opacity: 0.8;}
.post-list-mini .intro{text-align: justify;}
html[lang=en-GB] .post-list-mini .intro{ text-align: left;}
.post-list-mini .date+.intro{margin-top: 10px;}

/*.post-list-mini .intro{display:flex; flex-wrap: wrap; align-items: center; line-height: 1.5em; text-align: left; margin: 1em 0;}
.post-list-mini .intro>*{flex-grow: 0; width: 100%;}*/
.post-list-mini .block-btns{text-align: right}

.post-list{}
.post-list .list-item{ padding-top: 2.5em;padding-bottom: 2.5em;margin-bottom: 0;position: relative; display: flex; align-items: center;}
.post-list .post-cover{width: 200px; height: 200px; overflow: hidden; flex-shrink: 0; display:flex; align-items: center; justify-content: center; margin-right: 2em}
.post-list .post-cover img{margin: auto; max-height: 100%;}
.post-list .date{ opacity: 0.8;}
.post-list .date+.intro{margin-top: 10px;}

.block-share .col{ padding: 3rem 0;}
.row-flex>div>.block-wrapper>div.block-share.block-container .item{ width: 96.5%; max-width: 1280px; -ms-flex: 0 1 auto; flex: 0 1 auto; margin: auto}

.block-share .item{position: relative; /*-ms-flex-align: stretch; align-items: stretch;*/}
/*.block-share .item-thumb{ width: 48px; height: 48px; border-radius: 50%; overflow: hidden; position: absolute; left:0; bottom:0; }*/
.block-share .item-thumb{max-width: 320px; min-height: 425px; padding: 2rem; text-align: center; background-color: #3f8d80; margin: 0;}
.block-share .item-thumb img{border-radius: 50%; overflow: hidden}
.block-share .items-image-zigzag .item-thumb{}
.block-share .items-image-zigzag .item-thumb{}
.block-share .item-thumb figcaption{text-align: center; margin: 1rem auto; font-size: 1.5rem; font-weight: bold; color:#222}
.block-share .item-thumb figcaption span{display: block; position: relative; padding-top: 0.5rem; margin-top: 0.5rem;}
.block-share .item-thumb figcaption span::before{content: ""; display:block; width: 100px; height: 1px; position: absolute; top:0; right:0; left:0; margin: auto; background-color: currentColor;}
.block-share .item-intro{ position: relative; padding: 4rem 1.25rem 1.25rem; width: 100%; background-color: #F5F5F5; margin-left: 0; margin-right: 2rem;}
.block-share .item-intro::before{ content: ""; display:block; width: 6rem; height: 4rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='30' viewBox='0 0 46 30'%3E%3Cpath fill='%23777' d='M38 12.5c-1.2 0-2.2.1-2.9.5 0-3.4 2-7.3 5.9-11.7L39.4 0c-4.3 3.7-7.2 6.4-8.7 8.1-2.7 3.5-4.2 7.1-4.2 10.9-.1 7.3 3.5 11 10.3 11 2.5 0 4.7-.7 6.5-2.1 1.9-1.4 2.7-3.4 2.7-5.8 0-6.4-2.6-9.6-8-9.6zm-26.5 0c-1.2 0-2.2.1-2.9.5 0-3.4 2-7.3 5.9-11.7L12.9 0C8.6 3.7 5.7 6.4 4.2 8.1 1.5 11.6 0 15.2 0 19.1 0 26.3 3.5 30 10.4 30c2.5 0 4.7-.7 6.5-2.1 1.9-1.4 2.7-3.4 2.7-5.8 0-6.4-2.7-9.6-8.1-9.6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-size: 100%; position: absolute; left: 1.25rem; top:-1rem; z-index: 0;
}
.block-share .item-intro::after { content: ""; display: block; position: absolute; top: 25%; right: -2rem; bottom: auto; left: auto; margin: auto; width: 0; height: 0; border: 0 solid transparent; border-width: 1.5rem 0 1.5rem 2rem; border-color: transparent transparent transparent #F5F5F5;
}
.block-share .col:nth-child(even){background-color: #f5f5f5}
.block-share .col:nth-child(even) .item-intro{ margin-left: 2rem; margin-right: 0; background-color: #FFF}
.block-share .col:nth-child(even) .item-intro::after{ top: 25%; right: auto; bottom: auto; left: -2rem; margin: auto; width: 0; height: 0; border-width: 1.5rem 2rem 1.5rem 0; border-color: transparent #FFF transparent transparent;}

.block-share-details .item{-ms-flex-align: start; align-items: flex-start;}
.block-share-details .block-footer{margin-top: 2rem;}


/*.block-share .item-intro::after{ content: ""; display:block; width: 46px; height: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='30' viewBox='0 0 46 30'%3E%3Cpath fill='%23777' d='M8 17.5c1.2 0 2.2-.1 2.9-.5 0 3.4-2 7.3-5.9 11.7L6.7 30c4.3-3.7 7.2-6.4 8.7-8.1 2.7-3.5 4.2-7.1 4.2-10.9C19.6 3.7 16 0 9.2 0 6.7 0 4.5.7 2.7 2.1.9 3.5 0 5.5 0 7.9c0 6.4 2.6 9.6 8 9.6zm26.5 0c1.2 0 2.2-.1 2.9-.5 0 3.4-2 7.3-5.9 11.7l1.6 1.3c4.3-3.7 7.2-6.4 8.7-8.1C44.5 18.4 46 14.8 46 11c0-7.3-3.5-11-10.4-11-2.5 0-4.7.7-6.5 2.1-1.9 1.4-2.7 3.4-2.7 5.8 0 6.4 2.7 9.6 8.1 9.6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-size: cover; position: absolute; right: 20px; bottom:0; z-index:  -1;
}*/

.block-footer{text-align: center;}
#block-couse .block-footer{text-align: center; margin-bottom: 40px; margin-top: 15px;}

.block-share-carousel .item-thumb{margin: 0;}
.-whatsapp-bubble-green .item-intro{ /*display: flex; flex-direction: column; position: relative; justify-content: flex-end; align-items: stretch;*/ padding-left: 30px; padding-top: 24px }
.-whatsapp-bubble-green .item-title{ /*flex: 0 0 auto; order: 2;height: 48px; padding-left: 56px; line-height: 1.25em; font-weight: bold;font-style: italic;*/ display:none;}

.whatsapp-bubble-green .item-intro{ margin-left: 30px; margin-top: 20px; flex: 1 1 auto; order: 1;  background-color: #c3ffc3; color:#222; padding: 16px 16px 36px; border-radius: 0 8px 8px; position: relative; font-weight: bold; line-height: 1.25em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='50' viewBox='0 0 58 50'%3E%3Cstyle%3E.st0%7Bfill:%230faee5%7D%3C/style%3E%3Cpath class='st0' d='M23.4 32l-5.5-5.5 1.5-1.4 3.8 3.8L32 18l1.6 1.3zM29.8 32l-2.6-2.7 1.4-1.4 1.1 1L38.5 18l1.6 1.3z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right bottom;
/*-webkit-box-shadow: 0px 1px 0px 1px #CCC;
-moz-box-shadow: 0px 1px 0px 1px #CCC;
box-shadow: 0px 1px 0px 1px #CCC;*/
border: 1px #CCC solid; border-width: 0 1px 1px 1px;
}

.whatsapp-bubble-green .item-intro::before, .whatsapp-bubble-green .item-intro::after{
	content: ""; display:block; position: absolute; top:0; left:-26px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 26px 26px 0;
border-color: transparent #CCC transparent transparent;
}
.whatsapp-bubble-green .item-intro::after{
	bottom: 0; left: -24px;
	border-width: 0 24px 24px 0;
	border-color: transparent #c3ffc3 transparent transparent;
}
.whatsapp-bubble-green .item-date{ position: absolute; z-index: 1; right: 50px; bottom: 15px; color:#999; font-size: 0.9em; font-weight: normal}
.whatsapp-bubble-green p{margin-bottom: 1em;}

/*.block-share-list{}
.block-share-list .item{margin-bottom: 30px;}
.block-share-list .item-title{ color: #2196F3; margin: 5px 0;}*/


.block-staff .item{margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px #CCC solid;}
.block-staff .item-intro{ padding-bottom: 60px}
.block-staff .item-title{font-size: 2rem; margin: 0; }
.block-staff .item-title2_cht, .block-staff .item-subtitle{ font-size: 1.25rem; color:#377cb3; font-weight: bold; margin-top: 5px; margin-bottom: 1em}
.block-staff .item-footer{position: absolute; bottom:2em; left:22.5%;}

.step-chart{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify !important; justify-content: space-between !important;}
.step-chart li{ -ms-flex: 0 1 auto;  flex: 0 1 auto; min-width: 185px; max-width: 22%; position: relative; padding: 2em 20px 20px !important; margin-top: 2em; font-size: 1.5rem; border-radius: 20px; border: 3px #1daeb5 solid; color:#1daeb5; text-align: center; }
.step-chart li::before{content: 'Step 'counter(item-counter) !important; display:block; width: 3em !important; height: 3em !important; line-height: 1em; border-radius: 50%; background-color: #1daeb5; color:#FFF !important;
	position: absolute; top:-1.5em !important; left:0 !important; right:0 !important; margin: auto; padding: 10px !important;
}
.step-chart li::after{content: ""; display: block; width: 2rem; height: 2rem; border: 3px #1daeb5 solid; border-width: 3px 3px 0 0; position: absolute; top:50%; right:-22%; transform: rotateZ(45deg) translateX(-35%) translateY(-35%); }
.step-chart li:last-child::after{ content: none;}
.step-chart .fas, .step-chart .far{font-size: 2rem;}

.block-faq .question, .block-faq .item-header{font-size: 2rem; color:#1dafb6; margin-bottom: 0.5em; border: 1px #1dafb6 solid; padding: 0.5em 0.25em 0.5em 2.25em; position: relative;}
.block-faq {counter-reset:item-counter;}
.block-faq .item-header::before{
				counter-increment:item-counter;
				content: counter(item-counter)'.';
    display: inline-block;
    width: 2em;
    height: 1.8em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
}
.block-faq .question::before, .block-faq .item-header::before{top:0.5em; left:0.5em;}
.block-faq .question>a, .block-faq .item-header>a{ display: block; position: relative;}
.block-faq .question>a>span, .block-faq .item-header>a>span{pointer-events: none; position: absolute; top:0; right:0}
.block-faq .question .answer, .block-faq .item-header .item-content{font-size: 1rem; color:#7b7b7b; margin-top: 1em}

.block-agent{ text-align: center}
.block-agent .item-intro{font-weight: bold; color: #222; margin-top: 1rem}

.block-partner, .block-partner .block-footer{text-align: center}


.block-list-item .col{  display: -ms-flexbox; display: flex;}
.block-list-item .col>div{-ms-flex:1 1 auto;flex:1 1 auto;}

.block-checklist-display{}
/*.block-checklist-display .item-group{position: relative;}
.block-checklist-display .item-group::before, .block-checklist-display .item-group::after{content: ""; display:table;}*/
.block-checklist-display .col{padding-bottom: 1rem; }
/*.block-checklist-display .col:nth-child(2n){padding-left: 1rem;}
.block-checklist-display .col:nth-child(3n){padding-left: 2rem;}
.block-checklist-display .col:nth-child(4n){padding-left: 3rem;}*/
.block-checklist-display .item{ position: relative; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center;
	width: auto; /*background-color:#8BC34A; color:#FFF;*/ padding: 1rem 3.5rem 1rem 1rem; min-height: 5rem; border-radius: 5em; font-size: 1.25rem; line-height: 1.1em }

.block-checklist-display .item::before { content:""; flex: 0 0 auto; display:block;/* position: absolute; top:0; left:0; margin: auto;*/  width: 3rem; height: 3rem; margin-right: 1em;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191.667' height='191.667' viewBox='0 0 191.667 191.667'%3E%3Cpath fill='%238BC34A' d='M95.833 0C42.991 0 0 42.99 0 95.833s42.991 95.834 95.833 95.834 95.833-42.991 95.833-95.834S148.676 0 95.833 0zm55.029 79.646l-60.207 60.207a13.463 13.463 0 0 1-9.583 3.969c-3.62 0-7.023-1.409-9.583-3.969l-30.685-30.685a13.464 13.464 0 0 1-3.97-9.583c0-3.621 1.41-7.024 3.97-9.584a13.46 13.46 0 0 1 9.583-3.97c3.62 0 7.024 1.41 9.583 3.971l21.101 21.1 50.623-50.623a13.463 13.463 0 0 1 9.583-3.969c3.62 0 7.023 1.409 9.583 3.969 5.286 5.286 5.286 13.883.002 19.167z'/%3E%3C/svg%3E");
	background-size: 100%; 
}
.block-checklist-display .item>.item-intro{-ms-flex: 1 1 auto;flex: 1 1 auto;}

#block_galleries .item{border: 1px #ccc solid; text-align: center}
#block_galleries .item-title{text-align: center; margin-bottom: 0.25em;}
.gallery-title h2{text-align: center; margin-bottom: 2rem}
.gallery-details .item-thumb{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border: 4px #FFF solid;
}

.block-flowchart{}
.block-flowchart .flowchart-row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; counter-reset: flowchart-step; margin-left: -1rem; margin-right: -1rem}
.block-flowchart .item-group>*:nth-child(even)>.flowchart-row{ -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.block-flowchart .flowchart-row>*{-ms-flex: 1 1 auto;flex: 1 1 auto; width: 100%; display: -ms-flexbox; display: flex; padding: 0 1rem 1.5rem; margin: 0;}
.block-flowchart .flowchart-row>*::before{content: none;}

.block-flowchart .item-group .item{-ms-flex: 1 1 100%;flex: 1 1 100%; position: relative; padding: 2rem; border: 0.5rem currentColor solid; background-color: currentColor; color: #ffeec7; border-radius: 1rem; counter-increment: flowchart-step;}
.block-flowchart .item-group .item::before{content: counter(flowchart-step); display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items:center; -ms-flex-pack: center; justify-content:center; width: 1.5em; height: 1.5em; text-align: center; position: absolute; left:-1rem; top:-1rem; background-color: #3f8d80; border-radius: 50%; color: #FFF; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 2rem; line-height: 1.2em; letter-spacing: -0.1em; text-indent: -0.1em; font-weight: bold;  }

.block-flowchart .item-group .item::after{ content: ""; display: block; position: absolute; top:0; right:-2rem; bottom:0; left:auto; margin: auto;
/*width: 0;
height: 0;
border: 0 solid transparent;
border-width: 1.5rem 0 1.5rem 2rem;
border-color: transparent transparent transparent currentColor;*/
	width: 2.5rem; height: 3rem; 
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' preserveAspectRatio='none'%3E%3Cg fill='%23EA5514'%3E%3Cpath class='st0' d='M150 512H0l211-256L0 0h150l211 256z'/%3E%3Cpath class='st0' d='M301 512h-95l211-256L206 0h95l211 256z'/%3E%3C/g%3E%3C/svg%3E"); 
	background-size: 100% 100%; background-repeat: no-repeat; background-position: center;
}

.block-flowchart .item-group>*:nth-child(even) .item::after{/*border-width: 1.5rem 2rem 1.5rem 0; border-color: transparent currentColor transparent transparent;*/ top:0; right:auto; bottom:0; left:-2rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' preserveAspectRatio='none'%3E%3Cg fill='%23EA5514'%3E%3Cpath d='M151 256L362 0h150L301 256l211 256H362z'/%3E%3Cpath d='M0 256L211 0h95L95 256l211 256h-95z'/%3E%3C/g%3E%3C/svg%3E");
}

.block-flowchart .flowchart-row>*:last-child:not(.last-item) .item::after{ /*border-width: 2rem 1.5rem 0 1.5rem ; border-color: currentColor transparent transparent transparent;*/
width: 3rem; height: 2.5rem; top: auto; right: 0; bottom: -2rem; left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512' preserveAspectRatio='none'%3E%3Cg fill='%23EA5514'%3E%3Cpath class='st0' d='M0 150V0l256 211L512 0v150L256 361z'/%3E%3Cpath class='st0' d='M0 301v-95l256 211 256-211v95L256 512z'/%3E%3C/g%3E%3C/svg%3E");
}
.block-flowchart .flowchart-row>.last-item .item::after{ content: none !important;}

.block-flowchart .item-thumb{margin-bottom: 1rem;}
.block-flowchart .item-desc{ color:#555}

/*.gallery-wall .sizer, .gallery-wall .col{width: 25%; padding: 0.5rem;}*/
.gallery-wall .col{padding: 0.5rem;}
.gallery-wall .item{background-color: #FFF; padding: 0.5rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.gallery-wall .item-thumb img{height: 300px !important; width: auto !important; }
.gallery-wall.item-hover-cover .lightbox::after{content: none;}
.gallery-wall.item-hover-cover .item-intro{margin-top: 0; pointer-events: none;}
.gallery-wall.item-hover-cover .item-title{color:inherit;}

.gallery-wall-eq-height{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.gallery-wall-eq-height::after { content: ''; flex-grow: 999999999; }
.gallery-wall-eq-height .col{-ms-flex: 1 1 auto; flex: 1 1 auto; padding:0.5rem; position: relative; height: 300px;}

/*.gallery-wall-eq-height .col:last-child{ -ms-flex: 0 1 auto; flex: 0 1 auto;}*/
.gallery-wall-eq-height .item{background-color: #FFF; padding: 0.5rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.gallery-wall-eq-height .col img{ /*height: 300px !important; width: auto !important;*/ position: absolute; top: 0; width: 100%; vertical-align: bottom;}
.gallery-wall-eq-height.item-hover-cover .lightbox::after{content: none;}
.gallery-wall-eq-height.item-hover-cover .item-intro{margin-top: 0; pointer-events: none;}
.gallery-wall-eq-height.item-hover-cover .item-title{color:inherit;}



.gallery-wall-eq-size{}
.gallery-wall-eq-size .col{ padding:0.5rem;}
.gallery-wall-eq-size .item{background-color: #FFF; padding: 0.5rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.gallery-wall-eq-size.item-hover-cover a::after{content: none;}
.gallery-wall-eq-size.item-hover-cover .item-intro{margin-top: 0; pointer-events: none;}
.gallery-wall-eq-size.item-hover-cover .item-title{color:inherit;}


.popup-multi-gallery{display:flex; flex-wrap: wrap; align-items:flex-start; justify-content: flex-start;}
.popup-multi-gallery>*{flex:0 0 auto;}
.gallery, .gallery-mini{ margin-left: -1%; margin-right: -1%;}
.gallery-mini>*{padding: 5px; border: 1px #ddd solid; border-radius: 4px; text-align: center; margin: 0 1% 15px;}
.gallery-mini img+span{display:inline-block; margin-top: 5px;}
.gallery-col-2>*{width: 48%}
.gallery-col-3>*{width: 31.334%;}
.gallery-col-4>*{width: 23%;}
.gallery-col-5>*{width: 18%;}
.gallery-col-6>*{width: 14.667%;}

.home-slogan{ width: 90%; max-width: 800px; font-size: 20px; margin-left: auto; margin-right: auto; padding-right: 220px; position: relative; background: #f9f4eb; border-radius: 20px; }
.home-slogan img{margin-left: 2em; position: absolute; top:0; right:-50px }
.home-slogan>div{overflow: hidden; padding: 1em;}
.home-slogan .title{font-size: 1.5em !important; text-align: left !important; }
.home-slogan .text{font-size: 1.5em; line-height: 1.5em; font-style: italic; font-weight: 700; color: #2a373e;}
.home-slogan .quote{text-align: right;margin-top: 1em; font-style: italic; display: block; display:flex; justify-content: flex-end; align-items: center}
.home-slogan .quote:before{content: ""; width: 3em; height: 1px; background-color: currentColor; margin-right: 0.5em}

.home-left-broad{background-color:#fff; border-radius: 10px; padding: 2em; border: 20px #88b61f solid;}
table.events th,table.events td{vertical-align: middle !important}
td.event-day{width: 100px; text-align: center; vertical-align: top}
.event-day .date{padding: 8px; border-radius: 4px;}

/*input[type=checkbox]{width: 1px; height: 1px; border: none; background: none; outline: none; }
input[type=checkbox]:before{ display:block; width: 1.2em; height: 1.2em; line-height: 1.2em; position: absolute; left:-0.1em;top:-0.1em; border: 1px #CCC solid;background-color: #FFF; border-radius: 4px;z-index: 1; content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}*/
.has-error input[type=checkbox]:before{ border-color:#a94442;}
/*input[type=checkbox]:checked:before{ background-color: #5cb85c; border-color: #5cb85c;}
input[type=checkbox]+*::before{ top: 0.1em;}*/

.reg-form{max-width: 640px; margin: auto;}
.for-checkbox{margin-left: 1.5em;cursor: pointer;}
.for-checkbox+input{position: absolute; left:0; top:0; cursor: pointer;}

.login_form_container{max-width: 320px; margin: auto}

/*
.list-group{}
.main-content .list-group>li{border-bottom: 1px #eee solid; padding: 1em; border-left: 10px #eee solid; margin-bottom: 5px;}
.main-content .list-group>li a{color:#777777}
.main-content .list-group>li.active{border-left-color:#009688; }
.main-content .list-group>li.active a{color:#009688}
*/
/*
figure{
    background-color: #FFF;
    padding: 1em;
    margin-bottom: 1.5rem;
    display: block;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
*/

.login-panel{max-width: 320px; border: 1px #ccc solid; padding: 1rem; margin: 2rem auto;}
.register-panel{max-width: 850px; margin: 2rem auto;}
.img-captcha{border: 1px #ccc solid}

.form-group{margin-bottom: 2rem}
/*label+.help-block { margin-top: -0.5em; }*/
.howto_other, .howto_old, .howto_old .form-group{display:inline-block; margin-bottom: 0;}
/*.howto_old.disabled{opacity: 0.6}*/
span.label{font-size: 1rem; line-height: 1rem;padding: 4px 8px;}
.label-inline{color:currentColor}
.disabled .label-inline{color:#CCC}
.form-control-inline{border: 1px #ddd solid;}
.disabled .form-control-inline{border: 1px #eee solid;}
fieldset{padding-bottom: 1rem; border-bottom: 1px #eee solid;}
fieldset>.row>div:last-child .form-group{margin-bottom: 0;}

.form-wrapper { border: 1px #999 dashed; padding: 2rem; }

.qna{ padding-left: 0; counter-reset: q-counter;} 
.main-content .qna>*{ margin-bottom: 2em;}
.main-content ol.qna>li:before{content: none;}
.qna .question{position: relative; display:flex; align-items: center; justify-content: flex-start;}
.qna .question:before{content: 'Q'counter(item-counter); display:block; width: 50px; height: 50px; margin-right: 10px; border-radius: 50%; background-color: #1db6a7; color:#FFF; text-align: center; line-height: 50px;}
.qna .answer{padding: 0 60px;}
.btn-round{border-radius: 50%; border: 2px #ccc solid;}
.qna .btn-round{width: 32px; height: 32px; padding: 3px; text-align: center; color:#ccc; cursor: pointer;}


.img-contain{display: flex; align-items: center; justify-content: center; width: 250px; height: 250px; overflow: hidden; margin: auto; position: relative; border: 5px #fff solid; border-radius: 50%;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}
.img-contain>img{ max-height: 100%; width: auto; position: relative; z-index: 1}
.img-contain>.photo-preload{position: absolute; top:0; right:0;bottom:0; left:0; background: rgba(255,255,255,0.7) url('loader.gif') no-repeat center; display:none; z-index: 2}
input[type=file]#photo{width: 256px; margin: auto;}

.inpage-side-img{width: 100%; height: 100%; background-color: #ccc; overflow: hidden; display:flex; align-items: center; justify-content: center;}
.inpage-side-img img{height:100%; max-width: none; margin: auto; }

.details-content .details-title{margin-bottom: 0;}
.details-content .item-field.item-date{padding-bottom: 0; border-bottom: none; margin-top: -1rem; text-align: right}

.back-top{width: 56px; height: 56px; font-size: 24px; right:0; bottom:0; background-color: rgba(0,0,0,0.35); border-radius: 0; color:#FFF; padding: 0.6em;}
.back-top:hover,.back-top:focus,.back-top:active{background-color:#ceb17d; color:#FFF}

.floating-layer{position: fixed; pointer-events: none}
.layer-right-middle{top:25%; right:0; }
.bookng-label{ position: relative; padding: 1rem 0.5rem 1rem 5rem; background-color: #0185F7; color:#FFF; border-radius: 2.5rem 0 0 2.5rem; pointer-events: auto; 
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	    transition: 0.5s transform;
    -webkit-transition: 0.5s transform;
    -moz-transition: 0.5s transform;
    -o-transition: 0.5s transform;
    -ms-transition: 0.5s transform;
}
.bookng-label.open{	-webkit-transform: translateX(0); transform: translateX(0);}
.bookng-label::before{content: ""; position: absolute; top:0; right:auto; bottom:0; left:1rem; margin: auto; display:block; width: 3rem; height: 3rem; background-image: url("../images/icons/icon_reg.svg"); background-repeat: no-repeat; background-size: 100%;}
.bookng-label h3{font-weight: bold; margin-bottom: 0}

/*.show-searchbar{display:block !important; width: 36px !important; text-align: center !important;}*/
.show-searchbar{padding-left: 20px !important; padding-right: 20px !important;}

.chat-icon{width: 56px; height: 56px; padding: 5px; position: fixed; right:0; bottom:0; background-color: #0596d4; border-radius: 50%;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition: 0.5s all;
 -o-transition: 0.5s all;
 -ms-transition: 0.5s all;
}
.chat-icon::after{content: ""; display: block; width: 62%; height: 62%; margin: 19%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43.074 42.35'%3E%3Cg transform='translate(-11.86 -14.678)'%3E%3Cpath d='M27.041 53.253c-1.064-1.771-2.107-3.505-3.087-5.276-.352-.636-.583-.81-1.592-.794-3.331.035-3.326.035-4.38.027l-.549-.008c-3.594-.003-5.572-1.992-5.572-5.602V20.27c0-3.607 1.983-5.591 5.588-5.591h31.993c3.523 0 5.462 1.947 5.462 5.48.005 9.007.005 12.633 0 21.64a4.892 4.892 0 01-5.399 5.401h-.008l-5.515-.005c-6.442-.008-4.361-.018-8.483.021a1.099 1.099 0 00-.505.352c-1.059 1.71-2.067 3.45-3.074 5.192l-1.169 2.007c-.084.147-.179.292-.297.473l-1.161 1.79z' fill='%23fff'%3E%3C/path%3E%3Cg fill='%230596d4'%3E%3Crect rx='.812' height='3.043' width='32.605' y='21.789' x='17.045'%3E%3C/rect%3E%3Crect rx='.812' height='3.043' width='32.605' y='29.228' x='17.045'%3E%3C/rect%3E%3Crect rx='.812' height='3.043' width='19.008' y='36.668' x='17.045'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-size: cover; background-repeat: no-repeat}

/*.chat-icon svg{ width: 80%; height: 80%; max-width: 100%; max-height: 100%;}*/

#preloader .chip {background-color: #ceb17d;}

/**/
.model-custom{position: fixed; top:0; right:0; bottom:0; left:0; opacity: 1; z-index: -3; display: flex; align-items: center; justify-content: center;
	transition: z-index 0.5s step-end, opacity 0.5s linear;
	-webkit-transition: z-index 0.5s step-end, opacity 0.5s linear;
	-moz-transition: z-index 0.5s step-end, opacity 0.5s linear;
	-o-transition: z-index 0.5s step-end, opacity 0.5s linear;
	-ms-transition: z-index 0.5s step-end, opacity 0.5s linear;
}
.model-custom.m-on{z-index: 9999 !important; opacity: 1;
	transition: z-index 0.5s step-start, opacity 0.5s linear;
	-webkit-transition: z-index 0.5s step-start, opacity 0.5s linear;
	-moz-transition: z-index 0.5s step-start, opacity 0.5s linear;
	-o-transition: z-index 0.5s step-start, opacity 0.5s linear;
	-ms-transition: z-index 0.5s step-start, opacity 0.5s linear;
}
.model-custom.m-off{z-index: -9999 !important; opacity: 0;
	
}
.model-custom .pre-model{position: fixed; top:0; right:0; bottom:0; left:0; background: rgba(0,0,0,0.5); opacity: 0; z-index: -1;
	transition:0.5s opacity;
	-webkit-transition:0.5s opacity;
	-moz-transition:0.5s opacity;
	-o-transition:0.5s opacity;
	-ms-transition:0.5s opacity;
}
.model-custom.m-on .pre-model{z-index: 1;opacity:1;}
.model-custom .inbox{width: 100%; height: auto; position: relative; z-index: 2; overflow: hidden; background-color: #FFF; border-radius: 8px; max-width: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.model-custom-header{padding: 10px 20px; font-size: 1.5em; color:#888;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.model-custom .btn-close{width: 36px; height: 36px; font-size: 1.5em; line-height: 0; background: #FFF; position: absolute; right:10px; top:7px; color:#BBB; border: 2px #BBB solid; border-radius: 50%; cursor: pointer; display:flex; align-items: center; justify-content: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.model-custom .btn-close+.model-custom-header{padding-right: 40px;}

.model-custom .btn-close:hover{color:#666; border-color: #666;}
.model-custom-body{height:auto; /*max-height: 90%;*/ overflow-y: auto; padding: 20px;}

.bg-white{display: inline-block; width: 100%; margin-top: 10px; background-color: #fff; color:#1db0b7; min-height:48px;  padding: 8px 8px 8px 36px; border-radius: 4px; position: relative;}
.bg-white>i.fab{position: absolute; left: 8px; top:8px;}

.whatsapp-white{ display:inline-flex; align-items: center; margin-top: 10px; background-color: #fff; color:#1db0b7; padding: 8px;border-radius: 4px; font-weight: bold}
.whatsapp-white .fab{margin-right: 5px;}

#home-right{ text-align: center; margin-top: 115px;}
#home-right .item{margin-bottom: 1rem;}

#page-top .whatsapp-white{ padding: 4px 8px; margin-top: 0; font: 14px; vertical-align: middle}
#page-top .whatsapp-white .fab{font-size: 24px;}

.course-from{ margin: auto; background-color: #f5f5f5; padding: 2rem; margin-top: 2rem}
.course-from>h3{margin-bottom: 2rem;}

.pagination{cursor: not-allowed;}
.pagination>li>a, .pagination>li>span {
    height: 100%;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ color: #FFF !important;}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{background-color: #f3f3f3; color:#CCC !important; pointer-events: none; cursor: not-allowed;}

.search-result-type{font-size: 0.875rem; color:#999}
.search-result-type .fas{font-size: 0.8em;}
.search-result-item{ padding-top: 1.5rem; border-top: 1px #ddd solid; margin-top: 1.5rem; }
.search-result-highlight{ background-color: #fff496; color: #333; font-weight: bold; padding: 1px 2px;}

.block-course-list .item{margin-bottom: 1rem;}
.block-course-list .item-title{line-height: 1.2em;}
.block-course-list .item-title>a{ color:#302E28 !important}

.group-tags{padding: 0 0 0.5rem;}
.group-tags a{ margin-right: 0.5rem; margin-bottom: 0.25em;}
.search-word{padding: 0.5em 0 2rem; font-weight: bold; color:#302E28;}
.items-filter+.search-word{margin-top: -1.5rem;}

.block-course-list .item-thumb>a{display:block;}
.block-course-list .item-thumb>a::after{content: ""; position: absolute; top:0; right:0; bottom:0; left:0; z-index: 1; background-color: rgba(0,0,0,0.35); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='64' width='64' viewBox='0 0 512 512'%3E%3Cpath d='M460.1 76.8H51.9C23.2 76.8 0 100 0 128.7v254.8c0 28.7 23.2 51.9 51.9 51.9h408.2c28.7 0 51.9-23.2 51.9-51.9V128.8c.1-28.7-23.2-52-51.9-52zm-147.2 20h44.5v34.5h-44.5V96.8zm-80.8 0h44.5v34.5h-44.5V96.8zm-161.8 0h44.5v34.5H70.3V96.8zm46.2 313.7H72V376h44.5v34.5zm34.7-313.7h44.5v34.5h-44.5V96.8zm46.2 313.7h-44.5V376h44.5v34.5zm12.4-88.8V190.5c0-7.5 8.1-12.1 14.5-8.4L338 247.7c6.5 3.7 6.5 13 0 16.7L224.3 330c-6.4 3.8-14.5-.8-14.5-8.3zm68.4 88.8h-44.5V376h44.5v34.5zm80.9 0h-44.5V376h44.5v34.5zm79.2-1.7h-44.5v-34.5h44.5v34.5zm0-277.5h-44.5V96.8h44.5v34.5z' fill='%23fff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; pointer-events: none; opacity: 1; -webkit-transform: scale(1); transform: scale(1);
	-webkit-transition: 0.25s opacity, 0.25s transform;
 -moz-transition: 0.25s opacity, 0.25s transform;
 -o-transition: 0.25s opacity, 0.25s transform;
 -ms-transition: 0.25s opacity, 0.25s transform;
	transition: 0.25s opacity, 0.25s transform;
}
.block-course-list .item-thumb>a:hover::after{opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);}


.mfp-iframe-holder{display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap;  -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center;}
.mfp-iframe-holder>div, .mfp-iframe-holder>div>div:not(.mfp-title), .mfp-iframe, .mfp-iframe-video{ display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; width: 100%}
.mfp-iframe-holder>div{width: 100%; height: 100%;}
.mfp-iframe-video>.mfp-iframe{width: 100%; height: 100%;}
.mfp-iframe-holder .mfp-title{position: fixed; right:0; bottom:0; left:0; text-align: center; color: #FFF; padding: 1em;}
#mfp_pop_video, .mfp-iframe, .mfp-iframe html body{background-color: transparent !important;}
#mfp_pop_video body:-webkit-full-page-media{background-color: transparent !important;}

/**/

@media (min-width: 1440px){
.container-lg{max-width: 1440px;}
}

@media (min-width: 1600px){
.container-lg{max-width: 1600px;}
}

@media (max-width: 1280px){
	.block-showcase .item-intro{font-size: 1rem; line-height: 1.2em; padding: 0.5em 1em}

	.block-showcase .item-group>div:first-child .item-intro{ padding: 1rem; background: rgba(255,255,255,0.5) !important;}
	.block-showcase .item-group>div:first-child .item-intro h1{font-size: 2rem; margin-bottom: 0.25em; }

	.block-lecture .item-group>div{height: 33%; -ms-flex: 1 1 auto; flex: 1 1 auto;}
.block-lecture .item-intro{padding: 0;}
.block-lecture .item-title{ width: 100%}
.block-lecture .item-date{position: relative; top:auto;  }
.block-lecture .item-desc{}
	
	.font-large{font-size: 1.25rem}
	
}
@media (max-width: 1024px){
	#home-slider .item-desc.banner_center{max-width: 768px;}
	#home-slider  .owl-item img{ height: 385px; width: auto; max-width: none}
	
	.scroll-item-list button.owl-prev, .scroll-item-list:hover button.owl-prev{left: -0.8rem;}
	.scroll-item-list button.owl-next, .scroll-item-list:hover button.owl-next{right: -0.8rem;}
	
	.block-news{margin-top: 2rem}
	.block-news .owl-carousel .owl-nav{bottom:auto; height: 235px;}
	.block-news .item{padding-bottom: 0; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-direction: column; flex-direction: column;}
	.block-news .item>div{ /*height: 100%;*/ width: 100%; }
	.block-news .item-thumb{-ms-flex: 0 0 auto;flex: 0 0 auto;}
	.block-news .item-intro{ -ms-flex: 1 1 auto;flex: 1 1 auto; position: relative; top:auto; right:auto; bottom:auto; left:auto;}
}
@media (max-width: 1169px){
	/*#home-slider .item{width: 100%;}*/
	.step-chart li::after{ right: -15%; }
	#page-top .whatsapp-white{font-size: 0.8rem; margin-right: 3px}
	
	.social a {margin-right: 3px; }
	#page-top .social .fa, #page-top .social .fas, #page-top .social .fab, #page-top .social .far{ font-size: 18px;}
	
}

@media (max-width: 992px){
	#page-top{ margin-bottom: 140px;}
	#page-top>.container{margin: 0; width: 100%;}
	#page-top .social{padding: 0;}
	
	#top-menu, #top-menu.fixed{ 
		transition:0.5s top;
	-webkit-transition:0.5s top;
	-moz-transition:0.5s top;
	-o-transition:0.5s top;
	-ms-transition:0.5s top;
	}
	#top-menu, #top-menu::before{top:0;}
	#top-menu::before{position: fixed; }
	/*#top-menu{top:146px;}
	.open-search, #top-menu.open-search.fixed*/
	/*#top-menu::before{top:140px;}*/
	.header-wrapper .header-left{-ms-flex: 1 1 50%; flex: 1 1 50%}
	.header-wrapper .header-right{display: none;}
	
	.header-search-button{display:none;}
	.search-bar-wrapper{position: fixed; top:80px;}
	#top-menu .social{display:block; padding: 0 3em 0 1em; margin-bottom: 20px;text-align: center;}

	#top-menu .navbar{ width: 100%; max-width: 300px; min-height: 100%; position: absolute; right:0; left:auto; margin: auto; 
		-ms-flex-pack: start; justify-content: flex-start; height: auto;
	}	
	#top-menu .navbar li{background-color:#FFF; color:#333; }
	#top-menu .navbar>li{background-color: #FFF !important; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 1rem; position: relative; width: 100%;}
	#top-menu .navbar>li::after{content: ""; position: absolute; right:1rem !important; bottom:0; left:1rem !important; margin: auto; height: 1px; color:#ccc;}
	#top-menu .navbar>li:first-child{padding-top: 100px;}
	#top-menu .navbar>li:last-child{-ms-flex: 1 0 auto; flex: 1 0 auto; position: static !important;}
	#top-menu .navbar>li:last-child:after { content: none; }
	#top-menu .navbar>li:hover>.sub>li:first-child, #top-menu .navbar>li>.sub.open>li:first-child, #top-menu .navbar>li:hover>.sub>li:first-child, #top-menu .navbar>li>.sub.open>li:first-child{border-top:none;}
	
	
	#top-menu .navbar .sub, 	#top-menu .navbar .sub{  height: 0; overflow: hidden !important; top:auto; box-shadow: none; padding-left: 1rem; background-color: transparent;
		-webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
	}
	#top-menu .navbar .sub.open { position: relative; }
	#top-menu .sub a, #top-menu .sub a{ height: auto !important; line-height: 1.2em !important; white-space: normal; padding: 1em 2.5em;}
	.navbar>li>a, #top-menu.fixed .navbar>li>a, #top-menu .navbar>li>a>.fa, #top-menu.fixed .navbar>li>a>.fa{ min-height: 3em; line-height: 1.2em; justify-content: flex-start;}
	#top-menu .navbar>li>a{padding: 1em 3em 1em 1em; white-space: normal;}
	#top-menu .navbar>li .sub>li>a, #top-menu .navbar>li .sub>li>a{font-size: 0.9rem;}
	#top-menu .navbar a{text-align: left;}
	#top-menu .navbar>li .sub>li>a:after, #top-menu .navbar>li .sub>li>a:after{content: none;}
	#top-menu .navbar .sub>li:hover>.sub>li:first-child::before, #top-menu .navbar .sub>li:hover>.sub>li:first-child::before{content: none; }
	
	#top-menu .navbar > li > a.btn-donate {position: absolute; top:20px; left:-5px; padding: 0 1em; font-size: 1.1em; height: auto;}
	#top-menu .navbar > li > a.btn-donate .fas { margin-right: 10px; }
	
	#top-menu .navbar > li.search_bar_mobile::after { content:none; }
	#search_bar_mobile {margin: 10px auto; max-width: 70%; }
	#search_bar_mobile input, #search_bar_mobile button{border-radius: 0 !important; }
	#search_bar_mobile input {width: 80%; }
	#search_bar_mobile button { background-color: transparent; }
	#search_bar_mobile .fa-search {color: #3f8d80; }
	.search-bar-wrapper{background-color: transparent;}
	#page-header {
    -webkit-box-shadow: 0px 10px 15px -50px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.15);
		top:0;
}
	
	#home-slider .item-thumb::before{padding-top: 50%;}
	.block-faq .question>a, .block-faq .item-header>a{font-size: 1.25rem; padding-right: 2em }
	
	.mfp-iframe-holder>div{height: auto; min-height: 62.5vh;}
	
	/*#page-footer{padding-bottom: 80px;}*/
	.back-top, .chat-icon{right:1%;}
	
	.block-showcase .item-intro{padding: 0.5em}
	.block-showcase .item-group>div .item-intro h3{font-size: 1.1rem}
	.block-showcase .item-group>div:first-child .item-intro h1{font-size: 1.5rem; margin-bottom: 0.2em; }
	
	
	.block-flowchart .flowchart-row>*{width: 100% !important; max-width: 100% !important;}
	.block-flowchart .item-group .item::after, .block-flowchart .item-group>*:nth-child(even) .item::after, .block-flowchart .flowchart-row>*:last-child:not(.last-item) .item::after{
		border-width: 2rem 1.5rem 0 1.5rem; border-color: currentColor transparent transparent transparent; top: auto; right: 0; bottom: -2rem; left: 0;
		}
	
	.gallery-wall .sizer, .gallery-wall .col{width: 33.33%;}
	
}

@media (max-width: 991px){
	
	.items-image-both .item{ -ms-flex-wrap: wrap; flex-wrap: wrap;}
	.items-image-both .item>div{width: 100%;}
	.items-image-both .item-thumb img{ width: 100% !important; height: auto !important}
	
	#page-top {margin-bottom: 100px; }
	#page-header{top:0;}
	
	.block-showcase::before{content: none;}
	
	.block-showcase .item-group{-ms-flex-direction: row; flex-direction: row; position: relative; }
	.block-showcase .item-group, .block-showcase .block-container{ position: relative; top:auto; right:auto; bottom:auto; left:auto;}
	.block-showcase .item-intro{padding: 0.5em}
	
	.block-showcase .item-group>div{ width: 50%; height: auto;}
	.block-showcase .item-group>div:first-child{ width: 100%;}
	.block-showcase .item-group>div:first-child .item-thumb{position: relative; top:auto; right:auto; bottom:auto; left:auto;}
	.block-showcase .item-group>div:first-child .item-thumb::before{content: ""; padding-top: 250px}
	
	.block-showcase .item-group>div:first-child .item-intro{
	-ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
		text-align:center;
			border: none;
	}
	.block-showcase .item-group>div .item-intro h3{font-size: 1.1rem}
	.block-showcase .item-group>div:first-child .item-intro h1{font-size: 1.5rem; margin-bottom: 0.2em; }
	.block-showcase.showcase-left .item-group>div:first-child, .block-showcase.showcase-right .item-group>div:first-child{ order: -1; }
	
	.block-news, .block-lecture{padding-left: 1rem; padding-right: 1rem;}
	
	#page-footer .footer-copyright{text-align: center;}
	.footer-right{ -ms-flex-pack: center; justify-content: center;}
	#page-footer .item{ padding: 3rem 0 0;}
}


@media (max-width: 768px){
	
.padding-large{padding-top: 30px; padding-bottom: 30px;}
.padding-medium{padding-top: 20px; padding-bottom: 20px;}
.padding-small{padding-top: 10px; padding-bottom: 10px;}
	
	.form-horizontal .control-label{text-align: left}
	
	.grid-md-1>li.helf-line, .grid-md-2>li.helf-line, .grid-md-3>li.helf-line, .grid-md-4>li.helf-line, .grid-md-5>li.helf-line, .grid-md-6>li.helf-line, .grid-md-7>li.helf-line, .grid-md-8>li.helf-line, .grid-md-9>li.helf-line, .grid-md-10>li.helf-line, .grid-sm-1>li.helf-line, .grid-sm-2>li.helf-line, .grid-sm-3>li.helf-line, .grid-sm-4>li.helf-line, .grid-sm-5>li.helf-line, .grid-sm-6>li.helf-line, .grid-sm-7>li.helf-line, .grid-sm-8>li.helf-line, .grid-sm-9>li.helf-line, .grid-sm-10>li.helf-line,.grid-xs-1>li.helf-line, .grid-xs-2>li.helf-line, .grid-xs-3>li.helf-line, .grid-xs-4>li.helf-line, .grid-xs-5>li.helf-line, .grid-xs-6>li.helf-line, .grid-xs-7>li.helf-line, .grid-xs-8>li.helf-line, .grid-xs-9>li.helf-line, .grid-xs-10>li.helf-line, .grid-lg-1>li.helf-line, .grid-lg-2>li.helf-line, .grid-lg-3>li.helf-line, .grid-lg-4>li.helf-line, .grid-lg-5>li.helf-line, .grid-lg-6>li.helf-line, .grid-lg-7>li.helf-line, .grid-lg-8>li.helf-line, .grid-lg-9>li.helf-line, .grid-lg-10>li.helf-line{ -ms-flex: 1 0 100%; flex: 1 0 100%; max-width: 100%;}
	
	.couse-list-mini .couse-list-mini .item{
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.5);
}
	
	.column-row .container, .column-row .container-lg, .column-row .container-sm, .column-row .container-xs{padding-top: 40px;}
	#home-slider h2{font-size: 1.5rem;}
	.home-slider .owl-nav button.owl-prev,.home-slider .owl-nav:hover button.owl-prev{ left: 0; opacity: 0.5; font-size: 16px;}
	.home-slider .owl-nav button.owl-next,.home-slider .owl-nav:hover button.owl-next{ right: 0; opacity: 0.5; font-size: 16px;}
	.couse-list-mini{padding-top: 80px;padding-bottom: 60px;}
	.post-list-mini .block-btns{text-align: center}
	
	.gallery-col-3>*, .gallery-col-4>*{width: 48%}
	.gallery-col-5>*, .gallery-col-6>*{width: 31.334%}
	
	/*#showcase_inpage{height: 80px;}*/
	#page-top{visibility: hidden;}
	
	.inpage-side-img{width: 100%; height: auto; background-color: #ccc; overflow: hidden}
	.inpage-side-img img{max-width: 100%; height:auto; transform: none; }
	
	ol.list-head-lg>li{padding-left: 36px;}
	ol.list-head-lg>li:before{font-size: 16px; line-height: 1.2em;}
	
	.sections--bg-home-green{padding-top: 0;}
	
	#page-footer{height: auto !important;}
	
/*.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{width: 100%; max-width: none !important}*/
#home-right{ margin-top: 0;}
	
	.couse-list-mini { padding-top: 20px; padding-bottom: 15px;}
	
.block-home-viedo{padding-top: 0; padding-bottom: 0;}
	#block-common{margin: 0;}
	
	.step-chart li{min-width: 47%; max-width: 50%;}
	.step-chart li::after { right: -10%; }
	
	.responsive-table-breakline{}
	table.responsive-table-breakline, table.responsive-table-breakline tbody, table.responsive-table-breakline tr, table.responsive-table-breakline th:not(.hidden-xs), table.responsive-table-breakline td:not(.hidden-xs){display:block !important; width: 100%;}
	table.responsive-table-breakline tr{ border: 1px #ddd solid; border-width: 1px 0 0 !important;}
	table.responsive-table-breakline th, table.responsive-table-breakline td{border-width: 0 1px !important;}
	table.responsive-table-breakline th+td, table.responsive-table-breakline td+td{ padding-top: 0;}
	
	.responsive-table-label table, .responsive-table-label tbody, .responsive-table-label td, .responsive-table-label tr { display: block; }
	.responsive-table-label thead, .responsive-table-label th{ display: none; speak: none;}
 /*.responsive-table-label thead tr{ position: absolute; top: -9999px; left: -9999px; }*/
 .responsive-table-label tr { padding: 0; border: 1px #ccc solid; border-width: 0 1px 1px; margin-bottom: 1rem;}
 .responsive-table-label td { position: relative; white-space: normal; text-align: left; min-height: 2.42857143em;  }
	.responsive-table-label td[aria-label]{padding-left: 8em !important;}
 .responsive-table-label td[aria-label]:before { content: attr(aria-label); display:block; position: absolute; left: 0; top:0; width: 7.5em; padding: 0.5em; white-space: nowrap; text-align: left; font-weight: bold; color: #333; line-height: 1.42857143; }
	
	.block-news{margin-top: 1rem}
	.block-news .block-footer{margin-top: 1rem;}
	
	.footer-before-copyright{display: none;}
	.menu-footermenu>li{border: none}
	
	.gallery-wall .sizer, .gallery-wall .col{width: 50%;}
	
	.bookng-label{ padding: 5rem 0.5rem 1rem 1rem; width: 120px; text-align: center}
	.bookng-label::before{top:1rem; right:0; bottom:auto; left:0;}
}

@media (max-width: 767px){
	#page-header{height: auto !important; margin-bottom: 0;}
	/*#mobile-menu, #mobile-menu.open{top:10px;}*/
	.header-title{height: auto !important;}
	.header-box h1{font-size: 1rem;}
	.header-box h1 small{font-size: 0.8em;}
	.column-row .container{padding-top: 40px;}
	
	#home-slider .item-thumb::before {
    padding-top: 100%;
}
	
	.home-slogan{width: 96%; padding-right: 140px; font-size: 1em !important;}
	.home-slogan img{max-width: 150px; top: auto; bottom: 50px; right: -10px;}
	
	.post-list-mini .post-cover{width: 100%; height: 250px; margin: 0 auto 1em;}
	.post-list-mini .list-item{flex-direction: column; justify-content: space-between; align-items: flex-start;}
	.post-list-mini .list-item>*:last-child{margin-bottom: 2rem;}
	iframe.gmap{max-width: 100%;}

	.block-staff .item-intro{padding-top: 2em;}
	.block-staff .item-footer{left: 0; right: 0; text-align: center}
	
	.step-chart li{min-width: 100%; max-width: 100%; margin-bottom: 32px;}
	.step-chart li::after { top:auto; right:0;bottom:-32px; left: 0;  margin: auto;  transform: rotateZ(135deg); }
	
.table-list .item-intro{padding-left:0;}
.table-list .item-title{ width: 100%;}
.table-list .item-date{position: relative; top: auto;left:auto;}
.table-list .item-desc{width: 100%;}
	
	.block-faq .question, .block-faq .item-header{padding-left: 1.75em;}
	.block-faq .question>a, .block-faq .item-header>a{font-size: 1rem; padding-right: 2em }
	.block-faq .question::before, .block-faq .item-header::before{left:0; width: 1.75em;}
	.block-faq .question .answer, .block-faq .item-header .item-content{margin-left: -2.5em;}
	

	.block-features .item{margin-bottom: 0; height: 100%;}
	.block-features .col .item{background-color: #c7a976}
	.block-features .col:nth-child(2) .item{ background-color: #807c75;}
	.block-features .col:nth-child(3) .item{ background-color: #f98f2a;}
	.block-features .col:nth-child(4) .item{ background-color: #86965c;}
	.block-features .item-intro{font-size: 1rem; position: relative; top:0; left:auto; right:auto; transform: translateY(0); -webkit-box-shadow: none; box-shadow: none; padding: 0.5em }
	
	.gallery-wall .sizer, .gallery-wall .col{width: 100%;}
	
	.bookng-label{ width: 80px; text-align: center}
	
}


@media (max-width: 568px){
	main.main-content .container-fullw{padding: 0;}
.padding-large{padding-top: 15px; padding-bottom: 15px;}
.padding-medium{padding-top: 10px; padding-bottom: 10px;}
.padding-small{padding-top: 5px; padding-bottom: 5px;}
	.header-wrapper, header.page-top.fixed .header-wrapper{height: auto;}
	.header-wrapper .header-left{padding-right: 4.5rem}
	.header-wrapper .header-center{padding-left: 0.5rem}
	#page-top{margin-bottom: 40px;}
	.header-title{margin-left: 10px; margin-right: 10px}
.header-title .logo, .header-title.fixed .logo { height: 60px !important;}
/*	#top-menu, #top-menu.fixed, #top-menu.open::before{top:100px;}*/
	#mobile-menu, #mobile-menu.open{/*top:26px;*/ font-size: 24px; }
	/*.scroll-item-list .owl-nav{display:none;}*/
	.block-share .col{padding: 0 10px 60px 10px !important;}
	
	.block-title h1, .block-title h2, .block-title h3{ font-size: 2rem} 
	.block-agent, .block-agent .font-large{font-size: 1rem !important}
	
}
@media (max-width: 455px){
#home-slider .owl-item img { height: 500px;}
}
@media (max-width: 425px){
	/*#page-top{margin-bottom: 30px;}*/
	.header-title{/*width: calc(100vw - 140px);*/padding: 10px !important;}
/*	#top-menu, #top-menu.fixed, #top-menu.open::before{top:80px;}*/
	/*#mobile-menu, #mobile-menu.open{top:16px;}*/
	.scroll-item-list button.owl-prev, .scroll-item-list:hover button.owl-prev{left: 0;}
	.scroll-item-list button.owl-next, .scroll-item-list:hover button.owl-next{right: 0;}

	
	.block-showcase .item-group>div{ width: 100%;}
	.block-showcase .item-thumb::before{padding-top: 50%}
	.block-showcase .item-thumb img{height: auto; width: 100%;}
	
	.block-checklist-display .item{ max-width: 320px; margin: 2em auto 0;-ms-flex-direction: column; flex-direction: column; padding: 1rem; border-radius: 0.25rem; margin-top: 2em}
	.block-checklist-display .item::before { width: 3.5rem; height: 3.5rem; margin: -1.75em auto 0.25em auto; background-color: #8BC34A; border: 0.5rem #8BC34A solid; border-radius: 50%;}
	
}

@media (max-width: 375px){
	
	.header-title h1{font-size: 18px !important;}

	.home-slogan{padding-right: 1em; padding-bottom: 100px; }
	.home-slogan>*{width: 100%;}
	.home-slogan img{max-width: 150px; top: auto; bottom: -40px; right: 0; left:0; margin: auto;}
	
	.gallery-col-2>*, .gallery-col-3>*, .gallery-col-4>*{width: 98%}
	.gallery-col-5>*, .gallery-col-6>*{width: 48%}
	
	.service-list-mini .service-item .caption{font-size: 1em !important;}
	
}

/* Hack for Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
	.row:before, .row:after{display:none;}
}

/*Layout*/
/* Row Settings */
@media (min-width: 768px) {
	.vc_row-o-equal-height { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; justify-content: space-between; }
.vc_row-o-equal-height.bottom { -ms-flex-align: end !important; align-items: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }
.vc_row-o-equal-height.middle { -ms-flex-align: center !important; align-items: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }
.vc_row-o-equal-height.top { -ms-flex-align: start !important; align-items: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }
	}

/*Default Table*/
table { border: 1px solid #3f8d80; margin-bottom: 10px; min-width: 60%;}
table>tbody>tr>th, table>tbody>tr>td { padding: 10px; border: 1px solid #3f8d80; }
table>tbody>tr>th {color: #3f8d80; font-weight: bold; background-color: #f2f2f2; }

/*Default Button*/
.default-btn .btn { font-size: 1.2em; font-weight: bold; }
.default-btn .btn .fas {margin-right: 10px;}
.default-btn .btn .fas.none {margin-right: 0px;}
@media (max-width: 767px) {
	.default-btn.text-left, .default-btn.text-right { text-align: center; margin-bottom: 10px;}
}

/* Single Image */
	/* Border Color */
	.grey img { border: 1px #ccc solid; }
	.thumbnail.transparent { border: 0px; border-color: transparent; }

	/* Image Position */
	.vc_single_image .vc_single_image-wrapper { display: inline-block; }
	.img-responsive { margin: 0px; width:100%;}
	.vc_figure.vc_single_image.left { text-align: left; }
	.vc_figure.vc_single_image.center { text-align: center; }
.vc_figure.vc_single_image.left.full img {width: auto;}
.vc_figure.vc_single_image.center.full img {width: auto; margin-left: auto; margin-right: auto;}
.vc_figure.vc_single_image.right.full img {width: auto; margin-left: auto;}
	.vc_figure.vc_single_image.right { text-align: right; }
	.vc_message_box-rounded img { border-radius: 30px; border: 1px solid #000; }
.vc_message_box-round img { border-radius: 50%; }

@media (max-width: 767px) {	.vc_figure.vc_single_image.left.full.imgmobile-left img, .vc_figure.vc_single_image.center.full.imgmobile-left img, .vc_figure.vc_single_image.right.full.imgmobile-left img { margin-left: initial; margin-right: auto; }
	.main-content img { margin-bottom: 10px; }
}

/*More button*/
/* More Button */
.morebtn-link-title.left { text-align: left; }
.morebtn-link-title.center { text-align: center; }
.morebtn-link-title.right { text-align: right; }
	
.morebtn-link-title { padding: 0; font-weight: 600; }

.morebtn-link-title a:before {content: '▶'; margin-right: 10px; color: #ee9b00;}
.main-content .morebtn-link-title a { color: #3f8d80; }
.main-content .morebtn-link-title a:hover { color: #4CAF50;}
	
/*Extra CSS - class=img-textoverlay*/
	.img-textoverlay .vc_single_image {position: relative; max-width: 363px; margin: auto;}
	.img-textoverlay .vc_single_image:before { content: ''; background-color: rgba(0,0,0,0.2); display: block; position: absolute; width: 100%; height: 100%; }
	.img-textoverlay .vc_single_image .dtoyes {position: absolute; bottom: 0; width: 100%; padding: 15px 10px; text-align: center; background-color: rgba(63,141,128, 0.5); }
	.main-content .img-textoverlay .vc_single_image .dtoyes a {color: #fff; font-size: 1.4rem; font-weight: bold;}
/*Extra CSS - class=img-newspost-grid*/
.img-newspost-grid .vc_single_image, .img-newspost-grid .vc_single_image + div {max-width: 363px; margin: auto;}
.img-newspost-grid .vc_single_image, .img-newspost-grid .vc_single_image + div a {color:#565656 !important; }

.max-width-750 { max-width: 750px; margin: auto; }

/*Mobile Menu - Language*/
.lang-switchs-mobile .list-menu {display: inline-flex; padding: 0 3em 0 1em; height: 3em; line-height: 1.2em; justify-content: flex-start; align-items: center;}
.lang-switchs-mobile ::marker {content:'';}
.lang-switchs-mobile .list-menu li:not(:last-child) a { margin-right: 5px; }
.lang-switchs-mobile .list-menu .active {display: none; margin-right: 0px;}
	
	
/*Course Grid*/
	.row-grid {display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; column-gap: 30px; row-gap: 30px;}
	@media (max-width: 767px) {
		.row-grid {grid-template-columns: repeat(2, 1fr);}
	}
	@media (max-width: 500px) {
		.row-grid {grid-template-columns: repeat(1, 1fr);}
	}
	
.course-grid .info-grid-textarea {border: 1px solid #3f8d80; }
	.course-grid .info-grid-ta-title {background-color: #3f8d80; padding: 10px 20px; }
	.course-grid .info-grid-ta-title h3 {color: #fff; margin-bottom: 0; font-weight:bold;}
.course-grid .info-grid-ta-content {padding: 20px 20px 0; }
.course-grid .info-grid-ta-content h5 { color: #ee9b00; font-weight: bold; margin-bottom: 0; }
.course-grid .info-grid-ta-content .course-detail-box{ margin-bottom: 20px; }
.course-grid .info-grid-link {padding: 0 20px; text-align: right; margin-bottom: 20px; }
.main-content .course-grid .info-grid-link a {color: #ee9b00; font-weight: bold;}
.discount-del {text-decoration: line-through;}
.discount-price { color: #b84879; font-weight: bold; font-size: 1.1em; }
		
/* Info Block */
	/* Text */
	.info-block-box{max-width: 100%; display: -ms-flexbox; display: flex;-ms-flex-wrap: nowrap; flex-wrap: nowrap; }
	.info-block-box>div{max-width: 100%; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 0;}
	.info-block-box .info-block-title h3 { line-height: 1.25em; font-family: inherit; margin-bottom: 0.5em; }

	/* Position */
	.info-block-box.left {margin-top: 1em; width: 100%; }
	.info-block-box.left .info-block-image { vertical-align: top; -ms-flex: 0 0 auto; flex: 0 0 auto}
	.info-block-box.left .info-block-image img { margin-right: 0.75em; }
	.info-block-box.left .info-block-textarea { vertical-align: middle; width: 100%; }
	.main-content img{max-width: 100%; height: auto;}
	.info-block-box.top { height: 100%; flex-direction: column; }
	.info-block-box.top .info-block-image { text-align: center; -ms-flex: 1 1 20%; flex: 1 1 20%;}
	.info-block-box.top .info-block-image img { max-width: 100%; margin-bottom: 0px;}
	
	/*Style*/
	.info-block-box .info-block-textarea {border: 1px solid #3f8d80; border-top-width: 0px; padding: 20px; flex: 1 1 auto; margin-bottom: 30px;}
	
	.info-block-box.top.infoblock-imgtitle  { margin-bottom: 0px; height: 100%; display: flex; flex-direction: column;}
	.infoblock-imgtitle .info-block-title .style-title {margin-bottom: 0; height: 100%; }
	.info-block-box.infoblock-imgtitle .info-block-textarea { border-width: 0px; }
	.info-block-box.infoblock-imgtitle .info-block-title h3 {text-align: center;}

.info-block-box.top.about-introblock { background-color: #fff; }
.info-block-box.top.about-introblock .info-block-image { margin-bottom: 20px; }
.info-block-box.about-introblock .info-block-textarea { border-width: 0px; padding: 30px; background-color: #f2f2f2; }
.main-content .info-block-box.about-introblock .info-block-textarea a { color: #6d6d6d; }

/*Simple Accordion*/
.main-content .simple-accordion .accordion-title {color: #3f8d80; font-weight: bold; }
.main-content .simple-accordion .accordion-title:hover {color: #4CAF50;}
.main-content ol.simple-accordion>li:before {  content: '▶'; margin-right: 10px; color: #ee9b00; transform-origin: 50% 50%;transition: 0.5s all;
    -webkit-transition: 0.5s all;}
.main-content ol.simple-accordion>li.active:before {transform: rotate(90deg);}
.simple-accordion .btn-link {display: none;}
	
.accordion-content { margin-bottom: 20px;}
.accordion-content table {width: 100%; border-width: 0; border-top-width:1px; height: 100%; }
.accordion-content table thead { position: -webkit-sticky; position: sticky; top: 176px; z-index: 2; }
.accordion-content.temp table thead { position: initial; }
.accordion-content table thead tr:after { content: ''; width: 100%; height: 1px; background-color: #3f8d80; position: absolute; left: 0; bottom: 0; }
.accordion-content table tr:nth-child(even) { background-color: #f7f7f7; }
.accordion-content table th, .accordion-content table td {padding: 5px 10px; border-color: #3f8d80;}
.accordion-content table th { color: #3f8d80; font-weight: bold; background-color: #f2f2f2; white-space: initial; background: linear-gradient(90deg, #f2f2f2 0%, #f2f2f2 calc(100% - .05em), #f2f2f2 calc(100% - .05em), #f2f2f2 100%); }

.accordion-content table .a-download-table { padding: 0; }
.accordion-content table table { margin-bottom: 0; border-width: 0; }
.accordion-content table table tr td { border-width: 0 0 1px 0; }
.accordion-content table table tr:last-child td { border-bottom-width: 0px; }
.accordion-content table table tr:nth-child(even) { background-color: transparent; }

.accordion-modal-content .modal-content-section { margin-bottom: 20px; }
.accordion-modal-content .modal-content-section h5 { font-weight: bold; color: #3f8d80; }
	
@media screen and (max-width: 1099px) {
	.accordion-content.table-responsive { border-width: 0; }
	
	.accordion-content table { border-width: 0; }
	.accordion-content table thead {     display: none; }
	.accordion-content table th { display: block; border-bottom-width: 0; }
	.accordion-content table tr { margin-bottom: 20px; }
	.accordion-content table tr, .accordion-content table td { display: block; }
	.accordion-content table td, .accordion-content table .a-download-table { padding: 10px; }
	.accordion-content table .a-download-table table tr td { padding: 0; }
	.accordion-content table td:not(:last-child) { border-bottom: 0px; }
	.accordion-content table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    width: 100%;
		margin-bottom: 10px;
		color: #3f8d80;
  }
	.accordion-content table td tr { margin-bottom: 0px; }
	.main-content .accordion-content table td tr img { margin-bottom: 0px; margin-right: 5px; }
	.accordion-content table td td:before { content: none; }
}

/*Title with icon*/
		.title-withicon.center, .main-content .title-withicon.center h1, .main-content .title-withicon.center h2, .main-content .title-withicon.center h3, .main-content .title-withicon.center h4, .main-content .title-withicon.center h5, .main-content .title-withicon.center h6 { text-align: center; }
.title-withicon-title {margin-bottom: 10px;}
.title-withicon-icon {position: relative;}
.title-withicon-icon:before {content:'';  border-top: 1px solid #f1f1f1;width: 100%;display: block;position: absolute;top: 50%; }
.title-withicon-icon img {background-color: #fff; position: relative; padding: 0 20px;}

/*Text Block - class=racas-textnewsblock*/
.racas-textnewsblock {border: 1px solid #3f8d80; height: 100%}
.racas-textnewsblock h4 { color: #3f8d80; padding: 10px 20px; border-bottom: 1px solid #3f8d80; background-color: #f2f2f2; font-weight: bold;}
	.racas-textnewsblock > .row{margin-left: 0px; margin-right: 0px; display: flex}
.racas-textnewsblock p, .racas-textnewsblock h1, .racas-textnewsblock h2, .racas-textnewsblock h3 {padding: 0 5px; word-wrap: break-word;}
	
	@media (max-width: 767px) {
		.racas-textnewsblock {margin-bottom: 30px;}
	}
/*Text Block - class=info-block-textarea*/
.info-block-textarea { background-color: #f2f2f2; padding: 30px; height: 100%; }
.main-content .info-block-textarea a, .main-content .info-block-textarea a:hover { color: #595959; }
	
/*Search Result Page (hkag_combination and accredited_list)*/
	.col-md-12 { width: 100%; }
	.stretch-row-section > .container {width: 100%; max-width: 100%; padding: 0; }
.stretch-row-section > .container .container { width: 97.5%; max-width: 1170px;}
	
	.search-result-page .srpage-title { margin-bottom: 30px; }
	.search-result-page .search-item {margin-bottom: 10px; }
/*Combination Filter*/
.pbcontent-searchcontainer { display: inline-flex; width: 100%; margin-bottom: 50px; flex-wrap: wrap; }
.pbcsc-first { position: relative; flex: 1 0 50%; margin-right: 5px; order: 0; }
.pbcsc-middle { flex: 0 1 25%; margin-right: 5px; order: 1; }
.pbcsc-pre-container { flex: 0 0 100%; order: 4; margin-top: 1em; }
.pbcsc-next-container { flex: 0 0 100%; order: 5; margin-top: 1em; }
.pbcsc-last { flex: 0 1 auto; order: 3; }
.pbcsc-last button { min-width: 100px; }
	
.pbcsc-first .fa-search { position: absolute; display: block; text-align: center; z-index: 2; top: 50%; left: 8px; transform: translateY(-50%); color: #3f8d80; }
.pbcsc-first #combination-general { padding: 3px 6px 3px 32px; display: inline-block; vertical-align: middle; width: 100%; height: 38px; }
.pbcontent-searchcontainer button { height: 38px; /*width: 100%;*/ }

.mfp-hide {display: none;}
.pbcsc-next-container div.form-group, .pbcsc-pre-container div.form-group{ margin-bottom: 0.5em;}
.mfp-content ul.form-group, .pbcsc-next-container ul.form-group, .pbcsc-pre-container ul.form-group { padding-left: 0; display: flex; flex-wrap: wrap; margin-bottom: 0; }
.mfp-content ul, .pbcsc-next-container ul, .pbcsc-pre-container ul { list-style-type: none; }
.main-content .pbcsc-next-container ul > li::before, .main-content .accredited-list-filter ul > li::before, .main-content .pbcsc-pre-container ul > li::before { content: none; }
.main-content .pbcsc-next-container ul > li, .main-content .pbcsc-pre-container ul > li { line-height: inherit; padding-left: 0px; }
.mfp-content ul.form-group li:not(:last-child), .pbcsc-pre-container ul.form-group li:not(:last-child) { margin-right: 1.5em; }
.pbcsc-next-container ul.form-group li{width: 25%; padding-right: 1em; margin-right: 0;}
.mfp-content ul.form-group input[type="checkbox"], .pbcsc-next-container ul.form-group input[type="checkbox"], .pbcsc-pre-container ul.form-group input[type="checkbox"], .accredited-list-filter ul input[type="checkbox"] { position: absolute; }

/*accredited_list_search*/
	.accredited-list-filter .pbcsc-first { position: relative; flex: 1 0 50%; order: 0; margin-bottom: 30px; }
	.accredited-list-filter ul.district-list { display: flex; flex-direction: column; margin-bottom: 0; }
.accredited-list-filter ul.check-list { width: 100%; }
.accredited-list-filter ul.check-list, .accredited-list-filter ul.check-list > li { padding-left: 0px; }
	.accredited-list-filter div.form-group { display: flex; }
	.accredited-list-filter div.form-group label { flex: 0 0 200px; }
ul.district-list ul { display: flex; flex-wrap: wrap; padding-left: 0; }
ul.district-list ul > li, .accredited-list-filter .pbcsc-next-container  ul.form-group > li { flex: 0 0 25%; padding-left: 0; margin-right: 0; }

.accredited-list-filter .pbcsc-middle { flex: 0 1 25%; margin-right: 5px; order: 4; }
.accredited-list-filter .pbcsc-next-container { flex: 0 0 100%; order: 2; margin-top: 0px; }
.accredited-list-filter .pbcsc-last { flex: 0 1 auto; order: 4; }
	
@media (max-width: 992px) {
.pbcsc-next-container ul.form-group li{width: 50%;}
}
@media (max-width: 768px) {
		.mfp-content .row-flex > .col-md-6, .pbcsc-next-container .row-flex > .col-md-6 { max-width: 100%; }
		.pbcontent-searchcontainer { display: flex; flex-direction: column; }
		.pbcsc-first, .pbcsc-middle { margin-right: 0px; margin-bottom: 5px;}	
        .pbcsc-pre-container{ order: 3;}
		.pbcsc-next-container { order: 3; margin-top: 10px; margin-bottom: 10px; }
        .pbcsc-last .btn-search-submit{width: calc(100% - 43px);}
        .pbcsc-last .reset-form-sumbit{ width: 38px;}
		ul.district-list ul > li, .accredited-list-filter .pbcsc-next-container  ul.form-group > li { flex: 1 0 50%;}
}
@media (max-width: 568px) {
.pbcsc-next-container ul.form-group li{width: 100%;}
}
/*Row - two col in mobile*/
@media (max-width: 992px) and (min-width: 768px) {
	.row-mobile-2col .col-sm-1\/5 { width: 25%; }
	.row-mobile-2col .col-sm-1\/5:nth-child(3) { width: 0; min-height: 0; }
}	
@media (max-width: 767px ) {
	.row-mobile-2col { display: flex; flex-wrap: wrap; justify-content: center; }
	.row-mobile-2col .col-sm-1\/5 { width: 100%; text-align: center; }
	
	.row-mobile-2col .col-mobile-2col { width: 50%; }
	
	.row-mobile-2col .col-mobile-2col.btn-col { width: auto; }
	.row-mobile-2col .col-mobile-2col .default-btn .btn { font-size: 1em; padding: 10px 20px !important; }
	.row-mobile-2col .gen_empty_space > div { height: 20px !important; }
}
/*Row after row flex*/
@media (max-width: 768px) {
.row-flex>.col-lg-4, .row-flex>.col-md-4, .row-flex>.col-sm-4, .row-flex>.col-xs-4, .row-flex>.col-lg-8, .row-flex>.col-md-8, .row-flex>.col-sm-8, .row-flex>.col-xs-8 { max-width: 100%; }
}

/*Simple Collapse (bootstrap)*/
	.collapse-title { color: #3f8d80; font-weight: bold; position: relative; padding-left: 2em; display: inline-block; margin-bottom: 10px; }
	.collapse-title:hover { cursor: pointer; }
	.collapse-title::before { content: '▶'; margin-right: 10px; color: #ee9b00; transform-origin: 50% 50%; transition: 0.5s all; -webkit-transition: 0.5s all; transform: rotate(90deg); display: inline-block;
width: 2em;
height: 1.8em;
text-align: center;
position: absolute;
top: 0;
left: 0;}
	.collapse-title.collapsed:before { transform: rotate(0deg);  }
	.collapse-content { padding-left: 2em; }
	/*Footer collapse*/
	#page-footer .footer-address-switch { padding: 0.5em 0.5em 0.5em 0; margin-left: 1em; }
	#page-footer .footer-address-switch:hover { cursor: pointer; }
#page-footer .footer-address-switch i { margin-left: -1.2em; }

/*Accordion Modal Content*/
.accordion-modal-content .accredited-list-label, .accordion-modal-content .accredited-list-content { margin-bottom: 20px; }
.accordion-modal-content p, .accordion-modal-content .accredited-list-details .form-group label { font-size: 14px; line-height: 1.8em; margin-bottom: 0; }
	/*label*/
.accordion-main-title h3 { font-weight: bold; color: #595959; margin-bottom: 20px; font-size:24px; }
.accordion-sub-title h4 { font-weight: bold; color: #595959; font-size: 18px; }
.accordion-modal-content .accredited-list-label p { color: #ee9b00; }
	/*content*/
.accordion-modal-content .accredited-list-content .col-md-8 { flex-direction: column; }
	.accordion-modal-content .accredited-list-content img {max-width: 300px; }
.accordion-subsection-content { margin-bottom: 30px; }
	.accordion-content .innertable table tr:nth-child(2n) { background-color: transparent; }
.main-content .innertable img { margin-right: 5px; }
	
	@media (max-width: 992px ) {
		.accordion-modal-content .accredited-list-content img { margin-bottom: 20px; }
		.accordion-content .innertable table td:before { content: none; }
		.accordion-content .innertable table tr, .main-content .innertable img {margin-bottom: 0px; }
	}
	/*details*/
.accordion-modal-content h3 { color: #3f8d80; font-weight: bold; }
.accordion-modal-content .accredited-list-details div.form-group { margin-bottom: 1rem; }
	.accordion-modal-content .accredited-list-details div.form-group li { flex: 0 0 20%; margin-right: 0;}
	.accordion-modal-content input[type="checkbox"] + label:before { content: ''; background: #f3f3f3; border-color: #e4e4e4; }
	.accordion-modal-content input[type="checkbox"]:checked + label:before { content: "\002714"; color: #fff; border-color: #ee9b00; }
	.accordion-modal-content input[type="checkbox"]:disabled:checked + label:before { background: #ee9b00; }
	
	@media (max-width: 992px ) {
		.accordion-modal-content .accredited-list-content { flex-direction: column-reverse; }
		.accordion-modal-content .accredited-list-details div.form-group li { flex: 0 0 25%; }
	}
	@media (max-width: 520px) {
		.accordion-modal-content .accredited-list-details div.form-group li { flex: 0 0 50%; }
	}
	/*footer*/
	.accordion-modal-content .accredited-list-footer, .accordion-modal-content .accredited-list-footer>div { display: block; }
	.accordion-modal-content .accredited-list-footer p { font-size: 12px; line-height: 1.4em; }
	

/*News Module*/
	.news-list {margin-bottom: 50px;}
	.news-list .vc_figure.vc_single_image.center.full img { height: 200px; object-fit: cover; margin-bottom: 20px; width: 100%; }
	.news-list .item-desc { margin-bottom: 35px; }
.news-content-container .owl-carousel .owl-item img { height: 300px; object-fit: cover;}

/*Other*/
.vc_hidden-lg, .vc_hidden-xs, .vc_hidden-sm, .vc_hidden-md { display: none; }

/*fixed-image-for-news*/
.fixed-image{}
.fixed-image .vc_single_image.center.full{position: relative; overflow: hidden}
.fixed-image .vc_single_image.center.full:before{content: "";display:block;width: 100%; padding-top: 48%;}
.fixed-image .vc_single_image.center.full img{position: absolute; top:-9999px; right:-9999px; bottom:-9999px; left:-9999px; margin: auto;}

.image-scale-2to1 .vc_single_image.center.full:before{padding-top: 48%;}
.image-scale-4to3 .vc_single_image.center.full:before{padding-top: 75%;}
.image-scale-16to9 .vc_single_image.center.full:before{padding-top: 56.25%;}
.image-scale-16to10 .vc_single_image.center.full:before{padding-top: 62.5%;}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white div{color:#FFF;}
.font-size-up1{font-size:1.125em; }
.font-size-up2{font-size:1.25em; }
.font-size-up3{font-size:1.5em; }
.font-size-up4{font-size:1.75em; }
.font-size-up5{font-size:2em; }
.font-size-up6{font-size:2.25em; }
.font-size-up7{font-size:2.5em; }
.font-size-up8{font-size:2.625em; }
.font-size-up9{font-size:3em; }

.font-size-dn1{font-size:0.875rem; }
.font-size-dn2{font-size:0.75rem; }
.font-size-dn3{font-size:0.625rem; }
.font-size-dn4{font-size:0.5rem; }

.boxed-button{display:-ms-flex; display:flex; position: relative; margin-top: calc(50px - 2em); padding: 2em 1em; margin: 50px auto;line-height: 1.2; border-radius: 1.5em; background-color: #1db39a; cursor: pointer;
	transition:0.25s background-color;
	-webkit-transition:0.25s background-color;
	-moz-transition:0.25s background-color;
	-o-transition:0.25s background-color;
	-ms-transition:0.25s background-color;
    }
.boxed-button.img-top{ display:block;}
.boxed-button::before{content: ""; background-color: transparent; background-image: linear-gradient(rgba(121,255,143, 0) 0, rgba(121,255,143, 0) 50%, rgba(121,255,143, 0.5) 100%);
position: absolute; top: 0.314em; right: 0.314em;bottom: 0.314em;left: 0.314em; border-radius: 1.3em; pointer-events: none}
.boxed-button:hover { background-color: #02c7bc; }
.boxed-button a{color:#FFF !important;}
.boxed-button div.item-thumb{-ms-flex:0 0 128px; flex:0 0 128px; margin-right: 1em; position: relative; overflow: visible; min-height:64px;}
.boxed-button div.item-thumb img{max-width:128px; height:auto; position: absolute; top:-50px;
transition:0.25s top;
-webkit-transition:0.25s top;
-moz-transition:0.25s top;
-o-transition:0.25s top;
-ms-transition:0.25s top;
}
.boxed-button.img-top div.item-thumb{min-height:84px;}
.boxed-button:hover div.item-thumb img{ top: -36px; }
.boxed-button div.item-intro{-ms-flex:1 1 auto;flex:1 1 auto;}
.boxed-button .item-code{ display:block; font-size:0.825em;}
.boxed-button .item-title{ display:block; font-size: 1.25em; font-weight: bold; color:#FFF; min-height: 2.6em;}
.boxed-button .item-desc{display:block; }
    
.boxed-button.theme-red{background-color: #dd3434;}
.boxed-button.theme-red::before{background-image: linear-gradient(rgba(255, 215, 121, 0) 0, rgba(255, 215, 121, 0) 50%, rgba(255, 215, 121,0.5) 100%);}
.boxed-button.theme-red:hover{background-color: #ee5050; } 
.boxed-button.theme-orange{background-color: #ff8a00;}
.boxed-button.theme-orange::before{background-image: linear-gradient(rgba(255,255,121, 0) 0, rgba(255,255,121, 0) 50%, rgba(255,255,121,0.5) 100%);}
.boxed-button.theme-orange:hover{background-color: #ffa200; }  
.boxed-button.theme-blue{background-color: #5189ff;}
.boxed-button.theme-blue::before{ background-image: linear-gradient(rgba(121, 255, 255, 0) 0, rgba(121, 255, 255, 0) 50%, rgba(121,255,255,0.5) 100%);}
.boxed-button.theme-blue:hover{background-color: #3792ff;}
.boxed-button.theme-purple{background-color: #6f56e8;}
.boxed-button.theme-purple::before{background-image: linear-gradient(rgba(207, 121, 255, 0) 0, rgba(207, 121, 255, 0) 50%, rgba(207, 121, 255,0.5) 100%);}
.boxed-button.theme-purple:hover{background-color: #7e64ff; }

.arrow-link, .normal-link{ display:-ms-flex; display:flex; position: relative; padding-left: 2.5em;}
.normal-link{padding-left:0;}
.boxed-label{display:-ms-flex; display:flex; padding: 0.5em 1em 0.7em 0.5em; box-shadow: 0 0.5em 1em #e0e0e0; border-radius: 0.5em; border-left:2em #1db39a solid; margin-bottom: 1em;}
.arrow-link::before { content: '▶'; color: #ee9b00; display: inline-block;width: 2em;height: 1.8em;text-align: center;position: absolute;top: 0.25em;left: 0;}
.normal-link>div.item-thumb, .arrow-link>div.item-thumb, .boxed-label>div.item-thumb{ -ms-flex:0 0 auto; flex:0 0 auto; max-width: 2.25em; margin-right: 1em;}
.normal-link>div.item-intro, .arrow-link>div.item-intro, .boxed-label>div.item-intro{ -ms-flex:1 1 auto; flex:1 1 auto;}
.boxed-label.img-top{display:block;}
.boxed-label .item-code{color:#666 !important;}
.boxed-label .item-title{display: block; padding: 0;}
.boxed-label .item-desc{display: block; padding-top: 4px;}
.boxed-label.theme-red{ border-left-color: #dd3434;}
.boxed-label.theme-orange{ border-left-color: #ff8a00;}
.boxed-label.theme-blue{ border-left-color: #5189ff;}
.boxed-label.theme-purple{ border-left-color: #6f56e8;}

table.blue-table>tbody>tr>th, table.blue-table>tbody>tr>td{ border: 1px solid #FFFF;}
table.blue-table>tbody>tr>th{ color: #fff; background-color: #2f5596;}
table.blue-table>tbody>tr>td{background-color:#eaeef7}
	
	.separator-line { display: block; }

.rplcombination table th { text-align: center; }