@charset "utf-8";
/* CSS Document*/
/****
* bullet: 2a4302
****/
:root{
	--color: #111;
	--color-main: #63bc4c;
	--color-hover: #0d6c49;
	--color-focus: #f00;
	--bg-main: rgba(42, 132, 0, 0.76);
	--ftitle: "Playfair Display", serif;
}
@-webkit-keyframes pulseElem {
    0% {
        width: 80%;
        height: 80%;
        opacity: 1
    }
    100% {
        width: 150%;
        height: 150%;
        opacity: 0
    }
}
@keyframes pulseElem {
    0% {
        width: 80%;
        height: 80%;
        opacity: 1
    }
    100% {
        width: 150%;
        height: 150%;
        opacity: 0
    }
}
body{
	position:relative;
	font: 400 14px/24px 'Roboto', sans-serif; color: RGB(59, 71, 87);
	overflow-x:hidden; width:100%;
  transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/* Bounce To Right */

.btn-readmore .fa{
	margin-left: 10px;
}
.img-responsive{
	max-width: 100%;	height: auto;
	display: inline-block;
}
.pos_static{
	position: static;
}
.pos_rel{
	position: relative;
}
.figure{
	margin: 0;
}
.img-full{
	display: block; width: 100%;
}
.img-row{
	margin-left: -15px; margin-right: -15px;
}
.bg-gray{
}
.bg-gray .figure-caption{
	color: #000; padding: 6px 15px;
}
[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
	opacity:1;
}
.hide_arrow::-webkit-outer-spin-button,
.hide_arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.hide_arrow{
    -moz-appearance:textfield; /* Firefox */
}
.tooltip{
	z-index: 99;
}
.hr{
	border-color: #CCC;
	margin-top: 20px; margin-bottom: 35px;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.5)
}
/************/
.tooltip{
	font-size: 12px; font-weight: bold;
}
.text_user_limit{
	max-width: 65px;
}
/************/
.f-title{
	font-family: var( --ftitle);
}
b, strong{
	font-weight:bold;
}
.clearfix{
	clear:both;
}
.text-cap{
	text-transform: capitalize !important;
}
.text-upp{
	text-transform:uppercase;
}
.img-full{
	display:block; width:100%;
}
.transition{
	transition:all 0.3s ease-in;	-moz-transition:all 0.3s ease-in;	-webkit-transition:all 0.3s ease-in;
}
.trans_dis{
	transition:none; -moz-transition:none; -webkit-transition:none;
}
.img-hover-zoom .img-zoom{
	transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s;
}
.img-hover-zoom:hover .img-zoom{
	transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);
}
.text_hide{
    text-overflow: ellipsis;    white-space: nowrap;	overflow:hidden;
}
.tooltip {
	text-transform:capitalize
}
.bold{
	font-weight:bold !important;
}
.overflow{
	overflow:hidden;
}
#btn-scrolltop{
	position:fixed; right:10px; bottom:100px; z-index:9999;
	 display:none;
}
.act-scrolltop{
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none;
}
.margin-page{
	margin-top:30px; margin-bottom:30px;
}
.record-empty{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.shadow-blue{
	box-shadow: 1px .1rem 1.5rem rgba(0, 0, 0, 0.15);
}
/**********************/
#pagination{
	text-align:center; margin-top:20px; margin-bottom:30px;
	font-family: var( --ftitle); font-weight: bold;
}
#pagination *{
	margin:0 5px;	position:relative;
	height: 36px; width: 36px;
	line-height: 28px;	font-size: 17px; font-weight: bold;
	overflow: hidden; background-color: var( --color_blue);
	border: none; color:#FFF;
	border-radius: 50%; overflow: hidden;
}
#pagination *:last-child::after{
	display:none;
}
#pagination b{
	background-color: var( --color-yellow);
}
#pagination a:hover{
	background: var( --color-blue);
}
/*************
*************/
#button-share{
	margin:35px 0 15px; padding:10px 15px;
	text-align:left;
	background: #f6f6f6;
}
#button-share .header{
	font-weight:600;
	font-size:13px; font-weight:bold; position:relative;
	display:inline-block;	line-height:23px;
	color: #000;
}
#button-share > a{
	display: inline-block; vertical-align: middle;
}
#button-share .share-item{
	color:#FFF; font-size:10px; font-weight:bold; position:relative; margin-left:10px;
	display:inline-block; padding-right:10px; background:#de4501;
	line-height:23px;
}
#button-share a:last-child .share-item{
	margin-right:0;
}
#button-share .share-item b{
	font-weight:bold;
}
#button-share .share-item i{
	background: var( --color-main); display:inline-block; padding:6px 10px 7px 7px;
	margin:0 10px 0 0; color:#fff;
	text-align:center; width:28px; font-size:12px;
}
#button-share .share-item i:after{
    border: medium solid transparent;    content: " ";     pointer-events: none;
		height: 0;       position: absolute;    left: 28px;    top: 50%;    width: 0;
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) var( --color-main);
    border-width: 5px;    margin-top: -5px;
}
#button-share .share-item:hover i{
	background:#000; color:#FFF
}
#button-share .share-item:hover i:after{
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
/********/
.bg-fb,
#button-share .share-fb{
	background:#5d72a4;
}
.bg-google,
#button-share .share-google{
	background:#db5c4b;
}
.bg-twitter,
#button-share .share-twitter{
	background:#00baff;
}
.bg-pinterest,
#button-share .share-pinterest{
	background:#f20000;
}
.bg-link,
#button-share .share-link{
	background:#2f70b0;
}
.color-youtube{
	color: #F00;
}
.bg-youtube{
	background: #F00;
}
.bg-container{
}
.color-instagram{
	color: #000;
}
/*********************
*************/
.btn_mobile{
		position: absolute; right: 15px; top: 50%;
		transform: translateY( -50%);
		border: none; background: none;
		padding: 0; margin: 0;
		width: 45px; height: 40px; text-align: center;
		line-height: 40px;		font-size: 22px;
		display: none;
}
/*********************
*************/
#bg-main{
		background: #f2f2f2;
		border-bottom: 1px solid #DDD;
		color: #000; margin-bottom: 35px;
}
#bg-main .breadcrumb{
	padding: 10px 0;
	margin: 0; background: none;
	font-size: 13px; line-height: 20px;
}
#bg-main .breadcrumb a{
	color: #000;
}
/*********************
*************/
.post__container,
.bg-dcontent,
body.dpost .wrapper__content {
	background: rgba( 255, 255, 255, .95);
}
.bg-wrapper{
	background: rgba( 255, 255, 255, .65);
}
/**************/
.dpost-content .wrapper__content{
	padding: 0;
}
.dpost-content .content-left-container,
.dpost-content .content-right{
	padding-top: 0px; padding-bottom: 60px;
}
.dpost-content .content-left{
	background: rgba( 255, 255, 255, .85);
	box-shadow: 0px .15rem 1.5rem rgba(0, 0, 0, 0.15);
	border-radius: 12px 12px 4px 4px; overflow: hidden;
	margin-bottom: 1.25rem;
}
.dpost-content .content-left-container{
	padding: 10px 15px 20px;
}
.dpost-content .content-right{
		padding-right: 15px;
		padding-left: 25px;
}
/*********************/
#header-sticky-wrapper{
	height: auto !important;
}
.is-sticky #header .header__logo img{
	height: 45px;
}
.is-sticky #header .hnav__lang{
		display: none;
}
.is-sticky #header .navigation{
	margin-bottom: 0;
}
.is-sticky #header .navigation a{
}
/*********************
*************/
#header{
	width:100%;	display:block; float:left; clear:both;
	font-size:12px;	padding:0px 0px 0px; margin:0; color: #000;
	background-color: #FFF;
	transition:all 0.3s ease-out 0s;	-moz-transition:all 0.3s ease-out 0s;	-webkit-transition:all 0.3s ease-out 0s;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	position: relative; z-index: 901;
	border-bottom: 1px solid var( --color-hover)
}
/*********/
.header__logo{
	z-index: 9;
	margin-top: 5px; margin-bottom: 8px;
}
.header__logo img{
		height: 60px; display: inline-block;
		transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
}
.header__logo__container{
	 	width: 100%; margin: auto;
		transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
}
/***************/
.hnav__lang{
	margin: 0 0 6px;
	padding-top: 5px;
	font-size: 11px; font-weight: 500;
}
.hnav__lang img{
	display: inline-block;
	height: 18px; width: auto;
	margin-right: 5px;
	vertical-align: middle;
	object-fit: cover; object-position: center;
	border-radius: 3px;
}
.hnav__lang > span{
		margin-left: 15px; margin-right: 15px;
}
.hnav__lang a{
	color: #111; opacity: .8;
}
.hnav__lang a.selected{
	color: var( --color-main); opacity: 1;
}
/***************/
.navigation{
		position: relative;
		margin: 0 0 0; padding: 0; list-style-type: none;
		text-align: right;
		font-size: 13px; text-transform: uppercase;
		font-weight: bold; line-height: 1.3;
}
.navigation li{
	position: relative; min-height: 100%;
	display: inline-block;
	padding: 0px 22px; margin: 0; list-style-type: none;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.navigation > li:last-child{
	padding-right: 0;
}
.navigation > li:first-child{
	padding-left: 0;
}
.navigation a{
	padding: 8px 0 12px; display: inline-block;
	line-height: 22px;
	color: var( --color-hover);
	transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
}
.navigation .selected a,
.navigation a:hover{
	color: var( --color-main); text-decoration: none;
}
.navigation li.first{
	padding-left: 0;
}
.navigation li.last{
	padding-right: 0;
}
/***************/
.navigation li:hover .header__navsub{
	transition: max-height 0.35s ease-in;
	max-height: 500px;
}
.header__navsub{
	display: block;
	position: absolute;	top: 100%;	left: -1px; z-index: 9;
	width: 280px; text-align: left;
	padding:0;	background: var( --bg-main);
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	font-weight: 400; color: #000;
	font-size: 14px; line-height: 22px;
	transition: all 0.1s ease-out;
	max-height: 0; overflow: hidden;
	text-align: center;
	text-transform: capitalize;
}
.header__navsub__container{
	margin: 0; padding: 0;
	border-top: 3px solid var( --color-main);
}
.header__navsub li{
	clear: both; display: block;
	padding: 0; margin: 0;
	list-style-type: none;
	border-top: 1px solid rgb( 255, 255, 255, .6);
	text-align: left;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.header__navsub li:first-child{
	border-top: none;
}
.header__navsub li::before{
	display: none !important;
}
.header__navsub li:hover{
	padding-left: 12px;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.header__navsub a{
	border: none;	display: block; color: #FFF !important;
	padding: 9px 10px 8px; text-align: left;
	margin: 0; line-height: 22px;
	font-size: 13px; font-weight: 500;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.header__navsub a:hover{
	color: #FFF !important;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
/*****************/
.navigation .act-btnmenu{
	display: none;
}
/***************/
#footer{
	position: relative;
	font-size:13px; line-height:24px;
	color: rgb( 255, 255, 255); font-weight: 400;
	position:relative;
	padding: 220px 0px 0; margin-top: 0px;
	background: url( img/footer-img.jpg) repeat-x top center #7e9f3a;
	background-size: 100% auto;
}
.footer__info_container{
	background: #7e9f3a;
	padding-top: 8px;
}
.footer_img{
	display: inline-block;
	max-height: 60px;
	max-width: 100%
}
.footer_info{
	padding-top: 30px;
	font-size: 13px; line-height: 24px;
	font-weight: 300;
}
.footer__title{
		font-size: 15px; text-transform: uppercase;
		border-bottom: 1px solid #FFF; color: #000;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 10px;
}
.footer__info__text{
	text-align: justify; line-height: 22px;
	margin-bottom: 15px;
}
.footer__info__text p{
	margin-bottom: 3px;
}
.footer_info p:last-child{
	margin-bottom: 3px;
}
.footer_info .footer_social{
		display: none;
}
.footer__text {
	padding-left: 50px; padding-right: 50px;
}
/******/
.footer__icon{
	position: relative; display: inline-block;
	padding-left: 25px;
	font-weight: 400;	margin-bottom: 0;
	line-height: 20px;
	padding-right: 20px; margin-right: 20px;
}
.footer__icon::after{
	position: absolute; right: 0; top: 50%;
	content: ""; display: block;
	background: #FFF;
	width: 1px; height: 12px;
	transform: translateY( -50%);
}
#footer .lastitem{
	margin-right: 0; padding-right: 0;
}
#footer .lastitem::after{
	display: none; margin-right: 0; padding-right: 0;
}
.footer__icon::before,
.footer_ul li::before{
	position: absolute; left: 0; top: 5px;
	display: block; width: 10px; height: 10px;
	-moz-osx-font-smoothing: grayscale; font-size: 11px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	color: var( --color_blue);
}
.footer__icon::before{
	font-size: 14px; top: 2px;
	text-align: left;
}
.icon__address::before{
		content: "\f3c5";
}
.icon__phone::before{
		content: "\f879";
}
.icon__email::before{
		content: "\f658";
}
.footer__text address,
.footer__text p{
	margin-bottom: 9px;
}
.footer__text a{
	color: inherit;
}
.footer_ul{
	margin: 0; padding: 0; list-style-type: none;
}
.footer_ul li{
	clear: both; position: relative;
	display: block;	margin-bottom: 6px;	vertical-align: middle;
	text-transform: capitalize;
	padding-left: 15px;
}
.footer_ul li::before{
	content: "\f105";
}
#footer a:hover,
.footer_ul a:hover{
	color: #fff; text-decoration: underline;
}
/**************/
.footer__author{
	margin-top: 20px;
	padding-top: 15px; padding-bottom: 2px;
	font-size: 12px; font-weight: 300; line-height: 20px;
	border-top: 1px solid rgba( 255, 255, 255, .6);
	text-align: center;
}
.footer__author a{
	color: inherit;
}
.footer_social{
	margin: 0px; padding: 0; list-style-type: none;
	line-height: 22px;
	text-transform: capitalize;
}
.footer_social .fab{
	font-size: 15px; vertical-align: middle;
}
.footer_social a{
	text-align: center;
	display: inline-block;
	height: 32px; width: 32px; line-height: 30px;
	background: var( --color-main); color: #FFF !important;
	border-radius: 50px;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.footer_social a:hover{
	background: var( --color_blue); color: #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.footer_social a.img{
	width: auto;
	background: none;
}
.footer_social a.img img{
	max-height: 38px !important;
	width: auto;
}
.footer_social a.img:hover{
	background: none;
}
.footer_social li{
	display: inline-block;
	margin-right: 8px;
}
/**********************/
.home__whynot{
	padding-top: 30px;
}
.home__whynot .home__about__text{
	color: var( --color-blue); font-weight: 500;
	font-style: italic;
	margin-bottom: 20px !important;
}
.home__whynot .home__about__title{
	font-size: 31px; color: var( --color-main);
	font-weight: bolder;
}
.home__whynot .home__about__title::before{
	background: var( --color-main);
}
.whynot__list{
	margin-bottom: 0;
	padding: 0; list-style-type: none;
	counter-reset: myCounter;
}
.whynot__item{
	position: relative;
	list-style-type: none;
	padding-left: 82px; margin-bottom: 40px;
	font-size: 14px; line-height: 24px;
	color: rgb(40, 40, 40);
	min-height: 60px;
	text-align: justify;
}
.whynot__list .whynot__item:nth-child( 2n + 1)::after{
	display: block;
}
.whynot__item::before{
	position: absolute; left: 15px; top: 0; z-index: 2;
	text-align: center;
	font-size: 25px; font-weight: bold;
	font-family: var( --ftitle);
	content: counter(myCounter, decimal-leading-zero);
	counter-increment: myCounter;
	display: inline-block;
	margin: 10px 0px;

	display: block; width: 50px; height: 50px;
	line-height: 42px;
	border-radius: 50%;
	background: #0d6c49; color: #FFF;
}
.whynot__item::after{
	position: absolute; left: 10px; top: 5px; z-index: 1;
	content: "";
	display: block; width: 60px; height: 60px;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #0d6c49;
}
.whynot__list .whynot__item:last-child{
	margin-bottom: 0;
}
.whynot__title{
	display: block; clear: both;
	font-size: 19px; margin-bottom: 10px;
	color: #222; font-weight: bold;
}
/***************/
.whynot__list .whynot__item:nth-child(6n + 2)::before{
	background: #63bc4c
}
.whynot__list .whynot__item:nth-child(6n + 2)::after{
	border-color: #63bc4c
}
/*********/
.whynot__list .whynot__item:nth-child(6n + 3)::before{
	background: #0d6c49
}
.whynot__list .whynot__item:nth-child(6n + 3)::after{
	border-color: #0d6c49
}
/*********/
.whynot__list .whynot__item:nth-child(6n + 4)::before{
	background: #63bc4c
}
.whynot__list .whynot__item:nth-child(6n + 4)::after{
	border-color: #63bc4c
}
/*********/
.whynot__list .whynot__item:nth-child(6n + 5)::before{
	background: #0d6c49
}
.whynot__list .whynot__item:nth-child(6n + 5)::after{
	border-color: #0d6c49
}
/*********/
.whynot__list .whynot__item:nth-child(6n)::before{
	background: #63bc4c
}
.whynot__list .whynot__item:nth-child(6n)::after{
	border-color: #63bc4c
}

/************
.homephoto__container{
		background: url( 'img/blue-wave.png') no-repeat center;
		background-size: 100% 100%;
		padding-top: 100px; padding-bottom: 120px;
		overflow: hidden;
}
.homephoto__container > .container{
		position: relative;
}
.homephoto__container > .container::after,
.homephoto__container > .container::before{
	position: absolute; left: 0;bottom: 103%; z-index: 1;
	content: ""; display: block;
	background: url( 'img/cloud.png') no-repeat center;
	background-size: cover;

	width: 407px;
	height: 170px;

	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform:  rotate(0deg);
}
.homephoto__container > .container::after{
	top: 108%; bottom: auto; right: 0; left: auto;
}
.homeevent_box{
		display: block;
		box-shadow: 0px 14px 22px rgba(42, 135, 158, 0.14);
		border-radius: 12px;
		overflow: hidden;
		height: 100%;
		background: var( --color_blue);
		color: #FFF;
}
.homeevent_box:hover{
	color: #FFF; text-decoration: none;
}
.homeevent_title{
	margin: 0; padding: 15px 25px;
	font-size: 16px; text-transform: uppercase;
	line-height: 1.5; font-weight: bold;
}
.homeevent_text{
	position: absolute;	top: 0;	left: 0; z-index: 1;
	width: 100%;	height: 100%;	padding: 35px 25px;
	background: rgba(255, 255, 255, 0.93); color: #000;
	font-weight: 300; font-size: 16px; line-height: 28px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: translateY( 100%);
}
.homeevent_box:hover .homeevent_text{
	transform: translateY( 0);
}
.homeevent_list .homeevent_item:nth-child(1n) .homeevent_box{
	background: rgb(107, 204, 210);
}
.homeevent_list .homeevent_item:nth-child(2n) .homeevent_box{
	background: #ffaf60;
}
.homeevent_list .homeevent_item:nth-child(3n) .homeevent_box{
	background: #29366d;
}
**********/
/*************/
.homeblog__container{
	padding-top: 10px;
}
.homeblog__container .home__about__title{
	color: var( --color_blue);
}
/***********************************************
***********************/
.blogitem{
	margin-bottom: 35px;
}
.blogitem_box{
	display: block; background: #FFF;
	border-radius: 8px;
	box-shadow: 0px .1rem 1rem rgba(0, 0, 0, 0.15);
	overflow: hidden;
	height: 100%;
	font-size: 15px; line-height: 24px;
	color: var( --color);
	text-decoration: none;
}
.blogitem__caption{
	padding: 15px 20px 20px;
}
.blogitem_title{
	margin: 0 0 10px; padding: 0;
	font-size: 18px; font-weight: bold;
	line-height: 26px;
	color: #000;
}
.blogitem_icon{
		display: inline-block;
		font-size: 17px; line-height: 1;
		vertical-align: middle;
		color: red;
}
.blogitem_icon > i{
	margin-right: 6px;
}
.blogitem_icon .fa-youtube{
	font-size: 19px;
}
.blogitem_box,
.blogitem__img img{
	transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s;
}
.blogitem__img img{
	display: block; width: 100%;
	height: 220px;
	object-fit: cover; object-position: center;
}
.blogitem_box:hover .blogitem_title{
	color: var( --color-main);
	text-decoration: none;
}
.blogitem_box:hover{
	text-decoration: none; color: #111;
}
.blogitem_box:hover .blogitem__img img{
	transform:scale(1.025); -moz-transform:scale(1.025); -webkit-transform:scale(1.025);
}
.color-blue,
.color-main{
	color: var( --color-main) !important;
}
.other__container .blogitem_box{
	border-radius: 0;
	box-shadow: none;
}
.other__container .blogitem__img img{
	height: 160px;
}
.other__container .blogitem__caption{
	padding: 10px 0px 0px;
	font-size: 14px;
}
.other__container .blogitem_title{
	font-size: 16px; line-height: 22px;
	margin-bottom: 4px;
}
/***********************************************
***********************/
.title-page{
	font-family: var( --ftitle); font-weight: bolder;
	font-size: 29px;	line-height: 1.3;
	margin:0px 0 16px; padding: 0 0 0px;
	color: var( --color-hover)
}
.title-page > b{
	color: var( --color-main);
	font-weight: 900;
}
.title-page a{
	color:inherit; text-decoration:none;
}
.title-page a:hover{
	color: var( --color-red);
}
.titlesub-page{
	font-size: 25px; text-transform: capitalize;
	font-weight:700; line-height: 1.4;
	margin:0px 0 5px; padding: 0 0 0px;
	color: #000;
}
.page-quote,
.quote-page{
	margin:0 auto 20px; padding:0;
	font-size:17px; line-height:1.7;
	font-weight:500; color: #000
}
.dcontent,
.dcontent pre{
	font-size:15px; line-height:26px; font-weight: 400;
	color: #000;	text-align: justify;
}
.dcontent pre{
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
	white-space: pre-wrap;
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	padding:0; margin-bottom:15px;
}
.dcontent a{
	color:inherit; text-decoration: none;
}
.dcontent a:hover{
	color:var( --color-main); text-decoration:none;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1,
.dcontent h2,
.dcontent h3,
.dcontent h4,
.dcontent h5,
.dcontent h6{
	line-height:120%;
}

.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1{
	font-size:115%;
	line-height:170%;
}
.dcontent h2{
	font-size:110%; font-weight:bold;
	line-height:160%;
}
.dcontent h3{
	font-size:105%; font-weight:bold;
	line-height:150%;
}
.dcontent h4{
	font-size:14px; font-weight:normal;
	line-height:24px;
}
.dcontent h5{
	font-size:95%; font-weight:normal;
	line-height:95%;
}
.dcontent h6{
	font-size:90%; font-weight:normal;
	line-height:90%;
}
.dcontent p{
	margin-bottom:15px;
}
.dcontent img,
.dcontent iframe{
	max-width:100%;
}
.dcontent p:last-child,
.dcontent ul li p:last-child{
	margin: 0 !important;
}
.dcontent table{
	border-collapse: collapse !important;
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 20px;
}
.dcontent table > thead > tr > th,
.dcontent table > tbody > tr > th,
.dcontent table > tfoot > tr > th,
.dcontent table > thead > tr > td,
.dcontent table > tbody > tr > td,
.dcontent table > tfoot > tr > td {
	padding: 8px;
	vertical-align: middle;
}
.dcontent table > thead > tr > th {
	vertical-align: bottom; background-color:#EEE;
}
/***************************
***************************/
blockquote{
	padding: 10px 15px; margin-bottom: 1.3rem;
	background: #f4f4f4;
	border: 1px solid #DDD;
	border-left: 5px solid var( --color-red);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	line-height: 26px;
}
.dcontent blockquote p{
	margin-bottom: 5px;
}
.dcontent blockquote p:last-child{
	margin-bottom: 0;
}
/***************************
***************************/

.pageheader__titlesub{
	margin: 0 0 10px; padding: 0 0 0 65px;
	position: relative;
	font-size: 17px; font-weight: 500; text-transform: capitalize;
	color: var( --color-hover);
}
.title-line{
	position: relative;
	padding-left: 65px !important;
}
.title-line::before,
.pageheader__titlesub::before{
	position: absolute; left: 0; top: 13px;
	content: "";
	display: block; width: 50px; height: 3px;
	background: var( --color-hover);
}
.title-line::before{
	top: 70%;
}

/***************/
.aboutmain_wrapper{

}
.aboutmain__img{
	padding-left: 3rem;
	transform: translateY( -30px);
}
.aboutmain__img img{
	border-radius: 6px;
}
.aboutmain__content{
	margin-bottom: 1.25rem;
}
.aboutpost__img{
	text-align: center;
	margin-bottom: 10px;
}
.aboutpost__img img{
	display: inline-block;	width: 100%; height: auto;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzQgMTQwIj48cGF0aCBkPSJNMTMuNDU4IDEwLjI2MUMyMi4xMDkgMS43NTMgMTE3LjQ2OCAwIDE2NS4zMzggMGMyNC44NDUgMCA0Mi45NzEgMi40NSA1NC4zNzggNy4zNWExNSAxNSAwIDAgMSA4Ljk3OCAxMi4wMzFjOC42NDQgNzMuNTM5IDYuNzI1IDExMi4xNi01Ljc1NyAxMTUuODY0LTE5LjMzIDUuNzM2LTE5My4yMSA0LjY3OC0yMDcuNTU3IDQuNjc4QzEuMDMzIDEzOS45MjMgMCA4OC45MDMgMCA2OS43MWMwLTE5LjE5MyA0LjgwNi01MC45NCAxMy40NTgtNTkuNDQ5eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
	mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzQgMTQwIj48cGF0aCBkPSJNMTMuNDU4IDEwLjI2MUMyMi4xMDkgMS43NTMgMTE3LjQ2OCAwIDE2NS4zMzggMGMyNC44NDUgMCA0Mi45NzEgMi40NSA1NC4zNzggNy4zNWExNSAxNSAwIDAgMSA4Ljk3OCAxMi4wMzFjOC42NDQgNzMuNTM5IDYuNzI1IDExMi4xNi01Ljc1NyAxMTUuODY0LTE5LjMzIDUuNzM2LTE5My4yMSA0LjY3OC0yMDcuNTU3IDQuNjc4QzEuMDMzIDEzOS45MjMgMCA4OC45MDMgMCA2OS43MWMwLTE5LjE5MyA0LjgwNi01MC45NCAxMy40NTgtNTkuNDQ5eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100%; -webkit-mask-size: cover
}
.aboutpost_item{
		 margin-top: 30px;
}
.aboutpost_box{
	display: block; position: relative;
	background-color: #FFF;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center; padding: 30px 0 50px;
	min-height: 100%;
	transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjMgNDM5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTIuNTA4IDI1LjU0OGMyNi4yNzQtMjguMDggMjQxLjQzNC0zOS41NjcgMjQxLjQzNCAwIDAgNy45MzQgMi43NzMgNzEuNjc4IDMuMjQ0IDgxLjc0IDQuNjQzIDk5LjEyNyAxMS4xMzggMjUwLjM0Mi0zLjI0NCAyNjUuMjQ2LTQuNjMgNC43OTctMTguNjg0IDguNTk3LTYwLjk0MiAxMi43MjctMzQgMy4zMjMtOC42NzYgNDkuNDEyLTYwIDUyLjcyLTU0LjEyIDMuNDg3LTI0LTQ3LjcwMi03MC42NjUtNDcuOTkxLTM4LjM4Ny0uMjM4LTQ4LjU0OC00Ljc1OS00OS44MjctMTcuNDU2QzkuOTcgMzQ3LjM1NC0yLjM0NiAyMDEuNDUxLjM5NiAxMDYuNDY0Yy4xNTctNS40NTIgNy4xODMtNzUuNjUgMTIuMTEyLTgwLjkxNnoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
	mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjMgNDM5IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMTIuNTA4IDI1LjU0OGMyNi4yNzQtMjguMDggMjQxLjQzNC0zOS41NjcgMjQxLjQzNCAwIDAgNy45MzQgMi43NzMgNzEuNjc4IDMuMjQ0IDgxLjc0IDQuNjQzIDk5LjEyNyAxMS4xMzggMjUwLjM0Mi0zLjI0NCAyNjUuMjQ2LTQuNjMgNC43OTctMTguNjg0IDguNTk3LTYwLjk0MiAxMi43MjctMzQgMy4zMjMtOC42NzYgNDkuNDEyLTYwIDUyLjcyLTU0LjEyIDMuNDg3LTI0LTQ3LjcwMi03MC42NjUtNDcuOTkxLTM4LjM4Ny0uMjM4LTQ4LjU0OC00Ljc1OS00OS44MjctMTcuNDU2QzkuOTcgMzQ3LjM1NC0yLjM0NiAyMDEuNDUxLjM5NiAxMDYuNDY0Yy4xNTctNS40NTIgNy4xODMtNzUuNjUgMTIuMTEyLTgwLjkxNnoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
	webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	font-size: 14px; line-height: 22px;
}
.aboutpost_text{
	padding: 0px 40px; margin-bottom: 35px;
}
.aboutpost_text .blogitem_title{
	margin-bottom: 15px;
}
.aboutpost_box .blogitem_title{
	font-family: var( --ftitle);
	font-size: 23px; font-weight: bold;
	text-transform: capitalize;
}
.blogitem_box:hover .aboutpost__img img{
	filter: brightness(0) invert(1);
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
.aboutquote__container{
	position: relative;
	padding-top: 50px; padding-bottom: 35px;
	background-color: #FFF;
	background-repeat: no-repeat; background-size: cover;
	color: #FFF;
}
.aboutquote__container::after{
	position: absolute; left: 0; top: 0;
	content: ""; display: block;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, .25);
}
.aboutquoate__item{
	text-align: center;
	padding: 50px 10%;
	font-size: 31px; font-weight: 300;
	line-height: 1.4;
}
.aboutquoate__item .fas{
	font-size: 31px;
}
.aboutquoate__text{
	margin-bottom: 35px;
}
.aboutquoate__title{
	margin: 0; padding: 0;
	font-size: 27px; font-weight: bold;
	text-transform: capitalize;
}
.home__about__content{
	line-height: 30px; font-size: 16px;
	font-weight: 300;
}
.home__about__content > p{
	margin-bottom: 10px;
}
/****************/
.vamtam-eye{
 position:absolute;
 left:0; bottom:12px;	 width:100%
}
.vamtam-eye,
.vamtam-eye .inner,
.vamtam-eye .outer {
 display:flex;
 justify-content:center;
 align-items:center
}
.vamtam-eye .inner,
.vamtam-eye .outer {
 -webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNyI+PHBhdGggZD0iTTE3LjY0MiAyNS4wOTNjNS4xNDYtMi41NjQgNC45LTMuMjA1IDcuMDUzLTcuODU2IDEuMjExLTIuNjE1IDEuNTQ2LTYuMDIuNDMzLTguOTE4LS4wODItLjIxNS0xLjQ3Ni0zLjg0Ni01LjA1Ny01LjQzOUMxNi4xNjkgMS4xNDUgMTIuNjMtLjc4MyA4LjM0Ljg2M2MtMy42NSAxLjQwMi01LjY3NSAzLjU4OS02LjkyMyA2Ljk4OUMuMzc1IDEwLjY5NS0uMzE1IDE0LjU5Ljg1NSAxNy42MzdjLjk1NyAyLjQ5MyAyLjIxNyA0LjgxNCA0LjI1IDYuMjQzIDMuNDIzIDIuNDA3IDguNTA2IDMuMjIxIDEyLjUzNyAxLjIxM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
 mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNyI+PHBhdGggZD0iTTE3LjY0MiAyNS4wOTNjNS4xNDYtMi41NjQgNC45LTMuMjA1IDcuMDUzLTcuODU2IDEuMjExLTIuNjE1IDEuNTQ2LTYuMDIuNDMzLTguOTE4LS4wODItLjIxNS0xLjQ3Ni0zLjg0Ni01LjA1Ny01LjQzOUMxNi4xNjkgMS4xNDUgMTIuNjMtLjc4MyA4LjM0Ljg2M2MtMy42NSAxLjQwMi01LjY3NSAzLjU4OS02LjkyMyA2Ljk4OUMuMzc1IDEwLjY5NS0uMzE1IDE0LjU5Ljg1NSAxNy42MzdjLjk1NyAyLjQ5MyAyLjIxNyA0LjgxNCA0LjI1IDYuMjQzIDMuNDIzIDIuNDA3IDguNTA2IDMuMjIxIDEyLjUzNyAxLjIxM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
 -webkit-mask-repeat:no-repeat;
 mask-repeat:no-repeat;
 -webkit-mask-size:cover;
 mask-size:cover
}
.vamtam-eye .outer {
 height:50px;
 width:50px
}
.vamtam-eye .inner {
	background: #FFF;
 height:26px;
 width:26px
}
.vamtam-eye .eye {
 position:relative; width:100%; height:100%;
 transform: rotate(180deg);
}
.vamtam-eye .eye,
.vamtam-eye .eye:after {
 border-radius:50%;
 transition: transform .4s ease 0s;
}
.vamtam-eye .eye:after {
 content:' ';
 position:absolute; height:8px; width:8px; top:5px;
 background: #000;
}
.aboutpost_box:hover .vamtam-eye .eye{
	transform: rotate( 0);
	transition: transform .4s ease 0s;
}
.aboutpost_box:hover{
	color: #000;
}
.aboutpost_box:hover img{
	filter: none;
}
.aboutpost_box:hover .aboutpost__img img{
	transform: none; -moz-transform: none; -webkit-transform: none;
	filter: none !important;
}
/************/
.bloglist__container .aboutpost_item:nth-child( 3n + 1) .aboutpost_box{
	background-color: rgba(99, 188, 76, 0.7); color: #FFF;
}
.bloglist__container .aboutpost_item:nth-child( 3n + 1) .blogitem_title{
	color: #FFF
}
.bloglist__container .aboutpost_item:nth-child( 3n + 1) .aboutpost_box .vamtam-eye .outer{
	background: rgba(99, 188, 76, 0.7)
}
/************/
.bloglist__container .aboutpost_item:nth-child( 3n + 2) .aboutpost_box{
	background-color: #63bc4c; color: #FFF;
}
.bloglist__container .aboutpost_item:nth-child( 3n + 2) .blogitem_title{
	color: #fff
}
.bloglist__container .aboutpost_item:nth-child( 3n + 2) .aboutpost_box .vamtam-eye .outer{
	background: #63bc4c
}
/************/
.bloglist__container .aboutpost_item:nth-child( 3n) .aboutpost_box{
	background-color: rgba(99, 188, 76, 0.61); color: #FFF;
}
.bloglist__container .aboutpost_item:nth-child( 3n) .blogitem_title{
	color: #fff
}
.bloglist__container .aboutpost_item:nth-child( 3n) .aboutpost_box .vamtam-eye .outer{
	background: rgba(99, 188, 76, 0.7);
}

/*******************
********************************/
.programlist__container .program__item:nth-child(2n ) .program__img{
	-ms-flex-order: 2;	order: 2;
}
.programlist__container .program__item:nth-child(2n ) .program__img img{
	border-radius: 0 12px 12px 0;
}
.programlist__container .program__item:nth-child(2n ) .program__des{
	-ms-flex-order: 1;	order:1;
	background: var( --color-hover)
}
.program__item{
	position: relative;
	padding: 0px; margin-bottom: 50px;
	text-align: left;
	font-size: 15px; line-height: 28px;
	font-weight: 400;
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
.program__img{
	margin: 0;
	padding: 20px 0;

}
.program__img,
.program__des{
	z-index: 2;
}
.program__img img{
	border-radius: 12px 0 0 12px; overflow: hidden;
	box-shadow: 0 .125rem .3rem rgba(0,0,0,.25);
}
.program__des{
	background: var( --color-main); color: #FFF;
	padding: 45px 55px;
	border-radius: 12px;
	box-shadow: 0 .125rem .35rem rgba(0,0,0,.1);
	text-align: justify;
}
.program__des_text p{
	margin-bottom: 10px;
}
.program__des_text p:last-child{
	margin-bottom: 0;
}
.program__title{
	margin: 0 0 15px; padding: 0;
	font-size: 27px; font-weight: bolder;
	text-transform: capitalize;
	color: #FFF;
	text-align: left;
}
.program__item:hover{
	transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s;
}
.program__item a{
	color: inherit;
}
.program__item a:hover{
	color: yellow !important;
}
/***********/
/***********/
.program_postlist{
	margin-top: 1.5rem;
	padding: 0; list-style-type: none;
}
.program_postlist > li{
	margin-bottom: 6px;
}
.program_postitem{
	display: block; position: relative;
	padding-left: 18px;
	color: inherit;
	font-weight: 500; font-size: 15px;
	color: var( --color-main);
}
.program_postitem::before{
	position: absolute; left: 0; top: 9px;
	display: block; width: 10px; height: 10px;
	-moz-osx-font-smoothing: grayscale; font-size: 9px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	color: #FFF;
	content: "\f111";
}
.program__item a:hover,
.program_postitem:hover{
	color: var( --color-blue); text-decoration: none;
}
/*******************
********************************/
/*******************/

/**********************/
.boxleft__title{
	font-family: var( --ftitle); font-weight: bold;
	margin: 0 0 18px;
	font-size: 19px; line-height: 1.2;
	text-transform: capitalize;
	color: var( --color-main);
}
.boxleft__list{
	margin: 0 0 2rem; padding: 0; list-style-type: none;
	font-weight: 400;
	font-size: 15px; line-height: 24px;
	text-transform: capitalize;
}
.boxleft__list > li{
		margin: 0 0 10px; padding: 0; list-style-type: none;
		clear: both; display: block;
		position: relative;
		padding-left: 15px;
		transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.boxleft__list > li::before{
	position: absolute; left: 0; top: 4px;
	display: block; width: 10px; height: 10px;
	-moz-osx-font-smoothing: grayscale; font-size: 13px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	color: var( --color_blue);
	content: "\f105";
}
.boxleft__list a{
	color: #000;
}
.boxleft__list > li:hover{
	transform: translateX( 10px);
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;

}
.boxleft__list a:hover{
	color: var( --color-main); text-decoration: none;
}
.boxleft__list .selected::before,
.boxleft__list .selected a{
	color: var( --color-focus);
}
/*********************************/
.other__container{
	margin-top: 0px;
}
.other__container .pageheader__container{
	margin-bottom: 10px;
}
/**********************/
/************************/

.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(../fonts/lg.eot?n1z373);src:url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content: "\f09a";}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\f099"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\f0d5"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\f0d2"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

/********************/
.lg-backdrop,
.lg-outer{
	z-index:9999;
}
.lg-outer .lg-thumb-outer{
	text-align:center;
}
.lg-outer .lg-thumb{
	margin:auto;
}
.lg-icon{
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;

}
.lg-outer .lg-toogle-thumb::after{
	content: "\f103";
}
.lg-actions .lg-next::before{
	content: "\f101";
}
.lg-actions .lg-prev::after{
	content: "\f100";
}
.lg-toolbar .lg-close::after{
	content: "\f00d";
}
.lg-autoplay-button::after{
	content: "\f144";
}
.lg-show-autoplay .lg-autoplay-button::after{
	content: "\f28b";
}
.lg-fullscreen::after{
	content: "\f0b2";
}
#lg-zoom-in::after{
	content: "\f00e";
}
#lg-zoom-out::after{
	content: "\f010";
}
#lg-actual-size{
	display:none;
}
.lg-outer #lg-share::after{
	content: "\f1e1";
}
/**********************/
.post_photo{
		margin-left: -5px; margin-right: -5px;
}
.photoitem{
	padding: 5px;
}
.lightgallery-item{
	display: block;
	border-radius: 8px; overflow: hidden;
}
.photoitem img{
	display: block;
	width: 100%; height: 155px;
	object-fit: cover; object-position: center;
	opacity: .9;
	transition: all 0.7s ease; -moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease;
}
.lightgallery-item:hover{
	box-shadow: 0px 0px 20px rgba(42, 135, 158, 0.4);
	transition: all 0.5s ease; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease;
}
.photoitem:hover img{
	opacity: 1;
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
}
.postphoto__title{
	font-size: 21px; font-weight: 500;
	color: var( --color_blue);
}
/********************/
.tspost__container{
	padding-top: 30px;
}
.tspost__item{
	margin-bottom: 35px;
}
.tspost__box{
	background: rgba(99, 188, 76, 0.4);
	border: 5px solid rgba(99, 188, 76, 0);
	border-radius: 12px; overflow: hidden;
	padding: 20px 10px 20px 10px;
	font-size: 14px; line-height: 24px;
	text-align: justify; min-height: 100%;
	color: #000;
}
.tspost__img img{
	border-radius: 12px;
}
.tspost__title{
	margin:  0 0 12px; padding: 0;
	font-size: 21px;  font-weight: bold;
	color: #000
}
/**********************/
.tsfile__item{
		margin-bottom: 50px;
		text-align: left;
}
.tsfile__box{
	color: inherit; display: block;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
	box-shadow: 8px 8px 0 0 rgba(99, 188, 76, 0.3);
	border: 1px solid rgb(216, 216, 216);
	padding: 20px 30px;
	background:rgba(99, 188, 76, 0.1);
}
.tsfile__box:hover{
	text-decoration: none; color: inherit;
	box-shadow: 10px 10px 0 0 var( --color-main);
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.tsfile__icon > i{
	font-size: 53px;
	color: var( --color-main);
}
.tsfile__title{
	margin: 0 0 8px; padding: 0;
	font-size: 15px; line-height: 1.4;
	font-weight: 500;
	text-transform: capitalize;
}
.tsfile__btn{
	font-weight: 500; text-transform: capitalize;
	color: var( --color-main);
	font-size: 13px;
}
.tsfile__btn > i{
	margin-right: 8px;
}
/******************/
.fts__content{
	font-size: 15px; line-height: 26px;
}
.tsbtn__modal{
	background: var( --color-main); color: #FFF;
	padding: 1rem 2rem 0.9rem;
	text-transform: uppercase;
	font-size: 15px; line-height: 20px;
	font-weight: bolder;
	box-shadow: 0 .2rem 1rem rgba(0,0,0,.1);
}
.tsbtn__modal:hover{
	background: var( --color-hover); color: #FFF;
	box-shadow: .1rem .2rem 1rem rgba(0,0,0,.15);
}
/******************/
#modal_tuyensinh .modal-dialog{
	max-width: 700px; padding-bottom: 10vh;
}
#modal_tuyensinh .modal-content{
	background: url( img/bg-home3-6.png ) no-repeat center 30px var( --color-main);
	background-size: contain;
	color: #FFF;
	font-size: 14px; line-height: 24px;
}
.modal_fts{
	padding: 1rem 2rem;
}
#modal_tuyensinh .modal-header{
	background: #FFF; color: var( --color-main)
}
#modal_tuyensinh .modal-title{
	font-size: 17px; line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}
.modal_fts label{
	text-transform: capitalize;
	display: block; clear: both;
	font-size: 15px; margin: 0 0 3px;
}
.modal_fts button{
	background: #FFF; color: var( --color-hover);
	padding: .7rem 1.5rem 0.7rem;
	font-size: 15px; line-height: 22px;
	font-weight: bold; text-transform: uppercase;
}
.modal_fts button:hover{
	background: var( --color-focus); color: #FFF;
}
.fts_error {
	clear: both; font-size: 12px; line-height: 1.3;
	padding-top: 3px;
	color: red; display: none;
}
.fts_request{
	padding-top: 10px;
}
.modal_fts .fts_request .alert-success{
	background: rgba(255, 255, 255, 0.4);
	border-color: rgba(255, 255, 255, 0.8);
	margin: 25px 0 !important;
}
/******************/
/**********************/
.alert p:last-child{
	margin-bottom: 0;
}
#google_maps{
	background: #eee; display: block;
	height: 390px; width: auto;
	margin: 0 -3rem 1.5rem;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.contact-linebox{
		border-top: 3px double var( --color-main);
		border-bottom: 3px double var( --color-main);
		text-align: center; min-height: 100%;
		padding-top: 20px; padding-bottom: 23px;
		font-size: 15px; line-height: 22px; font-weight: 400;
		margin: 0; color: var( --color-main);
		word-wrap: break-word;
		word-break: break-all;
}
.contact-linebox .fa{
	clear: both; display: block;
	font-size: 37px; margin-bottom: 15px;
	color: var( --color-hover);
}
.contact-linebox a{
	color: inherit;
}
.fcontact label{
		font-weight: 500;
}
.fcontact .form-control{
	font-size: 14px;
	min-height: 42px;
}
.fcontact button{
	background: var( --color-main);
	color: #FFF;
	font-size: 17px;  font-weight: 500;
	text-transform: uppercase;
	padding: 12px 20px;
	min-width: 180px
}
.fcontact button:hover{
	background: var( --color-hover); color: #FFF;
}
/************************************
************************************
************************************/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background-color:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:13px;height:13px;margin:5px 7px;background:#EEE;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}
/*************************/
/***********************************/
.burger-btn{
  background-color:transparent;
  border: none;  border-radius:0;
  color:#fff;
  cursor:pointer;
  letter-spacing:.1em;
  padding:0;
  position:relative;
  outline-width:0;
  display:-webkit-box;  display:flex;
  width:60px; min-height:24px;
  -webkit-box-align:center;  align-items:center;
  -webkit-box-pack:justify;  justify-content:space-between;
  font-size: 13px; font-weight: 700;
	text-transform: uppercase;
}
.burger-btn:hover,
.burger-btn:focus{
  outline: none;
}
.burger-btn:after,.burger-btn:before{
    content:'';
    display:inline-block;
    width:100%; height:1px;
    background-color:currentColor;
    position:absolute;  top:0;  left:0;
    -webkit-transition:-webkit-transform .25s linear;
    transition:-webkit-transform .25s linear;
    transition:transform .25s linear;
    transition:transform .25s linear,-webkit-transform .25s linear;
    -webkit-transform-origin:left;
    transform-origin:left;
  }
.burger-btn:after{
  top:auto; bottom:0;
  -webkit-transform-origin:right;
  transform-origin:right
}
.burger-btn .burger-x{
  display:inline-block;
  position:relative;
  width:10px;
  -webkit-transition:-webkit-transform .25s linear;
  transition:-webkit-transform .25s linear;
  transition:transform .25s linear;
  transition:transform .25s linear,-webkit-transform .25s linear;
  -webkit-transform-origin:right;transform-origin:right
}
.burger-btn .burger-x:after,
.burger-btn .burger-x:before{
  content:'';
  display:inline-block;
  width:100%;height:1px;
  background-color:currentColor;
  position:absolute;  top:50%;  left:0;
  -webkit-transition:-webkit-transform .25s linear;
  transition:-webkit-transform .25s linear;
  transition:transform .25s linear;
  transition:transform .25s linear,-webkit-transform .25s linear
}
.burger-btn .burger-label{
  display:none;
  vertical-align:middle;
  margin-top: .6rem;  margin-bottom:.6rem;
  line-height:1.35;  text-align:right;
  -webkit-box-flex:1; flex-grow:1
}
.menu-open .burger-btn .label-close,
.burger-btn .label-open{
  display:inline-block
}
.menu-open .burger-btn .label-open{
  display:none;
}
.menu-open .burger-btn:hover .burger-x::before {
    -webkit-transform: rotate(45deg) scaleX(.8);
    transform: rotate(45deg) scaleX(.8);
}
.menu-open .burger-btn:hover .burger-x::after {
    -webkit-transform: rotate(-45deg) scaleX(.8);
    transform: rotate(-45deg) scaleX(.8);
}
body:not(.menu-open) .burger-btn:hover::after,
body:not(.menu-open) .burger-btn:hover::before {
    -webkit-transform: scaleX(.8);
    transform: scaleX(.8);
}
/***************/
/*********************************************/
/************************************
************************************
************************************/
body.menu-open{
	overflow:hidden;
}
#btn_menu_close{
	position:fixed; left:78%; top:0; display:none;
	padding:0 20px; height:53px;
	border:none; background:#FFF; color:#000;
	border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; -webkit-border-radius:0 2px 2px 0;
	box-shadow:0 0 10px #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#btn_menu_close .fa{
	color:#000; font-size:30px;
}
#btn_menu_close:hover, #btn_menu_close:focus, #btn_menu_close:active{
	background-color:#ec1e25;
}
#btn_menu_close:hover .fa, #btn_menu_close:focus .fa, #btn_menu_close:active .fa{
	color:#FFF;
}
/******/
#menu_mobile{
	position:fixed; left:-100%; top:0; z-index:9999;
	width:100%; height:100vh; overflow-x:hidden; overflow-y:scroll;
	background: rgb(138 215 220 / 90%); color:#FFF;
	padding-bottom:100px;
	font-size: 14px; line-height: 24px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu_mobile.open{
	left:0;
}
#menu_mobile.open #btn_menu_close{
	display:block;
}
#menu_mobile .menu-container{
	display:block; width:80%; height:100vh;
	float:left; background:#EEE;
	position:relative;
}
#menu_accordion{
	margin-bottom:0; padding-bottom:100px;
	background:#f9f9f9;
}
/**********/
#menu_accordion .card-logo{
	padding-top: 5px !important; padding-bottom: 5px !important;
	background: #FFF !important;
}
#menu_accordion .card-logo img{
	height:45px; display:inline-block;
	margin-right: 0px; padding-right: 0;
}
/**********/
#menu_accordion .card{
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
	padding-left: 0; padding-right: 0;
}
#menu_accordion > .card + .card{
	margin-top:0;
}
#menu_accordion .card-header{
	background: none;
}
#menu_accordion .card-header button{
	margin: 0; padding: 0; background: none;
	border: none; display: block;
	width: 100%; text-align: left;
	outline: none;
	font-weight: normal;
}
#menu_accordion .card-body{
	padding:5px 0 5px; margin: 0 0px;
	background-color: var( --color-main);
	border-left: 5px solid var( --color-hover);
}
#menu_accordion .coll-main-title{
	margin:0; padding:13px 45px 13px 12px; position:relative;
	font-size:16px; line-height:26px; font-weight:500;
	text-transform:capitalize;
	font-family: var( --ftitle)
}
#menu_accordion .panel-title a{
	display:block;
	padding-left: 0; padding-right: 0;
}
#menu_accordion .coll-main-title,
#menu_accordion .coll-main-title a{
	color:#000;
}
#menu_accordion > .panel > .panel-heading{
	margin:0; padding:0;
}
#menu_accordion .menu-nav{
	padding:0px; margin:0; list-style-type:none;
	font-size: 15px;
}
#menu_accordion .menu-nav li{
	position:relative; margin-bottom:0;
	padding:10px 15px 10px 30px;
	border-bottom:1px solid rgb( 255, 255, 255, .7);
}
#menu_accordion .menu-nav li a{
	color:#fff; text-decoration:none;
	text-transform:capitalize;
}
#menu_accordion .menu-nav li a:hover{
	color:#000;
}
/************/
#menu_accordion .menu-nav li::before{
	position:absolute; left:13px; top:15px;
	width:15px; height:10px;

	content: "\f111"; color: #FFF;
	font-size: 8px;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#menu_accordion .menu-nav li:last-child{
	margin-bottom:0;
	border-bottom:none;
}
/*********/
#menu_accordion .coll-main .coll-main-title:after,
#menu_accordion #menu_pro_group > .panel > .panel-heading::after{
	position:absolute; right:0; top:20px;
	width:40px; height:20px;
	padding-left: 10px;

	content: "\f0fe"; color: var( --color-main);
	font-size: 15px;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
#menu_accordion .focus.coll-main-title:after{
	content: "\f146";
}
/******************/
#menu_accordion .col-lang{
		margin: 0 -7px;
		padding-left: 15px; padding-right: 15px;
}
#menu_accordion .col-lang > .col{
	padding-left: 7px; padding-right: 7px;
}
#menu_accordion .col-lang img{
	display:inline-block;
	height: 18px;
	 vertical-align: middle;
}
#menu_accordion .col-lang a{
	display: block; text-align: center;
	border: 1px solid var( --color-hover); background: #FFF;
	font-size: 13px; font-weight: bold;
	padding: 6px 5px; vertical-align: middle;
	line-height: 18px;
	text-transform: capitalize;
	border-radius: 4px;
	text-decoration: none;
}
#menu_accordion .col-lang a.selected{
	background: var( --color-hover); color: #FFF;
}
/**********************
**********************/
.floating_fixright{
	position: fixed; left: 0; bottom: 0; z-index: 999;
	width: 100%;
	margin: 0; padding: 7px 0;
	background: var( --color-main); color: #FFF;
}
.floating_fixright > div{
	border-left: 1px solid #FFF;
}
.floating_fixright > div:first-child{
	border-left: none
}
.floating_fixright a{
	display: block;
	font-size: 13px; font-weight: bold;
	line-height: 20px;
	border-radius: 4px; padding: 0px 10px;
	background: #FFF; text-align: center;
	min-width: 50px;
	min-height: 32px;
	line-height: 32px;
}
.floating_fixright .fa{
	font-size: 27px; transform: translateY( 5px);
	line-height: 1;
	color: var( --color-main);
}
.fixrgt_tuyensinh{
	background: #FFF; color: var( --color-main);
	width: 100%;
}
.fixrgt_tuyensinh .fa{
	font-size: 23px; transform: translateY( 3px);
	margin-right: 5px;
	animation: myanimation_iconts 1.35s infinite;
}
.floating_fixright img{
	display: inline-block; height: 32px;
}
@keyframes myanimation_iconts {
  0% {
	  color: #F00;
  }
  25%{
	  color: #FFF;
  }
  50%{
	  color: #F00;
  }
  75%{
	  color: #FFF;
  }
  100% {
	  color: #F00;
  }
}
.page-about #footer{
	margin-top: 0;
}
