@charset "utf-8";
/* CSS Document*/
/****
* bullet: d8bba3
****/
:root{
	--color: #000;
	--color-yellow: #f6c52d;
	--color-hover: #f6c52d;
	--bg-gray: rgb(65, 65, 67);
	--bg-black: #1a1a1a;
	--bg-body: #f7f7f7;
	--color-main: #000;
	--ftitle: 'GMV_DIN_Pro', sans-serif;
}
/* add font*/
@font-face {
  font-family: 'GMV_DIN_Pro';
  font-display: swap;
  src: url(fonts/GMV_DIN_Pro.ttf) format('ttf');
}
@font-face {
  font-family: 'GMV_DIN_Pro';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url(fonts/GMV_DIN_Pro-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'GMV_DIN_Pro';
  font-style: italic;
  font-display: swap;
  src: url(fonts/GMV_DIN_Pro-Italic.ttf) format('ttf');
}
@font-face {
  font-family: 'GMV_DIN_Pro';
  font-style: italic;
	font-weight: bold;
  font-display: swap;
  src: url(fonts/GMV_DIN_Pro-Bold_Italic.ttf) format('ttf');
}

/* add font*/
html{
	width: 100%;
}
body{
	position:relative;
	font: 400 15px/26px 'GMV_DIN_Pro', sans-serif; color: RGB(59, 71, 87);
	overflow-x:hidden; width:100%;
	max-width: 1920px; margin: 0 auto;
	background: #f7f7f7;
  transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/* Bounce To Right */
a{
	text-decoration: none;
}
.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%;
}
.bg-gray{
	background: rgb(248, 249, 250); color: #000;
}
.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;
}
.bg-yellow{
	background: var( --color-yellow)
}
. border-white{
	border-color: #FFF;
}
.ps-screen{
	padding-left: 10vw !important;
}
/************/
.f-title{
	font-family: var( --ftitle);
	letter-spacing: 1px; font-weight: bold !important;
}
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:15px; bottom:50px; z-index:9999;
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none; display: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: 0px 14px 22px rgba(42, 135, 158, 0.14);
}
/**********************/
.btn__action_mobile{
	border: none; display: none;
	border-radius: 4px !important;
	height: 40px; font-size: 22px;
	background: #FFF !important; color: var( --color) !important;
	text-align: center;
}
#pagination{
	text-align:center; margin-top:20px; margin-bottom:30px;
	font-family: var( --ftitle); font-weight: bold;
}
#pagination *{
	margin:0 5px;	position:relative;
	height: 40px; width: 40px; padding: 0;
	line-height: 38px;	font-size: 19px; font-weight: bold;
	overflow: hidden; background-color: var( --color_blue);
	border: 1px solid transparent; color:#000;
	background: url( img/bg-yellow.png) no-repeat center;
	background-size: contain;
	transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease;
}
#pagination *:focus{
	box-shadow: none;
}
#pagination *:last-child::after{
	display:none;
}
#pagination b{
	color: #FFF;
}
#pagination > *:hover{
	transform: translateY( -5px);
}
/*************
*************/
#button-share{
	margin:35px 0 0px; padding: .75rem 1.5rem;
	text-align:left;
	background: #FFF; border: 1px solid #ccc;
	color: #000;
	border-radius: 0;
}
#button-share .header{
	font-size:17px; font-weight:400; position:relative;
	display:inline-block;	line-height:23px;
}
#button-share > a{
	display: inline-block; vertical-align: middle;
	width: 34px; height: 34px; line-height: 34px;
	text-align: center;	font-size: 17px; color: #444;
	border: 1px solid transparent;
	margin-left: 10px;
}
#button-share > a:hover{
	border-color: var( --color-hover); color: #FFF;
}
#btn-scrolltop{
	position:fixed; right:25px; bottom:25px; z-index:999;
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none; display:none;
}
#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;
}
.color-fb,
#button-share .share-fb i{
	color:#5d72a4;
}
.bg-google,
#button-share .share-google{
	background:#db5c4b;
}
#button-share .share-google i{
	color:#db5c4b;
}
.bg-twitter,
#button-share .share-twitter{
	background:#00baff;
}
.color-twitter,
#button-share .share-twitter i{
	color:#00baff;
}
.bg-pinterest,
#button-share .share-pinterest{
	background:#f20000;
}
#button-share .share-pinterest i{
	color:#f20000;
}
.bg-link,
#button-share .share-link{
	background:#2f70b0;
}
#button-share .share-link i{
	color:#2f70b0;
}
.color-youtube{
	color: #F00;
}
.bg-youtube{
	background: #F00;
}
.bg-container{
}
.color-instagram{
	color: #000;
}
/*********************
*************/
.btn_mobile{
		border: none; background: none;
		padding: 0; margin: 0;
		width: 45px; height: 40px; text-align: center;
		line-height: 40px;		font-size: 22px;
		display: none;
}
.btn_mobile:focus{
	box-shadow: none;
}
/***********************/

/* Sweep To Right
.btn-hover{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-hover:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-hover:hover, .btn-hover:focus, .btn-hover:active {
  color: white;
}
.btn-hover:hover:before, .btn-hover:focus:before, .btn-hover:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/
/* Rectangle Out
.btn-hover-zoom{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-hover-zoom:before {
  content: "";  position: absolute;  z-index: -1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: var( --color-hover);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-hover-zoom:hover, .btn-hover-zoom:focus, .btn-hover-zoom:active {
  color: white;
}
.btn-hover-zoom:hover:before, .btn-hover-zoom:focus:before, .btn-hover-zoom:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
*/
/*********************/
.btn__readmore{
	display: inline-block;
	padding: 12px 15px; min-width: 180px; text-align: center;
	font-size: 14px; text-transform: uppercase;
	line-height: 24px; text-decoration: none;
	background: var( --color-yellow); color: #000;
	font-weight: bold; overflow: hidden;
	border-radius: 3px;

}
.btn__readmore::before{
	background: #000;
}
.btn__readmore:hover{
	color: #FFF;
}
.btn-hover-zoom,
.btn-hover{
	-webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-hover-zoom:hover,
.btn-hover:hover{
	color: #fff;
}
/*********************
*************/
#undefined-sticky-wrapper{
	height: auto !important;
}
.is-sticky .header__logo__container{
	background: rgb(248, 249, 250);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	padding-top: 8px !important; padding-bottom: 9px !important;
}
.is-sticky .header__logo img{
	height: 44px !important;
}
/*********************
*************/
#header{
	position: relative: 99;
	width:100%;	display:block; float:left; clear:both;
	font-size:12px;	padding:0px; margin:0; color: #000;
	transition:all 0.3s ease-out 0s;	-moz-transition:all 0.3s ease-out 0s;	-webkit-transition:all 0.3s ease-out 0s;
	background-color: #f7f7f7;
}
/*********************/
/****************/
.header__logo__container{
	 	width: 100%; margin: auto;
		padding-top: 15px; padding-bottom: 15px;
		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{
	z-index: 9;
}
.header__logo img{
		height: 56px; 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;
}
/***************/
.navigation{
		position: relative;
		margin: 0; padding: 0; list-style-type: none;
		text-align: right;
		font-size: 14px; text-transform: uppercase;
		font-weight: bold; line-height: 1.3;
}
.navigation li{
		position: relative;
		display: inline-block;
		padding: 0 23px; 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:first-child{
	padding-left: 0;
}
.navigation a{
	color: #000;	position: relative;
	padding: 8px 0; display: block;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.navigation .header_social{
	padding-left: 0; padding-right: 0;
	vertical-align: middle;
}
.navigation .header_social a{
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}
.navigation .header_social a::before{
	display: none !important;
}
.header_social img{
	height: 22px; vertical-align: top;
}
.header_social .fab{
		font-size: 16px; line-height: 32px;
		width: 32px; height: 32px;
		text-align: center;
		border-radius: 4px;
		transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.header_social a:hover .fab{
	background: var( --color-yellow); color: #FFF;
}
.navigation li.selected::before{
	color: var( --color-yellow);
}
.navigation a::before{
	position: absolute; left: 0; top: 100%; z-index: 1;
	content: ""; display: block;
	width: 0%; height: 3px;
	background: var( --color-hover);
	transition: width 0.3s ease-in; -moz-transition: width 0.3s ease-in; -webkit-transition: width 0.3s ease-in;
}
.navigation .selected a,
.navigation a:hover{
	color: var( --color-hover); text-decoration: none;
}
.navigation .selected a::before,
.navigation a:hover::before{
	width: 100%;
}
/***************/
/***************/
/***************/
#footer{
	font-size:13px; line-height:20px; color: #fff;
	position:relative; margin-top: 0px;
	background: var( --bg-gray);
}
.footer__logo{
	position: absolute; left: 50%; top: 50%; z-index: 9;
	transform: translate( -50% , -50%);
	display: inline-block;
	background: url( img/bg-yellow.png) no-repeat center;
	background-size: contain;
	padding: 65px; text-align: center;
	margin: 0;
}
.footer_img{
	display: inline-block;
	height: 65px;
}
.footer__text{
		padding-top: 3rem;
		padding-right: 155px;
}
.footer__text address,
.footer__text p{
	margin-bottom: 6px;
}
.footer__title{
		font-size: 23px; text-transform: uppercase;
		line-height: 1.1;		padding-bottom: 3px;
		margin-bottom: 10px;
}
.footer__info__text{
	text-align: justify;
	margin-bottom: 15px;
}
.footer__info__text p{
	margin-bottom: 3px;
}
.footer_info p:last-child{
	margin-bottom: 3px;
}
.footer_info .footer_social{
		display: none;
}
#google_maps{
	height: 360px;
}
/******/
.footer__icon{
	position: relative; display: block;
	clear: both;	padding-left: 30px;
	margin-bottom: 10px !important;
}
.footer__icon.icon__email{
	margin-bottom: 1.5rem !important
}
.footer__icon::before,
.footer_ul li::before{
	position: absolute; left: 0; top: 4px;
	display: block; width: 20px; height: 20px;
	-moz-osx-font-smoothing: grayscale; font-size: 17px;
  -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: 17px;
	text-align: center;
}
.icon__address::before{
		content: "\f3c5";
}
.icon__phone::before{
		content: "\f879";
		top: 3px
}
.icon__email::before{
		content: "\f658";
		top: 3px
}
.footer__icon a{
		color: inherit;
}
.footer__icon a:hover{
	color: var( --color-hover);
}
.icon__phone{
	font-weight: bold; letter-spacing: 1px;
	font-size: 15px;
}
.footer_info a{
	color: inherit;
}
/**************/
.footer__author{
	padding-top: 20px; padding-bottom: 20px;
	font-size: 12px; 	background: #000; text-transform: capitalize;
	text-align: center;	font-weight: bold;
}
.footer__author_icreate{
	text-transform: none;
}
.footer__author a{
	color: inherit;
}
.footer_social{
	margin: 0px; padding: 0; list-style-type: none;
	text-transform: capitalize;
}
.footer_social .fab{
	font-size: 17px; vertical-align: middle;
}
.footer_social a{
	text-align: center;
	display: inline-block;
	height: 34px; width: 34px; line-height: 30px;
	border: 1px solid rgba( 255, 255, 255, .6);
	background: none; padding: 0; margin: 0;
	color: #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.footer_social a:hover{
	border-color: var( --color-yellow);
}
.footer_social a.img{
	width: auto;
	background: none;
}
.footer_social a.img img{
	height: 100%; width: auto;
}
.footer_social a.img:hover{
	background: none;
}
.footer_social li{
	display: inline-block;
	margin-right: 8px;
}
/***************/
.widget_googlemaps{
		font-size: 13px; line-height: 18px;
		color: #000; max-width: 320px;
}
.widget_googlemaps b{
	font-size: 15px; text-transform: uppercase;
	color: var( --color-yellow);
}
.widget_googlemaps > *{
	clear: both; display: block;
	width: 100%;
	margin-bottom: 3px;
}
.widget_googlemaps__phone{
	font-weight: bold; color: 000;
	font-size: 13px; letter-spacing: 1px; vertical-align: middle;
}
.widget_googlemaps a{
	color: inherit;
}
/*************/
#bg-main{
	position: relative; z-index: 1;
	background: var( --color-yellow); color: #fff;
	margin-bottom: 3rem;
	padding-top: 3rem; padding-bottom: 3rem;
}
.bgmain__title{
	position: relative; text-transform: capitalize;
	font-family: var( --ftitle);
	margin: 0; padding: 0 0 4px;
	font-size: 29px; line-height: 1.4;
	font-weight: bold; letter-spacing: 1px;
	color: #FFF;
}
.bgmain__title::after{
	position: absolute; left: 0; top: 100%;
	content: ""; display: block;
	width: 80px; height: 3px;
	background: #fff;
}
.bgmain__breadcrumb{
	padding: 1.25rem 0 0; background: none; margin: 0;
	font-size: 14px; line-height: 1.5;
}
.bgmain__breadcrumb a:hover{
	color:#000; text-decoration: none;
}
.bgmain__breadcrumb a,
.breadcrumb-item + .breadcrumb-item::before{
	color: #FFF;
}
/*************/
#bg-main.bgmain__bg{
	padding-top: 0; padding-bottom: 0;
	background: var( --bg-gray);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
#bg-main.bgmain__bg .bgmain__title{
	display: none;
}
#bg-main.bgmain__bg .bgmain__breadcrumb{
	padding-top: .75rem; padding-bottom: .75rem;
	font-size: 15px;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-28 21:45:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}
.tracking-in-expand{-webkit-animation:tracking-in-expand .5s ease-in both;animation:tracking-in-expand .5s ease-in both}
//-------------------
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-dots{
	margin-bottom: 15px;
}
.owl-theme .owl-dots .owl-dot span{
	width: 14px; height: 14px;
	background: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background: var( --color_blue);
}
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	position: absolute; top: 50%; z-index: 99;
	width: 40px; height: 70px; margin: -40px 0 0;
	line-height: 60px; border: none;
	border-radius: 0; background: none;
	background-position: center;	background-repeat: no-repeat;
	background-size: 22px auto;
	text-indent: 500px; overflow: hidden;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background-color: var( --color-blue);
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.owl-theme .owl-nav .owl-prev{
	right: -20px;
	background-image: url( img/arrow-right.png);
}
.owl-theme .owl-nav .owl-next{
	left: -20px;
	background-image: url( img/arrow-left.png) ;
}
/***********************************/
body.page-home #header{
	background-color: #f7f7f7;
}
body.page-home #header .header__logo__container{
	padding-top: 40px; padding-bottom: 50px;
}
body.page-home .header__logo img{
	height: 66px;
}
/*****************/
#owl_home::after{
	position: absolute; left: 0; bottom: -1px; z-index: 9;
	content: "";
	display: block;	width: 100%; height: 20px; overflow: hidden;
	background: url( 'img/bg-home-slide.png') repeat-x center;
	background-size: auto 20px;
}
.owlhome__caption{
	position: absolute; left: 0; top: 0; z-index: 1;
	width: 100%; height: 100%; color: #FFF;
	text-align: center;
	background: rgba(0,0,0,.3)
}
.owlhome__caption > .container{
	position: relative; top: 50%;
	transform: translateY( -50%);
	padding-bottom: 23vh;
}
.owlhome__logo{
	height: 90px;	width: auto !important;
	display: inline-block !important;
}
.owlhome__text_container{
		max-width: 70%; margin: auto;
}
.owlhome__title{
	font-size: 55px; font-weight: bold;
	line-height: 1.5;	margin: 0 0 .25rem;
}
.owlhome__text{
	font-size: 19px;	line-height: 1.4;
}
.owlhome__readmore{
	position: relative;
	background: rgba(246, 197, 45, 0.9); color: #FFF;
	display: inline-block;
	padding: 9px 100px 9px 20px;
	font-size: 14px; font-weight: bold; letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.owlhome__readmore::after{
	position: absolute; right: 45px; top: 50%; z-index: 1;
	transform: translateY( -50%);
	content: ""; display: block;
	width: 40px; height: 3px;
	background: #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.owlhome__readmore:hover{
	color: #FFF; background: var( --color-yellow);
}
.owlhome__readmore:hover::after{
	right: 20px;
	width: 65px;
}
/**************/
#owl_home .owl-dots{
	position:absolute; left:50%; bottom:15px; z-index: 9;
	transform: translateX( -50%);
	margin:0; width:auto; text-align: center;
}
#owl_home .owl-dots .owl-dot{
	display: inline-block;
	margin:0 7px;
}
#owl_home .owl-dots .owl-dot span{
	width:10px; height:10px; margin: 0;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	background:#FFF;
	transition: height 0.4s ease-out; -moz-transition: height 0.4s ease-out; -webkit-transition: height 0.4s ease-out;
}
#owl_home .owl-dots .owl-dot.active  span{
	background: var( --color-yellow);
	height: 30px;
	transition: height 0.4s ease-in; -moz-transition: height 0.4s ease-in; -webkit-transition: height 0.4s ease-in;
}
#owl_home .owl-nav .owl-prev,
#owl_home .owl-nav .owl-next{
	background: #FFF;	color: var( --color-yellow);
	text-indent: 0; text-align: center;
	font-size: 21px; line-height: 80px;
	width: 70px;	 height:80px;
	padding: 0; margin: 0;
	top: 40%; transform: translateY( -50%);
}
#owl_home .owl-nav .owl-prev{
		right: 0; left: auto;
}
#owl_home .owl-nav .owl-next{
	left: 0;
}
#owl_home .owl-nav .owl-prev:hover,
#owl_home .owl-nav .owl-next:hover{
	background-color: var( --color-yellow); color: #FFF;
}
/***************************/
#owl_homepromain{
	z-index: 2;
}
#owl_homepromain::after{
	position: absolute; left: 0; bottom: 0; z-index: 2;
	content: ""; display: block;
	width: 100%; height: 10px;
	background: linear-gradient(360deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.home_product__container{
	background: var( --bg-gray); color: rgba(255, 255, 255, 0.95);
}
.owl_homepromain__caption{
	padding-left: 11vw;
	padding-right: 4rem; text-align: center;
	font-size: 15px; line-height: 26px;
}
.owl_homepromain__caption br{
	margin: 8px 0; display: block;
}
.owl_homepromain__title{
	margin: 0 0 1.25rem; padding: 0;
	font-size: 51px; line-height: 1.05;
	color: var( --color-yellow)
}
.owl_homepromain__text{
		margin-bottom: 2rem;
}
#owl_homepromain .owl-nav .owl-prev,
#owl_homepromain .owl-nav .owl-next{
	bottom: calc( -105px - 2rem); top: auto;
	transform: translateY( -50%);
	background-repeat: no-repeat; background-size: auto 23px;
	background-position: center;
	height: 46px; line-height: 46px;
	font-size: 19px;
	padding: 0; margin: 0;
	width: 50px;
}
#owl_homepromain .owl-nav .owl-next{
	right: 25%; left: auto;
	background-image: url( 'img/arrow-double-right.png');
}
#owl_homepromain .owl-nav .owl-prev{
	left: 0;
	background-image: url( 'img/arrow-double-left.png');
}
#owl_homepromain .owl-nav .owl-prev:hover,
#owl_homepromain .owl-nav .owl-next:hover{
		background-color: #000;
}
/***********************/
.home_product__shadow{
	position: relative; z-index: 3;
	box-shadow: 0 -4px 1rem rgba(0,0,0,.5);
	background: #3c3c3c;
	display: block; width: 100%; height: 10px;
}
.home_prothumb__container{
	position: relative; z-index: 1;
	background: #000;
}
#owl_homeprothumb{
	background: #3c3c3c; min-height: 100%;
	padding: 2rem 50px;
}
#owl_homeprothumb .owl-item::after{
	position: absolute; left: 50%; top: 50%; z-index: 1;
	transform: translate( -50%, -50%);
	width: 100%; height: 0;
	content: ""; display: block;
	background: url( img/bg-yellow.png) no-repeat center;
	background-size: contain;
	transition: height 0.4s ease-in; -moz-transition: height 0.4s ease-in; -webkit-transition: height 0.4s ease-in;
}
#owl_homeprothumb .owl-item.current::after{
	height: 100%;
}
.owl_homeprothumb__img{
	padding: .5rem .75rem; z-index: 2; position: relative;
	cursor: pointer; text-align: center;
}
.owl_homeprothumb__img img{
	max-width: 100%; height: 105px;
	width: auto; display: inline-block;
	object-fit: contain; object-position: center;
}
/******************/
.home_prothumb__readmore{
	background: #1a1a1a;
	padding: 2rem;
}
.home_prothumb__readmore a{
	position: relative;
	min-height: 100%;
	color: #FFF;
}
.home_prothumb__readmore div{
	min-height: 100%;
}
.home_prothumb__readmore span{
	display: block; min-height: 100%;
	padding: 0;
	font-weight: 400; font-size: 14px;
	color: rgba( 255, 255, 255,  .9)
}
.home_prothumb__readmore b{
	display: block; clear: both; text-transform: uppercase;
	font-size: 16px; line-height: 1.4;
	margin-bottom: 5px;	color: #FFF;
	color: var( --color-yellow)
}
/***********************************************
***********************/
.home_technology__header{
		min-height: 350px;
}
.home_technology__header::before{
	position: absolute; left: 0; top: 0; z-index: 1;
	content: ""; display: block;
	width: 100%; height: 150px;
	background: url( img/bg-header-overlay-lg-black-2.png) no-repeat top center;
	background-size: 100% auto
}
.home_technology__header::after{
	position: absolute; left: 0; bottom: 0; z-index: 1;
	content: ""; display: block;
	width: 100%; height: 135px;
	background: url( img/bg-header-overlay-lg-black.png) no-repeat bottom center;
	background-size: 100% auto
}
.home_technology__title{
	position: absolute; left: 0; top: 40%; z-index: 4;
	transform: translateY( -50%);
	width: 100%;	text-align: center;
	font-size: 55px; text-transform: uppercase;
	line-height: 1.5;	font-weight: bold;
	margin: 0; padding: 0 0 80px;
	color: #FFF;
}
/********************/
.home_technology__wrapper{
	background: var( --color-yellow);
	padding-top: .5rem;
}
#htech_tablist{
	background: #3c3c3c;
	margin: 0; color: #FFF;
}
#htech_tablist .nav-item{
	border-right: 1px solid rgba( 255, 255, 255, .9);
}
#htech_tablist .nav-item:last-child{
	border-right: none;
}
.hometeach__btn_collapse,
#htech_tablist button{
	min-height: 100%; display: block; width: 100%;
	text-align: left;	color: rgba( 255, 255, 255);
	padding: 2.5rem 2rem;
	font-size: 15px;  line-height: 20px;
}
.hometeach__btn_collapse b,
#htech_tablist button b{
	display: block; clear: both;
	font-size: 19px; text-transform: capitalize;
	color: #FFF; margin-bottom: 6px;
}
.hometeach__btn_collapse:hover b,
#htech_tablist button:hover b{
	color: var( --color-yellow)
}
#htech_tablist button.active{
	background: #1a1a1a;
}
#htech_tabContent{
	color: #FFF; text-align: left;
}
#htech_tabContent .active .collapse{
	display: flex !important;
}
#htech_tabContent .owl_homepromain__caption{
	text-align: left;
	font-size: 16px; line-height: 28px;
}
#htech_tabContent .owl_homepromain__title{
	color: #FFF;
}
#htech_tabContent .owl_homepromain__title{
	font-size: 31px; font-weight: bold;
}
.home_technology__container .owlhome__readmore{
		padding-top: .75rem; padding-bottom: .75rem;
}
.hometeach__btn_collapse{
	background: var( --bg-gray); border: none;
	border-radius: 0; padding: 1rem;
	width: 100%; display: block;
	color: #FFF;
}
.hometeach__btn_collapse div{
	padding: .5rem 1rem .75rem;
	line-height: 20px;
}
#htech_tabContent .active .hometeach__btn_collapse{
	background: var( --color-yellow)
}
#htech_tabContent .active .hometeach__btn_collapse > div{
	border-color: var( --bg-gray)
}
/********************************************/
.home_about__container{
	background: #f7f7f7;
	padding-top: 5rem; padding-bottom: 4rem;
}
.home_about__text{
	padding-right: 5rem;
}
.home_about__title{
		font-size: 39px; line-height: 1.2; font-weight: bold;
		text-transform: uppercase;
		color: var( --color-yellow);
		margin: 0 0 1.25rem; padding: 0;
}
.home_about__container .home_about__dcontent{
	font-size: 16px; line-height: 28px;
	color: #333;
}
.home_about__container .home_about__dcontent p{
	margin-bottom: 10px;
}
/******************/
.home_about__img img{
	z-index: 2;
}
.home_about__img::before{
	position: absolute; left: 100%; top: 0; z-index: 1;
	transform: translate( -50%, -90%);
	content: "";
	width: 12.5rem; height: 12.5rem;
	background: url( img/bg-yellow-2.png) no-repeat center;
	background-size: contain;
}
.home_about__img::after{
	position: absolute; left: 50%; bottom: 0; z-index: 1;
	transform: translate( -50%, 55%);
	content: "";
	width: 15rem; height: 15rem;
	background: url( img/bg-yellow.png) no-repeat center;
	background-size: contain;
}
/******************/
.homeblog__container{
	padding-top: 4rem; padding-bottom: 1rem;
}
.home-title{
	position: relative;
	margin: 0 0 3rem; padding: 0 0 8px;
	font-size: 33px; font-weight: bold; line-height: 1.3;
	text-align: center;	color: var( --color-yellow);
}
.home-title::before{
	position: absolute; left: 50%; top: 100%;
	transform: translateX( -50%);
	content: ""; display: block;
	width: 100px; height: 5px;
	background: var( --color-yellow);

}
/***********************************************
***********************/
.bloglist__container{
	--bs-gutter-x: 2rem;
}
.blogitem{
	margin-bottom: 35px;
}
.blogitem_box{
	display: block; background: #FFF;
	overflow: hidden;	height: 100%;
	font-size: 15px; line-height: 24px;
	color: var( --color);
	background: #f7f7f7;
}
.blogitem__caption{
	padding: 20px 35px 30px;
	transition:all 0.3s ease-in 0s; -webkit-transition:all 0.3s ease-in 0s; -moz-transition:all 0.3s ease-in 0s;
}
.blogitem_title{
	margin: 0 0 10px; padding: 0;
	font-size: 17px; font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
}
.blogitem_icon{
		display: inline-block;
		font-size: 17px; line-height: 1;
		vertical-align: middle;
		color: var( --color-blue);
}
.blogitem_icon > i{
	margin-right: 6px;
}
.blogitem_icon .fa-youtube{
	font-size: 19px;
}
.blogitem_box{
	transition:all 0.45s ease-in 0s; -webkit-transition:all 0.45s ease-in 0s; -moz-transition:all 0.45s ease-in 0s;
	color: inherit;
}
.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: 260px;
	object-fit: cover; object-position: center;
}
.blogitem_box:hover{
	text-decoration: none;
	color: inherit;
}
.blogitem_box:hover .blogitem_title{
	color: var( --color-yellow);
}
.blogitem_box:hover .blogitem__img img{
	transform:scale(1.025); -moz-transform:scale(1.025); -webkit-transform:scale(1.025);
}

/***********************************************
***********************/
.title-page{
	font-family: var( --ftitle);
	font-size: 31px; line-height: 1.3;
	margin:0px 0 15px; padding: 0 0 0px;
	color: #000;
}
.title-page > b{
	color: var( --color_blue);
}
.title-page a{
	color:inherit; text-decoration:none;
}
.title-line{
		position: relative;
		padding-bottom: 7px;
}
.title-page::before{
	position: absolute; left: 0; top: 100%;
	content: ""; display: block;
	width: 100px; height: 3px;
	background: var( --color-yellow)
}
.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:600; color: #000
}
.dcontent,
.dcontent pre{
	font-size:17px; line-height:28px;
	color: #111;
}
.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 b,
.dcontent strong{
	font-weight: 500 !important;
}
.dcontent a:hover{
	color:var( --color-main); text-decoration:none;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent b,
.dcontent strong{
	font-weight: bold;
}
.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%;
	font-weight: bold;
}
.dcontent h2{
	font-size:110%; font-weight:500;
	line-height:160%;
}
.dcontent h3{
	font-size:105%; font-weight:500;
	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;
}
/***************************
***************************/
/***************/
.aboutmain_wrapper{
	margin-bottom: 2.5rem;
}
.aboutmain_wrapper .dcontent{
	font-size: 16px; text-align: center;
	line-height: 26px;	color: #111;
}
.aboutpost__container{
		margin-bottom: 4rem;
}
.aboutpost_item{
	background: rgb(65, 65, 67); color: #FFF;
}
.aboutpost__img img{
		display: block;
		width: 100%; height: 100%;
		object-fit: cover; object-position: center;
}
.aboutpost__des{
	padding: 1.25rem 4rem; text-align: justify;
	font-size: 16px; line-height: 27px;

}
.aboutpost__des__title{
	font-size: 23px; font-weight: bold; line-height: 1.3;
	margin: 0 0 1rem;
	text-align: left;
}
.aboutpost__container .aboutpost_item:nth-child(2n){
	background: var( --color-yellow)
}
.aboutpost__container .aboutpost_item:nth-child(2n) .aboutpost__img{
	order: 2;
}
.aboutpost__container .aboutpost_item:nth-child(2n) .aboutpost__des{
	order: 1;
}
.aboutpost__container .aboutpost_item:nth-child(2n) .aboutpost__des__title{
	text-align: right;
}
.aboutpost_item:hover .img-zoom{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
}
/*******************
********************************/

/**********************/
/************************/

.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:var(--color-yellow)}.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: 160px;
	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: bold;
	color: var( --color_blue);
}
/********************/
.fts_error {
	clear: both; font-size: 12px; line-height: 1.3;
	padding-top: 7px;
	color: yellow; display: none;
}
.fts_request{
	padding-top: 10px;
}
/******************/
.contactus_info{
	padding-right: 4rem;
}
.contactus_info .dcontent{
		text-align: justify;
		font-size: 15px; line-height: 24px;
		padding-bottom: 3rem; margin-bottom: 3rem;
		border-bottom: 1px solid #000;
}
.contactus_info__opt{
	font-size: 14px
}
.contactus_info a{
	color: inherit;
}
.contactus_info__opt a:hover{
	text-decoration: underline; color: var( --color-yellow);
}
.contactus_info__opt .hotline a{
	font-weight: bold; color: var( --color-yellow);
	font-size: 21px; letter-spacing: 1px;
}
.contactus_info__opt .opt_title{
	display: block; clear: both;
	font-weight: bold; font-size: 15px; line-height: 24px;
	margin-bottom: 8px;
}
/*****************/
.contactus_social{
	margin: 0; padding: 5px 0 0; list-style-type: none;
}
.contactus_social li{
	margin-bottom: 12px;
}
.contactus_social .fab{
	min-width: 30px; color: #000;
	font-size: 17px;
}
/****************/
.fcontact{
	background: var( --color-yellow); color: #FFF;
	padding: 2rem;
	font-size: 15px; line-height: 1.3;
}
.fcontact__wrapper{
	border: 1px solid #FFF;
	padding: 2rem;
}
.fcontact label{
		font-weight: 400;
		display: block; margin-bottom: 7px;
}
.fcontact label b{
	color: red;  display: inline-block;
	margin-left: 3px;
}
.fcontact .form-control{
	border-radius: 0; border-color:  transparent;
	background: rgba( 255, 255, 255, .3);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	font-size: 16px;
	color: #000;
}
.fcontact input.form-control{
	height: 40px; line-height: 40px;
}
.fcontact .form-control:focus{
	box-shadow: none;
	border: 1px solid #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.fcontact textarea.form-control{
	height: 135px; resize: none;
}
.fcontact button{
	background: rgba( 255, 255, 255, .7);	color: #000;
	font-size: 17px;  font-weight: bold;
	border-radius: 0;	text-transform: uppercase;
	padding: 9px 20px;	min-width: 180px;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.fcontact button:hover{
	color: #000;
	background: #fff;
}
.fcontact button::before{
	background: #FFF; color: #FFF;
}
/***********************************/
#accordion__policy .accordion-item{
		margin-bottom: .5rem;		border-radius: .25rem;
		overflow: hidden;
		border: 1px solid rgba(0,0,0,.125);
}
#accordion__policy .accordion-button{
	padding: .75rem 1rem;
	background: var( --bg-gray); color: #FFF;
}
#accordion__policy .accordion-button:focus{
	box-shadow: none; border: none;
}
#accordion__policy .accordion-button::after{
	filter: brightness(0) invert(1);
}
/*******************************/
.newsctl__list{
	padding: 0; margin-bottom: 3.5rem; list-style-type: none;
	text-transform: uppercase; font-size: 16px; line-height: 1.2;
	text-align: center;
	border-bottom: 3px solid #FFF;
}
.newsctl__list a{
	position: relative;
	display: inline-block;
	padding: 5px 5px 17px;
	color: #000;
}
.newsctl__list a::after{
	position: absolute; left: 0; top: 100%;
	content: ""; display: block;
	width: 100%; height: 3px;
	background: #000;
}
.newsctl__list a:hover{
	color: var( --color-hover);
}
.newsctl__list .selected a{
	color: var( --color-hover)
}
.newsctl__list .selected a::after{
	background: var( --color-hover)
}
body.page-blog .blogitem_box{
	background: #FFF;
	border: 1px solid #DDD;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.blogitem__hightlight__img img{
	height: 100%; width: 100%;
	object-fit: cover; object-position: center;
}
.blogitem__hightlight{
	background: var( --color-yellow); color: #FFF;
}
.blogitem__hightlight__des{
	padding: 2rem;
	font-size: 17px; line-height: 27px;
}
.blogitem__hightlight__des_wrapper{
	min-height: 100%;
	border: 1px solid #FFF;
	padding: 1.5rem 2rem 2rem;
}
.blogitem__hightlight__title{
	font-size: 24px; line-height: 1.4;
	margin: 0 0 1rem;
}
.blogitem__hightlight__text{
	height: calc( 6 * 27px); overflow: hidden;
	margin-bottom: 2rem;
	text-align: justify;
}
.blogitem__hightlight__des .owlhome__readmore{
	padding: 7px 70px 7px 15px;
	font-size: 14px;
	border-width: 1px;
}
.blogitem__hightlight__des .owlhome__readmore::after{
	right: 30px; width: 30px;
}
.blogitem__hightlight__des .owlhome__readmore:hover::after{
	width: 45px; right: 15px;
}
.blogitem__hightlight a{
	color: inherit;
}
.blogitem__hightlight a:hover{
	color: #000;
}
/************************/
.dblog_header__container{
		margin-bottom: 2.5rem;
}
.dblog_header__container .title-page{
		text-align: center;
		font-size: 35px; line-height: 1.3;
		margin-bottom: 2rem;
}
.dblog_header__boxiteminfo{
	margin-left: 0; margin-right: 0;
	border-top: 1px solid #000; border-bottom: 1px solid #000;
	text-align: center;
	font-size: 17px; text-transform: uppercase;
	font-weight: 400;
}
.dblog_header__boxiteminfo a{
	color: inherit;
}
.dblog_header__boxiteminfo .border-end{
	border-color: #000 !important;
}
.dblog_header__boxiteminfo a:hover{
	color: var( --color-hover)
}
/********************************/
.other__container{
	border-top: 1px solid #DDD;
	padding-top: 2rem;
}
.other__container .blogitem_box{
		background: rgb(247, 247, 247) !important;
		border: none !important;
}
.other__container .home-title{
	font-size: 27px;
}
.other__container .home-title::before{
	height: 3px;
}
/***********************************/
.services__wrapper .dcontent{
	font-size: 17px; line-height: 28px;

	margin-bottom: 2rem;
}
.fservices_container,
.fservices_container .fcontact__wrapper{
	padding: 2.25rem 3rem;
}
.fservices_container .home-title{
		font-size: 23px; color: #FFF;
		margin-bottom: 2.5rem;
}
.fservices_container .home-title::before{
	background: #FFF; height: 3px;
}
.fservices_title{
	background: var( --bg-gray); color: #FFF;
	display: block; border-radius: 25px;
	font-size: 15px; font-weight: bold;
	padding: 8px .75rem;
}
.fservices_title .fa{
	margin-right: 4px;
}
/************************************
************************************
************************************/
body.page-products:not(.prodetail) #bg-main{
	margin-bottom: 0;
	padding-top: 1.5rem; padding-bottom: 1.4rem;
	box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);

}
body.page-products:not(.prodetail) #bg-main .bgmain__title::after,
body.page-products:not(.prodetail) #bg-main .bgmain__breadcrumb{
	display: none;
}
body.page-products:not(.prodetail) #bg-main .bgmain__title{
	margin: 0; padding: 0;
}
.pronav__container{
	padding-top: 2.5rem; padding-bottom: 2rem;
	text-transform: capitalize;
	color: #111;
}
.pronav__container a{
	color: inherit;
	display: inline-block;
}
.pronav__title{
		font-size: 23px; line-height: 1.1;
		font-weight: bold;
		margin: 0 0 7px; padding: 10px 1.5rem 10px 0;
}
.pronav__title a{
	transition: ttransform 0.5s ease-in-out; -moz-transition: transform 0.5s ease-in-out; -webkit-transition: transform 0.5s ease-in-out;
}
.pronav__title:hover a{
	transform: scale(1.1) translate( 12px, 1px);
	color: var( --color-yellow)
}
.pronav__title.selected{
	color: var( --color-yellow);
}
.pronavsub__container{
	margin: 0; padding: 3px 0; list-style-type: none;
	font-size: 19px; font-weight: 400;
}
.pronavsub__container a{
	color: #000;
	transition: ttransform 0.5s ease-in-out; -moz-transition: transform 0.5s ease-in-out; -webkit-transition: transform 0.5s ease-in-out;
}
.pronavsub__container a:hover{
	color: var( --color-yellow);
	transform: scale(1.15) translate( 3px, 1px);
}
.pronavsub__container li{
	clear: both; display: block;
	padding: 12px 1.5rem;
	border-radius: 6px 0 0 6px;
}
.pronavsub__container li.selected{
	background: var( --color-yellow); color: #000;
}
.pronavsub__container li.selected a:hover{
	color: #000;
}
/*************************/
.pronav__content{
	min-height: 100%; position: relative;
	background: var( --bg-gray);
	overflow: hidden;
	padding-right: 0; padding-left: 0;
}
.pronav__proitem{
	min-height: 100%;
	position: relative; display: none;
	background: var( --color-yellow); color: #FFF;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.pronav__proitem.selected{
	display: block;
}
.pronav__proitem__des{
	padding: 1.5rem 2rem 2rem;
	font-size: 16px; line-height: 28px;
}
.pronav__proitem__title{
	font-size: 31px; text-transform: capitalize;
	line-height: 26px;
	margin: 0 0 .5rem;
}
.pronav__content a{
	color: inherit;
}
/***********************************/
.pronav__proitem__img__listhumb{
	position: absolute; left: 0%; bottom: 10px; z-index: 1;
	display: block; width: 100%; text-align: center;
	margin: 0; padding: 0; list-style-type: none;
}
.pronav__proitem__img__listhumb li{
	padding: 0 5px;
	display: inline-block;
	width: 83px;
}
.pronav__proitem__img__listhumb img{
	display: block; width: 100%; height: auto;
	border: 2px solid rgba( 255, 255, 255, .95);
	cursor: pointer;
}
.pronav__proitem__img__listhumb img.selected{
	border-color: var( --color-yellow)
}
/***********************************/
.pronav__collection{
		padding-left: 3rem; padding-right: 3rem;
		padding-top: 1.5rem;
}
.prolist__container{
	--bs-gutter-x: 2rem;
	padding-bottom: 2rem;
}
.proitem__item{
	margin-bottom: 2rem
}
.prolist__container .proitem__box{
		display: block; overflow: hidden;
		color: #333;
		min-height: 100%;
}
.proitem__item__img::before{
		position: absolute; left: 50%; top: 50%; z-index: 1;
		width: 100%; height: 0%;
		transform: translate( -50%, -50%);
		content: "";
		background: url( img/bg-white.png) no-repeat center;
		background-size: contain;
		transition: height 0.3s ease; -moz-transition: height 0.3s ease; -webkit-transition: height 0.3s ease;
}
.proitem__box:hover .proitem__item__img::before{
	height: 100%;
}
.proitem__box:hover .proitem__item__title{
	color: #FFF;
}
.proitem__item__img img{
	position: relative; z-index: 2;
}
.proitem__item__des{
	text-align: center;
	font-size: 15px; line-height: 24px;
}
.proitem__item__title{
	font-size: 16px; font-weight: bold; line-height: 22px;
	margin: 0 0 10px; text-transform: capitalize;
}
.proitem__item__price{
	margin: 0; font-weight: bold;
	font-size: 15px; text-transform: uppercase;
	background: var( --color-yellow); color: var( --bg-gray);
	padding: 10px 14px;
	min-height: 32px;
	border-radius: 6px;
}
.proitem__item__img  .pro__percent{
		position: absolute; left: 0; top: 0; z-index: 1;
		content: ""; display: block;
		background: rgba(246, 197, 45, 0.7); color: var( --bg-gray);
		font-weight: 400; font-size: 13px; line-height: 1;
		padding: 7px 10px; letter-spacing: 1px;
		border-radius: 3px;
}
/**********************************/
.prodetail__title{
	color: #000; text-transform: capitalize;
	font-size: 37px;
	padding-bottom: 12px; margin-bottom: 1.5rem;
}
.prodetail__price{
	font-weight: 400;
	font-size: 19px; line-height: 1.1;
}
.prodetail__price b{
	font-weight: 400;
}
.prodetail__price s{
	display: inline-block;
	margin-left: 10px;
	color: #888;
}
.prodetail__quote{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 2rem;
}
.prodetail__optinfo{
	--bs-gutter-x: 2rem;
	border-top: 1px solid var( --color-yellow);
	padding-top: 2rem;
}
.prodetail__optinfo__icon{
	margin: 0; padding-right: 0;
	list-style-type: none;
	border-left: 1px solid var( --color-yellow);
}
.prodetail__optinfo__icon li{
	padding: .75rem 0; position: relative;
}
.prodetail__optinfo__icon li::after{
	position: absolute; left: 65px; top: 100%;
	content: ""; display: block;
	width: calc( 100% - 65px ); height: 1px;
	background: #ddd;
}
.prodetail__optinfo__icon_img{
	flex: 0 0 auto; text-align: center;
	width: 50px;
}
.prodetail__optinfo__icon_img img{
	display: inline-block;
	height: 36px; width: auto;
	max-width: 50px;
	object-fit: contain; object-position: center;
}
.prodetail__optinfo__icon_text{
		font-weight: 400; line-height: 22px;
		padding-right: 0; padding-left: 15px;
}
.prodetail__optinfo__icon li:first-child,
.prodetail__optinfo__color li:first-child{
	padding-top: 0;
}
/*********************/
.prodetail__optinfo__color{
	padding-right: var(--bs-gutter-x);	padding-left: 0; margin: 0;
	list-style-type: none;
}
.prodetail__optinfo__color b{
	font-weight: 400; margin-right: 5px;
	min-width: 72px;	display: inline-block;
}
.prodetail__optinfo__color .bold{
	font-weight: 500 !important;
}
.prodetail__optinfo__color .prodetail__outstock{
	color: red;	margin: 0;
	text-transform: capitalize;
}
.prodetail__optinfo__color .prodetail__instock{
	color: blue;	margin: 0;
	text-transform: capitalize;
}
.prodetail__optinfo__color > li{
	--bs-gutter-x: .6rem;
	padding: .25rem 0;
}
.prodetail__optinfo__color .border-bottom{
	margin-bottom: .9rem; padding-bottom: .9rem;
}
.prodetail_color_item{
	display: inline-block;
	margin-bottom: var( --bs-gutter-x);
}
.prodetail_color_item span{
	border: 1px solid #DDD; cursor: pointer;
	padding: 1px;	background: #FFF;
	border-radius: 50%; overflow: hidden;
}
.prodetail_color_item.selected span{
	border-color: var( --color-yellow);
	background:var( --color-yellow);
	box-shadow: 0 .15rem .25rem rgba(0,0,0,.25);
}
.prodetail_color_item img{
	display: inline-block;
	width: 100%; height: auto;
}
.prodetail__optinfo_btn{
	display: block; width: 100%;
	background: var( --color-yellow); color: #FFF;
	border-radius: 0; border: none;
	font-weight: 400; font-size: 16px;
	line-height: 24px;
}
.prodetail__optinfo_btn::before{
	background: var( --bg-gray)
}
.prodetail__optinfo_btn:focus{
	box-shadow: none;
}
/*******************************
*******************************/
.prodetail_container__img{
		padding-right: 2rem; padding-top: 2rem;
}
.prodetail_container__info{
	padding-left: 2rem;
}
#owl_prodetail__img .owl-thumbs{
	--bs-gutter-x: .75rem;
	padding-top: .75rem;
}
#owl_prodetail__img .owl-thumb-item{
	flex: 0 0 auto;	width: 16.6666666667%;
	margin-bottom: var( --bs-gutter-x);
	border: none; background: none;
}
#owl_prodetail__img .owl-thumbs img{
	display: inline-block;
	border: 2px solid #DDD;
	padding: 0; background: #FFF;
	max-width: 100%;
}
#owl_prodetail__img .owl-thumb-item.active img{
	border-color: var( --color-yellow);
}
#owl_prodetail__img .owl-nav .owl-prev,
#owl_prodetail__img .owl-nav .owl-next{
	top: 40%;
	transform: translateY( -50%);
	background-color: transparent;
	background-repeat: no-repeat; background-size: auto 16px;
	background-position: center;
	height: 40px; line-height: 40px;
	font-size: 19px;	padding: 0; margin: 0;
	width: 40px;
	cursor: pointer;
}
#owl_prodetail__img .owl-nav .owl-next{
	right: -40px; left: auto;
	background-image: url( 'img/arrow-double-right.png')
}
#owl_prodetail__img .owl-nav .owl-prev{
	left: -40px;
	background-image: url( 'img/arrow-double-left.png');
}
#owl_prodetail__img .owl-nav .owl-prev:hover,
#owl_prodetail__img .owl-nav .owl-next:hover{
		background-color: transparent
}
/*******************************/
/*******************************/
/*******************************/
.prodetail_thread_item{

}
.prodetail_thread_img{
	order: 2;
}
.prodetail_thread_img img{
	height: 100%; width: 100%;
	object-fit: cover; object-position: center;
}
.prodetail_thread_des{
	order:1;
	text-align: left;
	padding: 3rem 0 0;
}
.prodetail_thread_desitem{
	padding-left: 10vw; padding-right: 5rem;
}
.prodetail_thread_title{
	font-size: 27px;
	line-height: 1.4;	font-weight: bold;
	margin: 0 0 1.5rem;
}
.prodetail_thread_text{
	color: #FFF;	font-size: 15px;
	line-height: 26px;	margin-bottom: 2.5rem;
	text-align: justify;
}
.prodetail_thread_btn{
}
.prodetail_thread_btn .btn{
	padding-top: 15px; padding-bottom: 15px;
	text-transform: uppercase; font-weight: bold;
	border-radius: 4px;
	color: #000;	font-size: 15px;
}
.prodetail_thread_btn .prodetail_thread_btn_video{
	background: #fff;
}
.prodetail_thread_btn .btn .fa{
	position: relative;
	width: 40px; text-align: center;
	padding-left: 4px;
	margin-right: 10px;
}
.prodetail_thread_btn .btn .fa::after{
	position: absolute; left: 50%; top: 50%;
	transform: translate( -50%, -50%);
	content: ""; display: block;
	width: 36px; height: 36px;
	border: 1px solid var( --bg-gray);
	border-radius: 50%; overflow: hidden;
}
.prodetail_thread_btn .btn::before{
	display: none;
}
.prodetail_thread_btn .btn:hover{
	color: #fff;
}
.prodetail_thread_btn .btn:hover .fa::after{
	border-color: #fff;
}
/***************/
.prodetail_thread_box1{
	background: var( --bg-gray); color: #FFF;
}
.prodetail_thread_box1 .prodetail_thread_btn .btn{
	margin-bottom: 4rem;
}
/***********/
.prodetail_thread_box2{
	background: rgb(26, 26, 26); color: #FFF;
	align-items: normal !important
}
.prodetail_thread_box2 .prodetail_thread_img{
	order: 1;
}
.prodetail_thread_box2 .prodetail_thread_des{
	padding-bottom: 2rem;
}
.prodetail_thread_box2 .prodetail_thread_desitem{
	order: 2;	padding-left: 5rem; padding-right: 10vw;
}
.prodetail_thread_box2 .prodetail_thread_btn{
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
}
.prodetail_thread_box2 .prodetail_thread_btn > .col-7{
	padding-left: 0; padding-right: 0;
}
.prodetail_thread_box2 .prodetail_thread_btn > .col-6:first-child{
	padding-left: 5rem;
}
.prodetail_thread_box2 .prodetail_thread_btn > .col-6:first-child .btn{
	padding-left: 0;
}
.prodetail_thread_box2 .prodetail_thread_btn .prodetail_thread_btn_video__item{
	color: #FFF;	order: 1;
}
.prodetail_thread_box2 .prodetail_thread_btn .prodetail_thread_btn_video__item .fa::after{
	border-color: #FFF;
}
.prodetail_thread_box2 .prodetail_thread_btn .prodetail_thread_btn_shopping__item{
	order: 2;
}
.prodetail_thread_box2 .prodetail_thread_btn .btn:hover{
	color: var( --bg-gray)
}
.prodetail_thread_box2 .prodetail_thread_btn > .col{
	padding-left: 0; padding-right: 0;
}
.prodetail_thread_box2 .prodetail_thread_btn .btn{
	order: 2;
}
.prodetail_thread_box2 .prodetail_thread_btn_shopping{
		background: var( --color-yellow);		color: #000;
}
.prodetail_thread_box2 .prodetail_thread_btn_video{
	background: var( --bg-gray); color: #FFF;
}
/***********/
.prodetail_thread_box3{
	background: var( --bg-gray); color: #fff;
}
.prodetail_thread_box3 .prodetail_thread_title{
	margin-bottom: 2.5rem
}
.prodetail_thread_box3 .prodetail_thread_text{
	background: var( --color-yellow);
	padding-top: 3rem; padding-bottom: 3rem;
}
.prodetail_thread_box3 .prodetail_thread_des{
	padding-bottom: 3rem; padding-top: 2.5rem
}
/*******************************/
.prodetail_thread_box4 .prodetail_thread_img{
	order: 1;
}
.prodetail_thread_box4 .prodetail_thread_des{
	order: 2;
}
.prodetail_thread_box4 .prodetail_thread_desitem {
    padding-left: 5rem;
    padding-right: 10vw;
}
/*******************************/
.prodetail_tech__container{
	background: var( --bg-gray); color: #fff;
	padding-top: 3rem; padding-bottom: 1rem;
}
.prodetail_tech__container .home-title{
	color: #FFF; font-weight: bold; font-size: 23px;
}
.prodetail_tech__container .home-title::before{
	height: 3px;
}
.prodetail_tech_listitem{
	padding: 0; list-style-type: none;
	font-size: 16px; line-height: 24px;
}
.prodetail_tech_listitem > .col{
	margin-bottom: 20px;
	color: #CCC;
}
.prodetail_tech_listitem b{
	clear: both; display: block;
	font-weight: 400; margin-bottom: 3px;
	color: #FFF;
}
.prodetail_package_wrapper.border-top{
	border-color: #FFF; padding-top: 2.5rem;
}
/***********************/
.prodetail_other__container{
	padding-top: 3rem; padding-right: 0;
}
.prodetail_other__container .proitem__item__title{
	font-size: 21px; color: #000;
	line-height: 26px;
	margin-bottom: 15px;
}
.prodetail_other__container .proitem__item__fixdes{
	height: 132px; overflow: hidden;
	margin-bottom: 30px;
}
.prodetail_other__container .proitem__item__text {
	height: calc( 22px * 3); overflow: hidden;
	margin-bottom: 2rem !important;
}
.prodetail_other__container .proitem__box:hover .proitem__item__title{
	color: var( --color-hover);
}
.prodetail_other__container .proitem__item__img::before{
	background-image: url( img/bg-yellow.png);
}
/*******************************/
/*******************************/
body.modal-open{
	padding-right: 0 !important;
	width: 100vw; height: 100vh; overflow: hidden;
}
.mymodal .modal-header{
	background: var( --color-yellow); color: #FFF;
	padding: .5rem 1rem;
}
.mymodal .modal-title{
	font-family: var( --ftitle); font-weight: bold;
	letter-spacing: 1px;
	font-size: 19px; text-transform: capitalize;
}
.mymodal .modal-dialog{
	min-width: 720px;
}
.mymodal .modal-body{
	background: #f7f7f7;
	padding: 1rem 1.5rem 2rem;
}
.mymodal .dcontent{
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 1.5rem;
}
.mymodal label{
		font-weight: 400;
		display: block; margin-bottom: 7px;
}
.mymodal label b{
	color: red;  display: inline-block;
	margin-left: 3px;
}
.mymodal .form-control{
	border-radius: 0; border-color:  transparent;
	background: rgba(246, 197, 45, 0.5);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	font-size: 16px;
	color: #000;
}
.mymodal input.form-control{
	height: 40px; line-height: 40px;
}
.mymodal .form-control:focus{
	box-shadow: none;
	border: 1px solid var( --bg-gray);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.mymodal textarea.form-control{
	height: 125px; resize: none;
}
.mymodal .btn[type=submit]{
	background: var( --color-yellow);
	min-width: 220px;	min-height: 48px;
}
/************************************
************************************
************************************/
.tooltip .tooltip-inner{
		background: var( --bg-gray); color: #FFF;
		font-size: 12px; font-weight: bold;
		opacity: 1;
}
.tooltip .tooltip-arrow::before{
	border-top-color: var( --bg-gray);
}
/**********************/
body.menu-open{
	overflow:hidden;
}
#btn_menu_close{
	position:fixed; left:80%; top:0; display:none; z-index: 1;
	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:999;
	width:100%; height:100vh; overflow-x:hidden; overflow-y:scroll;
	background: rgba( 0, 0, 0, .3); color:#000;
	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%; min-height:100vh;
	padding-bottom: 23vh;
	float:left; background:#f6f6f6;
	position:relative;
}
/********************************/
#menu_mobile a{
	color: inherit;
}
#menu_mobile .accordion-header{
	padding: 14px 1rem 13px 15px;
	background: none;
}
#menu_mobile .accordion-item{
	border-bottom: 1px solid #DDD;
	border-radius: 0;
}
#menu_mobile .accordion-button{
	padding: 0; vertical-align: middle;
	border: none;	background: none; outline: none;
	box-shadow: none;
}
#menu_mobile .accordion-button:focus{
	box-shadow: none; outline: none;
	color: inherit;
}
#menu_mobile .accordion-button::after{
	background-size: 1.25rem;
}
#menu_mobile .menuxs__title{
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400; line-height: 22px;
}
#menu_mobile .accordion-header .xsheader__img{
	display: inline-block;
	padding: 5px; text-align: center;
	height: 38px; width: 38px;
	object-fit: contain; object-position: center;
	border-radius: 50%; overflow: hidden;
	background: var( --color-hover);
	margin-right: 10px;
	vertical-align: middle;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#menu_mobile .accordion-header img{
	display: inline-block;
	object-fit: contain; object-position: center;
	height: 28px; width: 28px;
}
#menu_mobile .header_icon > .fa,
#menu_mobile .accordion-header a > .fa{
	display: inline-block;
	padding: 7px; text-align: center;
	height: 38px; width: 38px;
	object-fit: contain; object-position: center;
	border-radius: 50%; overflow: hidden;
	background: var( --color-hover); color: #FFF;
	margin-right: 10px;	vertical-align: middle;
	font-size: 17px; line-height: 24px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#menu_mobile .accordion-header a{
	color: inherit;
}
.menuxs__logo .accordion-header{
	background: var( --color-yellow) !important;
	border: none !important;
	padding-top: 10px !important; padding-bottom: 10px !important;
}
#menu_mobile .menuxs__logo img{
	display: inline-block;
	height: 52px; width: auto;
	background: none;
	padding: 0; border-radius: 0;
	box-shadow: none;
}
#menu_mobile .menuxs__order span{
		display: inline-block; vertical-align: middle;
		line-height: 17px;
		font-size: 13px;
}
#menu_mobile .accordion-body{
	background: #FFF;
	border-top: 1px solid #DDD;
	border-left: 5px solid var( --color-hover);
	padding: .75rem 1rem .7rem 5px;
}
.menu-nav{
	padding-left: 25px;
	margin: 0;
	font-size: 15px; line-height: 22px
}
.menu-nav li{
	margin-bottom: 6px;
	padding-left: 5px;
}
.menu_pro_nav{
	margin-bottom: 15px;
}
.menu-nav a{
	display: block;
	padding-top: 5px; padding-bottom: 5px;
}
/***********************/
.accordion-header_accordion{
	display: flex;
  flex-wrap: wrap
}
.accordion-header_accordion > button{
	border: none; background: none;
	flex: 0 0 auto;
  width: 40px;
}
.accordion-header_accordion > button:not( .collapsed) .fa::before{
	content: "\f077";
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/**********************
**********************/
/***************/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
	padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/***************************************/
