html,
body {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

a {
    text-decoration: none;
}

b,

p{
    margin: 8px 0px;
}
img {
    border: none;
    max-width: 100%;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}
.c1 {
    height: 1px;
}
.c2 {
    height: 2px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.more-text {
    float: right;
    cursor: pointer;
}

.search-pc {
    width: 300px;
    border: none;
    position: relative;
    float: left;
    margin-top: 18px;
    overflow: hidden;
}

.submit-search-pc {
    display: block;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #CCC;
    border-radius: 50%;
    padding: 8px 10px;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border: none;
}


.search-icon {
    color: #707070;
    margin-left: 30px;
}

.search-pc .closeX {
    position: absolute;
    color: #666;
    width: 22px;
    height: 22px;
    text-align: center;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 10px;
    line-height: 20px;
    right: -15px;
    top: -8px;
}

.header {
    background: rgba(255,255,255,0.5);
    border-bottom: solid 1px #ccc;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 2px;
}

.logo img,
.logo-mobile img {
    display: block;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 4px 5px #72727247 inset;    
	height: 41px;
}

.menu-title {
    background: #29a7e1;
    color: #fff;
    padding: 12px;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    max-width: 1200px;
    margin: 0 auto;
	display:inline-block;
}

.nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 41px;
    line-height: 44px;
    margin: 0px;
    margin-right: 5px;
}

.nav li:first-child {
    border-left: none;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li:last-child a {

}

.nav>li>a {
    text-decoration: none;
    display: inherit;
    padding: 0px 15px;
    color: #333;
    /*
font-weight: bold;
    */
    text-transform: uppercase;
}

.nav>li:hover>a {
    color: #b63125;
}

.nav>li.active>a {
    color: #b63125;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    text-align: left;
    display: none;
    padding: 0px;
    opacity: 0.98;
    z-index: 999999;
    font-weight: normal;
    background: #b63125;
    text-transform: initial;
}

.nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul>li a {
    font-family: R-b;
    padding: 0px 10px;
    display: block;
    color: #EEE !important;
    line-height: 18px;
    text-transform: initial;
    padding: 8px 10px;
    border-top: solid 1px #ccc;
}

.nav>li>ul>li>a:hover {
    color: #FFF !important;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.mega-menu {
    width: 100% !important;
    left: 0px !important;
    /*
  background: rgba(185,8,18,0.8) !important;
    */
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0px !important;
}

.mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #333;
    padding-left: 10px;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover {
    background: #555;
}

.mega-menu-item-link:hover {}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
    border-bottom: solid 1px #ccc;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.img-poster img {
    display: block;
}

.createdate {
    color: #999;
    font-size: 12px;
}



.crumb {

    padding: 10px 0px;
    font-size: 12px;
    border-bottom: solid 1px #d7d7d7;
    background-color: #ebebeb;
    padding-bottom: 5px;
}

.crumb a {
    color: #6d6e71;
    text-decoration: none;
    padding: 0 10px;

}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #4d4d4d;
    padding-left: 10px;
    font-weight: 700;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #333;
    margin-right: 20px;
    text-decoration: none;
}

.linksmo {
    float: left;
    width: 100%;
}

.linksmo img {
    float: left;
    margin-right: 5px;
}

.linksmo a {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
}

.linksmo a.fa-facebook {
    color: #4b76bd;
    border: solid 2px #4b76bd;
}

.linksmo a.fa-youtube {
    color: #fc3831;
    border: solid 2px #fc3831;
}

.linksmo a.fa-twitter {
    color: #1da1f2;
    border: solid 2px #1da1f2;
}

.linksmo a.fa-pinterest {
    color: #fb5245;
    border: solid 2px #fb5245;
}

.linksmo a.fa-instagram {
    color: #8941a7;
    border: solid 2px #8941a7;
}

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #FFF;
    border: solid 1px #eee;
}

.menuleft .fa {
    font-size: 10px;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: #b63125;
}

.menuleft li a {
    color: #222;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
}

.menuleft>.actived {
    background: #EEE;
}

.menuleft>.actived>a {
    color: #b63125;
    font-weight: bold;
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #b63125;
}

.deactived {
    display: none;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #333;
}

.menuleft-icon {
    padding-right: 8px;
}

.album img {
    display: block;
}

.video-photo {
    padding: 4px;
    border: solid 1px #ccc;
}

.video-photo img {
    display: block;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #b63125;
    padding: 6px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.view-more-btn {
    display: inline-block;
    border:solid 1px #FFF;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    
}

.view-more-btn:hover {
    background: rgba(255,255,255,0.8);
    color: #333;
}

.error {
    border: solid 1px #ff0000 !important;
}

.btn-send {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 150px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}

.btn-dangky {
    width: 100%;
    padding: 9px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 18px;
    display: block;
    cursor: pointer;
    max-width: 255px;
    background: #0076c2;
    color: #fff;
    float: right;
    text-transform: uppercase;
}


.homeslide-prev,
.homeslide-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -30px;
    cursor: pointer;
}

.homeslide-prev {
    left: 10px;
    background: url(../images/arrow/arrow-slide-left.png) no-repeat;
    width: 24px;
    height: 48px;
}

.homeslide-next {
    right: 10px;
    background: url(../images/arrow/arrow-slide-right.png) no-repeat;
    width: 24px;
    height: 48px;
}

.title-line {
    background: #f38f15;
    height: 4px;
    width: 60px;
    margin: 0 auto;
}


.title-mobile-highlight .fa {
    transform: rotate(225deg);
}

.menutab {
    width: 100%;
}

.menutab-item {
    background: #ebebeb;
    padding: 12px 15px;
    text-align: center;
    border-radius: 3px;
    background-color: #ebebeb;
    margin: 0px 5px 5px;
    font-weight: bold;

}

.menutab-item a {
    color: #414042;
}

.tab-item {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    font-family: "R-b";
    font-weight: normal;
    color: #58595b;
    font-size: 15px;
    padding: 5px 5px;
    border-right: solid 1px #ccc;
    margin: 10px 0px;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    color: #f38f15;
}

.menutab .actived {
    background-color: rgb(171, 156, 139);
    color: #fff;
    font-weight: bold;
}

.menutab .actived a {
    color: #fff;
}


.slide-detail {
    display: block;
    float: left;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 13px 30px;
    color: #fff;
    background: #eb7203;
    position: absolute;
    bottom: -100px;
}

.swiper-slide-active .slide-home-item {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateX(800px);
}

.swiper-slide-active .slide-detail {
    transition: All 2s ease;
    -webkit-transition: All 2s ease;
    -moz-transition: All 2s ease;
    -o-transition: All 2s ease;
    transform: translateY(-200px);
}

.div-scroll {
    width: 100%;
    overflow: auto;
    padding-right: 2px;
}

.video-home-name {
    margin: 0px;
    padding: 0px;
    padding: 10px;
    background: #efeff0;
}

.video-home-name a {
    color: #58595b;
    font-family: Arial;
    font-size: 14px;
}

/*Modal*/
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

/*---*/

.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #222;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: #3b8750;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-small {
    padding: 0.75em 1em;
    font-size: 0.8em;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 60%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 900px;
    background: #fff;
}

.modal-box header,
.modal-box .modal-header {
    padding: 0.75em 1.5em;
    border-bottom: 1px solid #ddd;
    background:#DDD;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    right: 1%;
    text-decoration: none;
    color: #666;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.form-error {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #ff0000;
}

.form-success {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    color: #009846;
}

.message-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;

    background: #fff;
    width: 400px;
    box-shadow: 0px 0px 10px #333;
    color: #060;
    text-align: center;
    padding: 30px;

    display: none;
}

.message-success .success-ok {
    background: #060;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.comment-success {
    color: #060;
    padding: 10px;
}

.cell-cat-home {
    padding: 10px;
    background: #ebebeb;
}

.cat-home-name {
    position: relative;
    margin: 0px;
    padding: 10px 20px;
    font-size: 24px;
    color: #b63125;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    background: #FFF;
    display: inline-block;
}


.cat-home-name:before {
    content: "";
    position: absolute;
    left: -1000px;
    width: 1000px;
    height: 2px;
    background: url(/images/line-title-left.png) #CCC 0 0 no-repeat;
    bottom: 0;
    top: 0;
    margin: auto;
    background-size: 100%;
}
.cat-home-name:after {
    content: "";
    position: absolute;
    right: -1000px;
    width: 1000px;
    top: 0;
    background: url(../images/line-title-left.png) #CCC 0 0 no-repeat;
    height: 2px;
    bottom: 0;
    margin: auto;
    background-size: 100%;
}

.cat-home-name a {
    
    color: #b63125;
}

.cat-home-intro {
    text-align: justify;
}

.cat-home-img {
    overflow: hidden;
    border-radius: 5px;
}

.title-info-home {
    margin: 0;
    padding: 0px;
    font-size: 25px;
    color: #5a5b5a;
    font-weight: 600;
    text-transform: uppercase;
}

.conten-info-home {
    text-align: justify;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 1.333;
    font-size: 16px;
    width: 70%;
}


.btn-search-mobile {
    display: block;
    position: absolute;
    color: #1c4d99;
    top: 5px;
    right: 10px;
}


.product-item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
    display: none;
}

.product-home-info {
    position: absolute;
    width: 100%;
    bottom: -500px;
    padding: 10px;
    color: #333;
    z-index: 9;
    transition: all 0.5s;
    font-size: 14px;
    font-family: Arial;
}

.product-home-info ul {
    margin: 0px;
    padding: 0px;
}

.product-home-info ul li {
    margin: 3px 0px;
}

.product-home-info-active {
    bottom: 0px;
}

.product-name {
    margin: 5px 0px;
    padding: 0px;
    color: #b63125;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}

.product-name a {
    color: #b63125;
}

.product-name a:hover {
    color: #b63125;
}

.cat-item-name {
    margin: 5px 0px;
    padding: 0px;
    font-weight: bold;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
}

.cat-item-name a {
    color: #333;
}

.cat-item-name a:hover {
    color: #f38f15;
}



.product-code {
    float: left;
    line-height: 22px;
}

.price {
    float: left;
    color: #b63125;
    font-size: 16px;
    margin-left: 10px;
}

.pricekm {
    color: #b63125;
    float: left;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
}

.product-name-detail {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    color: #b63125;
	text-transform: uppercase; 
	font-weight: bold;

}

.price-detail {
    color: #b63125;
    font-size: 28px;
    font-weight: bold;
}

.price-detail-old {
    float: left;
    color: #888;
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
    line-height: 28px;
    font-weight: bold;
}


.pricekm-detail {
    color: #ff6c00;
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-weight: normal;
    margin-right: 20px;
    line-height: 18px;
}

.price-detail-discount, .price-detail-tragop, .price-detail-moi{
    float:left;
    margin-right:5px;
    padding:5px 10px;
    border-radius:5px;
    color:#FFF;
}
.price-detail-discount{
    background:#b63125;
}
.price-detail-tragop{
    background:#ffa500;
}
.price-detail-moi{
    background:#00ba31;
}

.product-detail-label {
    float: left;
    line-height: 40px;
}

.addcart-btn {
    font-weight: bold;
    float: left;
    display: block;
    color: #333;
    padding: 12px;
    background:#b63125;
    color: #FFF;
    width: 100%;
    text-align: center;
}

.addcart-btn:hover {
    box-shadow: 0px 0px 6px #999;
}

.btn-yellow{
    font-weight: bold;
    float: left;
    display: block;
    color: #333;
    padding: 10px;
	padding-bottom:9px;
    border: solid 2px #b63125;
    color: #b63125;
    width: 100%;
    text-align: center;	
	font-size: 16px;
}


.news-home-intro {
    text-align: justify;
}

.title-cat-line {
    width: 150px;
    background: #f38f15;
    height: 2px;
    margin-top: -2px;
}

.page-name {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.box-left {
    padding: 20px;
    padding-bottom: 0px;
    border: solid 1px #eee;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    background: #fff;
}

.menu-mobile {
    font-size: 24px;
    float: left;
    color: #b63125;
    float: left;
    margin-left: 10px;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

.content-detail a {
    color: #3b3b3b;
    font-weight: 400;
}

.content-detail a:hover {
    color: #d8003f;
    ;
}


.view-hover {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
}

.tab-content {
    display: none;
}

.thumb-next,
.thumb-prev {
    text-align: center;
    background: #eee;
}

.name-faq {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
    font-weight: normal;
    background: #efeff0;
    border-radius: 4px;
    padding: 12px 8px;
    cursor: pointer;
    float: left;
    width: calc(100% - 45px);
}

.faqcontent {
    display: none;
    width: calc(100% - 45px);
    float: right;
}

.faq-icon {
    background: url(/images/icon-faq.png) left top no-repeat;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.faq-active .name-faq {
    background: #f38f15;
    color: #fff;
}

.faq-active .faq-icon {
    background: url(/images/icon-faq-active.png) left top no-repeat;
}

.arrow-div {
    position: relative;
    background: #efeff0;
    border: 1px solid #dddddd;
}

.arrow-div:after,
.arrow-div:before {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-div:after {
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #efeff0;
    border-width: 10px;
    margin-left: -10px;
}

.arrow-div:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #dddddd;
    border-width: 11px;
    margin-left: -11px;
}

.choose-price {
    border: solid 1px #0076c2;
}


.btn-comment {
    font-weight: bold;
    text-decoration: none;
    background: #db3832;
    border-radius: 3px;
    color: #fff;
    padding: 9px 20px;
    border: none;
}

.txt-comment {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: solid 1px #ccc;
    padding-left: 5px;
}

.pagination {
    margin-bottom: 70px;
}

.pagination-item {
    text-decoration: none;
    color: #0c0c0c;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #d4d4d4;
    margin: 0 5px;
}


.pagination-item__clicked {
    background-color: #9f9289;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin: 0 5px;
}

.pagination span{
    color:#666;;
}

.like-comment {
    color: #f38f15;
}

.btn-contact {
    background: #f38f15;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    max-width: 200px;
}

.ullist {
    height: 450px;
    overflow-y: scroll;
}

.ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #f38f15;
    font-size: 16px;
}

.ullist li p {
    margin: 0px;
    padding: 5px 0px;
}

.ullist li {
    border-bottom: dashed 1px #ddd;
}

.ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #f38f15;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: #f38f15;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.form-title {
    font-weight: bold;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.dang-ky-tu-van {
    position: fixed;
    bottom: 20px;
    left: 0px;
    z-index: 99;
}

.form-dangky {
    padding: 20px 200px;
    border-radius: 10px;
}

.footer-white {
    background: #f4f4f4;
    padding: 50px 100px;
    border-radius: 20px;
    color: #343436;
    font-size: 16px;
    font-weight: bold;
}



.header-mobile {
    background: #fff;
    border-bottom: solid 2px #f38f15;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #f38f15;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 0px;
    color: #333;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #f38f15;
    z-index: 9999;
}

::placeholder {
    color: #afafaf;
    opacity: 1;
    /* Firefox */
}

.fb_customer_chat_bounce_in_v2 {
    bottom: 60px !important;
}

.longPageNavigationDiv {
    padding: 10px;
    background: #eee;
    float: left;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #333;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.error_lbl {
    border: solid 1px #f00;
}

.video-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img-article {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.img-article img {
    display: block;
}

.article-name {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 16px;
    color: #f38f15;
    text-transform: uppercase;
    text-align:center;
}

.article-name a {
    color: #f38f15;
}

.article-next,
article-prev {
    float: left;
    outline: none;
}

/*---*/

.article-wrapper {
    padding: 20px 0px;
    background: #efeff0;
}

.info-wrapper {
    padding: 20px 0px;
    background: url(/images/gioithieu.png) no-repeat;
    background-size: cover;

    position: relative;
    top: -4px;
}



.rtb-home {
    padding: 20px 5px;
    background: #efeff0;
    color: #414042;
    text-align: center;
}

.video-home-item {
    position: relative;
}

.playicon {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.playicon:hover {
    opacity: 0.9;
}

.play-video {
    opacity: 0.9;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -30px;
}

.play-video:hover {
    opacity: 1;
}


.btn-next,
.btn-prev {
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #999;
    float: left;
    outline: none;
    margin: 0px 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    z-index: 2;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.btn-next {
    right: -60px;
}

.btn-prev {
    left: -60px;
}

.btn-next:hover,
.btn-prev:hover {
    background: #d8d8d6;
    color: #fff;
}

.faq-form {
    background: #efeff0;
    border-radius: 3px;
    overflow: hidden;
}

.faq-form-title {
    background: #f38f15;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #eeba4e;
}

.article-item-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 100px;
}

.item-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.icon-search{
    float: right;position: relative;height: 72px;line-height: 72px;text-align: center;
}

.header-fixed {
    position: fixed;
    z-index: 999;
    top: -76px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.header-fixed .toppage-item{
    display: none;
}

.header-fixed .nav>li {

}

.header-fixed .icon-search{
    height: 60px;
    line-height: 58px;
}

.header-fixed .logo {
    margin-top: 5px;
}
.header-fixed .logo img {
    height: 50px;
}

.header-fixed .icon-home {
    margin-top: 16px;
}
.header-fixed .menubar{
    background:#FFF;
}

.service-home-name {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: Muli-B;
    text-align: center;
}

.service-home-name a {
    color: #333;
}

.info-image {
    background: #fff;
    position: relative;
    /* padding: 8px; */
}

.product-detail-wrapper {
    background:#FFF;
    padding:10px 15px;
    box-shadow:0px 0px 15px #EEE;
}

.frm-contact {
    width: 100%;

}

/* flex_center */
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newshome-wrapper {
    background-color: #f1f2f2;
}
.videohome-wrapper {
    background-color: #FFF;
}

.news-item {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    min-height: 300px;
    box-shadow:0px 2px 5px #CCC;
    margin:3px 5px;
}
.news-item__desc {
    color: #414042;
    font-size: 16px;
    font-weight: bold;
    height: 40px;

}

.news-item__desc:hover {
    color: rgb(102, 102, 102);
}

.doitac-slide {
    height: 100px;
    width: 180px;
}

.doitac-slide img {
    display: block;
}

.doitac-next,
.productother-next,
.du_an-next {
    right: -60px;
}


.doitac-prev,
.productother-prev,
.du_an-prev {
    left: -60px;
}


.footer {
	border-top:solid 3px #b63125;
    background-color: #333;
    color: #FFF;
}
.footer a {
    color: #EEE;
}
.footer-title {
    margin: 0px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    color: #FFF !important;
    margin-bottom:5px;
}

.footer-title .fa {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
}

.menuboxfooter {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.menuboxfooter li {
    margin-top: 14px;
}

.footer-copyright {
    background: #222;
}

.footer-copyright-item {
    padding: 18px 0;
}

/* GIỚI THIỆU */

.info-category-name {
    color: #b63125;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.info-title {
    color: #555;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

.info-intro {
    text-align: center;
    font-weight: bold;
}
/* SẢN PHẨM */

.product-price {
    color: #f38f15;
    font-size: 16px;
    font-weight: bold;
}

.product-img img {
    height: 232px;
    width: 100%;
}


.gallery-thumbs-height {
    height: 449px;
}

.pro-detail-intro {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    font-size: 14px;
    color: rgb(65, 64, 66);
}


.product-item {
    position: relative;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 1px 8px #DDD;

}
.product-item:hover {
    box-shadow: 0px 1px 15px #999;
}


/* DỰ ÁN */


.duan-detail {
    padding: 20px 18px 45px;
    height: 150px;
	background:#EEE;
}

.duan-detail--title {
    color: #222;
    font-size: 15px;
	text-transform:uppercase;
}



.duan-detail--title:hover {
    color: #b63125;
}

.select-wrapper {
    background-color: #ebebeb;
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7;
}

/* DỰ án chi tiết  */
.title-left {
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: 0px;
    background: #b63125;
    padding: 10px 10px 10px 20px;
}

.title-left a {
    color: rgb(255, 255, 255);
}


.news-home-item {
    color: #414042;
}

.news-name-detail {
	margin:5px 0px;
	padding:0px;
    text-align: left;
    color: #b63125;
	font-size:24px;
}

.intro-detail {
    font-weight: bold;
}

.intro-detail ul {
    padding-left: 20px;
}

.intro-detail ul li {
    padding: 3px 0px;
}

.du_an {
    background-color: #ebebeb;
}

.du_an-title {
    font-family: 'Muli-EXB';
    margin: 0;
    color: #414042;
}

.burger {
    position: relative;
    z-index: 4;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #cca67b;
    margin: 5px;
    transition: all 0.3s ease;
}

/* Banner tin tức */
.banner-tintuc {
    position: relative;
}

.banner-tintuc .menutab {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.title-other-news {
    padding: 0px;
    margin: 0px;
    color: #b63125;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;

}

.title-news-detail {
    padding: 0px;
    margin: 5px 0px;
    font-size: 24px;
}

.news-name {
    color: #222;
    font-size: 15px;
    margin: 0px;
    text-transform: uppercase;
}

.news-name a {
    color: #222;

}
.news-name a:hover {
    color: #b63125;

}

.title-page {
    color: #b63125;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 28px;
}

.other-article {
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}


.category-product-wrapper:nth-child(even) .category-product {
    flex-direction: row-reverse;
}


.category-product-wrapper:nth-child(even) .category-product .category-product-detail-odd {
    padding-right: 30px;
    padding-left: 40px;
}

.txt-contact {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 3px;
    color: #333;
    padding-left: 2px;
    margin-bottom: 10px;
}


.pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #9f9f9f;
}
.toppage{
    padding:6px;
    background:#b63125;
}
.toppage a{
	color:#FFF;
}

.company-name{
    padding:3px 0px;
    float:left;
    margin-right:10px;
    font-weight: bold;
    color:#FFF;
    font-size:13px;
}

.company-info{
    padding:3px 0px;
    float:left;
    font-family: "Muli";
    color:#FFF;
    font-size:13px;	
}
.company-info span{
    font-weight: bold;
}


.menu-top{
    position: absolute;
    font-size: 14px;
    color: #FFF;
    background: #b63125;
    width: 100%;
    max-width: 290px;
    z-index: 9999;

}
.menu-top-title{
    width: 100%;
    padding: 13px 15px 12px 18px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}
.toppage-item{
    width: 100%;
    display: block;
    padding: 10px 10px;
    padding-left: 10px;
    font-size: 14px;
    border-bottom: solid 1px #FFF;
    display:none;
    background: #FAFAFA;
}
.toppage-item a{
    color:#333;
}


.toppage-item:hover a{
    color: #b63125;
}

.show-hide .toppage-item{
    display: block !important;
}

.sub-cat-home{
    text-transform: uppercase;
    font-size: 18px;
    color: #444;
    position: relative;
    font-weight: bold;
    text-align:center;
}
.sub-cat-home a{
    color: #444;
}


.line-title{
    float:left;
    display: block;
    width: 48px;
    height: 3px;
    background-color: #cccccc;	
}

.hotline{
    background: url("/images/icon-mobile.png") no-repeat left center;
    padding-left: 42px;
    font-size: 14px;
    color: #333;
    background-size: 32px;
    font-weight: normal;    
    margin-top: 14px;
    float: right;
}

.hour{
    background: url("/images/icon-clock.png") no-repeat left center;
    padding-left: 42px;
    font-size: 14px;
    color: #333;
    background-size: 32px;
    font-weight: normal;    
    margin-top: 14px;
    float: left;
}

.hotline a{
    color: #000000;
    font-size: 14px;
}

.search-mobile{
	width: 100%;
    position: relative;
    float: left;
    margin-top: 5px;
    padding: 5px;
    background: #EEE;
}

.search-mobile input{
    width: 100%;
    height: 30px;
    border: none;
}

.submit-search-mobile {
	display: block;
    color: #FFF;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 6px;
    background: #b63125;
    padding: 8px 20px;
    border-radius: 0px 20px 20px 0px;
}

.slide-home-thumb{
    text-align: center;
    height: 63px;
    border: solid 1px #CCC;
    cursor: pointer;
    position: relative;
    background: #FFF;
    border-right: none;
}

.swiper-slide-thumb-active .slide-home-thumb{
    background:#b63125;
    color:#FFF;
}

.slide-home-thumb-text{
    position: absolute;
    width: 100%;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 0px 20px;

}
.view-all{
    float: right;
    line-height: 40px;
    margin-right: 10px;
    color: #333;
    font-weight: bold;
    font-size: 14px;	
}
.view-all:hover{
    color: #b63125;
}

.gallery-top-pro{
    padding:0px 10px;
}
.gallery-thumbs-pro{
    padding:0px 150px;
    text-align:center;
}

.gallery-thumbs{

}

.gallery-thumb-item{
    padding: 2px;
}
.gallery-thumb-item img{
    display:block;
    border: 1px solid #d7d7d7;
}

.swiper-slide-thumb-active .gallery-thumb-item img{
    border: 1px solid #b63125;
}


.attr-item{
    color:#333;
    width: 100%;
	font-weight:bold;	
	margin-bottom:5px;
}
.attr-name{
    float:left;
    width:25%;
}
.attr-value{
    float:left;
    width:70%;
	color:#b63125;
}


.product-detail-intro ul{
    padding:0px;
    margin:0px;
    padding-left:20px;
}

.product-sub-title{
    background:#EEE;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    padding-left:30px;
    color: #666;
	position:relative;
}
.product-sub-title:before{
	content:'';
	position:absolute;
	left:0px; top:0px;
	width:8px;
	height:43px;
	background:#b63125;
}

.product-relate-news{
    background:#FFF;
    padding:15px;
}
.relate-news-name{
    margin:0px;
    padding:0px;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}
.relate-news-name a{
    color: #414042;
}

.simple-pop{
    /* display: none; */
    position: fixed;
    left: 50%;
    top: 50px;
    width: 90%;
    max-width: 800px;
    height: 80vh;
    BACKGROUND: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    transform: translateX(-50%);
    z-index: 999;
}

.box-news-left{
    background:#FFF;
}
.newsletter-input{
    position:relative;
}
.newsletter{
    width:100%;
    height:35px;
    border: solid 1px #999;
}

#btnNewsletter {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #b63125;
    text-align: center;
    padding: 9px;
    display: block;
    /* font-size: 15px; */
    color: #FFF;
}



.table-inside {
    max-height: 210px;
    overflow-y: auto;
}
.table-inside td{
    padding-left:5px;
}

.side_bar {
    padding-right: 0px;
    margin-left: 0px;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
}


.side_bar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.side_bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #999; 
    border-radius: 10px;
}

/* Handle */
.side_bar::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

/* Handle on hover */
.side_bar::-webkit-scrollbar-thumb:hover {
    background: #009eb3; 
}


.inhome-item{
    position: relative;
    overflow: hidden;
	background:#000;
}

.inhome-item img{
    display: block;
}

.inhome-item:hover img{
    opacity:0.5;
}

.inhome-title{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}

.inhome-title a{
    color: #FFF;
}

.inhome-item-hover{
    
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
    max-width: 250px;    
}


.inhome-item:hover .inhome-item-hover{
    bottom: 10px;
}


.category-light-title{
	color: #b63125;
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.giamgia{
background: #b63125;
    float: left;
    margin-right: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
}

.m-menu-bar{
	background: rgba(238,238,238,0.85);
	box-shadow: 0px 4px 5px #DDD inset;
	
	padding:5px;
}


.m-header-fixed {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}


.hotline-mobile {
    float: left;
    display: block;
    padding-top: 2px;
    font-weight: bold;
    font-size: 14px;
	color:#b63125;
	margin-right:10px;
}

.hotline-mobile span{
    font-size: 14px;
}

.m-menu-bar1{
	background: rgb(255, 0, 0);opacity:0.8;
	box-shadow: 0px 4px 5px #DDD inset;
	
	padding:5px;
}


.rtb-item{
	
}
.rtb-item span{
	display: block;
    padding: 28px 0px;
	
}

#m_searchform{
	    float: right;
    position: relative;
	width: 65%;
}






