 @import url("fonts.css");
 body {
    font-family: segoe ui;
    margin: 0 auto !Important;
    background: url(../img/footer.png)no-repeat bottom center;
    color: #000;
    max-width: 1366px;
	overflow-x:hidden;
}

/* global */

a:hover{
	text-decoration:none;
}
 .rel {
    position:relative
}
.red{
	color:yellow;
	font-weight:bold;
}
.container{
	width:1200px;
	margin:0 auto;
}
.back-to-top {
    position:fixed;
    z-index:123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
   
    box-shadow: chartreuse;
}
.phantrang{margin-left:15px}
.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.link-transpare-border:hover:before{
 border: 5px solid rgba(255, 255, 255, 0.4);
}
.tooltip-inner {
    border-radius:0 !important
}
.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content:"";
    position: absolute;
    left: 0px;
    top: 0;
}





.global-title:after, .title-global:after{
	 
}

.global-title:after, .title-global:after{
		content: "";
		top: 0;
		width: 622px;
		position: absolute;
		height: 41px;
		z-index: 0;
		/* left: 0; */
		background: url(../img/after.png) no-repeat left center;
}
.global-title:before, .title-global:before{
	    content: "";
	    height: 40px;
	    /* width: 267PX; */
	    position: absolute;
	    /* left: 0; */
	    top: 5px;
	    background: url(../img/before-title.png) no-repeat left center;
	    opacity: 0;
}
.global-title, .title-global{
	position:relative;
	margin: 0 auto;
	margin: 30px 0px;
	overflow: hidden;
}
.global-title h2 span, .title-global h2 span{
	border: 1px solid rgba(51,51,51,0.5);
	border-radius: 42px;
	padding: 8px 45px;
	margin: 0px 15px;
}
.global-title h3, .title-global h3 {
	   font-family: RobotoSlabRegular;
	   font-size: 24px;
	   padding: 0px;
	   color: #333;
	   margin: 0px;
	   text-transform: uppercase;
	   position: relative;
	   line-height: 40px;
	   z-index: 12;
	   text-align: center;
	   background: url(../img/title.png) no-repeat bottom center;
	   padding-bottom: 15px;
}
.global-title h2, .title-global h2 {
	   font-family: RobotoSlabRegular;
	   font-size: 24px;
	   padding: 0px;
	   color: #333;
	   margin: 0px;
	   text-transform: uppercase;
	   position: relative;
	   line-height: 40px;
	   z-index: 12;
	   text-align: center;
	   background: url(../img/title.png) no-repeat bottom center;
	   padding-bottom: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* fb rp */
 #fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
    width: 100% !important;
}
/* fb rp */

/* end global */

/*header */

.submenu li a{color:#fff !important;padding-left: 15px;display: block;line-height: 35px;}
.submenu{
	    -moz-transition: all 0.5s ease;
	    -o-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	    transition: all 0.5s ease;
	    position: absolute;
	    padding: 0;
	    top: 100%;
	    display: none;
	    z-index: 1234;
}
header .menu{
    width: 950px;
    float: right;
    margin-top: 14px;
}
.submenu li a{text-transform:capitalize !important;color: #fff !important;font-size: 12px;}
.submenu li:hover .submenucon{
	display:block;
}
.submenu li:before{
	position:absolute;
	bottom:0;
	width:100%;
	height:1px;
	background: rgba(0, 0, 0, 0.21);
	content:"";
	left:0;
}
.submenu li:after{
	position:absolute;
	bottom: 1px;
	width:100%;
	height:1px;
	background: rgba(51, 51, 51, 0.13);
	content:"";
	left:0;
}
.submenu li{
	padding: 0;
	background: hsl(0, 0%, 51%);
	width: 270px !important;
	display: inherit;
	line-height: 25px;
	padding-left: -16px;
	position:relative;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: left;
	/* border-right: 1px solid rgba(204, 204, 204, 0.59); */
}
.submenucon li a{background: rgb(130, 130, 130) !important;color: #fff !important;}
.submenucon li a{
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.submenucon li a:hover{padding-left:20px !Important;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;background: #FDE801!important;}
.submenu li:hover{
	background: none !important;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.submenu li:hover a{padding-left:10px;color: #FD020D;font-family: arial;text-shadow: none !Important;background: #FDE801;font-size: 12px;}
.menucon1{
	
    left: 0;
    padding: 0;
    position: absolute;
   
    top: 0;
    left: 100%;
}

.menucon1 li a{}
.menucon1 li:hover{}
.menucon1 li{
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
	
}
/* end product header */

/* end cart */

 #social-air a {
	position: relative;
	/* float: right; */
	padding: 0px 8px;
}
#social-air a span {
}
#social-air a:hover span {
}
 footer {
    padding-top: 30px;
}
/* maps */

 .video-wrapper iframe {
      width: 100%;
      /* left: 1%; */
      /* right: 1%; */
      position: absolute;
      height: 100%;
      border: 0;
      border: 1px solid #fff;
}

.video-wrapper {
    /* border: 1px solid #ccc; */
}

.video-wrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0;
}

nav ul{
	margin: 0;
	padding: 0;
	width: 100%;
}

.submenu-left li{
	float:none !important;
}
.submenu-left li:hover{
	background:none !Important;
	
}
nav ul > li.active a{
	color: #FD020D;
	text-shadow: 0px 0px 0px;
	position: relative;
	z-index: 999;
}
nav ul > li a:hover{
	text-shadow: 0px 0px 0px;
	text-decoration:none;
	color: #FD020D !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}
nav ul > li > a{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	color: #333;
	display: block;
	line-height: 47px;
	font-family: arial;
	text-transform: uppercase;
	font-size: 14px;
	/* padding: 0px 38px; */
}
nav ul > li i{
	font-size:10px !important;
}
nav ul .active:after {
	background:url(../img/hover.png)no-repeat center -5px !Important;
	content:"";
	position:absolute;
	width: 151px;
	height: 56px;
	top: 0;
	z-index:11;
	left: 0;
}
nav ul > li:hover:after {
	background:url(../img/hover.png)no-repeat center -5px !Important;
	content:"";
	position:absolute;
	width: 151px;
	height: 56px;
	top: 0;
	z-index:11;
	left: 0;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
}
nav ul > li:hover a{
	color: #FD020D;
    z-index: 999;
    position: relative;
}
nav .submenu li:hover:after{
	background:none !important;
}
nav ul > li:hover{
    
    
}
nav ul > li:hover .submenu{
	display:block;
}
nav ul > li{
	list-style:none;
	position:relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	text-align: left;
	padding-left: 17px;
	display: inline-block;
	background: url(../img/plus.png)no-repeat right center;
	padding-right: 26px;
}

#social-air a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    /* text-align: right; */
}

#social-air a:hover img {
    opacity: 0.6;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}


.copyright {
       font-size: 12px;
       color: #4e4c4c;
       background: #f6f6f6;
       padding: 10px 0px;
}

/*my css*/
nav{}
nav ul > li:hover .submenu{}

.submenu-left{
	padding:0;
	margin:0;
	display: none;
}
.submenu-left li{
	padding-left:10px !Important;
}

.owl-prev{
	background: url(../img/prev.png) no-repeat !important;
	opacity: 1 !important;
	line-height: 20px;
	font-size: 0px !important;
	width: 25px;
	position: absolute;
	top: -75px;
	right: 35px;
}
.owl-next{
	background: url(../img/next.png) no-repeat !important;
	opacity: 1 !important;
	line-height: 20px;
	font-size: 0px !important;
	width: 25px;
	position: absolute;
	top: -75px;
	right: 10px;
}

.submenucon{
	position: absolute;
    top: 0px;
    left: 100%;
    display: none;
}

header{
	margin: 0 auto;
	text-align: center;
}

/*css*/

.banner{
	float:left;
}
.search{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 0px;
	background: none;
}
.bg-sch{
	background: #fff;
	border: none;
	text-indent: 10px;
	font-size: 12px;
	width: 0px;
	height: 35px;
	border-radius: 30px;
	border: none;
	position: absolute;
	right: 5px;
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.bnt-sch{
	background: none;
	border: none;
	top: 0;
	right: 0;
	position: relative;
}
.search:hover:after{background:none !Important;}
#content-center{
	/* width:900px; */
	/* float:right; */
}
#content-left{
	width: 270px;
    float: left;
}
.logo{
	width: 250px;
	float:left;
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.hotline-left{
	position:absolute;
	bottom: 5px;
	left: 55px;
	color: #f44715;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.img-support{
	position:relative;
}
.yahoo{
	float:right;
}
.name-support{
	font-weight:bold;
	color:red;
}
.sp-item{
	padding:15px;
}
.top-footer{
	background: #DDDDDD;
	height: 85px;
	overflow: hidden;
	padding-top: 25px;
	color: #6d6b6b;
}
.subcribe{
	/* position:relative; */
	/* width: 300px; */
	outline: none;
	/* margin-bottom: 0px; */
	/* margin-right: 60px !Important; */
}
.form-dangky{
	background:#fff;
	width: 370px;
	border: none;
	border-radius: 0px;
	outline: none;
	height: 40px;
	float: left;
}
.btn-dk{
	top:0;
	right:0;
	border-radius: 0;
	border: none;
	margin-left: 5px;
	height: 40px;
	width: 120px;
	background: #939393;
	color: #fff;
	font-size: 15px;
}
.title-bottom{
	    font-size: 15px;
    font-family: arial;
    text-shadow: 0px 0px 0px;
    padding-top: 8px;
}

.title-bottom-mxh{
	margin-left:60px !Important;
}
.bottom-footer{
	/* color: #fff; */
	padding: 40px 0px;
	background: #F6F6F6;
	padding-bottom: 20px;
}
.footer-right{
	float:right;
	width: 335px;
}
.footer-center{
	float:left;
	width: 230px;
}
.footer-left{
	float:left;
	width: 430px;
}
.title-footer1:after{
	position:absolute;
	bottom:0;
	content:"";
	width: 50px;
	height: 1px;
	background: #6d6b6b;
	left: 0;
}
.title-footer1{
	    font-size: 14px;
	    text-transform: uppercase;
	    position:relative;
	    margin-bottom: 15px;
	    padding-bottom: 3px;
}
.item-social a{
	color: rgba(51, 51, 51, 0.8);
	font-size: 12px;
}
.item-social{
	    float: left;
    padding: 5px;
    background: #FFF;
    margin: 2px 2px;
}

.wrap_noibat{
	position:relative;
}
.address{
background: url(../img/local.png)no-repeat left center;
padding-left: 15px;
}
.submenu-left{
	z-index: 123;
	position:absolute;
	left: 100%;
	top:0;
	width: 250px;
	background: #0202ef url(../img/bg-left.png)no-repeat top center;
}
.menu-left li:hover .submenu-left{
	display:block;
}
.top-header{color: #ccc;font-family: arial;font-size: 12px;text-align: left;padding: 13px 0px;border-bottom: 3px solid #ccc;line-height: 25px;}
.top-header .hotline{
    background: url(../img/hotline.png)no-repeat left center;
    border-right: 1px solid #ccc;
    float: right;
    padding: 0px 15px;
    padding-left: 20px;
}

.hotline {}
.top-header .email{
    background: url(../img/email.png)no-repeat left center;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    float: right;
    padding: 0px 10px;
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 13px;
}
#social-air{
	
float: right;
	
padding-left: 10px;
}
header .wrap-hotline{
	float:right;
}
header .wrap_menu{
	
padding: 7px 0px;
	
background: #fff;
}
header .search:hover .bg-sch{
	width:200px;
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	border:1px solid #ccc;
}
.wrap_center{
	width: 890px;
	float:right;
	height: 650px;
}
.slider_thietketheoyeucau h3{
	background: rgba(0,0,0,0.5);
	font-family: avo_bold;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	margin: 0;
	padding: 0px 15px;
	position: absolute;
	top: 30%;
	text-transform: uppercase;
	padding-top: 8px;
}
.slider_thietketheoyeucau .xemngay a{
	color:#fff;
	text-transform: uppercase;
	font-size: 16px;
}
.slider_thietketheoyeucau .xemngay{
    background: url(../img/xemngay.png)no-repeat center center;
    position: absolute;
    top: 35%;
    padding: 30px;
    left: 15px;
}
.slider_thietketheoyeucau{
position: absolute;
left: 0;	
top: 0;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.slider_thietketheoyeucau:hover h3{
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	background:hsla(0,100%,50%,0.6);
}
.about-top{
    color: rgba(255, 255, 255, 0.8);
    font-family: arial;
    line-height: 30px;
    font-size: 13px;
    margin-top: 90px;
    text-align: justify;
}
.about-top h3{
    font-family: RobotoSlabRegular;
    text-transform: uppercase;
    font-size: 25px;
    margin: 20px 0px;
    color: #fff;
}
.wrap-about{
    padding: 28px 0px;
    height: 530px;
    overflow: hidden;
}
.seemore a{
    background: url(../img/xemngay.png)no-repeat center center;
    padding: 18px 33px;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 14px;
}
.seemore{
	
margin-top: 25px;
}
#page-wrapper{
	margin-top:40px;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    background: #F1F1F1;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #787878;
    background-color: transparent; 
    border: none;
    margin-left: -1px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #787878;
    cursor: default;
}
.footer-center1{
	
width: 205px;
	
float: left;
}
.content-footer li a{}
.content-footer .name{
    color: #6d6b6b;
    font-family: avo_bold;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    /* line-height: 25px; */
}
.content-footer li{
	list-style:none;
	line-height: 30px;
}
.content-footer{
	padding:0;
	margin:0;
	color: #6d6b6b;
	font-size: 13px;
}
.hotrokhachhang ul li a:hover{
	color:red;
	padding-left:10px;
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.hotrokhachhang ul li a{
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	color: #6d6b6b;
}
.hotrokhachhang ul li{
	list-style:none;
	line-height: 25px;
	font-size: 12px;
}
.hotrokhachhang ul{
	padding:0;
	margin:0;
}
#social-air1 a{margin-left:8px;}
.copyright{}
.copyright ul{
    padding: 0;
    margin: 0;
    margin: 15px 0px;
}
.copyright ul li:after{
	position:absolute;
	content:"";
	background: #939393;
	height: 80%;
	width: 1px;
	top: 2px;
	left: -8px;
}
.copyright ul li{
	position:relative;
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}
.copyright ul li a{
    color: #4e4c4c;
    text-transform: uppercase;
    font-size: 14px;
}
.ana_cout{
	text-align:right;
	margin-top: 30px;
	font-size: 13px;
}
.left_product{
    width: 830px;
}
.right_product{
	position:relative;
    width: 340px;
}
.wrap-product-detail{
	
}
.wrap_seo{
	position:absolute;
	z-index:0;
	opacity: 0;
}