@font-face {
	font-family: 'Conv_MyriadPro-Regular';
	src: url('/styles/MyriadPro-Regular.eot');
	src: local('☺'), url('/styles/MyriadPro-Regular.woff') format('woff'), url('/styles/MyriadPro-Regular.ttf') format('truetype'), url('/styles/MyriadPro-Regular.svg') format('svg');
	font-weight: lighter;
	font-style: normal;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body{
	font-family: 'Conv_MyriadPro-Regular', sans-serif;
}
body{
	color: #333333;
	font-weight: 300;
	font-size: 14px;
	overflow-x: hidden;
}
a{
	color: #333333;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.pragraph{
	color: #575757;
	margin-top: 20px;
}
.wrapper{
	max-width: 1170px;
	padding: 0 0px;
	margin: 0 auto;
	position: relative;
}
.small-wrapper{
	max-width: 570px;/*old 650px*/
	margin: 0 auto;
}

p{
    line-height:30px;text-align: justify;
}
.col-sm-8 {  
    text-align: justify;
}
.large-wrapper{
	max-width: 750px;/*old 650px*/
	margin: 0 auto;
}
.reset,
.sub-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.inline li{
	display: inline-block;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.header-icon h3{
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0 0 55px;
	color: #333;
	margin: 0;
}
.header-icon i{
	float: left;
	background: #db0404;
	color: #fff;
	font-size: 17px;
	padding: 11px 0 0 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.header-section{
	padding: 45px 0;
    margin: 40px 0;
}
#feature,
.header-section{
	background: url(../images/style6bg2.jpg) #2A2C38 no-repeat center center;
	background-size: cover;
}
#feature{
	color: #fff;
}
.header-section h3{
	color: #fff;
	font-size: 20px;
	margin: 0;
	font-weight: 400;
}
.list-icon-checked li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.list-icon-checked li:before{
	font-family: FontAwesome;
	content: "\f058";
	color: #db0404;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
}
/*TOOLBAR*/
.toolbar{
	background-color: #f9f9f9;
}
.toolbar li a{
	display: inline-block;
	padding: 15px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}
.toolbar li.highlight a{
	color: red;
	font-size: 15px;
	font-weight: normal;
}
.toolbar li + li{
	margin-left: 15px;
}

/*HEADER*/
.header{
	min-height: 110px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.header .logo{
	line-height: 60px;
	max-height: 60px;
	margin-top: 10px;
}
.header .logo img{
	display: inline-block;
	vertical-align: top;
	margin-top: -40px;
	max-height: 160px;
}
.header .navs{
	float: right;
}
.header .logo,
.menu .menu-item{
	float: left;
	position: relative;
	z-index: 99;
}
.menu .menu-item>a{
	display: inline-block;
	padding: 29px 0px 33px 0px;
	margin: 0 18px;
}
.menu .menu-item:last-child>a{
	padding-right: 0;
	margin-right: 0;
}
.menu .menu-item>a i{
	display: inline-block;
	margin-left: 6px;
}
.menu .menu-item>a:hover{
	color: #ff0505;
	box-shadow: inset 0 3px 0 0 #ff0505;
}
.menu .menu-item>.sub-menu{
	top: 100%;
	left: 0;
}
.menu .sub-menu .sub-menu-item:hover > .sub-menu,
.menu .menu-item:hover > .sub-menu{
	display: block;
}
.menu .sub-menu .sub-menu-item:hover{
	background-color: #ecf0f1;
}
.menu .sub-menu{
	background-color: #fff;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	border-top: 3px solid  #ff0505;
	position: absolute;
	min-width: 250px;
}
.menu .sub-menu .sub-menu-item{
	position: relative;	
}
.menu .sub-menu .sub-menu-item a{
	padding: 10px 15px;
	display: block;
}
.menu .sub-menu .has-child{
	padding-right: 20px;
}
.menu .sub-menu{
	display: none;
}
.menu .sub-menu .has-child:before{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	font-size: 14px;
	right: 15px;
	top: 8px;
	display: inline-block;
}
.menu .menu-item>.sub-menu .sub-menu {
	left: 100%;
	top: -3px;
}
.menu .sub-menu .sub-menu-item + .sub-menu-item{
	border-top: 1px solid #ecf0f1;
}

/*BANNER*/
#banner{
	position: relative;
	font-size: 16px;
}
#banner,
#banner a{
	color: #fff;
}
#banner .caption h1{
	font-weight: normal;
	font-size: 32px;
	margin: 10px 0;
}
#banner .caption{
	position: absolute;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	z-index: 1;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#banner .caption.center{
	text-align: center;
	max-width: 800px;
}
#banner .caption.left{
	width: 100%;
	text-align: left;
}
#banner img{
	width: 100%;
}

/*BLOCK*/
.block{
	padding: 30px 0;
	color: #575757;
}
.bg-gray{
	background-color: #f9fafb !important;
}
.bg-blue{
	background-color: #4f6472 !important;
}
.bg-blue,
.bg-blue .title-custom{
	color: #fff !important
}
.about-content,
.fix-margin{
	padding-top: 1px;
    margin: 40px 0;
}
.about-content p{
	margin: 0px 0 30px;
	padding: 1px 0;
}
.section-title,
.title-custom{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 28px;
	margin: 5px 0 15px;
	text-align: center;
	color: #f01820;
}
.title-custom{
	text-transform: none;
	text-align: left;
}
.section-title.contrast{
	color: #fff;
	border-bottom: 0px solid #fff;
	text-align: left;
	padding-bottom: 0px;
}
.section-sapo{
	margin: 10px 0 20px;
	text-align: center;
}
/*ELEMENT*/
.dblock{
	display: block;
}
.text-center{
	text-align: center;
}
.btn{
	outline: none;
	border:none;
	cursor: pointer;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 4px;
}
.btn-primary{
	background-color: #1FBCEC;
	color: #fff;
}
.form-group{
	margin-top: 10px;
}
.form-group label{
	display: block;
	margin-bottom: 6px;
}
select.form-control{
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	padding-right: 20px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiMwMDAwMDAiLz4KICA8L2c+Cjwvc3ZnPgo=);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}
.form-control{
	width: 100%;
	outline: none;
	display: block;
	border: 1px solid #c9c9c9;
	background: #ffffff;
	color: #5f6a71;
	padding: 10px 20px 11px 20px;
}
.user{
	margin-bottom: 16px;
}
.user-avatar,
.user-info{
	float: left;
}
.user-avatar{
	width: 100px;
	margin-right: 15px;
	padding: 4px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
}
.user-avatar img{
	width: 100%;
}
.user-info{
	width: calc( 100% - 115px);
}
.user-name{
	font-size: 16px;
}
.user-name,
.user-job{
	margin: 0 0 5px;
}
.user-detail{
	margin-top: 10px;
	color: #ADBBC5;
	    text-align: justify;
}
.grid-item{
	margin-bottom: 30px;
	height: 450px;
}
.grid-item img{
	width: 100%;
}
.grid-box{
	padding: 12px;
	border: 1px solid #eeeff0;
	border-top: none;
}
/*SLIDER*/
.sponsor-slider {
	width: 100%;
	height: 150px;
	margin: 20px auto;
}
.sponsor-slider img{
	width: ;
	vertical-align: middle;
}
.sponsor-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.liner{
	border: 1px solid #ebebeb;
	border-right: 0;
	border-left: 0;
	margin: 40px 0;
}
#news{
	background: url(../images/style2bg2-1.jpg?id=8099) #2A2C38 no-repeat center center;
	background-size: cover;
}

.box{
	padding: 20px;
	background: #fff;
	margin-bottom: 18px;
	font-weight: 300;
}
.box a.dblock{
	font-weight: bold;
	margin-bottom: 15px;
}



/*FOOTER*/
.footer{
	background-color: #212121;
	font-weight: 300;
	padding: 10px 0 10px;
}
.footer .footer-title{
	color: #fff;
	font-size: 22px;
	text-transform: none;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 36px;
}
.footer,
.footer a,
.footer-coms,
.footer-coms a{
	color: #a1b1bc;
	font-weight: 300;
}
.contact-item{
	width: 90px;
	float: left;
	padding: 0 10px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}
.contact-item img{
	width: 100%;
}
.footer-coms{
	border-top: 1px solid #282b39;
	padding: 30px 0 30px 0;
	background: #231f26;
}
.footer-coms li i{
	font-size: 18px;
}
.footer-coms li + li{
	margin-left: 10px;
}
.show-mobile{
	display: none;
}
ol.count{
	counter-reset: item;
}
ol.count li{
	margin: 10px 0;
}
ol.count li:before{
	background: #575757;
	margin-right: 10px;
	margin-left: -15px;
	display: inline-block;
	content: counter(item);
	counter-increment: item;
	margin-left: -17px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 18px;
	border: 3px solid rgba(255, 255, 255, 0.56);
	border-radius: 20px;
	margin-right: 10px;
	color: #fff;
	font-size: 13px;
}
.grid .user-detail{
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
	.header{
		position: relative;
		z-index: 99;
	}
	.show-mobile{
		display: block;
		font-size: 20px;
		margin: 30px 10px 0 0;
	}
	.header .navs{
		float: none;
		display: none;
		height: 100vh;
		position: fixed;
		width: 300px;
		left: 0;
		background-color: #fff;
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
		z-index: 999;
		top: 0px;
	}
	.menu .menu-item{
		display: block;
		float: none;
	}
	.menu .menu-item>a:hover{
		box-shadow: none;
	}
	.menu .sub-menu .has-child{
		padding-right: 0;
	}
	.menu .sub-menu{
		border-top: 1px solid #ecf0f1;
		width: 100%;
		min-width: 100%;
		position: relative;
		top: 0 !important;
		box-shadow: none;
		background-color: #f9fafb;
		left: 0 !important;
	}
	.menu .menu-item + .menu-item{
		border-top: 1px solid #ecf0f1;
	}
	.menu .sub-menu .sub-menu-item a{
		padding-left: 20px;
	}
	.menu .menu-item>a{
		padding: 10px;
		display: block;
		margin: 0;
	}
	#banner .caption{
		bottom: 10px;
	}
	#banner .caption h1{
		font-size: 17px;
	}
	.small-wrapper,
	.wrapper{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 768px){
	.caption-sapo{
		display: none;
	}
	#banner .caption h1{
		margin-bottom: 0;
	}

}
@media screen and (max-width: 470px){
.header .logo img {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    max-height: 90px;
}

}
#blue-bann{
	background: url(../images/brandbg2.jpg?id=8099) #2A2C38 no-repeat center center;
	background-size: cover;
}
.col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}