/*** Reset CSS ***/
a:hover, a:active, a:focus {
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
}
* {
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

/*** Clearfix ***/
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}


/*** Rules ***/

body {
    color: #969696;
	font-family:'Open Sans',sans-serif;
	font-size:14px;
	font-weight: normal;
}
.container img {
	max-width:100%;
}
.wrapper {
	overflow: hidden;
}
/*------------------------------Header----------------------------*/
.header {
    background: url(../images/header_bg.jpg) no-repeat top center;
	background-size: cover;
	border-bottom: 3px solid #f57f01;
	border-top: 3px solid #f57f01;
	text-align: center;
	padding: 30px 0;
}

#logo {
    font-size: 0px;
	margin: 0;
}

/*------------------nav----------------------*/
.nav-logo {
    background: url(../images/logo_sml.png) no-repeat left top;
    width: 137px;
    height: 72px;
    display: inline-block;
	margin-top: 13px;
}
.navigation {
    background: url(../images/bgmn.png) no-repeat 50% top;
    position: relative;
    height: 84px;
	margin: 0 0 40px;
}
.mainmenu {
    width: 85%;
    float: right;
	padding-top: 30px;
}
.mainmenu ul {
	margin-bottom: 0; 
	padding: 0;
}
.mainmenu ul li {
	display: inline-block;
	position: relative;
	width: auto;
	border: none;
}
.mainmenu ul li.parent:before {
    position: absolute;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    right: 6px;
    top: 6px;
}
.mainmenu ul li > a:hover, .mainmenu ul li.active > a, .mainmenu ul li:hover > a {
	color:#ffff00;
}
.mainmenu ul li.parent ul a:hover {
	color:#fff;
}
.mainmenu ul li a {
	display: block;
	color:#fff;
	white-space:nowrap;
	text-transform:uppercase;
	position:relative;
	font-size: 13px;
	padding: 0 15px 0 45px;
	border-right: 1px dotted #fff;
}
.mainmenu ul li:last-child a {
	border-right: none;
	padding-right: 0;
}
.mainmenu ul li a:hover {
	color: #ffff00;
}
.mainmenu ul li:nth-of-type(1) > a {
	background: url(../images/mn_ico1.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(2) > a {
	background: url(../images/mn_ico2.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(3) > a {
	background: url(../images/mn_ico3.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(4) > a {
	background: url(../images/mn_ico4.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(5) > a {
	background: url(../images/mn_ico5.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(6) > a {
	background: url(../images/mn_ico6.png) no-repeat 15px center;
}
.mainmenu ul li:nth-of-type(7) > a {
	background: url(../images/mn_ico7.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(1) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(1) > a {
	background: url(../images/mn_ico1_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(2) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(2) > a {
	background: url(../images/mn_ico2_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(3) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(3) > a {
	background: url(../images/mn_ico3_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(4) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(4) > a {
	background: url(../images/mn_ico4_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(5) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(5) > a {
	background: url(../images/mn_ico5_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(6) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(6) > a {
	background: url(../images/mn_ico6_hv.png) no-repeat 15px center;
}
.mainmenu ul.nav > li:nth-of-type(7) > a:hover, .mainmenu ul.nav > li.active:nth-of-type(7) > a {
	background: url(../images/mn_ico7_hv.png) no-repeat 15px center;
}
.mainmenu ul li.parent > ul {
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 0;
    background: #f57f01;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
}
.mainmenu ul li.parent:hover > ul {
	visibility:visible;
	opacity: 1;
	top: 30px;
}
.mainmenu ul li.parent li {
	width: 100%;
}
.mainmenu ul li.parent li a {
	border: none;
    line-height: normal;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding: 10px 20px;
	background: none;
}
.mainmenu ul li.parent li a:hover, .mainmenu ul li.parent li.active a:hover {
    color: #333;
    background: none;
}
/************** End Nav *****************/
/*-----------------------------------Slideshow--------------------------*/
.slideshow {
	margin: 0 0 50px;
	position: relative;
}
.slideshow .moduletable {
	border-bottom-right-radius: 100px;
	border-top-left-radius: 100px;
  overflow: hidden;
}
div#cust-navigation97 {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
span.load-button.load-button-active {
    background: #fff;
}
span.load-button {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.box01 {
	border-bottom: 3px solid #f57f01;
	border-top: 3px solid #f57f01;
	background: #362f2d;
	padding: 50px 0 20px;
}
.box01 h3 {
	font-size: 36px;
	color: #02b000;
	margin: 0 0 30px;
	font-weight: 700;
	text-align: center;
}
.box01 .bt-cs .bt-inner img {
    outline: none;
    border: 10px solid #fff;
    max-width: 100%;
    margin: 0 0 10px;
}
.box01 .bt-cs .bt-inner .bt-title {
    clear: both;
    color: #ff8400;
    font-weight: normal;
    text-transform: none;
    line-height: 150%;
    font-size: 20px;
}
.box01 .bt-introtext {
    font-size: 16px;
    color: #969696;
}
.box01 .bt-row-separate {
    display: none;
}
.box01 .bt-cs .bt-row {
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 30px;
}
.box01 .bt-cs .bt-inner {
    margin: 0;
    position: relative;
    padding: 0 15px;
}
.box02 {
	padding: 50px 0;
}
.b02-l {
    width: 50%;
    float: left;
    padding-right: 30px;
	font-size: 16px;
}
.b02-r {
    width: 25%;
    float: left;
    padding-right: 15px;
	font-size: 16px;
}
.b02-c {
    width: 25%;
    float: left;
    padding-left: 15px;
}
.box02 h3 {
	color: #02b000;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
}
.b02-l img {
    border: 5px solid #f4f4f4;
    float: left;
    max-width: 270px;
    margin: 0 15px 0 0;
}
.b02-r img {
    border: 5px solid #f4f4f4;
}
.box02 a.readmore {
	background: url(../images/arr.png) no-repeat 90% center #02b000;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	padding: 2px 25px 2px 15px;
	border-radius: 8px;
	margin-top: 20px;
}
.box02 a:hover {
	background: url(../images/arr.png) no-repeat 90% center #ff8400;
	color: #fff;
}
.b02-c .custom {
    background: #f4f4f4;
    padding: 10px 5px 0;
	overflow: hidden;
}
.b02-c li {
    width: calc(33.3% - 9px);
    margin: 0 5px 10px;
    float: left;
    vertical-align: top;
    height: 60px;
    background: #fff;
	padding: 5px;
}
.b02-c li:nth-child(3n) {
	margin-right: 0;
}
.b02-c li img {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.footer {
	background: #e7e7e7;
	padding: 50px 0 0;
	color: #969696;
}
.footer a {
	color: #969696;
}
.footer h3 {
	font-size: 16px;
	color: #1f1b1a;
	font-weight: 700;
	margin: 0 0 10px;
	border-bottom: 1px solid #727272;
	padding-bottom: 10px;
	position: relative;
}
.footer h3:after {
	position: absolute;
	content: '';
	width: 65px;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #1f1b1a;
}
.footleft {
    width: 30%;
    float: left;
	margin-right: 10%;
	margin-bottom: 30px;
}
.footleft p {
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
}
.footleft p:before {
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #727272;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #727272;
    width: 33px;
    height: 33px;
    border-radius: 50%;
	    text-align: center;
    padding-top: 6px;
}
.footleft p:nth-of-type(1) {
	line-height: 20px;
}
.footleft p:nth-of-type(1):before {
	content: "\e062";
}
.footleft p:nth-of-type(2):before {
	content: "\e182";
	top: -7px;
}
.footleft p:nth-of-type(3):before {
	content: "\2709";
	top: -3px;
}
.footright {
    width: 30%;
    float: left;
	margin-bottom: 30px;
}
.footcen {
	width: 20%;
	float: left;
	margin-right: 10%;
	margin-bottom: 30px;
}
.footcen .nav li {
	border: none;
}
.footcen .nav li a {
	padding: 5px 0 5px 25px;
	display: inline-block;
}
.footcen .nav li a:hover {
	background: none;
}
.footcen .nav li:nth-of-type(1) a {
	background: url(../images/icon3.png) no-repeat left center;
}
.footcen .nav li:nth-of-type(2) a {
	background: url(../images/icon4.png) no-repeat left center;
}
.footcen .nav li:nth-of-type(3) a {
	background: url(../images/icon5.png) no-repeat left center;
}
.footright table.acymailing_form {
	width: 100%;
}
.footright .acyfield_email input {
    border: none;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 10px;
}
.footright .acysubbuttons {
	position: relative;
}
.footright .acysubbuttons input {
    background: url(../images/icon6.png) no-repeat center center #959595;
    border: none;
    text-indent: -5000px;
    position: absolute;
    right: 0;
    top: -45px;
    padding: 10px 20px;
    border-radius: 0;
}
.copyright {
	background: rgba(31,27,26,0.9);
	border-bottom: 3px solid #f57f01;
	padding: 10px 0;
	border-top-right-radius: 200px;
	border-top-left-radius: 200px;
}
.cpleft {
	float: left;
}
.cpright {
	float: right;
	margin-top: -23px;
}
.cpright img {
	margin-left: 10px;
}
.cpcen {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	color: #000;
	padding-top: 20px;
}
.copyright p {
	margin: 0;
}
.slidebanner .breadcrumb {
    padding: 0;
    background: none;
    margin: 0;
}
.slidebanner {
    position: relative;
    margin: 0 0 45px;
    text-align: center;
}
.slidebanner p {
    text-align: center;
}
.slidebanner img {
    margin: 0 auto;
}
.breadcrumbs {
    position: absolute;
    right: 0;
    top: -150px;
    color: #fff;
}
.breadcrumbs a, .slidebanner .breadcrumb > .active {
    color: #fff;
}
.breadcrumb > li {
    white-space: nowrap;
    padding: 0 5px;
}
.breadcrumb > li span.divider {
    padding-left: 5px;
    display: inline-block;
}
.breadcrumb > li + li:before {
    display: none;
}
.baogia .page-header:nth-child(2), .thicong .page-header:nth-child(2), .lienhe .contact > h1:nth-child(1), 
.thietke > .page-header:nth-child(2), .thietkekientruc .browse-view > h1:nth-child(2), .blog.tintuc > .page-header:nth-child(1), .item-page.tintuc > .page-header:nth-child(2),
.item-page.thietkenoithat > .page-header:nth-child(2), .productdetails h1:nth-of-type(1), .tuyendung .page-header:nth-child(2) h2, .page-header:nth-child(2) h2 {
    position: absolute;
    top: -190px;
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 8px 0 8px 70px;
    border-bottom: none;
}
.page-header:nth-child(2) h1, .page-header:nth-child(1) h1, .lienhe .contact > h1:nth-child(1), .tuyendung .page-header:nth-child(2) {
    margin: 0;
}
.thicong .page-header:nth-child(2) {
    background: url(../images/thicong-icon.png) no-repeat left center;
}
.item-page.thietkenoithat > .page-header:nth-child(2) {
    background: url(../images/thietkenoithat-icon.png) no-repeat left center;
}
.tintuc .page-header:nth-child(1), .item-page.tintuc > .page-header:nth-child(2) {
    background: url(../images/tintuc-icon.png) no-repeat left center;
}
.lienhe .contact > h1:nth-child(1) {
    background: url(../images/lienhe-icon.png) no-repeat left center;
    padding: 16px 0 16px 70px;
}
.baogia .page-header:nth-child(2) {
    background: url(../images/baogia-icon.png) no-repeat left center;
}
.page-header:nth-child(3), .page-header:nth-child(2) {
    border: 0;
    margin: 0;
}
.lienhe .page-header:nth-child(2) {
    margin-top: 0;
}
.lienhe .page-header:nth-child(2) h2 {
    display: none;
}
.baogia .page-header h2 {
    margin: 0 0 10px;
    background: #0d3f0c;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 4px solid #f57f01;
}
.moduletable.baogia-list {
    border-top: 2px solid #e3e3e3;
    margin: 30px 0;
    padding: 30px 0 20px;
    text-align: center;
}
.item-page .baogia-list li {
    width: calc(33.3% - 20px);
    display: inline-block;
    text-align: center;
    margin: 0 18px 0 0;
}
.baogia-list li:last-child {
    margin-right: 0;
}
.baogia-list li a {
    display: block;
    background: #0d3f0c;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}
.baogia-list li a:hover {
    background: #f57f01;
}
table th, table td {
    border: 1px solid #e3e3e3;
    padding: 12px;
    vertical-align: top;
}
.item-page p {
    margin: 0 0 10px;
}
.contact-map iframe {
    width: 100%;
    height: 400px;
}
.contact-map {
    border: 3px solid #f5f5f5;
    padding: 12px;
    margin: 0 0 40px;
}
.contact-l {
    width: 45%;
    float: left;
}
.contact-r {
    width: 50%;
    float: right;
    margin: 0 0 30px;
}
.contact .dl-horizontal dt {
    width: 0;
}
dl.contact-address.dl-horizontal {
    display: none;
}
.contact-misc h1 {
    display: none;
}
.contact .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 0;
}
.contact #contact-form {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
}
.contact .form-horizontal .control-label {
    text-align: left;
    color: #c5c5c5;
    font-size: 14px;
}
.contact .form-horizontal .control-label label {
    font-weight: normal;
}
.contact #contact-form input, .contact #contact-form textarea {
    background: #fff;
    width: 100%;
    border: none;
    padding: 5px;
}
.contact #contact-form input#jform_contact_email_copy {
    width: auto;
}
.contact h3 {
    font-size: 30px;
    color: #969696;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px;
    margin: 0 0 20px;
}
.baogiahome a {
    color: #f57f01;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.kientruc .banneritem h4 {
    color: #02b000;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 2px solid #e3e3e3;
}
.kientruc .banneritem a:hover h4, .thicong .banneritem a:hover h4, .noithat .banneritem a:hover h4 {
    color: #f57f01;
}
.kientruc .banneritem a, .baogiahome a, .thicong .banneritem a, .noithat .banneritem a {
    display: block;
}
.kientruc .banneritem a:hover, .baogiahome a:hover, .thicong .banneritem a:hover, .noithat .banneritem a:hover {
    opacity: 0.7;
}
.item-page .baogiahome .banneritem, .kientruc .banneritem, .thicong .banneritem, .noithat .banneritem {
    width: calc(100%/3 - 20px);
    margin: 0 30px 0 0;
    float: left;
    list-style: none;
}
.baogiahome .banneritem:last-child, .kientruc .banneritem:last-child, .thicong .banneritem:last-child, .noithat .banneritem:last-child {
    margin: 0;
}
.baogiahome img, .kientruc .banneritem img {
    width: 100%;
    background: #f4f4f4;
    padding: 10px;
    margin: 0 0 15px;
}
.thicong h5 {
    font-size: 20px;
    color: #f57f01;
    text-transform: uppercase;
    margin: 0 0 20px;
    border-bottom: 2px solid #e3e3e3;
    padding: 0 0 5px;
}
.moduletable .baogiahome, .moduletable.noithat {
    overflow: hidden;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 7px solid #02b000;
}
.moduletable.kientruc {
    overflow: hidden;
    padding: 0 0 30px;
    margin: 30px 0 30px;
    border-bottom: 7px solid #02b000;
}
.moduletable.thicong {
    overflow: hidden;
    margin: 0 0 30px;
}
.thicong .banneritem img, .noithat .banneritem img {
    width: 100%;
    border: 3px solid #02b000;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.thicong .banneritem h4, .noithat .banneritem h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #02b000;
    margin: 0 0 20px;
}
.more-btn a {
    background: #f57f01;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    margin: 20px 0 0;
}
.more-btn a:hover {
    background: #02b000;
    color: #fff;
}
.quytrinh h3 {
    margin: 40px 0 20px;
    color: #f57f01;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #e3e3e3;
    padding: 0 0 5px;
}
.quytrinh .qtspan:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #f57f01;
    border-radius: 50%;
    top: 0;
    left: -7px;
    z-index: -1;
}
.quytrinh .qtspan:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    top: 0;
    background: #02b000;
    right: -10px;
}
.quytrinh .qtspan {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: #02b000;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 16px 0 0;
    font-size: 14px;
    text-decoration: underline;
}
.quytrinh > p {
    position: relative;
    padding: 0 0 0 80px;
    font-size: 18px;
    color: #969696;
    margin: 0 0 30px;
}
.quytrinh img {
    margin: 15px 0 0;
}
.item-page {
    padding: 0 0 80px;
}
.category_description p {
    margin: 0 0 15px;
}
.orderby-displaynumber, .products-view > h4, .vm-product-rating-container, .vm3pr-0, .vm-details-button {
    display: none;
}
.thietkekientruc .browse-view .row .product .spacer img {
    background: #f4f4f4;
    max-height: none;
    padding: 10px;
    width: 100%;
}
.thietkekientruc .browse-view .row .product .spacer {
    padding: 0;
    border: 0;
    margin: 0;
}
.thietkekientruc .product.vm-col.vm-col-3 {
    width: calc(100%/3 - 20px);
    margin: 30px 30px 0 0;
}
.thietkekientruc .product.vm-col.vm-col-3:nth-child(3n) {
    margin-right: 0;
}
.vm-product-descr-container-0 {
    min-height: initial;
    margin: 0;
}
.products-view h2 a {
    color: #02b000;
    font-size: 16px;
    text-transform: capitalize;
}
.horizontal-separator {
    display: none;
}
.item-page .quytrinhthicong li {
    width: calc(100%/4 - 15px);
    float: left;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 1.8em;
    list-style: none;
}
.quytrinhthicong li:last-child {
    margin: 0;
}
.quytrinhthicong {
    overflow: hidden;
    margin: 0 0 30px;
}
.thicongspn {
    background: #02b000;
    color: #fff;
    font-size: 20px;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 5px 0 0;
    margin: 0 0 10px 0;
}
.thiconglgr {
    font-size: 20px;
    margin: 0 0 0 10px;
}
.blog {
    padding: 0 0 50px;
}
.tintuc .item h2 a {
    color: #f5850c;
    font-size: 16px;
    font-weight: bold;
}
.tintuc .item h2 a:hover {
    color: #02b000;
}
.tintuc .page-header {
    border: none;
    margin: 0;
}
.tintuc .item h2 {
    margin: 0;
    border: none;
}
.pull-left.item-image {
    width: 200px;
    margin: 0 15px 0 0;
}
.readmore a.btn {
    background: #e8e8e8;
    font-size: 10px;
    margin: 10px 0 0;
    padding: 5px 15px;
    color: #969696;
}
.readmore a.btn:hover {
    background: #f5850c;
    color: #fff;
}
.tintuc .item {
    overflow: hidden;
    margin: 0 0 10px;
}
.item-page.tintuc h2 {
    color: #f5850c;
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
}
.product-neighbours, .back-to-category, .product-price, .productdetails .icons {
    display: none;
}
#fancybox-title {
    margin-left: 0!important;
}
#fancybox-wrap {
    padding: 10px;
}
.vm-product-container .vm-product-media-container, .vm-product-details-container {
    width: 100%;
    float: none;
}
.additional-images {
    margin: 0;
    text-align: center;
}
.additional-images .floatleft {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
}
.additional-images img {
    width: 90px;
}
.productdetails .main-image img {
    max-height: 500px;
}
.productdetails {
    margin: 0 0 50px;
}
.item-page li {
    list-style-type: disc;
    margin: 0 0 5px 30px;
}
.box01 .product-container {
    width: calc(100%/3);
    padding: 0 15px;
}
.box01 img.featuredProductImage {
    width: 100%;
    background: #fff;
    padding: 10px;
}
.box01 img.featuredProductImage:hover {
    opacity: 0.7;
}
.box01 .product-container a {
    color: #ff8400;
    font-weight: normal;
    text-transform: none;
    line-height: 150%;
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
}
.contact-l h3 {
    display: none;
}
.contact span.jicons-icons {
    display: none;
}
/** pagination **/
.pagenav .pagenav-prev {
    float: left;
}
.pagenav .pagenav-next {
    float: right;
}
.pagination, .vm-pagination {
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.pagination .counter, .vm-pagination .counter {
    margin: 10px 0;
    float: none;
    display: none;
}
.tooltip {
    display: none!important;
}
.pagination li, .vm-pagination li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    overflow: hidden;
    padding: 0;
    font-size: 12px;
}
.pagination li span, .vm-pagination li span {
    background-color: #f5850c;
    color: #FFFFFF;
    padding: 7px 11px;
    text-decoration: none;
    display: inline-block;
}
.pagination a, .pagenav .pagenav-prev a, .pagenav .pagenav-next a, .vm-pagination a, .readmore > a {
    background-color: #e7e7e7;
    color: #969696;
    padding: 7px 11px;
    text-decoration: none;
    display: inline-block;
}
.pagination a:hover, .pagination a:active, .pagination a:focus, .pagenav .pagenav-prev a:hover, .pagenav .pagenav-prev a:active, .pagenav .pagenav-prev a:focus, .pagenav .pagenav-next a:hover, .pagenav .pagenav-next a:active, .pagenav .pagenav-next a:focus, .vm-pagination a:hover, .vm-pagination a:active, .vm-pagination a:focus, .readmore > a:hover {
    background-color: #f5850c;
    color: #FFFFFF;
    padding: 7px 11px;
    text-decoration: none;
}
/** end pagination **/

/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
	.container { max-width: 1170px; }
}
@media (min-width:992px) {
	nav .collapse { display: block; height: 49px!important; }
	.navbar-toggle, .menu-icon { display: none; }
}
@media (max-width:1200px) {
.navigation {
    background-size: 100%;
}
.mainmenu {
    padding-top: 10px;
    text-align: center;
}
.mainmenu ul li {
    margin: 0 0 5px;
}
.copyright {
	border-radius: 0;
}
}
@media (max-width:991px) {
.container {
	padding: 0 15px;
}
#logo img {
    height: 60px;
}
.header {
    padding: 5px 0;
    text-align: left;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.menu-icon {
	display: block;
}
.menu-icon {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	line-height: 1em;
	right:15px;
	top: 20px;
	color: #ffa127;
	font-size: 13px;
}
.menu-icon span {
	display: block;
	margin: 0;
	width: 40px;
	height: 3px;
	cursor: pointer;
	background-color: #ffa127;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-ms-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #ffa127;
	-webkit-transition-property: margin, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	-moz-transition-delay: 0.2s, 0;
	-ms-transition-delay: 0.2s, 0;
	-o-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}
.menu-icon span::before {
	margin-top: -8px;
}
.menu-icon span::after {
	margin-top: 8px;
}
.menu-icon.active span {
	background-color: transparent;
}
.menu-icon.active span::before, .menu-icon.active span::after {
	margin-top: 0px;
	-webkit-transition-delay: 0, 0.2s;
	-moz-transition-delay: 0, 0.2s;
	-ms-transition-delay: 0, 0.2s;
	-o-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}
.menu-icon.active span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-logo {
    display: none;
}
.navigation {
	background: none;
	margin: 0;
	    height: auto;
}
.slideshow {
	margin: 96px 0 20px;
}
.mainmenu {
    background: #0d3f0c;
    position: fixed;
    width: 250px;
    right: 0;
    z-index: 9999;
    top: 76px;
    padding: 0 10px;
    height: calc(100% - 76px);
    text-align: left;
    overflow: auto;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mainmenu.fixed {
	-webkit-transform: translate(0%, 0);
	-moz-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
.mainmenu ul li {
	width: 100%;
}
.mainmenu ul li a {
    border-right: 0;
    border-bottom: 1px dotted #fff;
    display: block;
    padding: 10px 0 10px 45px;
}
.mainmenu ul li.parent::before {
    top: 15px;
}
.mainmenu ul li.parent > ul {
    visibility: visible;
    position: relative;
    top: 0!important;
    opacity: 1;
    background: none;
}
.mainmenu ul li.parent li a:hover {
    color: #ffff00;
}
.mainmenu ul li.parent li a {
    padding: 10px 0 10px 45px;
}

.mainmenu ul li.parent li:before {
    position: absolute;
    content: '';
    left: 30px;
    top: 32%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}
.box01 .bt-cs .bt-row {
	width: 50%!important;
}
.b02-l {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.b02-r, .b02-c {
    width: 50%;
}
.footleft, .footcen {
	width: 45%;
	margin-right: 5%;
}
.footright {
	width: 52%;
}

.baogia-list li a {
    font-size: 14px;
}
.slidebanner {
    margin: 76px 0 30px;
}
.page-header:nth-child(2) h1, .page-header:nth-child(1) h1, .lienhe .contact > h1:nth-child(1), .thietke > .page-header:nth-child(2),
.thietkekientruc .browse-view > h1:nth-child(2), .blog.tintuc > .page-header:nth-child(1), .item-page.tintuc > .page-header:nth-child(2), 
.item-page.thietkenoithat > .page-header:nth-child(2){
    font-size: 20px;
}
.baogia .page-header:nth-child(2), .lienhe .contact > h1:nth-child(1), .thicong .page-header:nth-child(2), .blog.tintuc > .page-header:nth-child(1), 
.item-page.tintuc > .page-header:nth-child(2), .item-page.thietkenoithat > .page-header:nth-child(2) {
    background: none;
}
.baogia .page-header:nth-child(2), .thicong .page-header:nth-child(2), .lienhe .contact > h1:nth-child(1), .thietke > .page-header:nth-child(2),
.thietkekientruc .browse-view > h1:nth-child(2), .blog.tintuc > .page-header:nth-child(1), .item-page.tintuc > .page-header:nth-child(2), 
.item-page.thietkenoithat > .page-header:nth-child(2), .productdetails h1:nth-of-type(1), .page-header:nth-child(2) h2{
    padding-left: 0;
    top: -170px;
    font-size: 22px;
}
.slidebanner {
    height: 180px;
    overflow: hidden;
}
.slidebanner img {
    height: 100%;
    width: auto;
}
.breadcrumbs {
    top: -170px;
    right: 15px;
}
.contact h2 {
    font-size: 24px;
    margin-top: 0;
}
.quytrinh > p {
    font-size: 14px;
}
.item-page {
    padding: 0 0 20px;
}
.quytrinhthicong li {
    width: calc(100%/2 - 15px);
    margin: 0 20px 20px 0;
    font-size: 14px;
}
.quytrinhthicong li:nth-child(2n) {
    margin-right: 0;
}
.productdetails {
    margin: 0 0 30px;
}
}
@media (max-width:768px) {
}
@media (max-width:640px) {
.slideshow .moduletable {
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
}
.box01 {
    padding: 20px 0 0;
}
.box01 .bt-cs .bt-inner .bt-title {
    font-size: 16px;
}
.box01 .bt-introtext, .b02-l, .b02-r {
    font-size: 14px;
}
.baogia-list li {
    width: 70%;
    margin: 0 auto 10px;
}
.breadcrumbs {
    top: -150px;
    font-size: 12px;
    text-align: right;
}
.baogia .page-header:nth-child(2), .thicong .blog > .page-header:nth-child(1) {
    top: -160px;
}
.contact-l {
    width: 100%;
}
.contact-r {
    width: 100%;
    margin: 0 0 30px;
}
.contact h3 {
    font-size: 24px;
}
.thietkekientruc .product.vm-col.vm-col-3 {
    margin: 30px 10px 0 0;
    width: calc(100%/2 - 10px);
}
#cust-navigation97 {
    display: none;
}
table {
    width: 100%!important;
    margin: 0 0 20px;
}
}
@media (max-width:480px) {
.box01 .row .product-container, .item-page .baogia-list li {
    width: 100%;
    margin: 0 0 10px;
}
.moduletable.baogia-list {
    margin-bottom: 0;
}
.item-page .baogiahome .banneritem, .kientruc .banneritem, .thicong .banneritem, .noithat .banneritem {
    width: 100%;
    margin: 0 0 20px 0;
}
.bghome .banneritem, .thicong .banneritem, .noithat .banneritem {
    width: 100%;
    margin: 0 0 30px;
}
.thietkekientruc .product.vm-col.vm-col-3 {
    width: 100%;
    margin: 20px 0 0 0;
}
.quytrinhthicong li {
    width: 100%;
    margin: 0 0 20px;
}
.quytrinhthicong li:nth-child(2n) {
    margin-right: 0;
}
}
@media (max-width: 425px) {
.box01 .bt-cs .bt-row {
    width: 100%!important;
}
.b02-r, .b02-c {
    width: 100%;
	padding: 0;
}
.b02-r {
	margin: 0 0 20px;
}
.footleft, .footcen, .footright {
	width: 100%;
}
.cpleft {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.cpcen {
    float: left;
    width: auto;
    text-align: left;
	padding: 0;
}
.cpright {
	margin: 0;
}
.box01 h3 {
    font-size: 6vw;
    margin: 0 0 15px;
}
.box01 .bt-cs .bt-inner img {
    outline: none;
    border: 10px solid #fff;
    max-width: 100%;
    margin: 0 auto 10px!important;
    float: none!important;
    width: 100%!important;
}
.b02-l img {
    float: none;
    margin: 0 auto 10px;
}

.baogia-list li {
    width: 100%;
    margin: 0 0 10px;
}
}
@media (max-width: 390px) {
}
@media (max-width: 360px) {
}
.addtocart-bar{
    display:none;
}