
.se_title2{
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.5);
	color:#ffffff;
	font-size:36px;
	text-align:center;
	padding:2px 0px;
    font-weight: 800;
	letter-spacing:-0.5px;
}
.se_title2 small{
	display:block;
    margin-bottom: -18px;
}
.se_title2 span{
	position:relative;
	font-size:15px;
}
.se_title2 span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    /*z-index: -1;*/
    height: 100%;
    background: url(../icon/title_mark_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
    filter: hue-rotate(266deg);
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
.fe_head{
	background:var(--pd) url(../pattern/ptrn1.png) repeat;
    background-size: contain;
	display:flex;
    align-content: center;
    justify-content: center;
	box-shadow: 5px 0px 5px 1px rgb(3 3 3 / 20%);
    z-index: 1;
    position: relative;
	border-radius:0px 0px 10px 10px;
    z-index: 300;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.fe_head section{
	flex:1;
}

.fe_head_b1{
	text-align:left;
	color:#424242;
	font-size:18px;
	padding:8px 5px;
    display: flex;
	background:rgba(255,255,255,0.1);
}
.fe_head_b1 img{
	height:43px;
	margin-right:5px;
}
.fe_head_b1 dd{
	flex:1;	
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.fe_head_b1 dl{	
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
	font-size:32px;
	color:#e4e4e4;
	padding:0px 5px;
}
.fe_head_b1 b{
	font-family:'Fjalla One';
	font-size:30px;
	color:#fff;
    text-shadow: 0 1px 1px #333;
}
.fe_head_b1 b small{
	display:flex;
	font-size:6.5px;
	font-weight:normal;
	color:#FC0;
	text-shadow:none;
	color:#fff;
}
.mm_profile{
	padding:10px 5px;
	display:flex;
    align-items: center;
	padding-bottom:7px;
	background:var(--bl) url(../pattern/ptrn1.png) repeat;
    background-size: contain;
}
.mm_profile dl{
	flex:1;
    text-align: left;
	padding-left:20px;
}
.mm_profile dd{
	/*flex:1;*/
	text-align:center;
	padding-right:20px;
}
.mm_profile img{
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0.5px rgb(0 0 0 / 30%);
	clear:both;
}
.mm_profile h1 {
    color: #fff;
	font-weight:600;
    font-size: 20px;
}
.mm_profile small {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    border-radius: 10px;
    padding: 3px 0px;
    color: #ff5a00;
}
.mm_profile dd aside{
	background:var(--b);
	font-size:12px;
	color:#2196f3;
	padding:2px 8px;
	border-radius:2px;
	clear:both;
	margin-top:5px;
	text-align:center;
}
.bi_title {
    padding: 0px 0px;
    font-size: 20px;
	overflow:hidden;
	clear:both;
	text-align:center;
}
.bi_title span{
	border-bottom:1px solid rgba(255,255,255,0.05);
	display:inline-block;
	padding-bottom:10px;
	font-weight:700;
    color: #fdf5f1;
}
.fe_cat{
	text-align:center;
	display:flex;
    padding: 0 7px;
}
.fe_cat a{
	flex:1;
	text-align:center;
	overflow:hidden;
	position:relative;
    border: 1px solid rgba(0,0,0,0.05);
    /*box-shadow: 0px 1px 2px 0.05px rgb(0 0 0 / 10%);*/
    border-radius: 3px;
	margin:3px;
    background: rgba(0,0,0,0.05);
    /* box-shadow: 0px 2px 5px 0.05px rgb(0 0 0 / 20%); */
}
.fe_cat a i{
    font-size: 40px;
	width: 50px;
    height: 50px;
	margin-top:8px;
    display: inline-block;
}
.fe_cat a em{
	display:inline-block;
	width:50px;
	height:50px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:8px;
}
.fe_cat a small{
	display:block;
	font-size:10px;
	color:#1c056c;
	padding: 0 3px;
	padding-top:1px;
	padding-bottom:5px;
}
.pte_news{
	background:none;
}
.bi_tbl{
	/*margin-top:10px;*/
	overflow:hidden;
    /*box-shadow: 0px 3px 6px 0.05px rgb(0 0 0 / 20%);*/
    margin: 14px 8px;
    /*border: 1px solid rgba(0,0,0,0.05);*/
}
.bi_tbl table{
	border-collapse:collapse;
	width:100%;
	text-align:center;
}
.bi_tbl table th{
	font-size:12px;
	color:#333;
	background:#74655c;
}
.bi_tbl table th h2{
	padding:15px 0px;
	display:block;
	background:#34261e;
	font-size:16px;
	text-transform:uppercase;
}
.bi_tbl table th span{
	display:block;
	padding:6px 0px;
	font-size:10px;
}
.bi_tbl td{
	border:1px solid rgba(255,255,255,0.1);
	padding:5px 2px;
	background:rgba(255,255,255,0.05);
    color: #c5d3e0;
	text-align:left;
	
}
.bi_tbl td b{
	font-size:12px;
	color:#5b678a;
}
.bi_tbl td small{
	font-size:9px;
	color:#ffd000;
}
.bi_tbl td small i{
}
.bi_tbl td tt{
	display:block;
	text-align:center;
}
.pp_prmotion2{
	margin-top:50px;
	margin:10px;
}
.pp_prmotion2 a{
	display:block;
}
.pp_prmotion2 a img{
	display:block;
	width:100%;
}
/**Sld**S**/

.pte_ind_sld{
	overflow:hidden;
	box-shadow:0px 2px 5px 0.05px rgb(0 0 0 / 20%);
	margin:10px;
	border-radius:3px;
    animation: fadeInRight.4s linear;
	margin-top:0px;
}
.owl-item img, .full-img {
	max-width: none;
	width:100%;
	height:150px;
	/*border-radius:7px;*/
    /*filter: hue-rotate(295deg);*/
    display: block;
}  

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}


.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;

	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(../img/loding.gif) no-repeat center center
}



.top-nav li a {
	border-top: 2px solid #00283a;
	color: #fff;
	font-size: 0.80em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #00283a;
	border-top: 2px solid #92c500;
	color: #92c500;
	position: relative;
}

#carousel .text {
	position: absolute;
	top: 50%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}


#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(255,255,255,0.2);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*border: 3px solid #060;*/
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #008000;
}


@media screen and (max-width: 768px) {
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
}



.prev-arrow{
	float:left;
	background:url(../img/arroe_l1.png) no-repeat center;
}
.next-arrow{
	float:right;
	background:url(../img/arroe_r1.png) no-repeat center;
}
.prev-arrow:hover, .next-arrow:hover{
	opacity:1;
	cursor:pointer;
}
.prev-arrow, .next-arrow{
	overflow:hidden;
	width:80px;
	height:80px;
	background-size:contain;
	margin:5px;
	opacity:0.6;
}
.sv_full_sld_np{
	overflow:hidden;
	position:absolute;
	width:100%;
	top:50%;
	z-index:9;
	display:none;
	margin-top:-50px;
}
#carousel:hover .sv_full_sld_np{
	display:block;
}


/**Override**/
#carousel .owl-theme .owl-controls{
	/*bottom: -30px;*/
	background:none;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   /* border: 2px solid #CCC;*/
    height: 8px;
    margin: 0 0.3125em;
    opacity: 1;
    width: 8px;
	transition:ease-in-out 0.2s all;
	vertical-align:middle;
	background-color:rgba(0,0,0,0.5);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: none repeat scroll 0 0 #006AD5;
	border-color:#0061C1;
    width: 8px;
    height: 8px;
	vertical-align:middle;
	margin-bottom:-1px;
}
/**Sld**E**/