html{}
html, #preloader{background-color: #f0f0f0;}
body{ letter-spacing: 0;}

/*h1, h2, h3, .h1, .h2, .h3{margin-bottom: 1em !important;}*/
/*h1, h2, h3, .h1, .h2, .h3{letter-spacing:0.1em; }*/

h1, .h1{font-size: 2.5rem;}
h2, .h2{font-size: 2rem;}


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}

/*a:focus, a:hover{color:#058486;}*/

.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.form-group-hoz>div{-ms-flex: 1 1 auto; flex: 1 1 auto;}
label{color:#222; font-weight: bold}
input[type=checkbox]+label, input[type=radio]+label{color:inherit;}


th{white-space: nowrap; font-weight: normal;}

.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{
    /*max-width: 320px;
				min-width: 120px;*/
    top: 0;
				left:0;
				margin: 0 auto;
    -webkit-transform: translateX(120px) translateY(-100%);
    transform: translateX(120px) 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(120px) translateY(-100%);
 transform: translateX(120px) 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;}

.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%;}


#page-wrapper{background-color:#FFFFFF;}

#page-top{background-color:#1db0b7; color:#FFF; font-size: 14px; line-height: 1em; height: 50px; margin-bottom: 105px}
#page-top a:not(.btn){color:inherit;}

/*#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:#e8f941;}
#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: 10px;}
.social .fa, .social .fas, .social .fab, .social .far{font-size: 32px; vertical-align: middle}

.lang-switchs-pc{padding-right: 0;}
.lang-switch{width: auto; height: 32px; position: relative; padding: 10px; border-radius: 0;}
.lang-switch.active{background-color:#FFFFFF;color:#1db0b7 !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-mob .lang-switch{width: 32px;}
.lang-switchs-mob .lang-switch.active{color:#FFF;}
.lang-switchs-mob .lang-switch:before{background-color: #CCC;}

#page-header{background-color:#FFFFFF; color:#7b7b7b; font-weight: 700; font-size: 1em; top:50px;  /*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: 85px; width: auto; margin-right: 0;}

.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);*/
}
#top-menu{ height: 60px;}
#top-menu .navbar>li{background-color: transparent; color:#555555; font-weight: normal}
.top-menu-hover, #top-menu .navbar>li:hover, #top-menu .navbar>li .sub-nav{background-color: #1dafb6; color:#FFFFFF;}

#top-menu .navbar>li .sub-nav>li{background-color:#1dafb6; color:#FFFFFF; text-align: center;}
.sub-nav-menu-hover, #top-menu .navbar>li .sub-nav>li:hover{background-color:#058486; color:#FFFFFF}

#top-menu .navbar>li .sub-nav>li:first-child{
position: relative;
}
#top-menu .navbar .sub-nav>li:hover>.sub-nav>li:first-child::before{
content: ""; 
width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 8px 0;
border-color: transparent #1dafb6 transparent transparent;
	position: absolute; top:12px; left:-8px;
}


#top-menu .navbar>li>.sub-nav>li:first-child{
-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 5px;}

/*#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.open:before{ background-color: rgba(14, 19, 21, 0.8);}

.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;}

.showsub{
    height: 64px;
    width: 64px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.25);
    border: none;
    color:inherit;
    font-size: 24px;
}

#mobile-menu{top:26px; right:1%; font-size: 36px; /*width: 64px; height: 64px;*/ background: #1ca5ad;}
#mobile-menu.open {top:10px; transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s;}

header.fixed #mobile-menu, header.fixed #mobile-menu.open{top:10px; transition-delay: 0s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s;}

#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(69, 212, 172, 0.7); }
#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 .item-intro{ -webkit-transform: translateY(100%); transform:translateY(100%); padding: 10px; }
#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;}

#showcase_inpage{height: 240px; background-image: url(../images/header_bg.jpg); background-size: cover; text-align: center; }
#showcase_inpage h1, #showcase_inpage h1 a, #showcase_inpage h1 a:hover{color:#FFF; margin-bottom: 0 !important;}
#showcase_inpage h1{font-size: 2.5rem; letter-spacing: 0.1em;}
.inpage-title{ text-align: center;}
.breadcrumb{ display: inline-block; 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: #FFF; position: absolute; top:0; left:-9999em; right:-9999em; margin: auto;}
.breadcrumb>li+li:before{ content: "\002022"; color: #FFF; }
.main-content{min-height:500px}

.main-content a:not(.btn){color:#0998c5;}
.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:#00cce6;}

.main-content hr {margin: 30px auto;}

main.main-content{padding: 30px;} /*>.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:#2ca1ab; 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:#1db6a7; 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;}

.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:#1db6a7; 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:#009688; color:#FFF;}

.sub-color1, .sub-color1.color-overlay:before, .btn-secondary{background-color:#ff9800;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:#FFC107; 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:#CCC; color:#666;}

.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; }

#page_footer{background-color: #1daeb5; color:#FFFFFF; padding-top: 30px; }
#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 .copyright{font-size: 0.875rem; text-align: center; padding: 1em; margin-top: 1em; border-top:1px #77ced3 solid; color:#e2f8f9;}

.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; }

.menu-footermenu{list-style: none; padding-left: 0; margin-bottom: 2em;}
.menu-footermenu li{ }
.menu-footermenu li a{color:inherit; padding: 0.25em 0; display: block; /*border-bottom: 1px solid #5b5b60;*/ }
.menu-footermenu li a:hover, .menu-footermenu li a:focus{ color:#fff; }

.menu-footermenu ul{list-style: none; padding-left: 0;}
.menu-footermenu ul li{}
.menu-footermenu ul li>a{padding-left: 1em}


.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: #f5f5f5}
.responsive-table-label thead, .responsive-table-label th{font-weight: bold; color:#333;}

.block-title{font-size: 1.5rem; color:#009688; margin-bottom: 2rem;}

.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*/
.items-filter{}
/*.items-filter .select-style{ padding-bottom: 2rem;}*/

.table-list{}
.table-list .item{padding: 0 0 0.5rem 0; border-bottom: 1px #ccc 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; padding: 4px 0; font-size: 1.5rem; line-height: 1.25em; font-weight: bold; color:#222; }
.table-list .item-date{-ms-flex: 0 0 auto; flex: 0 0 auto; order: 0; width: 100px; background-color: #0ebda5; 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;}

.hallo-word{padding: 0.5em; background-color: #f5f5f5; 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 #f5f5f5 solid; border-left:0.25em #0998c5 solid; background-color: #f5f5f5; color:#0998c5 !important}
ul.aside-menu>li:first-child>a, ul.aside-menu>li.active+li>a{border-top-color: #FFF;}

/*
.youtube-list-wrapper{display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.youtube-list-wrapper>.player{-ms-flex:1 1 auto;flex:1 1 auto;}
.youtube-list-wrapper>.play-list{-ms-flex:0 0 auto;flex:0 0 auto; width: 130px;}
*/
.youtube-list-wrapper>.play-list{ width: 100%; max-height: 160px; padding: 10px 0 2px; overflow-x: auto; overflow-y: hidden;}
.youtube-list-wrapper>.play-list>div{display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; max-width: none;}
.youtube-link{-ms-flex:0 0 auto;flex:0 0 auto; display: inline-block; max-width: 150px; margin-right: 5px; padding: 6px; border: 1px #ddd solid; border-radius: 4px; cursor: pointer}
.youtube-link:hover{color:#0ebda5;}
.youtube-link.active{border-color:#0ebda5; color:#0ebda5}
.youtube-link .cover-img{ height: 75px; margin-bottom: 4px; overflow: hidden; pointer-events: none;}
.youtube-link .video-title{font-size: 12px; line-height: 1.2; text-align: center; pointer-events: none;}

#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;*/}

.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{display:none !important; 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 .item-footer .btn{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.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 button.owl-prev:hover, .scroll-item-list button.owl-next:hover{background-color: #009688}

.scroll-item-list.theme-dark .owl-nav .owl-next, .scroll-item-list.theme-dark .owl-nav .owl-prev{ background: rgba(42,89,127,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(42,89,127,0.75); color: #fff;}

.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{}
.block-share .item{position: relative;}
.block-share .item-thumb{ width: 48px; height: 48px; border-radius: 50%; overflow: hidden; position: absolute; left:0; bottom:0; }

.block-footer{text-align: right;}
#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_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;
}

.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;}

.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: 2em; height: 2em; font-size: 32px; background-color: rgba(0,0,0,0.35); color:#FFF; padding: 0.5em;}
.back-top:hover,.back-top:focus,.back-top:active{background-color:#1dafb6; color:#FFF}

/*.show-searchbar{display:block !important; width: 36px !important; text-align: center !important;}*/
.show-searchbar{padding-left: 20px !important; padding-right: 20px !important;}

#preloader .chip {background-color: #80efbd !important;}

/**/
.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:#222 !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:#222;}
.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 (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: 55px;}
	#top-menu, #top-menu.fixed{top:106px;
		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:146px;}
	.open-search, #top-menu.open-search.fixed*/
	#top-menu::before{top:125px;}
	.header-search-button{display:none;}
		.search-bar-wrapper{position: fixed; top:80px;}
	#top-menu .navbar>li{background-color: #FFF !important;}
	#top-menu .navbar>li>.sub-nav{overflow:visible !important;}
	.top-menu-hover, #top-menu .navbar>li:hover, #top-menu .navbar>li>.sub-nav{color: inherit;}
	#top-menu .social{display:block; padding-top: 10px; padding-bottom: 10px;}
	
	.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;
}
	
	.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{right:1%;}
}

@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 .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; }
	
}

@media (max-width: 767px){
	#page-header{height: auto !important; margin-bottom: 0;}
	#mobile-menu, #mobile-menu.open{top:10px;}
	.header-title{height: auto !important;}
	.column-row .container{padding-top: 40px;}
	.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;}
}


@media (max-width: 568px){
	
.padding-large{padding-top: 15px; padding-bottom: 15px;}
.padding-medium{padding-top: 10px; padding-bottom: 10px;}
.padding-small{padding-top: 5px; padding-bottom: 5px;}
	
	#page-top{margin-bottom: 50px;}
.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;}
}

@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;}
}

@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;}
}