@font-face {
    font-family: 'Roboto-Bold';
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/cn-Roboto-Bold.woff2") format("woff2"), url("../fonts/cn-Roboto-Bold.woff") format("woff"), url("../fonts/cn-Roboto-Bold.ttf") format("truetype"), url("../fonts/cn-Roboto-Bold.eot") format("embedded-opentype")
}

@font-face {
    font-family: 'Roboto-Medium';
    src: local("cn-Roboto-Medium"), url("../fonts/cn-Roboto-Medium.woff2") format("woff2"), url("../fonts/cn-Roboto-Medium.woff") format("woff"), url("../fonts/cn-Roboto-Medium.ttf") format("truetype"), url("../fonts/cn-Roboto-Medium.eot") format("embedded-opentype")
}

#content section.home-product .title-section,
section.customer .title-section,
#content.news-detail .other-image .title-section {
    margin-top: 2rem;
    border-bottom: 1px solid #e4376b
}

#content section.home-product .title-section span,
section.customer .title-section span,
#content.news-detail .other-image .title-section span {
    color: #fff;
    font-size: 20px;
    background: #e4376b;
    padding: 5px 10px;
    font-weight: bold;
    display: block;
    float: left;
    position: relative;
    border-radius: 5px 0 0
}

#content section.home-product .title-section span:after,
section.customer .title-section span:after,
#content.news-detail .other-image .title-section span:after {
    content: "";
    background: url(../images/after-title.png?v=220625_1002) left center no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    left: 99%;
    top: 0
}

@media only screen and (max-width: 768px) {
    #content section.home-product .title-section span,
    section.customer .title-section span,
    #content.news-detail .other-image .title-section span {
        font-size: 16px
    }
    #content section.home-product .title-section span:after,
    section.customer .title-section span:after,
    #content.news-detail .other-image .title-section span:after {
        height: 34px
    }
}

#content section.home-product .body-section .item-product,
section.customer .body-section .item-product,
#content.news-detail .other-image .body-section .item-product {
    margin-top: 1.5rem;
    border: 1px solid #ebebeb
}

#content section.home-product .body-section .item-product img,
section.customer .body-section .item-product img,
#content.news-detail .other-image .body-section .item-product img {
    width: 100%
}

#content section.home-product .body-section .item-product a img,
section.customer .body-section .item-product a img,
#content.news-detail .other-image .body-section .item-product a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#content section.home-product .body-section .item-product a:hover img,
section.customer .body-section .item-product a:hover img,
#content.news-detail .other-image .body-section .item-product a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#content section.home-product .body-section .item-product .product-code,
section.customer .body-section .item-product .product-code,
#content.news-detail .other-image .body-section .item-product .product-code {
    font-size: 14px;
    padding-left: 0.75rem;
    padding-top: 0.5rem
}

#content section.home-product .body-section .item-product .img-product,
section.customer .body-section .item-product .img-product,
#content.news-detail .other-image .body-section .item-product .img-product {
    position: relative
}

#content section.home-product .body-section .item-product .img-product .product-code,
section.customer .body-section .item-product .img-product .product-code,
#content.news-detail .other-image .body-section .item-product .img-product .product-code {
    position: absolute;
    top: 15px;
    right: 5px;
    text-transform: uppercase;
    font-size: 11px
}

#content section.home-product .body-section .item-product .img-product .product-sale,
section.customer .body-section .item-product .img-product .product-sale,
#content.news-detail .other-image .body-section .item-product .img-product .product-sale {
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 16px;
    background: red;
    padding: 12px 10px;
    border-radius: 50%;
    color: #fff
}

#content section.home-product .body-section .item-product a.title-product,
section.customer .body-section .item-product a.title-product,
#content.news-detail .other-image .body-section .item-product a.title-product {
    color: #1f1e1e;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding: 10px 5px;
    height: 56px;
    overflow: hidden
}

#content section.home-product .body-section .item-product a.title-product:hover,
section.customer .body-section .item-product a.title-product:hover,
#content.news-detail .other-image .body-section .item-product a.title-product:hover,
#content section.home-product .body-section .item-product a.title-product:active,
section.customer .body-section .item-product a.title-product:active,
#content.news-detail .other-image .body-section .item-product a.title-product:active {
    color: #227bcf;
    text-decoration: none
}

#content section.home-product .body-section .item-product .box-price,
section.customer .body-section .item-product .box-price,
#content.news-detail .other-image .body-section .item-product .box-price {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 48px
}

#content section.home-product .body-section .item-product .box-price p,
section.customer .body-section .item-product .box-price p,
#content.news-detail .other-image .body-section .item-product .box-price p {
    margin-bottom: 0;
    text-align: center
}

#content section.home-product .body-section .item-product .box-price p.old-price,
section.customer .body-section .item-product .box-price p.old-price,
#content.news-detail .other-image .body-section .item-product .box-price p.old-price {
    font-size: 16px;
    text-decoration: line-through;
    color: #504B46
}

#content section.home-product .body-section .item-product .box-price p.price,
section.customer .body-section .item-product .box-price p.price,
#content.news-detail .other-image .body-section .item-product .box-price p.price {
    font-weight: bold;
    font-size: 16px;
    color: #CF0200
}

#content section.home-product .body-section .item-product .box-price .info-price,
section.customer .body-section .item-product .box-price .info-price,
#content.news-detail .other-image .body-section .item-product .box-price .info-price,
#content section.home-product .body-section .item-product .box-price .info-discount,
section.customer .body-section .item-product .box-price .info-discount,
#content.news-detail .other-image .body-section .item-product .box-price .info-discount {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center
}

#content section.home-product .body-section .item-product .box-price .info-price,
section.customer .body-section .item-product .box-price .info-price,
#content.news-detail .other-image .body-section .item-product .box-price .info-price {
    padding-left: 0.5rem
}

#content section.home-product .body-section .item-product .box-price .info-discount,
section.customer .body-section .item-product .box-price .info-discount,
#content.news-detail .other-image .body-section .item-product .box-price .info-discount {
    padding-top: 10px
}

#content section.home-product .body-section .item-product .box-price .info-discount span,
section.customer .body-section .item-product .box-price .info-discount span,
#content.news-detail .other-image .body-section .item-product .box-price .info-discount span {
    background: #F25D3C;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px
}

body {
    font-family: Arial, sans-serif
}

#header {
/*    background: url(../images/bg-top-header2.jpg) center no-repeat*/
}

#header .middle-header .site-title {
    color: #e4376b;
    font-family: "Roboto-Bold";
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px
}

#header .middle-header p {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto-Medium";
    color: #e4376b;
    font-style: italic
}

@media only screen and (max-width: 767px) {
    #header .middle-header .site-title {
        font-size: 5vw
    }
    #header .middle-header p {
        font-size: 4vw
    }
}

#header .search {
    position: relative
}

#header .search input {
    width: 100%;
    margin-right: -6px;
    height: 33px;
    border: 1px solid #c1bcb7;
    padding-left: 0.25rem;
    color: #ebebeb;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 4px #d3d1cd
}

#header .search button {
    background: #ffffff;
    border: none;
    padding: 3px 10px;
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer
}

#header .hotline {
    font-weight: bold;
    color: #dc2c2c
}

#header .hotline a {
    color: #dc2c2c !important
}

.mean-container .mean-bar {
    float: none;
    background: #e4376b
}

.mean-container .mean-nav ul li {
    width: 95%
}

.mean-container .mean-nav ul li a {
    font-weight: bold
}

nav.main-menu {
    background: #e4376b;
    border-bottom: 2px solid #e57917
}

nav.main-menu ul {
    padding: 0;
    margin: 0
}

nav.main-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative
}

nav.main-menu ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 24px;
    text-transform: uppercase;
    font-weight: bold
}

nav.main-menu ul li a:hover,
nav.main-menu ul li a:active {
    color: #e57917;
    text-decoration: none
}

nav.main-menu ul li:hover ul {
    display: block
}

nav.main-menu ul li ul {
    z-index: 99;
    display: none;
    position: absolute;
    background: #e4376b
}

nav.main-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #e57917
}

nav.main-menu ul li ul li a {
    white-space: nowrap
}

.swiper-button-next {
    background-image: url(../images/next-btn.svg)
}

.swiper-button-prev {
    background-image: url(../images/prev-btn.svg)
}

.home-slider {
    max-width: 1920px;
    margin: 0 auto;
    max-height: 330px;
    overflow: hidden
}

.home-slider .main-slider img {
    width: 100%;
    object-fit: cover
}

@media only screen and (max-width: 768px) {
    .home-slider .swiper-main-slider-next,
    .home-slider .swiper-main-slider-prev {
        width: 15px;
        height: 20px;
        background-size: 100%;
        top: 60%
    }
}

#content section.under-slide img {
    max-width: 100%
}

@media only screen and (min-width: 992px) {
    #content section.home-product .body-section .col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px
    }
    #content section.home-product .body-section .col-20:first-child {
        padding-left: 15px
    }
    #content section.home-product .body-section .col-20:last-child {
        padding-right: 15px
    }
}

section.customer .swiper-button-next,
section.customer .swiper-button-prev {
    width: 15px;
    height: 15px;
    background-size: 100%;
    margin-top: -7px
}

section.customer .swiper-customer-slide-next {
    background-image: url(../images/next-btn.svg);
    right: -15px
}

section.customer .swiper-customer-slide-prev {
    background-image: url(../images/prev-btn.svg);
    left: -15px
}

section.customer .body-section {
    position: relative;
    padding: 1rem 0
}

section.customer .body-section .customer-slide {
    position: unset;
    margin-right: -1rem;
    max-width: 100%
}

section.customer .body-section .swiper-slide {
    border: 1px solid #ebebeb;
    box-sizing: border-box
}

section.customer .body-section .swiper-slide img {
    width: 100%
}

section.chi-nhanh {
    background: #f7f8f9;
    padding: 2rem 0
}

section.chi-nhanh .item-section {
    margin-bottom: 0;
    font-size: 14px
}

section.chi-nhanh .item-section:nth-child(n+1):nth-child(-n+3) {
    margin-bottom: 1rem
}

section.chi-nhanh .item-section div:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

section.chi-nhanh .item-section div {
    margin-bottom: 0;
    font-size: 14px
}

#footer {
    padding: 2rem 0;
    background: #e4376b;
    line-height: 1.5
}

#footer .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f1d16e
}

#footer .title span {
    border-bottom: 2px solid #f1d16e
}

#footer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff
}

#footer p strong {
    margin: 10px 0;
    display: block
}

#footer ul {
    padding: 0;
    margin: 0
}

#footer ul li {
    list-style: none
}

#footer ul li a {
    color: #fff;
    font-size: 14px
}

#footer ul li a:hover,
#footer ul li a:active {
    color: #CCD1D9;
    text-decoration: none
}

#content.news-detail {
    margin-top: 2rem
}

#content.news-detail .left section.box-images .big-image {
    border: 1px solid #ebebeb;
    padding: 2rem
}

#content.news-detail .left section.box-images .big-image img {
    width: 100%
}

#content.news-detail .left section.box-images .big-image .threesixty {
    display: none
}

#content.news-detail .left section.box-images .thumb-images {
    margin: 2rem 0;
    display: flex;
    padding: 0 4rem
}

#content.news-detail .left section.box-images .thumb-images span {
    display: block;
    border: 1px solid #ebebeb;
    margin: 0 5px;
    cursor: pointer;
    width: 1000px
}

#content.news-detail .left section.box-images .thumb-images span img {
    max-width: 100%
}

#content.news-detail .left section.box-description .title-box {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem
}

#content.news-detail .left section.box-description table {
    border: 0
}

#content.news-detail .left section.box-description table tr td {
    padding: 0.25rem;
    border-right: 0;
    border-left: 0
}

@media only screen and (min-width: 768px) {
    #content.news-detail .left section.box-description table tr td:first-child {
        width: 30%
    }
}

#content.news-detail .right section.box-info .title-box {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase
}

#content.news-detail .right section.box-info .body-box table {
    margin-bottom: 0;
    border: 0
}

#content.news-detail .right section.box-info .body-box table tr td {
    border-right: 0;
    border-left: 0;
    padding: 0.25rem
}

#content.news-detail .right section.box-info .body-box table tr td:first-child {
    width: 30%
}

#content.news-detail .right section.box-info .body-box table tr:first-child td {
    border-top: 0
}

#content.news-detail .right section.tinh-nang {
    padding: 1.25rem 0;
    border-bottom: 1px solid #ebebeb
}

#content.news-detail .right section.tinh-nang img {
    margin: 0 0.25rem;
    width: 7%
}

#content.news-detail .right section.box-dowload {
    padding: 1rem 0
}

#content.news-detail .right section.box-dowload .title-box {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.75rem
}

#content.news-detail .right section.box-dowload a.btn-dowload {
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background: #227bcf;
    display: block;
    float: left
}

#content.news-detail .right section.box-dowload a.btn-dowload:hover,
#content.news-detail .right section.box-dowload a.btn-dowload:active {
    color: #ebebeb;
    text-decoration: none
}

#content.news-detail .right section.box-price {
    background: #f9f9f9;
    margin: 1.5rem 0;
    padding: 0.5rem 1.5rem;
    line-height: 1;
    position: relative
}

#content.news-detail .right section.box-price:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/sale-icon.png) top center no-repeat;
    width: 45px;
    height: 45px
}

#content.news-detail .right section.box-price span {
    vertical-align: middle
}

#content.news-detail .right section.box-price .old-price {
    text-decoration: line-through;
    color: #504f4f;
    font-size: 13px
}

#content.news-detail .right section.box-price .price {
    font-size: 30px;
    color: #dc2c2c;
    font-weight: bold
}

#content.news-detail .right section.box-price .discount {
    font-size: 13px;
    color: #504f4f;
    font-weight: bold;
    float: right
}

#content.news-detail .right section.box-price .discount span {
    color: #dc2c2c;
    font-size: 24px;
    margin-left: 5px
}

#content.news-detail .right .box-more-info .title-box p {
    margin-bottom: 0;
    font-size: 13px
}

#content.news-detail .right .box-more-info .title-box p:first-child {
    font-weight: bold;
    font-size: 14px
}

#content.news-detail .right .box-more-info .body-box a {
    color: #227bcf;
    font-size: 16px;
    display: block;
    background: url("../images/more-info-icon.png") center no-repeat;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem
}

#content.news-detail .right .box-more-info .body-box a:hover,
#content.news-detail .right .box-more-info .body-box a:active {
    color: #fff;
    text-decoration: none
}

#content.news-detail .right .box-tai-sao-chon {
    margin-top: 1rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #227bcf;
    padding: 10px 0;
    text-align: center;
    font-size: 14px
}

#content.news-detail .right .box-tai-sao-chon a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    text-transform: none
}

#content.news-detail .right .box-tai-sao-chon a:hover,
#content.news-detail .right .box-tai-sao-chon a:active {
    color: #ebebeb;
    text-decoration: none
}

#content.default-news .home-product .img-cat {
    margin-top: 1.5rem
}

#content.default-news .home-product .img-cat img {
    width: 100%
}

#content.default-news .home-product .body-section img {
    max-width: 100%
}

#content.default-news .home-product .body-section .des-default {
    padding: 1rem;
    margin: 1.5rem 0;
    border: 1px solid #ebebeb
}

#content.default-news .home-product .body-section .des-default p {
    margin-bottom: 0
}

#content.default-news .home-product .body-section .des-default .list-link {
    margin-top: 1rem;
    display: flex
}

#content.default-news .home-product .body-section .des-default .list-link a {
    background: url("../images/more-info-icon.png") center no-repeat;
    color: #227bcf;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 34px
}

#content.default-news .home-product .body-section .des-default .list-link a:hover,
#content.default-news .home-product .body-section .des-default .list-link a:active {
    color: #fff;
    text-decoration: none
}

#content.default-news .home-product .body-section .des-default .list-link a span {
    max-width: 47%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    margin-top: 10px
}

#content.default-news .home-product .body-section .des-default .list-link a:first-child span {
    margin-top: 5px
}

@media only screen and (max-width: 768px) {
    #content.default-news .home-product .body-section .des-default .list-link {
        display: block
    }
    #content.default-news .home-product .body-section .des-default .list-link a span {
        padding-top: 7px
    }
}

div.pagination {
    margin: 1.5rem 0
}

div.pagination ul {
    margin: 0 auto
}

div.pagination ul li a {
    color: #757575;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    margin: 2px;
    font-weight: bold
}

div.pagination ul li a:hover,
div.pagination ul li a:active {
    color: #227bcf;
    text-decoration: none
}

#content.news-detail .box-detail {
    margin-bottom: 2rem
}

#content.news-detail .box-detail .title-box {
    font-weight: bold;
    font-size: 18px;
    margin: 1rem 0
}

#content.news-detail .box-detail .body-box {
    border: 1px solid #ebebeb;
    padding: 1rem
}

#content.news-detail .other-image {
    margin-bottom: 2rem
}

#content.checkout {
    margin-bottom: 2rem
}

#content.checkout .home-product .body-section .head {
    margin: 2rem 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem
}

#content.checkout .home-product .body-section .form-gruop label {
    font-weight: bold;
    font-size: 14px
}

#content.checkout .ghi-chu textarea {
    width: 100%;
    padding: 1rem;
    border-color: #ebebeb
}

#content.checkout table img {
    max-width: 150px
}

#content.checkout table .name-product-cart {
    color: #1f1e1e;
    font-size: 16px
}

#content.checkout table .name-product-cart:hover,
#content.checkout table .name-product-cart:active {
    color: #ebebeb;
    text-decoration: none
}

#content.checkout .text-price {
    font-weight: bold;
    color: #dc2c2c;
    font-size: 18px
}

#content.contact-page .head-contact {
    margin-top: 2rem
}

#content.contact-page .head-contact p {
    margin-bottom: 0
}

#content.contact-page .head-contact p:first-child {
    font-style: italic
}

#content.contact-page .head-contact p:last-child {
    font-weight: bold
}

#content.contact-page .btn-buy a {
    color: #000;
    font-size: 14px;
    display: block;
    background: url(../images/more-info-icon.png) center no-repeat;
    text-align: center;
    font-weight: bold;
    height: 36px;
    padding-top: 7px
}

#content.contact-page .btn-buy a:hover,
#content.contact-page .btn-buy a:active {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    #content.contact-page .btn-buy a {
        margin-top: 10px
    }
}

#content.contact-page .btn-buy a.bg-small {
    background-size: 82%
}

@media only screen and (max-width: 576px) {
    #content.contact-page .btn-buy a.bg-small {
        background-size: 60%
    }
}

#content.contact-page .body-contact img {
    width: 100%
}

@media only screen and (min-width: 992px) {
    #content.contact-page .body-contact .lg-mallest {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media only screen and (min-width: 768px) {
    #content.contact-page .body-contact .custom-border {
        border-right: 2px solid #ddd
    }
}

#content.contact-page .body-contact .intro-contact p {
    margin-bottom: 0;
    font-size: 15px
}

#content.contact-page .body-contact .intro-contact p strong {
    float: left;
    min-width: 85px
}

#content.contact-page .body-contact .intro-contact h3 {
    text-align: center;
    color: #117bbe;
    font-size: 20px;
    font-weight: bold
}

#content.contact-page .body-contact .item {
    margin-top: 1.5rem
}

#content.contact-page .body-contact .item .sapo {
    padding: 5px 0;
    line-height: 1.5
}

#content.contact-page .body-contact .item .sapo p {
    margin-bottom: 0;
    font-size: 14px
}

@media only screen and (max-width: 576px) {
    #content.contact-page .body-contact .item .sapo p {
        font-size: 24px
    }
}

#content.contact-page .body-contact .item .sapo p img {
    width: auto;
    max-width: 100%
}

#content.contact-page .body-contact .item .sapo a.buy-now {
    color: #000;
    font-size: 14px;
    display: block;
    background: url(../images/more-info-icon.png) right no-repeat;
    background-size: 75%;
    text-align: right;
    padding-right: 19px;
    margin-top: 10px
}

#content.contact-page .body-contact .item .sapo a.buy-now:hover,
#content.contact-page .body-contact .item .sapo a.buy-now:active {
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width: 576px) {
    #content.contact-page .body-contact .item .sapo a.buy-now {
        background-size: 45%;
        padding-right: 22px
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    #content.contact-page .body-contact .item .sapo a.buy-now {
        background-size: 100%;
        text-align: center;
        padding-right: 0
    }
}

#content.page-content .home-product .body-section p {
    margin-bottom: 0
}

.zoom-section img {
    max-width: 100%
}

.zoom-desc p {
    margin-bottom: 0
}

.zoom-small-image {
    cursor: pointer
}

a.cloud-zoom-gallery {
    width: 90px;
    display: block;
    border: 1px solid #ddd;
    margin: 0.5rem;
    margin-bottom: 0;
    float: left;
    padding: 1px
}

.decription-top {
    border: 1px solid #ddd;
    padding: 1rem
}

.decription-top .table {
    border: 0
}

#content.news-detail .right {
    position: relative
}

@media only screen and (min-width: 992px) {
    #content.news-detail .right .box-price-2 {
        position: absolute;
        bottom: 0;
        width: 94.8%
    }
}

#content.news-detail .right .box-price-2 .price {
    font-size: 20px;
    color: #F15232
}

#content.news-detail .right .box-price-2 .old-price {
    margin-left: 30px;
    margin-top: 2px;
    text-decoration: line-through;
    color: #999;
    font-size: 18px
}

#content.news-detail .right .box-price-2 .hotline {
    background: url(../images/hotline-bg.png) left center no-repeat;
    padding-left: 60px;
    height: 50px;
    color: #F25532;
    font-weight: bold;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase
}

#content.news-detail .right .box-price-2 .box-tai-sao-chon {
    background: #e4376b
}

@media only screen and (min-width: 992px) {
    #content.news-detail .other-image .body-section .col-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px
    }
    #content.news-detail .other-image .body-section .col-20:first-child {
        padding-left: 15px
    }
    #content.news-detail .other-image .body-section .col-20:last-child {
        padding-right: 15px
    }
}

#content.mobile .home-product .body-section .item-product .title-product {
    text-align: justify
}

#content.mobile .home-product .body-section .item-product .box-price-2 {
    text-align: center
}

#content.mobile .home-product .body-section .item-product .box-price-2 p {
    margin-bottom: 0
}

#content.mobile .home-product .body-section .item-product .box-price-2 p.old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #5c5b5b
}

#content.mobile .home-product .body-section .item-product .box-price-2 p.price {
    font-weight: bold;
    font-size: 16px;
    color: #CF0200
}

nav.main-menu .container>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

nav.main-menu .container>ul>li {
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

nav.main-menu .container>ul>li:nth-child(5) {
    -ms-flex: 1.5;
    flex: 1.5
}

nav.main-menu .container>ul>li>ul {
    width: 280px;
    z-index: 99999;
    border-top: 2px solid #e57917
}

nav.main-menu .container>ul>li>ul>li {
    text-align: left;
    position: relative
}

nav.main-menu .container>ul>li>ul>li:hover ul {
    display: block
}

nav.main-menu .container>ul>li>ul>li>a {
    white-space: normal;
    padding: 5px 16px;
    font-size: 12px
}

nav.main-menu .container>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    border-left: 1px solid #fff
}

nav.main-menu .container>ul>li>ul>li>ul>li>a {
    font-size: 12px;
    padding: 5px 16px
}

.body-box p {
    margin-bottom: 0
}

.body-box img {
    max-width: 100%
}

