﻿html{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'PT Sans', sans-serif,'Lato';
	font-size: 16px;
}
body{
	width:100%;
	height:100%;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
	font-family: 'PT Sans', sans-serif,'Lato';
	font-size: 16px;
}

.full-screen{
	width:100%;
	height:auto;
	min-height:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
}

.wrapper-page{
	width:100%;
	height:auto;
	padding-top: 90px;
}
/* Text */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
}
.text-color-white{
	color: #fff;
}
.text-color-blue{
	color: #0053a5;
}
.text-color-pink{
	color: #d70a8b;
}
.text-light{
	font-weight: 300;
}
.text-bold{
	font-weight: 700;
}
.text-small {
	font-size: 14px;
}
.text-body-lg {
	font-size: 22px;
}
.text-roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: #d70a8b;
	text-decoration: none;
}
.text-center-sm{

}
.section-title {
	position: relative;
	text-transform: uppercase;
}

.section-title:after {
	left: 0;
	width: 30px;
	height: 1px;
	content: " ";
	bottom: -10px;
	background: #d70a8b;
	position: absolute;
}
/* Padding */
.pd-t-15 {
	padding-top: 15px;
}
.pd-t-30 {
	padding-top: 30px;
}
.pd-b-15 {
	padding-bottom: 15px;
}
.pd-b-30 {
	padding-bottom: 30px;
}
.gap-top-sm{

}
/* Margin */
/* images */
.imgFlexi {
	width: 100%;
	height: auto;
}
/* Background */
.bg-pink{
	background-color: #c52f88;
}
.bg-black{
	background-color: #000;
}
.bg-grey{
	background-color: #f1f2f3;
}
.bg-content{
	background-color: #f1f2f3;
    background-image: URL('../images/bg-20th.jpg');
    background-repeat: repeat-x;
    background-position: top center;
}
/* border */
.border-round {
    border-radius: 50% !important;
}
/* button */
.btn-general {
	border-radius: 0px;
	border: solid 0px;
	background-color: #000;
	color:#fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}
.btn-pink {
	background-color: #c52f88;
	color:#fff;
}
.btn-pink:hover {
	background-color: #000;
	color:#fff;
}

#block-header{
	min-height:auto;
	background-color: #ffffff;
    position: fixed;
    z-index: 9998;
    width: 100%;
    top: 0px;
    left: 0px;
}
#block-header .container{
	position: relative;
}
#block-header .identity{
	width: 20%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#block-header .identity .logo{
	width: 100%;
	height: auto;
	max-width: 100px;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}
#block-header .nav{
	width: 80%;
	background-color: #ffffff;
	padding-top: 5px;
	float: left;
	text-align: right;
}

#block-header .nav .social-links li i {
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
}
#block-header .nav .social-links li i:hover {
	color: #fff;
	background-color: #d70a8b;
	border: 1px solid #d70a8b;
}
#block-body {
    min-height: 600px;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}
#block-footer .footer-end a{
	padding-right: 20px;
}
#block-footer .footer-end a:hover {
    color: #000;
}

.social-links {
	padding-left: 0;
	list-style: none;
}

.social-links li {
	padding: 0 3px;
	display: inline-block;
}
.social-links li i {
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 7px;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	display: inline-block;
	border: 1px solid #fff;
}

.social-links li i:hover {
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	background-color: #d70a8b;
	border: 1px solid #d70a8b;
}
#block-footer .footer .block-cols{
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #242424;
	min-height: 150px;
}
#block-footer .footer .block-cols:first-child{
	padding-left: 0px;
	padding-top: 0px;
	border-left: 0px solid #353535;
}
.wrapper-intro{
	background-color: #f1f2f3;
	background-image: URL('../images/bg-20th.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wrapper-intro .logo{
	width: 100%;
	height: auto;
	max-width: 160px;
	margin-bottom: 15px;
}
.wrapper-contents {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #fff;
}
.wrapper-contents-middle {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wrapper-contents .title-page{
	text-transform: uppercase;
}
.wrapper-breadcrum {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 50px;
	font-size: 14px;
}
.wrapper-breadcrum .divider{
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
}
.wrapper-breadcrum .link{
	color: #000;
}
.wrapper-breadcrum .link.active{
	color: #c52f88;
}
.wrapper-events{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.wrapper-client{
	background-color: #f1f2f3;
	background-image: URL('../images/bg-client.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.wrapper-client .listing{
	width: 100%;
	height: auto;
	padding-top: 30px;
	position: relative;
}
.wrapper-client .listing .item{
	width: 100%;
	padding: 30px;
	float: left;
	position: relative;
}
.wrapper-client .listing .item .base{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.7);
}
.wrapper-client .listing .item .logo{
	width: 40%;
	height: auto;
	padding: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);	
}
.wrapper-events {
	overflow: hidden;
	position: relative;
}
.wrapper-events .listing{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.wrapper-events .item{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.wrapper-events .item:hover .photo:before{
	background-color: rgba(130,130,130,0.3);
}
.wrapper-events .item .frame-outter{
	padding: 10px;
	width: 100%;
	height: auto;
	position: relative;
}
.wrapper-events .item .frame-inner{
	width: 100%;
	height: auto;
	position: relative;
}
.wrapper-events .item .photo{
	width: 100%;
	height: auto;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.wrapper-events .item .photo:before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(130,130,130,0.5);
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}
.wrapper-events .item .photo img{
	width: 100%;
	height: auto;
}
.wrapper-events .item .photo .title{
	position: absolute;
	top: 50%;
	left: 0%;
	padding: 10px;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);	
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    z-index: 3;
    font-family: 'Roboto Condensed', sans-serif;
}
.wrapper-events .item .photo .logo{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 80px;
	z-index: 4;
}
.wrapper-events .item .photo .logo img{
	width: 95%;
	height: auto;
}
.wrapper-events .item .description{
	width: 100%;
	height: auto;
	font-size: 1.2em;
	padding: 10px;
}
.wrapper-events .item .action{
	width: 100%;
	height: auto;
	padding: 10px;
}
.owl-carousel .owl-nav{
	color: #d70a8b;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
}
.owl-carousel .owl-prev{
	font-size: 80px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	left: -0px;
	top: 0%;
    transform: translateX(0%) translateY(-40%);
    -webkit-transform: translateX(0%) translateY(-40%);
}
.owl-carousel .owl-next{
	font-size: 80px;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	right: -0px;
	top: 0%;
    transform: translateX(0%) translateY(-40%);
    -webkit-transform: translateX(0%) translateY(-40%);
}
.wrapper-banner{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom:40px; 
}
.wrapper-banner .listing{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.wrapper-banner .item{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.wrapper-banner .item .banner{
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.wrapper-banner .item .banner img{
	width: 100%;
	height: auto;
	position: relative;
}
.wrapper-banner .item .overlay{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 10px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);	
}

.wrapper-banner .item .title-page{
	position: absolute;
	top: 50%;
	left: 5%;
	padding: 10px;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
}

.wrapper-banner .item .sub-banner{
	width: 100%;
	height: auto;
	max-width: 634px;
}

.nav-toggle{
	width: 40px;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	display: block;
	cursor: pointer;
	position: absolute;
    bottom: 0px;
    right: 15px;
    overflow: hidden;
}
.nav-toggle .dash{
	width: 100%;
	height: 4px;
	background-color: #c52f88;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	border:0px;
	overflow: hidden;
	position: relative;
    left: 0px;
	-webkit-transition: all 0.6s, -webkit-transform 0.6s;
	transition: all 0.6s, transform 0.6s;
}
.hc-nav-open .nav-toggle .dash{
    left: 40px;
}
.title-vision{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
}

@media (max-height: 700px) {
	.full-screen {
    	min-height:700px;
	}	
}

@media (min-width: 1600px) {
	.container {
    	width: 1540px;
	}	
}
@media (min-width: 1366px) {
	.container {
    	width: 1306px;
	}	
}

@media (max-width: 1600px) {

}
@media (max-width: 1366px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 991px) {
	.wrapper-events .listing {
	    margin-top: 0px;
	}
	.wrapper-events .item .frame-outter {
	    padding: 40px;
	}
	.text-center-sm{
		text-align: center !important;
	}
	.gap-top-sm{
		padding-top: 15px;
	}
	#block-footer .footer .block-cols{
		width: 100%;
		float: left;
		padding-top: 15px;
		padding-left: 0px;
		padding-bottom: 15px;
		padding-right: 15px;
		border-left: 0px solid #242424;
		border-bottom: 1px solid #242424;
		min-height:auto;
	}
	#block-header .identity .logo {
	    max-width: 100px;
	}
}
@media (max-width: 767px) {
	.wrapper-events .item .frame-outter {
	    padding: 40px;
	}
	.wrapper-banner .item .banner {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.wrapper-banner .container {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.wrapper-banner {
	    padding-bottom: 0px;
	}
	#block-header .identity {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	#block-header .identity .logo {
	    max-width: 80px;
	}
	#block-header .nav .social-links {
	    display: none;
	}
	h1 {
		font-size: 28px;
	}
	.wrapper-banner .item .title-page {
	    top: auto;
	    bottom: 5%;
	    font-size: 36px;
	    transform: translateX(0%) translateY(0%);
	    -webkit-transform: translateX(0%) translateY(0%);
	    display: none;
	}
	.wrapper-breadcrum {
	    padding-bottom: 10px;
	}
	.title-vision {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    font-size: 32px;
	}
	.wrapper-contents-middle {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.wrapper-page {
    	padding-top: 80px;
	}
}
@media (max-width: 476px) {
	.wrapper-events .item .frame-outter {
	    padding: 40px;
	}
	.wrapper-events .item .photo .logo img {
	    width: 70%;
	}
	#block-footer .footer-end a {
	    padding-right: 0px;
	    display: block;
	    width: 100%;
	}
	.wrapper-banner .item .banner {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	
	.wrapper-banner .item .banner.pd-extent-sm {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.wrapper-banner .item .overlay {
	    left: 50%;
	    top: auto;
	    bottom: 5%;
	    width: 80%;
    	transform: translateX(-50%) translateY(0%);
    	-webkit-transform: translateX(-50%) translateY(0%);
	}
	#block-header .identity .logo {
	    max-width: 60px;
	}
	.wrapper-banner .item .title-page {
	    top: auto;
	    bottom: 1%;
	    font-size: 24px;
	    display: none;
	}
	.wrapper-breadcrum {
	    padding-bottom: 0px;
	}
	.title-vision {
	    padding-top: 15px;
	    padding-bottom: 15px;
	    font-size: 24px;
	}
	.text-body-lg {
	    font-size: 18px;
	}
	.wrapper-page {
	    padding-top: 65px;
	}
	.nav-toggle {
	    bottom: 8px;
	}
}