/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td{
	text-align:left;
	vertical-align:top;
	padding: 5px;
}
.clear{
	clear: both;
}
.visiblePhone{
	display: none !important;
}
.hiddenPhone{
	display: block !important;
}
a{
    color: #333;
}
a:hover{
    text-decoration: none;
    color: #ed1c24;
}
a:focus{
    text-decoration: none;
    color: #ed1c24;
}
b, strong, .bold{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
.table, img, label {
    max-width: 100%;
}

/**
 * Main Content
 */
#content p {
    margin: 0 0 10px;
}
#system-message {
	margin-bottom: 0;
}
#system-message .alert {
	margin-bottom: 0;
	border-radius: 0;
}
#system-message .alert-warning {
	border: 0;
}

/**
 * Pagination
 */
.pagination {
    margin: 0;
    float: right;
    width: 100%;
    text-align: center;
}
.pagination .counter{
    margin: 6px 0;
}
.pagination .pagination-list {
    list-style: none;
    z-index: 100;
}
.pagination .pagination-list > li {
    display: inline-block;
    width: 36px;
    text-align: center;
    margin: 0 2px;
    background: #e9e9e9;
}
.pagination .pagination-list > li.disabled > a {
    color: #fff;
}
.pagination .pagination-list > li:last-child {
    margin-right: 0;
}
.pagination .pagination-list > li:first-child {
    margin-left: 0;
}
.pagination .pagination-list > li.active {
    background-color: #43d2e8;
}
.pagination .pagination-list > li.active > a {
    color: #fff;
}
.pagination .pagination-list > li > a {
    color: #2c3439;
    display: block;
    padding: 8px;
    font-size: 15px;
}
.pagination .pagination-list > li > a:hover,
.pagination .pagination-list > li > a:focus {
    text-decoration: none;
}
.pagination.load-more{
    text-align: center;
    margin-bottom: 60px;
}
.pagination.load-more a{
    font-family: "Avenir Next LT Pro Cn";
    font-size: 16px;
    color: #666666;
    border: solid 1px #666666;
    padding: 10px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.pagination.load-more .imageLoad{
    display: none;
    margin-top: 20px;
}
/**

 * columns of same height

 */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 10px;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
#js-mainnav.megamenu .js-megamenu li.mega .right{
	padding-left:20px;
}
/*----------------TOP-----------------*/
.menu-hide{
    display: none;
	background: #008e8f;
    padding: 10px 0;
    color:#fff;
    box-shadow: 0 1px 1px #f1f1f1, 0 1px 0 #666 inset;
    border-bottom: 1px solid #fefefe;
}
#fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
}
/**-------Search----------**/ 
.search{
    width: 170px;
    float: left;
    padding: 13px 0;
} 
.search .form-inline{
    position: relative;
    margin: 0;
}
.search .form-inline:after{
    position: absolute;
    top: 2px;
    right: 8px;
    font-family: FontAwesome;
    content: "\f002";
    color: #008e8f;
    
}
.search .search-query{
    border: 1px solid #01f2f4;
    border-radius: 10px;
    padding: 1px 20px 1px 15px;
    font-size: 13px;
    width: 100%;
    color: #000;
}
#top .navbar-toggle {
    margin-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
#top .navbar-toggle span {
    background: #333333;
}
#navbar{
    float: right;
}  
/**------Mega Menu--------**/ 
.menuMobile{
    padding: 16px 0;
    display: inline-block;
    float: right;
}                      
#js-mainnav.megamenu.blackwhite{
    position: initial;
    background: none;
    border: none;
    box-shadow: none
}
#megamenucss #js-mainnav.blackwhite .js-megamenu{
    background: none;
    position: initial;
    display: initial;
}
#megamenucss #js-mainnav .js-megamenu .dropdown-menu{
    box-shadow: 0 0 1px #fececf;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active{
    background: none !important;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss{
    width: 100px;
}
#megamenucss #js-mainnav.megamenu ul.level0 > li:first-child + li{
    width: 130px;
}
#megamenucss #js-mainnav.megamenu ul.level0 li#BaoLìXì{
    width: 56px;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss{
    border: none;
    box-shadow: none;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: normal;
    display: inline-block;
}
#megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.image-title{
    float: left;
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.megacss, 
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss{
    padding: 12px 15px;
    text-align: left;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss a.megacss:hover{
    background: #d8121c !important;
}
#megamenucss #js-mainnav.megamenu.horizontal.left ul.level0{
    float: right;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss{
    border-bottom: 1px solid #fececf !important;
    width: 100%;
}
#megamenucss #js-mainnav.megamenu ul.level1 li.megacss span.menu-title{
    color: #fff;
}
#megamenucss .megamenu .first .menu-title i{
    padding-right: 10px;
    font-size: 20px;
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover, 
#megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active{
    background: #d8121c !important;
}
.dropdown-menu{
    background: #000;
}
#megamenucss .blackwhite.megamenu .dropdown-menu ul.level1 li.megacss:hover>a.megacss, 
#megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover{
    background: #000 !important;
}
#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title{
    background-position: 100% 6px;
    padding-right: 15px;
}
/**-----Header-----------*/
#header{
    background: #000;
    position: relative;
    padding: 0px;
} 
.logo{
    float: left;
    margin: 0;
    z-index: 1;
    position: relative;
}
#header .hotline{
    float: left;
    width: 250px;
    text-align: center;
}
.menu-content{
    background: #d8d9da;
}
.menu-content li{
    float: left;
    padding: 0;
}
.menu-content .nav>li>a{
    padding: 6px 15px;
    color: #58595b;
}
.menu-content .nav>li>a:hover{
    color: #d8121c;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers{
    top: unset;
    bottom: 20px;
    left: 45%;
}
/**-----menuheader-----------*/
.menuheader{
    float: right;
}
.menuheader li{
    float: left;
    padding: 0;
}
.menuheader li a{
    padding: 22px 0 22px 20px;
}
.menuheader i{
    float: left;
    color: #fe3c2d;
    font-size: 40px;
}
.menuheader .right{
    float: left;
    padding: 2px 12px;
}
.menuheader .title{
    color: #008e8f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.menuheader .subtitle{
    color: #939598;
    text-transform: uppercase;
    font-size: 13px;
}
/*------Product----------*/
.products h3{
    float: left;
    width: 100%; 
    padding: 0; 
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.products h3 span{
    text-transform: uppercase;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    color: #d8121c;
}
.products h3 hr{
    border-top: 2px solid #d8121c;
    margin-top: -12px;
}
.item {
    margin-bottom: 30px;
}
.products .shawBox{
    text-align: center;
    display: block;
    background: #e7e5e5;
    border: 2px solid #e3e4e5;
    padding-bottom: 10px;
}

.products .imgBox {
    background: #fff;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.products .title{
    color: #000;
    padding: 15px 0 5px;
    display: block;
}
.products .title:hover{
    color: #d8121c;
}
.price{
    font-size: 20px;
    color: #d8121c;
    font-weight: bold;
}
.products .readmore{
    border: 1px solid #dadada;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
}
.bigImage{
    border: 1px solid #e3e4e5;
    margin-bottom: 15px;
}
/*------rightCol----------*/
.content{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.contentBox{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.line{
    border-left: 1px dashed #ccc; 
}
/*------footer----------*/
.footer {
    position: relative;
    background: #d8121c;
    padding: 0;
    color: #fff;
    padding: 30px 0 10px;
}
.footer a{
    color: #fff;
}
.footer a:hover, .footer a:focus{
    color: #fff !important;
}
.footer h4{
    margin-top: 0;
}
/*-----menu-copyright--*/
.copyright{
    padding-top: 0;
}
.copyright .menu li{
    float: left;
}
.copyright .menu li a{
    padding: 0 15px 0 0;
}
.copyright .custom{
    text-align: right;
}
/*-----productDetail--*/
.productDetail img{
    width: 100%;
}
.thumbsGallery a{
    width: 25%;
    float: left;
}
.productDetail .introtext{
    border-top: 2px solid #eeeeee;
    padding: 20px 0;
}
.productDetail .rmlLienhe {
    background: #ef1c25;
    padding: 10px 10px;
    color: #fff;
    font-size: 18px;
    margin: 20px 5px 20px 0;
    display: inline-block;
}
.productDetail ul{
    list-style: url(../images/arrowservice.png) outside;
    margin: 0 0 10px 20px;
    padding: 0;
}
.productDetail h2{
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 20px;
}
.productDetail h4{
    color: #ef1c25;
}
.blog h3,
.right h3,
.productDetail h3{
    color: #ef1c25;
    border-bottom: 2px solid #ef1c25;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;            
}
/*-----fixedContent--*/
.fixedContent{
    padding: 10px 0 20px 0;
}
.fixedContent h4{
    color: #008080;
    font-weight: bold;
}
.productDetail .fixedContent ul{
    list-style: url(../images/check-icon.png) outside;
    margin: 0 0 10px 20px;
    padding: 0;
}
.productDetail .fixedContent ul li{
    padding: 5px 0;
}
/*------News----------*/
.blog img{
    width: 100%;
    margin-bottom: 10px;
}
.blog .title{
    margin: 0 0 10px 0;
}
.blog .title a{
    color: #d8121c;
    display: block;
}
.btn, button.btn, a.btn {
    display: inline-block;
    background: #d8121c;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0;
    margin-bottom: 10px;
    border: none;
}
.btn:hover, .btn:focus{
    color: #fff;
}
/*------newsDetail----------*/
.newsDetail .introtext{
    font-weight: bold;
}
.newsDetail img{
    width: 100%;
}
/*------Contact----------*/
.rsform-block-gmap{
    padding: 15px 0;
}
#Gmap{
    display: none;
}
#userForm input{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    margin: 0;
}
#userForm textarea{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
/**----Sticker--------*/
.Sticker{
    padding: 20px 30px 0 30px;
    display: inline-block;
}
.Sticker img{
    width: 100%;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
/**----tinhnang--------*/
#tinhnang{
    border-top: 2px solid #d8121c;
}
#tinhnang h1 {
    color: #666;
    font-size: 18px;
    font-style: italic;
    margin: 20px 0px 15px 0;
    font-weight: normal;
}
.post_tinhnang {
    height: 112px;
    padding-left: 18px;
    border: 1px dotted #ccc;
    border-top: none;
    border-left: none;
    position: relative;
}
.post_tinhnang.clearLine{
    border-right: none;
}
.post_tinhnang .tn_tieude {
    color: #d8121c;
    position: absolute;
    top: 10px;
    left: 80px;
    font-size: 18px;
    padding-right: 5px;
}
.tn_icon img {
    margin-top: 18px;
}
.post_tinhnang .tn_chitiet {
    color: #666;
    position: absolute;
    top: 35px;
    left: 80px;
    font-size: 12px;
    padding-right: 5px;
    line-height: 16px;
}
.contentBox .sigplus-gallery ul li{
    padding: 5px 10px !important;
}
.item-page img{
    width: 100%;
}
/**----iconMenu--------*/
.iconMenu{
    padding-top: 10px;
}
.iconMenu a{
    color: #fff;
    width: 100%;
    display: inline-block;
    background: #d8121c;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 29px 5px;
}
.iconMenu a p{
    margin: 0;
}
.iconMenu .item{
    margin-bottom: 15px;
}
/**----right--------*/
/**----khachhang--------*/
.khachhang .shawBox{
    text-align: center;
    display: block;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
}

.khachhang .imgBox {
    background: #fff;
    height: 163px;
    width: 100%;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.khachhang .imgBox img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.khachhang .title{
    color: #000;
    padding: 10px 0 5px;
    display: block;
    font-weight: bold;
}
.khachhang h3 {
    padding: 12px 0 12px 15px;
    background-color: #d8121c;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    margin: 15px 0;
}
/**----chude--------*/
.products-category{
    margin-top: 10px;
}
.chude-item {
    position: relative;
}
.chude-layer {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.chude-item img {
    max-width: 100% !important;
    height: auto !important;
}

.chude-center{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
    top: 40%;
}
.chude-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    text-shadow: 2px 2px #000;
    line-height: 24px;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.chude-text:hover{
    color: #fff;
}
.chude-file-number {
    color: #fff;
    text-transform: lowercase;
    font-size: 1.2em;
    text-shadow: 1px 1px #000;
    margin: 0 0 15px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.chude-item:hover .chude-layer {
    opacity: 0.1;
    filter: alpha(opacity=10);
}
.chude-item:hover .chude-text {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #d8121c;
}
/*footer */
.footer .moduletable h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
.footer .moduletable .nav>li>a{
    padding: 0 0 5px
}
.footer .moduletable .nav>li>a:hover{
    color: yellow !important;
}
/***404 page***/
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.error-code, .coming-soon-number {
  color: #0345bf;
}
html.error-page .btn-secondary{
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.phonebox{
    display: flex;
    font-size: 29px;
    color: #FFF200;
    padding: 25px 0px 25px 20px;
    font-weight: bold;
}
.phonebox a{
    color: #FFF200;
    padding: 5px 0px 5px 9px;
}