﻿/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
fieldset, img {
    border: none;
}
li {
    list-style-position: inside;
	list-style:none;
}
body {
    font-size: 13px;
    line-height: 1.4;
	font-family: 'Arial', sans-serif;
	position:relative;
	color:#747474;
	overflow-x: hidden;
}
* {
    padding: 0;
    margin: 0;
}
.outainer {
	width:100%;
	padding:0 15px;
	margin-right: auto;
  	margin-left: auto;
	position:relative;
}
.outainer:before,
.outainer:after  {
  display: table;
  content: " ";
}
.outainer:after {
  clear: both;
}
.outainer img {
	max-width: 100%;
}

/*---------------------------------Top---------------------------------*/
.top {
    border-bottom: 1px solid #ebebeb;
    padding: 7px 0;
}
.mainmenu {
    position: relative;
	text-align:center;
}

.mainmenu ul {
	margin-bottom: 0; 
	padding: 0;
}
.mainmenu ul li {
	display: inline-block;
	position:relative;
	border-right: 1px solid #d2d2d2;
}
.mainmenu ul li:last-child {
	border:none;
}
.mainmenu ul li a {
	display: block;
	padding: 0 12px;
	white-space:nowrap;
}
.mainmenu ul li.active>a {
	color:#3555a1;
}
.mainmenu ul li.parent ul {
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
	border:1px solid #d2d2d2;
}
.mainmenu ul li.parent:hover ul {
	visibility:visible;
	opacity: 1;
}
.mainmenu ul li.parent ul li {
	border:none;
}
.mainmenu ul li.parent ul li a {
	padding: 5px 10px;
}

/*----------------------------------Header-----------------------------*/
.header {
    margin: 30px 0;
}
.logo {
    width: 65%;
    float: left;
	text-align:center;
}
.hotline {
    background: url(../images/bg-hotline.png) no-repeat;
    width: 20%;
    height: 39px;
    float: right;
    padding: 3px 10px 3px 45px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.search {
  position: relative;
  height:37px;
  width:15%;
  float: left;
}
.search a {
  position: absolute;
  top:0;
  right:0;
  border:none;
  height:40px;
  width:40px;
  text-align:center;
  background: transparent;
  border: 1px solid #ececec;
}
.search img {
    margin-top:10px;
}
.search input {
  padding: 3px 10px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ececec;
  width: 100%;
    font-family: 'Arial', sans-serif;
	height:40px;
	color:#c8c8c8;
	background: transparent;
}

/*----------------------------------Navigation-----------------------------*/
.navigation {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.categorymenu {
	text-align:center;
}

.categorymenu ul {
	margin-bottom: 0; 
	padding: 0;
	background:#fff;
}
.categorymenu ul li {
	display: inline-block;
}
.categorymenu ul li:last-child {
	/*border:none;*/
}
.categorymenu ul li a {
	display: block;
	padding: 8px 25px;
	white-space:nowrap;
	text-transform:uppercase;
}
.categorymenu ul li.active a {
	color:#ff0003;
}
.categorymenu ul li.parent ul {
    visibility: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
	border:1px solid #d2d2d2;
}
.categorymenu ul li.parent:hover ul {
	visibility:visible;
	opacity: 1;
}
.categorymenu ul li.parent ul li {
	border:none;
}
.categorymenu ul li.parent ul li a {
	padding: 5px 10px;
}
.fixed {
	position: fixed; 
	top: 0; 
	z-index: 99999;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	background:#fff;
	width:100%;
}
/*--------------------------------------------------------------------*/
ul#id-living {
	background:url(../images/living.jpg) no-repeat right bottom #f1f1f1;
}
ul#id-bed {
	background:url(../images/bed.png) no-repeat right bottom #f6f6f6;
}
ul#id-kitchen {
	background:url(../images/dining.jpg) no-repeat right bottom #fdfdfd;
}

/*-------------------------Mega Menu-----------------------------------*/
.mega-menu {
	padding: 10px 25px! important;
	width: 100%;
	border-radius: 0;
	position:absolute;
	margin: 0!important;
	left:0;
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -o-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}

.mega-menu li {
	display: inline-block;
	float: left;
	padding: 3px 0px;
	width:100%;
}
.mega-menu li a {
    padding: 3px 0!important;
	font-size: 12px!important;
}
.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 165px;
    text-align: left;
}

.mega-menu .nav-header {
	padding: 0 !important;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	text-transform:uppercase;
	font-weight: bold;
	color:#000;
}
.mega-menu img { padding-bottom: 10px;}
/* Disable Toggle style
********************************/  

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: inherit; /* Set to inherit when using mouse hover to open dropdown */
    color: inherit;
    }   
    /* Toggle off style */
    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav > li.dropdown > a:focus { 
    background: inherit;
    color: inherit;
    }
    /* Toggle hover */
    .navbar .nav li.dropdown > .dropdown-toggle:hover,
    .navbar .nav li.dropdown.open > .dropdown-toggle:hover {
    background-color: #DDDDDD;
    }
            
            
    /* Toggle caret*/
    .navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color:;
        border-top-color:;
        }
        /* Toggle caret hover */
        .navbar .nav li.dropdown > a:hover .caret, 
        .navbar .nav li.dropdown > a:focus .caret {
        border-bottom-color: #333;
        border-top-color: #333;
        }
        /* Toggle caret active */
        .navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
        .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color:#333;
        border-top-color: #333;
        }



/* Hover style
********************************/ 
.navbar .nav > li > a, .mega-menu a
 { 
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; 
	/* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/ 
	-webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
	-webkit-transform: translateZ(0);
}	
/*-------------------------------Slide show---------------------------*/
.slideshow {
	margin-bottom:50px;
}
.banner-left img, .banner-right img, .bxslider img {
	width:100%;
}
.banner-left {
    width: 20%;
    float: left;
	padding-right:5px;
}
.banner-right {
    width: 20%;
    float: left;
	padding-left:5px;
}
.banner-img:nth-child(1) {
    margin-bottom: 10px;
}
.slide {
    width: 60%;
    float: left;
    padding: 0 7px;
	position:relative;
}
.bx-pager img {
	width:85px;
}
div#bx-pager {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    left: 22%;
}
div#bx-pager a {
	padding:0 2px;
}
div#bx-pager a img {
    opacity: 0.5;
}
div#bx-pager a.active img {
    opacity: 1;
}
/*-----------------------------------Home Mod------------------------------*/
.modhome .outainer, .category-home .outainer, .homeproduct .outainer, .partner .outainer, .hotshot .outainer {
	width:93%;
}
.modhome h3 {
    margin-top: 0;
    border: 1px solid #dbdbdb;
    padding: 10px 20px;
    font-size: 20px;
    color: #747474;
    text-transform: uppercase;
	margin-bottom:25px;
}
ul.list-category li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
ul.list-category li > div {
	background:#ebebeb;
	padding:10px;
}
.cat-info {
    margin-top: 20px;
	overflow:hidden;
}
.cat-info a {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.cat-title {
    /*width: 80%;*/
    float: left;
}
.cat-more {
    /*width: 20%;*/
    float: right;
    text-align: right;
	/*padding-top:5px;*/
}
.cat-more a{
	text-transform:none !important;
}
.cat-img img {
    width: 100%;
}
.cat-img>a>img {
height:265px;}
/*------------------------------------Category Home--------------------*/
.category-home {
    background: #f5f5f5;
    padding: 20px 0;
	margin-bottom:50px;
}
.category-home h3 {
    color: #000;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
li.cate-col {
    width: auto;
    float: left;
    border-right: 1px dashed #d6d6d6;
    padding: 0 17px;
	min-height: 200px;
	margin-bottom:20px;
}
li.cate-col:last-child {
	border:none;
}
li.cate-title {
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cate-more a {
    color: #333;
    /*text-transform: uppercase;*/
    font-size: 10px;
}
.cate-more {
    margin-top: 15px;
}
li.cate-col ul li {
    padding-bottom: 5px;
}
/*-----------------------------Product Home --------------------------*/
.homeproduct {
   background: #f5f5f5;
    margin-bottom: 50px;
    padding: 65px 0;
}
.homeproduct li > div {
    background: #ebebeb;
    padding: 10px;
}
.pro-title {
    margin: 15px 0;
        min-height: 40px;
}
.pro-title a {
    color: #333;
    font-size: 14px;
}
.price-final {
    float: left;
    color: #333;
    font-size: 14px;
}
.price-sale {
    float: right;
    color: #3555a1;
    font-size: 16px;
    font-weight: bold;
}
.pro-price {
    overflow: hidden;
}
.price-final span {
    text-decoration: line-through;
}
.homeproduct .bx-wrapper .bx-pager {
	display:none;
}
.homeproduct h3 {
    color: #747474;
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #dbdbdb;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.homeproduct .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../images/left.png") no-repeat scroll 0 0;
    left: auto;
    right: 88px;
}
.homeproduct .bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/right.png) no-repeat;
}
.homeproduct .bx-wrapper .bx-prev:hover {
  background: rgba(0, 0, 0, 0) url("../images/left-hover.png") no-repeat scroll 0 0;
}
.homeproduct .bx-wrapper .bx-next:hover {
	background: url(../images/right-hover.png) no-repeat;
}
.homeproduct .bx-wrapper .bx-controls-direction a {
  height: 31px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 74px;
  z-index: 9999;
  top: -57px;
}
.pro-img img {
    width: 100%;
}
.pro-img>a>img {
height:265px;}
/*----------------------------------Partner---------------------------------*/
.partner {
    background: #f5f5f5;
    padding: 50px 0;
}
.partner li a {
    border: 1px solid #cccccc;
    padding: 15px;
    display: block;
    height: 85px;
    margin-bottom: 30px;
	background:#fff;
	text-align:center;
}
.partner li {
	text-align:center;
}
.partner .bx-wrapper .bx-pager {
	display:none;
}
.partner img {
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}
.partner li a:nth-child(2) {
    margin: 0;
}
.partner .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
  left: 0;
  opacity: 0;
}
.partner .bx-wrapper .bx-next {
	right: 0;
	background: url(../images/next.png) no-repeat;
	opacity: 0;
}
.partner .outainer:hover .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/pre-hover.png") no-repeat scroll 0 0;
  opacity: 1;
}
.partner .outainer:hover .bx-wrapper .bx-next {
	background: url(../images/next-hover.png) no-repeat;
	opacity: 1;
}
.partner .bx-wrapper .bx-controls-direction a {
  height: 81px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 42px;
  z-index: 9999;
  top: 30%;
}
/*-----------------------------Hotshot----------------------------------*/
.hotshot {
    background: #f5f5f5;
    padding-bottom: 50px;
}
.hotmod {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
.hotshot h3 {
    margin-top: 0;
    color: #747474;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.mod-cont li {
    color: #333;
    list-style-type: disc;
    margin-left: 16px;
    font-size: 15px;
	padding:3px 0;
}
.mod-cont li a {
	font-size:13px;
}
.mod-about {
    margin-bottom: 10px;
    line-height: 24px;
}
.mod-cont ul {
    width: 50%;
    float: left;
	margin:0;
}
.mod-cont img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.mod-cont > div {
    margin-bottom: 10px;
}
.copyright {
    background: #f5f5f5;
    text-align: center;
    padding: 45px 0 25px 0;
    border-top: 1px solid #ccc;
}
ul.list-about {
    width: 100%;
}
/*--------------------------------------------*/
.scrollToTop {
  bottom: 60px;
  display: none;
  height: 58px;
  position: absolute;
  left: 50%;
  text-align: center;
  text-decoration: none;
  width: 58px;
}
.scrollToTop:hover{
	text-decoration:none;
}
.news-home{
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-home-item {
       background: #fff;
    width: calc(100%/3 - 20px);
    padding: 10px;

}
.news-home-ttl{
        padding: 10px 0;
    text-transform: uppercase;
}
.news-home-img{
    overflow:hidden;
}
.news-home-img img {
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0.9;
}
.news-home-img:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all 0.5s ease 0s;
    opacity: 1;
}
#totop {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 1000;
    margin-bottom: 0;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
	
}
@media (min-width:992px) {
	
	.navbar-toggle { display: none; }
	.categorymenu .collapse { display: block; height:auto!important; }
}
@media (max-width:1200px) {
	.categorymenu ul li a {
		display: block;
		padding: 8px 7px;
		white-space: nowrap;
		text-transform: uppercase;
	}
	.head-icon img {
		margin: 0;
	}
	.container {
		padding: 0 15px;
	}
	.pro-title {
		font-size: 15px;
	}
	.video-author, .video-date {
		font-size:11px;
	}
	.search {
		margin-right: 2%;
	}
	.hotline {
		width: 23%;
	}
	
	.supp-content {
		padding: 13px;
	}
	.logo {
		width: 60%;
	}
	.modhome .outainer, .category-home .outainer, .homeproduct .outainer, .partner .outainer, .hotshot .outainer {
		width: 100%;
	}
	li.cate-col {
		padding: 0 9px;
	}
}
@media (max-width:991px) {
	.mainmenu .collapse { display: block; height:auto!important; }
	.mainmenu .navbar-toggle { display: none; }
	.search {
		width: 17%;
		margin-left: 75px;
	}
	.logo {
		width: 41%;
	}
	.hotline {
		width: 29%;
	}
	.navigation {
		border: none;
		margin: 0;
	}
	.categorymenu ul li { 
		display: block;
		margin:0;
	}
	.categorymenu ul {
		z-index:99999;
		position:absolute;
		text-align:left;
		margin-top:5px;
	}
	.categorymenu .navbar-toggle {
		text-transform:uppercase;
		margin-bottom: 0;
		background:#ff0003;
		color:#fff;
	}
	.categorymenu ul li a {
		background: #000;
		color:#fff;
		padding: 8px 18px;
		border-bottom:1px solid #ccc;
	}
	.categorymenu ul li.parent ul a {
		color: #401015;
		background: url(../images/arrow.png) no-repeat 20px center;
		padding-left: 35px;
	}
	.categorymenu ul li a:hover, .categorymenu ul li.active a {
		background: #bebebe;
		color:#fff;
	}
	.categorymenu ul li.parent ul a:hover {
		background: url(../images/arrow.png) no-repeat 20px center #bebebe;
		color:#fff;
	}
	.categorymenu {
		float: none;
		border: none;
		text-align: left;
		position: absolute;
		top: -63px;
	}
	.categorymenu ul.menu > li:before, .categorymenu ul.menu > li:after {
		display:none;
	}
	.categorymenu ul li.parent ul {
		visibility:visible;
		position:static;
		opacity: 1;
		background:#e3e3e3;
		padding:0;
		margin:0;
	}
	li.cate-col {
		padding: 0 2%
	}
	li.cate-col:nth-child(5) {
		border: none;
	}
	li.dropdown .dropdown-menu {
		display:block!important;
	}
	ul.dropdown-menu {
		left: 100%;
		top: 0;
		width: 600px;
		height: 100%;
	}
	.categorymenu .dropdown-menu ul {
		background: none;
	}
	.categorymenu .dropdown-menu ul li a {
		background: none;
		border: none;
		color: #000;
	}
	.categorymenu .dropdown-menu ul li a:hover {
		color:#ff0003;
	}
	ul#id-kitchen, ul#id-bed, ul#id-living {
		background:#f1f1f1;
	}
	div#bx-pager {
		left: 19%;
	}
	ul.list-category li {
		width: 50%;
	}
}
@media (max-width:800px) {
	.hotline {
		width: 32%;
	}
	.search {
		width: 20%;
		    margin-left: 58px;
	}
	.logo {
		width: 34%;
	}
}

@media (max-width:768px) {
	.hotline {
		display:none;
	}
	.logo {
		width: 60%;
	}
	.search {
		width: 27%;
	}
	.banner-left, .banner-right {
		display: none;
	}
	.slide {
		width: 100%;
		float: none;
		padding: 0;
		position: relative;
	}
	.hotmod {
		width: 100%;
		float: none;
		padding: 0 15px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	div#bx-pager {
		left: 26%;
	}
    .cate-col {
        width:16% !important;
        height:210px !important;
        text-align:center;
    }
}
@media (max-width:600px) {
	ul.list-category li {
		width: 100%;
		float:none;
	}
	.logo {
		width: 49%;
		float: right;
	}
	div#bx-pager {
		left: 20%;
	}
	.mainmenu ul li a {
		display: block;
		padding: 0 5px;
		white-space: nowrap;
		font-size: 11px;
	}
    .cate-col {
        width:20% !important;
        height:210px !important;
        text-align:center;
    }
}
@media (max-width:480px) {
    .news-home-item{
            width: 100%;
            margin-bottom:40px;
    }
	div#bx-pager {
		display: none;
	}
	.logo {
		width: 100%;
		float: none;
		text-align: center;
	}
	.search {
		width: 53%;
		margin-bottom: 15px;
		margin-left: 24%;
	}
	.categorymenu {
		top: -110px;
	}
    .cate-col {
        width:33% !important;
        height:210px !important;
        text-align:center;
    }
}
@media (max-width:360px) {
	.scrollToTop {
	    bottom: 82px;
        left:42%;
	}
	.search {
		width: 73%;
	}
    .mul_col {
     -webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    }
    .homeproduct .bx-prev,.homeproduct .bx-next {
        display:none !important;
    }
    .cate-col {
        width:50% !important;
        height:210px !important;
        text-align:center;
    }
    .content_news {margin:30px 0 10px 10px !important;}
    .sub_content_news {margin:30px 0 0 10px !important;}
    .css_imgNewList {width:100% !important;}
    /*.css_TitleHome {text-align:center;}*/
    
    .news_list{padding-left:0px !important;}
    .slideshow .bxslider img{height:auto !important;}
    .slideshow .bx-prev, .slideshow .bx-next {top:30% !important;}
}



/*New css*/
.mul_col {
     -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    width:100% !important;
}
.css_TitleHome{position:relative; text-align:center;}
.css_TitleHome h1,.css_TitleHome h2{position:relative;z-index:10;background:#fff;padding:0 10px;}
.css_TitleHome h3 {color:#3555a1; font-weight:bold;}
.css_imgNewList {width:40%;}
.css_NewsDate{position:relative;padding-left:5%;}
.content_news {margin:20px 0 10px 40px;}
.content_news img {}
.sub_content_news {margin:30px 0 0 40px;}
.other_news {margin:0 0 10px 6%;}
.other_news ul {padding-left:20px;}
.other_news li {list-style-type:square;}
.pdLR15 {padding:0 15px;}
.pdTB15 {padding:15px 0;}
.news_list{padding:20px 5px; }
.news_border {border: 1px solid #F0F0F0;padding:10px;/*max-height:270px;*/min-height:250px;}
.news_list_title {min-height:40px;vertical-align:middle;}
.news_list_title h3,.news_list_title h4 {margin-top:0 !important;}
.icon_date {background:url("../images/icon-date.png") no-repeat 0 0 }
.detail_link {float:right;padding-top:10px;}
.social_icon {padding-left:10%;}
.page {padding-bottom:20px;}

/* --------------------- Form Liên hệ ---------------------*/
.form-col-left {
  float: left;
  text-align:right;
  width: 25%;
  padding-right:5px;
}
.form-col-right {
  width: 75%;
  float: left;
}
.form-row {
  overflow: hidden;
  margin-bottom: 10px;
}
.form-contact-text {
  width: 50%;
  padding: 2px 10px;
  color:#000;
}
.form-contact button, .PQTButton {
    padding: 4px 25px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
	font-weight: bold;
}
.form-contact button:hover, .PQTButton:hover {
	background:#3555a1;
	color:#fff;
}

@media (max-width:991px) {
	.form-contact-text {
	  width: 100%;
	  padding: 2px 10px;
	  color:#000;
	}
}