/* global 3rd libs */

@import url("https://cdn.jsdelivr.net/npm/normalize.css@8.0.1");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=vietnamese");
#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    border: 1px solid #cecece;
    z-index: 999999
}

#popupContact {
    display: none;
    position: fixed;
    _position: absolute;
    border: 0 solid #666;
    z-index: 9999992;
    padding: 7px;
    font-size: 13px;
    text-align: center
}

#popupContact div {
    text-align: right
}

#popupContact h1 {
    text-align: left;
    color: #096;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 2px;
    margin-bottom: 20px
}

#popupContactClose {
    font-size: 12px;
    line-height: 16px;
    right: 6px;
    top: 4px;
    color: #fff;
    font-weight: 700
}

#button {
    text-align: center;
    margin: 100px
}

#popupContact .popupText {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 57px;
    padding: 150px 10px 0;
    text-align: center;
    z-index: 9999
}

#popupContact .popupLink {
    text-align: center
}

#popupContact .popupLink a {
    text-decoration: none;
    color: #999
}

#popupContact .popupLink a:hover {
    color: #fff
}

#popupContact img {
    max-height: 500px;
    max-width: 90%;
}

body {
    font: 14px/1.5 'Roboto', Arial, sans-serif;
    background: #fff;
}

.btn {
    font-size: 1em;
}

.bold {
    font-weight: bold;
}

a {
    color: #333;
}

a:hover {
    color: #ff6600 !important;
    text-decoration: none;
}

.text-25 {
    font-size: 25px;
}

.bg-grey {
    background: #f5f5f5;
    padding: 10px;
}

.summary {
    text-align: justify;
}

.global-container {
    overflow-x: hidden;
}

.text-warning {
    color: #ffb507!important;
}

.form-control {
    font-size: 1em;
}

.btn-primary {
    color: #fff;
    background-color: #ff9310;
    border-color: #ff9310;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.text-20 {
    font-size: 20px;
}

.red {
    color: #e00;
}

.black {
    color: #333;
}

.img-container {
    display: block;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.news-page .img-container {
    padding-top: 60%;
}

.img-container img {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.container {
    padding: 0 10px !important;
}

.row {
    margin: 0 -10px;
}

.form-group {
    margin-bottom: 1rem;
}

[class*='col-'] {
    padding: 0 10px;
}

img {
    max-width: 100%;
    height: auto;
}

#top {
    height: 24px;
    background: #ff9310;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    position: relative;
    z-index: 9;
}

#top a {
    color: #fff;
}

.top-left .item {
    float: left;
    margin-right: 15px;
}

.cart-top {
    float: right;
    margin-left: 30px;
    background: url(../images/bg_cart_top.png);
    height: 31px;
    width: 117px;
    text-align: center;
    line-height: 31px;
    position: absolute;
    right: 0;
}

.top-right {
    position: relative;
    padding-right: 140px;
}

nav>.item>a {
    line-height: 60px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 0 15px;
    position: relative;
}

nav>.item {
    float: left;
}

nav>.item:hover .sub-nav,
nav>.item:hover .sub-nav-small {
    display: block;
}

.sub-nav-small {
    position: absolute;
    z-index: 99;
    background: #f5f5f5;
    width: 200px;
    display: none;
}

.sub-nav-small a {
    display: block;
    padding: 5px 15px;
}

.main-search {
    position: relative;
    float: right;
}

.main-search #text-search {
    /* border: none; */
    border: solid 1px #ddd;
    padding-left: 10px;
    width: 290px;
    position: absolute;
    right: 93px;
    height: 45px;
    outline: none;
    display: none;
    top: 10px;
}

.main-search .search-btn {
    border: 1px solid transparent;
    border-radius: 6px;
    background: none;
    font-size: 21px;
    height: 45px;
    outline: none;
    background-color: #ff9310;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}

.main-search .search-btn i {
    font-size: 20px;
    margin-right: 5px;
}

.autocomplete-suggestions {
    position: absolute;
    width: 100%;
    min-width: 334px;
    border: solid 1px #ddd;
    right: 0;
    margin-top: 2px;
    max-height: 300px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 99;
}

.autocomplete-suggestions a {
    display: block;
    padding: 10px;
    overflow: hidden;
}

.autocomplete-suggestions a img {
    width: 60px;
    float: left;
}

.autocomplete-suggestions a .info {
    display: block;
    margin-left: 65px;
}

.autocomplete-suggestions a .info .name {
    display: block;
    color: #333;
}

.autocomplete-suggestions a .info .price {
    color: #e00;
}

.autocomplete-suggestions a:hover {
    background-color: #f5f5f5;
}

#about-home .h-title {
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    border-bottom: solid 1px #ccc;
    height: 24px;
    margin: 10px 0 25px 0;
    font-weight: bold;
}

#about-home .text {
    text-align: justify;
}

#about-home .h-title span {
    display: block;
    line-height: 34px;
    background: #fff;
    float: left;
    padding-right: 5px;
}

#about-home {
    padding: 50px 0;
}

#about-home .viewmore {
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    font-weight: 500;
}

.h-title-center {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.h-title-center h2 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
}

.h-title-center:before,
.h-title-center:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: calc(50% - 200px);
    background: #ccc;
    bottom: 10px;
}

.h-title-center:after {
    right: 0;
}

#catalogue {
    padding: 50px 0;
}

#catalogue .img img {
    display: block;
    width: 100%;
}

#catalogue .item {
    box-shadow: 0 0 5px 0 #ccc;
    display: block;
    margin-bottom: 20px;
}

#catalogue .name {
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding: 13px 10px;
    display: block;
    font-size: 16px;
}

#contact-us {
    background: url(../images/bg_contact_us.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    padding: 50px 0;
}

#contact-us p {
    margin-bottom: 12px;
}

#contact-us h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

#contact-us form .form-control {
    margin-bottom: 10px;
}

#contact-us form .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.article-list .list-item .img {
    float: left;
    width: 40%;
}

.article-list .list-item .item {
    overflow: hidden;
    display: block;
    padding: 10px 0;
    color: #333;
}

.article-list .list-item .item.first-item .name {
    font-size: 18px;
}

.article-list .list-item .info {
    margin-left: 40%;
    padding-left: 20px;
}

.article-list .list-item .name {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 1em;
}

.article-list .list-item .time {
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.article-list .list-item .summary {
    margin: 5px 0;
    display: block;
    text-align: justify;
}

.article-list .first-item .img {
    width: 100%;
    float: none;
}

.article-list .first-item .info {
    margin: 10px 0;
    padding: 0;
}

#partner-home {
    background: #f2f2f2;
    overflow: hidden;
    padding: 50px 0;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    outline: none;
    opacity: .4;
    margin-top: -25px;
}

.owl-nav button:hover {
    opacity: 1;
}

.owl-nav button span {
    font-size: 30px;
    display: block;
    background: #eee !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}

.owl-nav button.owl-prev {
    left: -60px;
}

.owl-nav button.owl-next {
    right: -60px;
}

#services-home {
    overflow: hidden;
    padding: 50px 0;
}

#services-home .img {
    background: #ff9310;
    width: 170px;
    height: 170px;
    line-height: 175px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

#services-home .img img {
    width: 111px;
}

#services-home .img:after {
    content: '';
    width: 190px;
    height: 190px;
    display: block;
    border: solid 1px #ff9310;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
}

#services-home .item {
    text-align: center;
    transition: all 0.3s ease;
}

#services-home .item:hover .img:after {
    border: solid 1px #e05a00;
}

#services-home .item:hover .img {
    background: #f18400;
}

#services-home .name {
    display: block;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}

#services-home .summary {
    color: #333;
}

#services-home .info {
    padding: 0 20px;
}

#solution-home {
    background: #f2f2f2;
    overflow: hidden;
    padding: 50px 0;
}

#solution-home .item {
    width: 100%;
}

#solution-home .item .info {
    margin: -40px 15px 0 15px;
    background: #fff;
    color: #333;
    padding: 15px;
    position: relative;
    box-shadow: 0 0 10px 0 #ccc;
}

#solution-home .name {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

#solution-home .more {
    color: #ff9310;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}

#solution-home .more .fa {
    font-weight: bold;
}

#statistic-home {
    background: url(../images/bg_statistic.jpg) center center fixed no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

#statistic-home .item {
    text-transform: uppercase;
    font-size: 18px;
    width: 20%;
    float: left;
}

#statistic-home .item b {
    font-size: 60px;
    font-weight: bold;
    display: block;
}

#top-category {
    background: url(../images/bg_top_category.jpg) center center no-repeat fixed;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
}

#top-category .item {
    background: #fff;
    width: 100%;
    border-bottom: solid 3px #ff9310;
}

#top-category .item a {
    color: #333;
    text-decoration: none;
}

#top-category .item .name {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

#top-category .item .info {
    padding: 15px 10px;
}

#top-category .item .more {
    color: #ff9310;
    display: block;
    text-decoration: underline;
    margin-top: 20px;
}

#top-category .item .more:hover {
    color: #dd5b00;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    outline: none;
    opacity: .4;
}

.owl-nav button:hover {
    opacity: 1;
}

.owl-nav button span {
    font-size: 30px;
    display: block;
    background: #eee !important;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
}

.owl-nav button.owl-prev {
    left: -60px;
}

.owl-nav button.owl-next {
    right: -60px;
}

#news-home {
    padding: 50px 0;
}

#toTop {
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 99;
    cursor: pointer;
    background: #ccc;
    color: #fff;
    padding: 3px 10px;
    font-size: 22px;
    opacity: .5;
}

#toTop:hover {
    opacity: 1;
}

nav .sub-nav {
    position: absolute;
    background: #f5f5f5;
    left: 0;
    width: 100%;
    display: none;
    z-index: 99;
}

nav .wrap-nav {
    position: relative;
}

nav .sub-nav .box-cate {
    float: left;
    width: 25%;
    padding: 15px 10px;
}

nav .sub-nav .box-cate:nth-child(4n+1) {
    clear: both;
}

nav .sub-nav .box-cate a {
    display: block;
    margin-bottom: 3px;
}

nav .sub-nav .sub1 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff9310;
}

nav .item:hover .sub-nav {
    display: block;
}

nav .item:hover {
    background: #ff9310;
    color: #fff;
}

nav .item:hover>a {
    color: #fff;
}

#breadcrumb {
    border-bottom: solid 1px #eee;
}

#breadcrumb.border-none {
    border: none;
}

#breadcrumb>div {
    display: inline-block;
    padding: 10px 0;
}

#breadcrumb h1 {
    margin: 0;
    display: inline-block;
    font-size: inherit;
    color: #333;
}

.content-text {
    position: relative;
    overflow: hidden;
}

.content-text.content-collapse:after {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wrap-text .more {
    border: solid 1px #ff9310;
    display: inline-block;
    color: #ff9310;
    padding: 4px 10px;
}

.wrap-text .more:hover {
    border-color: #d00;
    color: #d00;
}

.bg-banner-category {
    background: #f1f1f1;
    margin-bottom: 15px;
    padding: 10px;
}

.bg-banner-category .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    border-bottom: solid 1px #ccc;
}

.banner-table-price {
    margin-bottom: 10px;
    background: #111;
}

.banner-catalogue {
    background: #555;
}

.bg-banner-category>div {
    border-radius: 3px;
}

.bg-banner-category .list {
    padding: 5px 5px;
    overflow: hidden;
}

.bg-banner-category .item {
    display: block;
    float: left;
    padding: 5px;
}

@media (min-width: 1200px) {
    .bg-banner-category .item {
        width: 16.667%;
    }
}

@media (max-width: 1199px) {
    .bg-banner-category .item {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .bg-banner-category .item {
        width: 25%;
    }
}

@media (max-width: 576px) {
    .bg-banner-category .item {
        width: 50%;
    }
}

.banner-table-price .img {
    position: relative;
    height: 70px;
    display: block;
    float: left;
    margin-right: 5px;
}

.banner-table-price .img img {
    height: 100%;
}

.bg-banner-category .item a {
    display: table;
    height: 100%;
    background: #fff;
    width: 100%;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
}

.banner-table-price .name {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
}

.bg-banner-category .item img {
    display: inline-block;
}

.banner-catalogue a {
    display: table-cell !important;
    height: 70px !important;
    padding: 0 10px;
}

.page-title h1 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

.checkbox,
.radio {
    display: inline-block;
}

.checkbox .icon,
.radio .icon {
    height: 15px;
    width: 15px;
    background: #ddd;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -2px;
}

.checkbox input:checked~.icon,
.radio input:checked~.icon {
    font-family: "FontAwesome";
}

.radio .icon {
    border-radius: 50% !important;
    background: #ddd;
    overflow: hidden;
}

.checkbox input:checked~.icon:before,
.radio input:checked~.icon:before {
    content: "\f00c";
    display: inline-block;
    line-height: 15px;
    height: 15px;
    position: absolute;
    font-size: 13px;
    color: #ce0707;
    left: 1px;
}

.radio input:checked~.icon:before {
    color: #fff;
}

.checkbox input,
.radio input {
    display: none;
}

.p-container {
    padding: 10px;
}

.p-img {
    display: block;
    position: relative;
    padding-top: 90%;
    margin-bottom: 5px;
}

.p-img img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.p-item {
    overflow: hidden;
    border: solid 1px #dedede;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
}

.p-item:hover {
    border-color: #ff9310;
}

.p-item label {
    display: block;
    margin-bottom: 0;
}

.p-price {
    font-weight: bold;
    color: #ff9310;
    font-size: 16px;
}

.p-name {
    color: #333;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 8px 0;
    font-size: 1em;
}

.p-old-price {
    text-decoration: line-through;
    color: #888;
}

.paging {
    margin: 6px 0;
    float: right;
    margin-top: 8px
}

.paging a {
    display: block;
    padding: 8px 10px;
    float: left;
    line-height: 10px;
    margin-left: 5px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 3px;
}

.paging a.current,
.paging a:hover {
    background: #ff9310;
    color: #fff;
}

.filter-left .category .item .fa {
    font-size: 7px;
    vertical-align: middle;
}

.filter-left .category .item {
    margin-bottom: 5px;
}

.filter-left {
    max-width: 300px;
}

.col-left.col-filter {
    border: solid 1px #dedede;
}

.filter-left label,
.filter-left a {
    color: #5184b9;
    cursor: pointer;
}

.filter-left .title {
    font-weight: bold;
    margin: 15px 0 10px 0;
    font-size: 16px;
}

.box-common>.title {
    background: #f3f3f3;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
}

.box-common .content {
    border: solid 1px #ddd;
    padding: 10px;
}

#compare_area_home {
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    border: solid 1px #ccc;
    display: none;
    z-index: 999;
    box-shadow: 0 0 10px 0 #ccc;
}

#compare_area_home span {
    display: block;
    font-size: 15px;
    background: #ff9310;
    line-height: 25px;
    padding: 0 10px;
    color: white;
}

#compare_area_home .compare_area {
    padding: 10px;
}

.compare_area .item {
    float: left;
    position: relative;
    height: 38px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-right: 5px;
}

.compare_area .item .fa {
    position: absolute;
    color: #e00;
    z-index: 9;
    right: 5px;
    top: 5px;
}

.compare_area .item img {
    height: 100%;
}

.article-related-category .title {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: solid 1px;
}

.article-related-category .title h2,
.article-related-category .title h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background: #333;
    float: left;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
}

.article-related-category .title h2:after,
.article-related-category .title h4:after {
    content: '';
    display: block;
    width: 0;
    border: solid 40px transparent;
    border-left-color: #333;
    position: absolute;
    top: 0;
    right: -80px;
}

.article-related-category .b-item {
    padding: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
    overflow: hidden;
    position: relative;
}

.article-related-category .item {
    margin-bottom: 20px;
    display: block;
}

.article-related-category .name {
    font-weight: bold;
    margin-top: 8px;
    font-size: 1em;
}

.article-related-category .b-item .b-read-detail {
    color: #d00;
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.article-related-category .b-item .name {
    height: 43px;
    overflow: hidden;
    font-size: 1em;
}

@media(max-width: 991px) {
    .article-related-category .item:nth-child(2n+1) {
        clear: both;
    }
}

.icon-star {
    background-image: url(../images/star_sprite.png);
    width: 92px;
    height: 17px;
    vertical-align: sub;
    display: inline-block;
    background-repeat: no-repeat
}

.icon-star.star0 {
    background-position: 0 -109px
}

.icon-star.star1 {
    background-position: 0 -88px
}

.icon-star.star2 {
    background-position: 0 -67px
}

.icon-star.star3 {
    background-position: 0 -43px
}

.icon-star.star4 {
    background-position: 0 -22px
}

.icon-star.star5 {
    background-position: 0 0
}

.grey {
    color: #999;
}

#img-large img {
    max-width: 100%;
}

#img-large {
    margin-bottom: 10px;
}

#img-thumbs {
    padding: 0 40px;
}

#img-thumbs .owl-nav button {
    position: absolute;
    top: 45%;
    margin: 0 !important;
    margin-top: -18px !important;
    opacity: .3;
    outline: none;
}

#img-thumbs .owl-nav button .fa {
    font-size: 26px;
}

#img-thumbs .owl-nav .owl-prev {
    left: -40px;
}

#img-thumbs .owl-nav .owl-next {
    right: -40px;
}

#img-thumbs .owl-nav button:hover {
    background: transparent !important;
    opacity: 1;
    color: #333;
}

#img-thumbs .item a {
    display: block;
    position: relative;
    padding-top: 100%;
    border: solid 1px #eee;
    border-radius: 5px;
    overflow: hidden;
}

#img-thumbs .item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

#overview-info {
    font-size: 12px;
}

#overview-info .summary .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    background: #f5f5f5;
    line-height: 34px;
    padding: 0 10px;
}

#overview-info .summary {
    margin-bottom: 20px;
    border: solid 1px #eee;
}

#overview-info .link-bottom {
    margin-bottom: 20px;
}

#overview-info .link-bottom a {
    display: block;
    margin-bottom: 5px;
}

#overview-info .link-bottom a .fa {
    color: #999;
    margin-right: 5px;
    font-size: 15px;
}

.special-offer {
    margin-bottom: 30px;
}

.special-offer .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.special-offer p {
    margin: 5px 0;
    background: #fff;
}

.special-offer p .fa {
    font-size: 7px;
    color: #ff9310;
    vertical-align: middle;
}

.warehouse-status {
    font-weight: 500;
    color: #00cc66;
}

.content-text h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0.67em 0;
}

.content-text h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0.83em 0;
}

.content-text h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.content-text h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-size: 1em;
}

.content-text ul {
    padding-left: 40px !important;
    margin: 1em 0;
    list-style: initial;
}

.content-text ul li,
.content-text ol li {
    list-style: initial !important;
}

.content-text ol {
    padding-left: 40px !important;
    margin: 1em 0;
    list-style: decimal !important;
}

.content-text ol li {
    list-style-type: decimal !important;
}

.content-text p {
    margin: 1em 0;
}

.content-text table {
    border-collapse: collapse;
}

.content-text table td,
.content-text table th {
    border: solid 1px #ddd;
    padding: 5px;
}

.content-text a {
    color: #0056b3;
}

.content-text {
    line-height: 1.45;
}

.content-text table td img {
    max-width: 9999px;
}

.rating-selection {
    display: inline-block;
}

.rating-selection .title {
    float: right;
    margin-right: 10px;
}

.rating-selection label {
    float: right;
}

.rating-selection input {
    opacity: 0;
}

.rating-selection label {
    position: relative;
    float: right;
    display: block;
    width: 17px;
    height: 17px;
    background: url('/template/default/images/star_rating.png') 0 -28px;
    margin: 0 3px;
}

.rating-selection label.active,
.rating-selection label.active~label {
    background-position: 0 18px;
}

.rating-selection label:hover~label,
.rating-selection label:hover {
    background-position: 0 0 !important;
}

.comment {
    width: 100%;
}

.comment-form .img-avatar {
    float: left;
    width: 40px;
}

.comment-list .comment-form form {
    margin-left: 50px;
    overflow: hidden;
}

.comment-form-input {
    /* border: solid 1px #ddd; */
    /* background: #f8f8f8; */
    /* padding: 10px; */
    /* position: absolute; */
    width: 100%;
    display: block !important;
}

.comment-form-input .note {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: right;
}

#product-comment .comment {
    border: solid 1px #ddd;
    border-radius: 3px;
    padding: 10px;
    background: #f5f5f5;
}

.comment-form-input input[type='button'] {
    float: right;
    clear: both;
}

.comment-form-input .close {
    display: none !important;
}

.comment-list .item {
    padding: 15px 0;
    border-top: solid 1px #eee;
}

.comment .relative {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.comment-list .item .comment-left img {
    width: 40px;
    float: left;
}

.comment-list .item .comment-right {
    margin-left: 50px;
}

.comment-list .item .reply-comment {
    display: none;
}

.info-feeback .time {
    float: left;
    color: #999;
}

.info-feeback .right {
    float: right;
}

.info-feeback {
    overflow: hidden;
    padding-bottom: 10px;
}

.comment-list .item .comment-name span {
    font-weight: bold;
    margin-right: 2px;
}

.comment-list .item .comment-name .note {
    color: #e00;
    font-size: 0.7em;
}

.comment form .form-control {
    margin-bottom: 5px;
}

#product-comment .title-box {
    font-size: 18px;
    text-transform: uppercase;
    background: #f3f3f3;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
}

#product-comment h3 {
    font-size: 16px;
    font-weight: bold;
}

#rating-statistic .icon-star {
    float: left;
}

#rating-statistic .percent-text {
    float: right;
}

#rating-statistic .item {
    overflow: hidden;
    margin-top: 5px;
}

#rating-statistic .percent-line {
    height: 9px;
    background: #eee;
    margin-left: 100px;
    margin-right: 35px;
    margin-top: 5px;
}

#rating-statistic .percent-line .percent {
    width: 0;
    display: block;
    background: #ff9310;
    height: 100%;
}

.news-category a {
    display: inline-block;
    line-height: 25px;
    height: 27px;
    font-weight: 500;
    padding: 0 0px;
    margin-right: 35px;
    float: left;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-category a.active,
.news-category a:hover {
    color: #ff9310;
    border-bottom: solid 2px;
}

.news-category {
    margin: 10px 0 20px 0;
    overflow: hidden;
    position: relative;
}

.news-right .item {
    padding: 10px 0 !important;
}

.news-right img {
    width: 160px !important;
}

.news-right .no {
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    background: #eee;
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #999;
}

.news-right .info {
    margin-left: 36px !important;
    padding-left: 10px !important;
}

.news-right .info .name {
    font-weight: normal !important;
}

.news-right .info .time {
    display: none;
}

.article-list.home-other-news .item .info {
    margin-left: 52%;
}

.top-home-news {
    color: #333 !important;
    display: block;
    text-align: justify;
    margin-bottom: 20px;
}

.top-home-news:hover .name {
    color: #d00306;
}

.top-home-news .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.top-home-news .detail {
    background: #ccc;
    display: inline-block;
    padding: 5px 10px;
}

.top-home-news .detail:hover {
    background: #999;
}

.top-home-news img {
    width: 100%;
}

.top-home-news .info .summary {
    margin-bottom: 0;
}

.article-list-new .name {
    font-size: 14px !important;
}

.article-list-new .info {
    padding-left: 10px !important;
}

.article-list-new .item:first-child {
    margin-top: 0;
    padding-top: 0;
}

.news-right .item:nth-child(1) .no {
    background-color: #f25630;
    color: #fff;
}

.news-right .item:nth-child(2) .no {
    background-color: #cc7935;
    color: #fff;
}

.news-right .item:nth-child(3) .no {
    background-color: #ccb135;
    color: #fff;
}

.list-item-news-page .name {
    font-size: 16px;
}

.box-news-right .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.article-new-right .item {
    padding: 0 !important;
    margin: 10px 0;
}

.article-new-right .item:first-child {
    margin-top: 0;
}

.article-new-right .img {
    width: 100% !important;
    position: relative;
}

.article-new-right .img .img-container {
    padding-top: 70%;
}

.article-new-right .name {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px;
    color: #fff !important;
}

.title-news-page {
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0 0 0;
    font-weight: bold;
}

#register-form .title-box {
    background: #eee;
    line-height: 45px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.block {
    display: block;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

#main-menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    background: #fff;
    z-index: 99;
    height: 100vh;
    overflow: auto;
    transition: all 0.5s ease;
}

#main-menu.active {
    left: 0;
}

#main-menu .head {
    height: 50px;
    line-height: 30px;
    padding: 10px;
    background: #ddd;
}

#main-menu .head i {
    float: left;
    font-size: 30px;
}

#main-menu .head .text {
    margin-left: 50px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

#main-menu .list .item>a {
    display: block;
    padding: 8px 10px;
}

#main-menu .list .item>a .icon {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
    width: 30px;
}

#main-menu .line {
    border-top: solid 1px #ddd;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
}

.overlay.active {
    display: block;
}

body.active {
    overflow: hidden;
}

#category-menu {
    position: fixed;
    background: #fff;
    top: 0;
    left: -100%;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: all 0.5s ease;
}

#category-menu.active {
    left: 0;
}

#category-menu .head {
    height: 50px;
    background: #eee;
    padding: 10px;
}

#category-menu .head .back i {
    font-size: 24px;
}

#category-menu .head .back {
    float: left;
}

#category-menu .head .search {
    margin-left: 32px;
    position: relative;
}

#category-menu .head .search button {
    position: absolute;
    right: 5px;
    top: 0;
    background: none;
    border: none;
    font-size: 18px;
}

#category-menu .head .search input {
    height: 25px;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
}

#category-menu .list .item a {
    display: block;
}

#category-menu .list .item a.lv1 {
    line-height: 40px;
    border-bottom: solid 1px #dddd;
    padding: 0 10px;
}

#category-menu .list .item i {
    position: absolute;
    right: 0;
    top: 1px;
    line-height: 39px;
    width: 40px;
    text-align: center;
    font-size: 11px;
}

#category-menu .list .item.active i {
    transform: rotate(180deg);
}

#category-menu .list .item {
    position: relative;
}

#category-menu .list .item .sub {
    background: #eee;
    display: none;
}

#category-menu .list .item .sub a {
    line-height: 35px;
    padding: 0 10px 0 30px;
    border-bottom: solid 1px #fff;
}

body.active {
    overflow: hidden;
}

#menu-mobile {
    color: #fff;
}

#menu-mobile span {
    display: block;
    width: 27px;
    height: 4px;
    background: #333;
    margin: 3px auto;
}

.select .title {
    background: #eee;
    display: inline-block;
    border-radius: 2px;
    padding: 5px 15px;
}

.select .list {
    position: absolute;
    display: none;
    width: 100%;
    background: #f3f3f3;
    z-index: 99;
    padding: 10px;
    margin-top: 5px;
    left: 0;
}

.select {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.select .list .item {
    float: left;
    width: 50%;
}

.select .list .attr-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
}

.select .list .item-attribute {
    overflow: hidden;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

.select .list .item-attribute:last-child {
    border: none;
    margin: 0;
}

.relative {
    position: relative;
}

.table-shopping-cart {
    width: 100%;
}

.table-shopping-cart td {
    border: solid 1px #ddd;
    padding: 5px;
}

.shopping-cart-first-row {
    background: #eee;
    font-weight: bold;
}

.cartInfo-img {
    float: left;
    width: 130px;
}

.cartInfo-name {
    margin-left: 140px;
}

#cart-step-2 .title-box {
    background: #ff9310;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#cart-step-2 .form-group {
    margin-bottom: 10px;
}

#cart-step-2 .form-group label {
    margin-bottom: 2px;
}

.tbl-confirm {
    width: 100%;
}

.tbl-confirm td {
    padding: 5px;
    border-bottom: solid 1px #eee;
}

.col_sub_item_menu {
    width: 25%;
    float: left;
    padding: 10px;
}

.col_sub_item_menu a {
    display: block;
    margin-bottom: 5px;
}

.ducdt_pd-zalo {
    text-align: center;
}

.ducdt_pd-zalo a {
    color: #fff;
    background: #ff6a00;
    float: left;
    padding: 5px 27px;
    border-radius: 4px;
    text-align: center;
    border: 0;
}

.ducdt_pd-zalo a:hover {
    background: #28aae1;
    color: #fff;
}

.ducdt_pd-zalo::after {
    content: '';
    clear: both;
    display: block;
}

.banner-catalogue .name {
    line-height: 18px;
    height: 36px;
    display: block;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
}

.view-more-article-related {
    color: #d00;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.view-more-article-related:hover {
    color: #222;
}

.li-hide {
    display: none;
}

#load-more-article {
    background: #eee;
    text-align: center;
}

#load-more-article a {
    color: #e00;
    display: block;
    padding: 7px 0;
}

#load-more-article:hover {
    background: #ddd;
}

#overview-info .summary table {
    width: 100%;
}

#overview-info .summary table td {
    font-size: 14px;
    border-bottom: solid 1px #eee;
    padding: 5px;
}

#overview-info .summary table tr:last-child td {
    border: none;
}

.nd h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0.67em 0;
}

.nd h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0.83em 0;
}

.nd h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.nd h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-size: 1em;
}

.nd ul {
    padding-left: 40px !important;
    margin: 1em 0;
    list-style: initial;
}

.nd ul li,
.nd ol li {
    list-style: initial !important;
}

.nd ol {
    padding-left: 40px !important;
    margin: 1em 0;
    list-style: decimal !important;
}

.nd ol li {
    list-style-type: decimal !important;
}

.nd p {
    margin: 1em 0;
}

.nd table {
    border-collapse: collapse;
}

.nd table td,
.nd table th {
    border: solid 1px #ddd;
    padding: 5px;
}

.nd a {
    font-size: initial;
    color: #0056b3;
}

.nd {
    line-height: 1.45;
}

.nd table td img {
    max-width: 9999px;
}

#search-news {
    margin-bottom: 10px;
    border: solid 1px #ccc;
    position: relative;
}

#search-news input {
    height: 30px;
    border: none;
    width: 100%;
    padding: 0 8px;
}

#search-news button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    margin: 4px;
}

.load-more-product {
    padding: 8px 10px;
    line-height: 10px;
    margin-left: 5px;
    border: solid 1px #ddd;
    text-decoration: none;
    border-radius: 3px;
}

.contentvv.content-collapse {
    max-height: 340px;
    overflow: hidden;
    position: relative;
}

.contentvv.content-collapse:after {
    content: '';
    background: linear-gradient(rgba(255, 255, 255, 0), #f3ede1);
    height: 40%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#static_html .more {
    color: #ff9310;
    font-size: 14px;
    padding: 7px;
    margin-top: 15px;
}

#static_html .more.active i {
    transform: rotate(180deg);
}

#static_html .more i {
    display: inline-block;
    width: 0;
    border: solid 4px transparent;
    border-top-color: #ff9310;
}

.m-new .cssBorder h2{
	line-height: 42px;
}