@font-face{font-family:"hel-regular";src:url("../fonts/helveticaneue.ttf"), url("../fonts/helveticaneue.eot");font-style:normal}*/
@font-face{font-family:"hel-bold";src:url("../fonts/helveticaneuebold.ttf"),url("../fonts/helveticaneuebold.eot");font-style:normal}
@font-face{font-family:"hel-light";src:url("../fonts/helveticaneuelight.ttf"),url("../fonts/helveticaneuelight.eot");font-style:normal}
@font-face{font-family:"futura-heavy";src:url("../fonts/SFUFuturaHeavy.TTF"),url("../fonts/SFUFuturaHeavy.eot");font-style:normal}


*{
	margin: 0;
	padding: 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /* height: 100%; */
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.h1_tieude{
	    position: absolute;
    bottom: 0;
    color: transparent;
    opacity: 0;
    z-index: -1;
}
.swiper-wrapper{
	height: auto!important;
}
#qc2{
	display: flex;
    justify-content: center;
    margin: 45px 0;
}
.fb_iframe_widget{
	width: 100%;
	height: 471px;
}
#menu .menu-item{
	height: 100px;
	display:flex;
	align-items:center;
}
#menu .menu-item ul{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 999;
	background-color: #FFF;
	list-style-type: none;
	/* padding: 0 10px; */
	min-width: 180px;
	/* border: 1px solid #ccc; */
}
#menu .menu-item:hover ul{
	display:block;
}
#menu .menu-item ul li{
	/* padding: 5px 10px; */
	border-bottom: 1px solid #ddd;
}
#menu .menu-item ul li a{
	display:block;
	color: #000;
	text-decoration: none;
	padding: 7px 10px;
	font-size: 15px;
}
#menu .menu-item ul li:hover a{
	color: #FFF;
	background-color: #000;
}
.noidung_ta .fb_iframe_widget{
	height:auto;
}
.fb_iframe_widget iframe{
	    max-width: 100%;
	    width: 100%!important;
	    height: 100%!important;
}
.fb_iframe_widget span{
	width: 100%!important;
	height: 100%!important;
}
.container{
	max-width: 1230px!important;
	width: 1230px!important;
}
.container .container{
	width: 100%;
}
ul{
	margin: 0;
}
.topbar{
	background-color: #3f3f3f;
}
.topbar .container{
	height: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.topbar a{
	font-family: "hel-regular";
	color: #fedc94;
	font-size: 14px;
	/* text-transform: uppercase; */
}
.topbar span{
	color: #fff9b1;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#menu .menu-item > a{
	color: #3c3c3c;
	font-size: 15px;
	font-family: "hel-regular";
}
#menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 260px);
	height: 100px;
	position: relative;
}
#menu .menu-item{
	margin-left: 20px;
}
#gioithieu{
	padding: 50px;
}
#gioithieu .container{
	display:flex;align-items:center;
	justify-content:space-between;
}
#gioithieu .label{
	font-size: 16px;
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#gioithieu h2{
	margin-bottom: 10px;
	font-family: "futura-heavy";
}
.about-img{
	width: 580px;
}
.about-nd{
	width: calc(100% - 610px);
	text-align: center;
}
.visit_hidden{
	opacity: 0;
	position: absolute;
	bottom: 0;
}
#copyright{
	background-color: #b3b3b3;
	font-family: "hel-light";
	color: #FFF;
	font-size: 13px;
	/* margin-top: 15px; */
}
#copyright .container{
	display: flex;
	align-items:center;
	position: relative;
	justify-content:center;
	height: 100px;
} 
main.content img{
	max-width: 100%!important;
	width: 100%!important;
	height: auto!important;
}
#copyright #logo{
	position:absolute;
	left: 0;
}
.footer{
	background-color: #f5f5f5;
	padding: 30px 0;
	color: #4c4b4b;
	font-size: 15px;
	font-family: hel-light;
	padding-bottom: 45px;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.footer h2{
	font-family: "hel-light";
	color: #363636;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 24px;
	margin-top: 4px;
}
.footer h3{
	font-family: "futura-heavy";
	color: #575757;
	font-size: 30px;
}
.footer a{
	color: #4c4b4b;
	font-size: 15px;
	font-family: hel-light;
	margin-bottom: 3px;
}
#slide_show{
	position: relative;
}
#slide_show iframe{
	border: 0;
}
#chatluong{
	padding: 30px 0;
}

.chatluong_item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.chatluong_item img{
	width: 80px;
	height: 80px;
}
.chatluong_item .detail{
	width: calc(100% - 95px);
	font-family: "hel-regular";
	font-size: 13px;
	color: #404040;
}
.chatluong_item h3{
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.chatluong_item p{
	
}
main .header-title{
	margin-top: 30px;
}
.header-title{
	
background: url(../images/h2_title.png) bottom center no-repeat;
	
padding-bottom: 5px;
	
margin-bottom: 30px;
	
text-align: center;
}
.h2-title{
	color: #333333;
	font-size: 30px;
	font-family: hel-regular;
	text-transform: capitalize;
}
.header-title p{
	color: #6d6d6d;
	
}
h3{
	line-height: 0.85;
	margin: 10px 0;
}
h3 a{
	font-family: "hel-regular";
	font-size: 17px;
	color: #676767;
}
p.mota{
	font-family: hel-regular;
	font-size: 14px;
	color: #4c4c4c;
}
.xemthem{
	display: inline-flex;
	float: right;
	position:relative;
	align-items:center;
	color: #505050;
}
.xemthem:before{
	content: url(../images/xemthem.jpg);
	position:relative;
	top: -4px;
	margin-right: 10px;
	}


	.centerpadding  .swiper-slide {
       text-align: center;
       font-size: 18px;
       background: transparent;
      /* Center slide text vertically */
       display: -webkit-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       -webkit-justify-content: center;
       justify-content: center;
       -webkit-box-align: center;
       -ms-flex-align: center;
       -webkit-align-items: center;
       align-items: center;
       padding: 0;
    }


#sp_moi{
	background-color: #f0f0ee;
}
.centerpadding h3 a{
	font-size: 22px;
	color: #333333;
}


.box_item_img{float:left;position:relative;overflow:hidden;margin-right: 15px;border: 1px solid #ccc;padding: 4px;}
.box_item_img img{float:left;max-width:100%;transition:all 0.5s;/* height: 140px; */width: 215px;height: auto;}
.box_item h3{font-size:14px;/* font-weight:600; */margin-bottom:5px;line-height: 18px;}

.date_tt{ font-size:13px; color:#3e3e3e;}
.box_item{float:left;width:100%;margin-bottom: 20px;}

.box_item h3 a:hover{ color:#f00;}

.item{
	position:relative;
	/* width:100%; */
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	/* margin-bottom:40px; */
	/* display: inline-block; */
	font-size:15px;
	padding-bottom: 40px;
}
.item .bg{position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.6);/* padding:0 52px; */display: flex;align-items: center;transform:scale(0);transition:all 0.5s;z-index: 999;justify-content: center;}
.item .bg .ct{ float:left; height:36px; width:107px; background:#fff; text-align:center; line-height:36px; color:#404040; font-size:15px;}
.item .bg .btncart{height:36px;width:44px;background:url(../images/btn_cart.png) no-repeat;float:right;cursor:pointer;margin-left: 15px;}
.item .bg .btncart:hover,.item .bg .ct:hover{ opacity:0.7;}
.cen{ text-align:center; }
.item span{ color:#ed1c24; font-size:14px; font-family:Tahoma, Geneva, sans-serif; }
.item-img{position:relative;margin-bottom:10px;padding: 40px 0;}
.item:hover .bg{transform:scale(1);}

.item h3{font-weight:100;font-size:15px;margin-top: 9px;line-height: 1.5;}

.item h3 a{color: #777;font-family: "hel-regular";}
.item h3 a:hover{ color:#f00;}
.item .name{display:inline-block;width:100%;/* border:1px solid #ccc; */min-height:57px;position:relative;}
.item .name:before{ content:''; position:absolute; width:65%; height:1px; background:#fff; top:-1px; left:0; right:0; margin:0 auto;}

.product-item{
	padding: 10px!important;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
.product-item:nth-of-type(4n + 1){
	border-left: 1px solid #dedede;
}
.product-item:nth-of-type(-n + 4){
	border-top: 1px solid #dedede;
}

div#container_product{
	margin-top:10px;
	width:100%;
	float:left;
}

div#container_product #tabs li.active,div#container_product #tabs li:hover {
    border-top-color: #0088cc;
	background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px 15px 11px !important;
	border-bottom: none;
    margin-bottom: -1px !important;
}

div#container_product #tabs li {
    display: inline-block;
    float: none;
    font-size: 1em;
    font-weight: normal;
    margin-right: -1px;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
}

div#container_product #tabs li a {
    color: #0088cc;
    text-decoration:none;
    display: block;
}
div#container_product #tabs li a:hover { text-decoration:none;}


.phantrang {
text-align: center;
margin-top: 20px;
}
.noidung_ta{
	width:100%;
	float:left;
	padding:10px;
	clear:left;
	border: 1px solid #e4e4e4;
}
.noidung_ta iframe{ border:none; max-width:100%;}
.chinhsachbanhang{
	padding:10px;
	background-color: #f7f7f7;
}
.frame_images{
	width: 100%;
	/* float: left; */
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.khung_thongtin{
	width: 100%;
	/* float: right; */
	list-style-type:none;
	padding: 0;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.khung_thongtin h1{
	font-size: 24px;
	position:relative;
}
.khung_thongtin li{
	margin-bottom: 8px;
	line-height: 1.5;
}
.khung_thongtin li .muangay {
    height: 41px;
    line-height: 41px;
    background: #575757;
    display: inline-block;
    padding: 0 20px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: 'hel-regular';
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
}
.khung_thongtin li .muangay:hover{ opacity:0.7;}

.sl_ipput{
	width: 80px;
	margin-left: 10px;
}
.sl{
	display:flex;
	align-items:center;
}
.gia_detail span{
	font-size: 17px;
	color: #df0000;
}
.thongtin_bt {
	width: 435px;
}
.f_showroom{
	width: 538px;
	padding: 0 30px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 10px 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    font-size: 17px;
    /* filter: brightness(0) invert(1); */
}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 25%;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 25%;
    left: auto;
}
.lang ul{
	display: flex;
	margin-left: 15px;
	list-style-type: none;
}
.sticky_topbar{
	position:fixed;
	z-index:9999;
	background-color: #FFF;
	width: 100%;
	top: 0;
	box-shadow: 0 0px 1px 1px #efefef;
}
.sticky_topbar .topbar{
	display: none;
}
.sticky_topbar #logo img{
	height: 50px;
}
.cart{height:27px;/* background:url(../images/item-cart.png) no-repeat; *//* padding-left: 45px; */color:#b0b0b0;line-height: 30px;/* margin-top:12px; */position:relative;padding-right:15px;z-index: 999;}
.cart .icon{position:absolute;right:0;top: 13px;height:6px;width:9px;background:url(../images/drop_arrow.png) no-repeat;cursor:pointer;}
.cart a{ color:#b0b0b0;}


.info-cart{ position:absolute; top:40px; right:0; width:275px; background:#fff; z-index: 999; border: 1px solid #ccc; display:none;}
.info-cart.active{ display:block;}
.info-cart ul{display: inline-block;position:relative;width:100%;float:left;background-color: #FFF;border: 1px solid #ccc;list-style-type: none;}
.xemthem{/* float:left; */width:100%;line-height:35px;text-align: right;/* text-transform:uppercase; *//* color:#fff; *//* background:#FF9B09; */display: block;}
.info-cart ul:after,
.info-cart ul:before {
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.info-cart ul:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.info-cart ul:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -9px;
}
.info-cart ul li{    float: left; width: 100%;color: #535353; border-bottom: 1px solid #ccc; padding:5px;}
.info-cart ul li:hover{ background:#ccc;}
.info-cart ul a:last-child li{ border-bottom:none;}	
.info-cart ul li img{ float:left; margin-right:10px; width:70px;}
.info-cart ul li h3{ font-weight: 100; font-size: 13px; margin-top: 3px; margin-bottom: 2px;}
.info-cart ul li h3{color: #535353;}
.info-cart ul li h3 a:hover { color: #f00;}
.info-cart ul li span {
    color: #ed1c24;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}
	
ul.tab_mau li {
    background: #0f75bd; cursor:pointer;
    padding: .5em 1em;
    color: #fff;
    display: inline-block;
    margin-bottom: .3em;
    border-radius: .2em;
    transition: all 0.3s ease;
}
ul.tab_mau li.active,ul.tab_mau li:hover{ background:#f00;}
ul.tab_mau li:before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: .5em;
}
.lienket a{
	margin: 0 5px;
}
#gioithieu .text-justify{
	font-family: hel-regular;
    font-size: 15px;
    color: #4c4c4c;
}
#map_canvas{
	width: 100%;
	height: 380px;
	margin-top: 30px;
}
#map_canvas iframe{
	width: 100%;
	height: 380px;
}
#showroom .carousel-control-prev{
	position:absolute;
	bottom:0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #f00;
	display: block;
}

#showroom .carousel-control-prev{
	position:absolute;
	bottom:0;
	right: 48px;
	top: unset;
	width: 48px;
	height: 48px;
	background: url(../images/btn_prev.jpg);
	display: block;
	left: unset;
	opacity: 1;
}
#showroom .carousel-control-next{
	position:absolute;
	bottom:0;
	right: 0;
	top: unset;
	width: 48px;
	height: 48px;
	background: url(../images/btn_next.jpg);
	display: block;
	left: unset;
	opacity: 1;
}
.showroom_img{
	width: 755px;
	float: left;
	overflow: hidden;
}
.showroom_fb{
	width: calc(100% - 785px);
	float: right;
}
.header{
	box-shadow: 0 1px 1px 1px #ccc;
}
body.product section#content .container{
	width: 1000px!important;
}
.product-item img{
	transition: all 0.2s;
}
.product-item:hover img{
	transform:scale(0.9);
	transition: all 0.2s;
}
.lang img{
	height: 18px;
	margin: 0 3px;
}
.input-group{
	margin-bottom: 15px;
}
.input-group label{
	width: 120px;
}
.slider-nav{
	padding: 0 39px;
}
.selectors.slider-nav{
	    /* height: 80px; */
	    /* position: relative; */
	    /* align-items: center; */
	    /* display: flex; */
}
.slick-prev,.slick-next{
	 position: absolute;
	 bottom: 0;
	 top: 0;
	 width: 33px;
	 border: none;
	 color: transparent;
	 overflow: hidden;
}
.slick-prev{
	   left: 0;
	   background-image: url(../images/left-product.png);
	   background-size: 16px 21px;
	   display:flex;
	   align-items:center;
	   justify-content:center;
	   /* text-indent: -999999; */
}
.slick-prev:before{
	content: "\f104";
	color: #9e9c9c;
	position: relative;
	right: -30px;
	font-family: FontAwesome;
	font-size: 30px;
}
.slick-next{
    right: 0;
}
.slick-next:before{
	content: "\f105";
	color: #9e9c9c;
	position: relative;
	right: -12px;
	font-family: FontAwesome;
	font-size: 30px;
}
.slick-slide{
	min-width: 100px;
}
.box_video .image{
	position: relative;
}
.box_video .video-icon{
	    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    /* filter: brightness(0) invert(1); */
    border: 5px solid #df0000;
    color: #df0000;
    /* opacity: 0.8; */
    transform: translate(-50%,-50%);
    border-radius: 50%;
    pointer-events: none;
}