/*-----------------ColumnDiv-------------*/
.columndiv-content{
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	margin-bottom:40px;
}
/*------------------ColumnList-----------------------*/
.columnlist-bound{width:1095px; margin:0 auto}
.columnlist-bound-content{border-radius:10px;overflow:hidden;-moz-border-radius:10px;-o-border-radius:10px; margin-top:40px;
margin-bottom:40px;}
/*-----------------SlideHome-------------*/
.slide-home-bound{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.slide-home-bound img {
	width:100%;
	height:auto;
	width:0;
	opacity:0.6}
.flex-wrap {
    position: relative;
    z-index: 20;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 320px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
}
.flex-wrap.slide {
    position: static;
    display: block;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.slide-bound .slick-prev{
	left:10px;
	}
.slide-bound .slick-next{
	right:10px;
	}
.slide-bound .slick-prev,.slide-bound .slick-next{
	top:45%;
	position:absolute;
	width:20px;
	height:60px;
	overflow:hidden;
	border:none;
	text-indent:999px;
	outline:none;
	background-position:center center;
	}
.w-container {
	margin-right: auto;
    position: absolute;
    left: 50%;
    margin-left: -238px;
    top: 45px;
}
.quote-overlay {
 
    z-index: 9999;
    display: block;
    opacity: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 45%;
}
.quote-overlay p
{
	font-size: 20pt;
    color: #DC1C23;
    font-family: 'quangtrungfont';
    letter-spacing: 2px;
}
.quote-title {
    position: static;
    left: 7px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: 'roboto_bc';
    color: #09438C !important;
    font-size: 20pt;
    line-height: 30px;	
    font-weight: bold;
    text-transform: uppercase;
    _text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
	display:block;
}
.w-container .quote-title:hover { color:#Fff}
.w-container .slide-button {
    height: 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    margin-top: 20px;
}
.w-container .slide-button:hover {
    color: #ff6633;
    border-color: #ff6633;
}
.slide-button:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 10px;
}
.hero-section {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.logo-overlay {
   z-index: 99999;
    display: inline-block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}.hero-logo-img {
    width: 100%;
}


