@charset "utf-8";
/* CSS Document */

* {
	-webkit-font-smoothing:antialiased;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a label{
	cursor:pointer;
}
.content{
	width:100%;
}
.content-page{
	width:95%;
	margin:0 auto;
}
.owl-carousel .item{
	width:100%;
	height:auto;
	color:#333;
	text-align:left;
}
.owl-carousel .item .txt{
	position:absolute;
	height:120px;
	overflow:hidden;
	font-size:13px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
.owl-theme .owl-controls{
	display:none;
}
@media screen and (min-width: 1100px){
.owl-theme .owl-controls{
	display:block;
	margin-top:-220px;
	position:absolute;
	width:100%;
}
.owl-theme .owl-dots{
	display:none !important;
}
.owl-prev{
	float:left;
	margin-left:-50px !important;
}
.owl-next{
	float:right;
	margin-right:-50px !important;
}
.owl-nav{
	width:100%;
	display:inline-block;
}
}


#header-l{
	display:none;
}
#header-m{
	background:#fff;
	width:100%;
	height:50px;
	border-bottom:1px solid #f9dde1;
}
#header-m .menu{
	line-height:45px;
	width:50px;
	height:50px;
	display:inline-block;
	text-align:center;
	border-left:1px solid #f9dde1;
	cursor:pointer;
	float:right;
}
#header-m .menu i{
	color:#ffc3ca;
	font-size:2em;
	line-height:50px;
}
#header-m .lang{
	float:right;
	width:110px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#c6c6c6;
	cursor:pointer;
	font-size:1.2em;
}
#header-m .lang ul.lang_select{
	position:absolute;
	z-index:9999;
	width:110px;
	background:#fff;
	box-shadow:2px 2px 4px rgba(0,0,0,0.2);
}
#header-m .lang ul.lang_select > li{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #eee;
}
#header-m .lang ul.lang_select > li a{
	text-decoration:none;
	color:#c6c6c6;
}
#header-m .logo{
	margin:5px 0 0 10px;
	float:left;
	display:inline-block;
}
#header-m img{
}
#all{
	display:inline-block;
	width:100%;
}
#wrapper{
	width:100%;
	display:inline-block;
	position:relative;
	top:0;
}
#wrapper ul.banner_index{
	display:inline-block;
	width:100%;
}
#wrapper ul.banner_index > li{
	display:inline-block;
	width:49%;
	float:left;
	margin:7px 0 0 0;
}
#wrapper ul.banner_index > li:nth-child(even){
	float:right;
}
#wrapper ul.banner_index > li a{
	text-decoration:none;
}
#wrapper ul.banner_index > li .name_banner{
	width:100%;
	height:30px;
	line-height:30px;
	background:#FEF4F5;
	padding:0 8px;
	font-family: 'ralewayregular';
	color:#e99fa7;
	text-shadow:1px 0 1px #fff;
	font-size:0.9em;
}
#content_index{
	background:#fff;
	padding-bottom:25px;
	display:inline-block;
}
/*#side{display:none}*/

#side{
	width:250px;
	display:inline-block;
	position:absolute;
	background:#fef4f5;
	top:0;
	right:-250px;
}
#side ul.side-menu{
	display:inline-block;
	width:100%;
}
#side ul.side-menu > li{
	display:inline-block;
	width:100%;
	line-height:45px;
	overflow:hidden;
	font-size:1em;
	border-bottom:1px solid #f9dde1;
	border-top:1px solid #fff;
}
#side ul.side-menu > li:first-child{
	border-top:none;
}
#side ul.side-menu > li:last-child{
	border-bottom:none;
}
#side ul.side-menu > li a{
	text-decoration:none;
	display:inline-block;
	width:100%;
	color:#ffaeb7;
	text-shadow:1px 0 1px #fff;
}
#side ul.side-menu > li a span{
	padding:0 7px;
}


@media screen and (max-width: 1000px){
.fix-footer{
height:100px;
}
}
@media screen and (max-width: 346px){
.fix-footer{
height:125px;
}
}
#footer{
	background:#f9c3cb;
	width:100%;
	display:inline-block;
	padding:10px 0;
	bottom:0;
	z-index:9999;
	position:fixed;
}
#footer ul.social{
	display:block;
	width:100%;
	text-align:center;
}
#footer ul.social > li{
	display:inline-block;
	font-family: 'ralewayregular';
	color:#fff;
}
#footer ul.social > li a{
	text-decoration:none;
}
#footer ul.social > li span{
	background:url(../images/social.png) no-repeat;
	width:45px;
	height:45px;
	display:inline-block;
}
#footer ul.social > li a span.ig{
	background-position:0 0;
	vertical-align:middle;
}
#footer ul.social > li a span.fb{
	background-position:-45px 0;
	vertical-align:middle;
}
#footer ul.social > li span.line{
	background-position:-90px 0;
	vertical-align:middle;
}
#footer ul.social > li span.line_id{
	display:inline-block;
}
#footer .copyrights{
	font-size:0.55em;
	color:#fefefe;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#footer .copyrights a{
	display:inline-block;
	text-decoration:none;
	color:#fefefe;
}

#header-l ul.menu-l-list{
	display:inline-block;
	float:right;
	//margin:-31px auto;
}
#header-l ul.menu-l-list > li{
	display:inline-block;
	//float:left;
	color:#fff;
	font-family: 'ralewayregular';
	padding-left:25px;
	text-align:center;
	font-size:13px;
	position:relative; 
	top:-30px;
	overflow:visible;
	white-space: nowrap;
	

	
	transition-property:color;
	-moz-transition-property:color;
	-webkit-transition-property:color;
	
	transition-duration:.5s;
	-moz-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}
#header-l ul.menu-l-list > li a{
	display:inline-block;
	width:100%;
	text-decoration:none;
	color:#f9adb8;
	
	transition-property:color;
	-moz-transition-property:color;
	-webkit-transition-property:color;
	
	transition-duration:.5s;
	-moz-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}
#header-l ul.menu-l-list > li:hover, #header-l ul.menu-l-list > li:hover a{
	color:#acc3cd;
}
#header-l ul.menu-l-list > li ul{
	display:none;
}
#header-l .lang a{
	float:right;
	text-decoration:none;
	text-align:center;
	line-height:20px;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	background-color:#F9C3CB;
	width:24px;
}
.sub-menu{
	display:inline-block;
	color:#ffaeb7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	white-space: nowrap;
	margin-right: 30px;
}

@media screen and (min-height: 620px) and (max-height: 740px){
#footer{
	background:#f9c3cb;
	width:100%;
	display:inline-block;
	padding:10px 0;
	position:fixed;
	bottom:0;
	z-index:9999;
}
}
@media screen and (min-width: 760px){
#footer ul.social{
	width:300px;
	float:left;
}
#footer .copyrights{
	float:right;
	margin-right:10px;
	margin-top:15px;
}
}
@media screen and (min-width: 1000px){
#header-m{
	display:none;
}
#header-l{
	display:inline-block;
	width:100%;
	background:url(../images/bg_header.png) repeat-x;
	height:70px;
}
#header-l .header-l-wrapper{
	width:1000px;
	margin:0 auto;
}
.content{
	width:1100px;
	margin:0 auto;
}
.content-page{
	width:1000px;
	margin:0 auto;
}
.sub-menu{
	font-size:14px;
	font-family: 'ralewayregular';
}
#footer{
	position:fixed;
}
#footer .footer-wrap{
	width:1100px;
	margin:0 auto;
}
#footer .copyrights{
	font-size:12px;
}
}


.sub-menu-davika{
	color:#ffaeb7;
	font-family: 'ralewayregular';
	font-size:13px;
	white-space: nowrap;
	margin-right: 20px;
}
.sub-menu-viewall{
	display:inline-block;
	color:#fff;
	font-family: 'ralewayregular';
	font-size:13px;
	text-align:center;
	text-shadow:#ff8691;
	white-space: nowrap;
	margin-left: 20px;
	background:url(../images/VA.png);
	background-repeat : no-repeat ;
	background-size: cover;
	min-width: 55px;
	
}
.TableLine {
   border-top-style: none;
   border-right-style: none;   
   border-bottom-style: none;
   
   border-left-style: inset;   
   border-left-width: 1px;
   border-left-color: #f9dde1;
}
.product-bg{	
    position: fixed;
    min-width: 100%;
    min-height: 100%;

    background: url(../images/product_bg.jpg) ;
}
.font-dvk-centerpage{
	color:#5c3814;
	font-family: 'ralewayregular';
	font-size:24px;
	white-space: nowrap;
	text-align:center;
	font-weight:bold;
}
.shadow-table{
box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1000px){
 .copyrights{
	 display:;
 }
 .shadow-table{
	 display:none;
 }
}