/*-----------------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-------------*/
.mslide-home-bound { clear:both; margin-top:5px;}
.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: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    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;
	height:485px;
}
.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-left: auto;
    margin-right: auto;
    max-width: 650px;
	position: absolute;
    right: 0;
    bottom: 20px;
}
.quote-overlay {
 
    z-index: 9999;
    display: block;
    padding: 15px;
    opacity: 0.95;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-align: right;
    width: 45%;
}
.quote-title {
    position: static;
    left: 7px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: "Nunito", Arial, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
}
.w-container .quote-title:hover { color:#Fff}
.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%;
}
.con-cua-bo-bo {
    position: absolute;
    left: -150px;
    top: 70vh;
    bottom: 0px;
    z-index: 99;
    width: 500px;
    height: 500px;
	background-image:url(../images/con-cua-bo-bo.png);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
	transform-style: preserve-3d;
    transition: transform 1800ms;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(-30deg);
}
.con-cua-bo-bo.active
{
	transform-style: preserve-3d !important;
    transition: transform 1800ms;
    transform: translateX(0px) translateY(300px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(30deg) !important;
}
/*-----------------SocicalNetwork-------------*/
.social-bound{}
.social-bound .title{
	height:40px;
	border-bottom:2px solid #F2E097;
	position:relative;
}
.social-bound .title a{
	position:absolute;
	top:22px;
	left:32px;
	height:35px;
	line-height:35px;
	color:#020202;
	font-family:'vmedical';
	font-size:20px;
	text-transform:uppercase;
	background:#F2E097;
	padding:0 24px;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	z-index:9;
}
.social-bound .content{padding:32px 0 32px 32px;}
/*-----------------Footer-------------*/
