@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
body {
    font-family: Roboto;
}
.bg-green-1 {
    background: #449d44;
}
.quick-btn {
     border-radius: 0;
     width: 100%;
     text-align:  left;
     padding: 10px 15px;
     margin-bottom: 15px;
}
.quick-btn i {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
}
.quick-btn p {
    margin-left: 53px;
    margin-bottom: 0;
}

.item-product .img > a {
    display: block;
    width: 100%;
    height: 100%;
}
img.img-product {
    height:  100%;
    width:  100%;
    object-fit:  contain;
    background: #fff;
}

.tbl {
    display: table;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.tbl-cell.desc, .tbl-cell.img .img-cover {
    background-position: 50% 50%;
    background-size: cover;
}
.desc {
    width: calc(25% - 30px);
    margin: 15px;
    border: 3px solid #012b7a;
    text-align: center;
    height: 100%;
}
.tbl-cell {
    vertical-align: top;
    position: relative;
}
.tbl>.tbl-cell, .tbl>.tbl-row>.tbl-cell {
    float: left;
}
.desc .wrap {
    background-color: rgba(255,255,255,.9);
    color: #545454;
    padding: 40px 25px 10px;
    min-height: 330px;
}
.tbl-cell.desc h2 {
    color: #ea0f0d;
    font-size: 23px;
    line-height: 28px;
    margin: 0 0 50px;
    font-weight: 700;
}
.tbl-cell.desc h2 a {
    color: #ea0f0d;
}
.desc p {
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 15px;
    height: 96px;
    overflow: hidden;
}
.desc .btn-detail {
    text-align: center;
    display: block;
    max-width: 100%;
    padding: 8px 10px 6px;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 10px auto 0;
    -ms-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    font-size: 13px;
    letter-spacing: .3px;
    color: #545454;
    width: 200px;
}
a.tbl-cell {
    transition: ease-in-out .3s;
}
.tbl-cell.img.right .img-cover {
    right: 0;
    left: 15px;
}
.tbl-cell.img.left .img-cover {
    right: 15px;
    left: 0;
}
.tbl-cell.img .img-cover {
    position: absolute;
    top: 0;
    bottom: 0;
}
.img-cover {
    overflow: hidden;
    display: block;
}
.nav_title {
    border-bottom: 2px solid #c4151c;
}
.news-style-1 .tab-product {
    margin: 0px 15px;
    padding: 10px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #c4151c;
}
.news-style-1 .tab-product h3 {
    float: left;
    margin: 0 15px 0 0;
    font-size: 20px;
}
.news-style-1 .tab-product h3 a {
    color: #000;
}
.news-style-1 .tab-product .title-tab-02 {
    float: left;
    margin: 5px 0 0;
}

.news-style-1 .tab-product .title-tab-02 .tab-item {
    background: none;
    border: none;
    border-left: 1px solid;
    padding: 0 10px;
}
.news-style-1 .tab-product .title-tab-02 li:first-child .tab-item { 
    border-left: none;
}
.news-style-1 .nav-tabs-03.nav-tabs>li.active>a {
    color: #000;
    background:  none;
}
.news-style-1 .list-item {
    width: 50%;
    float: left;
    margin: 0;
}
.news-style-1 .item-blogs {
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
}
.news-style-1 .box-blogs.view-list .info {
    padding: 0;
    margin: 0;
    overflow: inherit;
}
.news-style-1 .list-item .img-blogs {
    width: 33.333%;
    margin-right: 10px;
    float:  left;
}
.news-style-1 .btn-view-more {
    display: none;
}
.news-style-1 .list-item:first-child .img-blogs{
    width: 100%;
}



.video-yt {
    /* position: relative; */
    width: 100%;
    /* padding-top: 42%; */
}
.video-yt iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list_item_pro {
    /* padding: 0 5px; */
}
.list_item_pro .thumbnail {
    border: none;
    margin: 0;
    padding: 0;
}
.thumbnail a>img, .thumbnail>img {
    width: 100%;
}
.cate_list_title {
    background: none;
    height: 67px;
    color: #fff;
    display: table;
    width: 100%;
    padding: 0px 10px;
    font-size: 16px;
    text-align: center;
}
.cate_list_title a.cate-title {
    color: #333;
    display: table-cell;
    vertical-align: middle;
}
.list_item_pro .thumbnail a:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.list_item_pro .thumbnail a:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    content: "";
    transition: transform 0.6s ease 0s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.list_item_pro .thumbnail a {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.list_dongxe .title_widget {
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: #0450fc;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.bg-service {
    background: #c4151c;
    padding: 30px 0;
    margin: 20px 0;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}
.ov-hidden .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: inherit !important;
    left: -30px;
}
.slider-product.owl-theme .owl-controls .owl-buttons div {
    top: 40%;
    font-size: 40px;
}
.price-well, .owl-theme .owl-controls .owl-buttons div:hover:before, .box-product-style2 .nav_title>li.active>a, .box-product-style2 .nav_title>li>a:hover {
    color: #163679;
}
.cate_list_title a:hover {
    color: #0099cc;
}

.bg-menu, .bg-menu-top {
    background: #0d4992;
    height: auto;
    /* clear: both; */
}
.bg-menu .box-search {
    display: none;
}
.bg-menu .box-search-mobile a {
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.bg-menu .item-dropdown a {
    color: #fff;
}
.bg-menu .nav-right .item-dropdown:hover {
    background-color: transparent;
}
.bg-menu .icon_img img {
    width: 35px;
    margin-top: 0;
}
.menu-main .nav_desktop, .menu-main .navbar-header {
    float: left;
}
.nav_desktop li:hover > a {
    background: rgb(247, 148, 30);
}
.nav_desktop li a {
    padding: 18px 30px;
    font-size: 17px;
}
.nav_desktop>ul>li {
    border-left: 1px solid #18a9dc;
    float: none;
    display: inline-block;
}
.nav_desktop>ul {
    text-align: center;
}
.nav_desktop>ul>li:last-child {
    border-right: none;
}
.nav_desktop>ul>li:first-child {
    border-left: none;
}
.nav_desktop ul ul {
    top: 100%;
}
.bg-menu .box-search-mobile {
    padding-top: 25px;
}
.bg-menu .box-search-mobile {
    padding-top: 15px;
}
.language-xml {
    padding-top: 15px;
}
.news-style-1 .row ul, .tabs-block .tab-content {
    background: #fff;
    min-height: 325px;
}
.menu-top li a {
    color: #fff;
    padding: 10px 8px;
}
.menu-top>li {
    float: none;
    display: inline-block;
    margin-left: -4px;
}
.menu-top {
    text-align: center;
}
.menu-top li a:hover {
    background: none;
    color: #000;
}
.ol-slide-support .item {
    text-align: center;
}
.ol-slide-support .item img{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit:  cover;
    margin-bottom: 15px;
}
.ol-slide-support .name {
    font-size: 16px;
    font-weight: 700''
}
.ol-slide-support .list-icon a {
    font-size: 24px;
}


.bg-service .box-product-style2>div>.nav_title>.active>a:after, .bg-service .box-product>.nav_title>.active>a:after {
    height: 0px;
}
.bg-service .nav_title li a:before, .box-product-style2 h3:before {
    height: 0px;
}
#header .logo img {
    /* padding: 0 25px; */
    background: #fff;
    width: 200px;
}

.list_item_pro .thumbnail a>img, .list_item_pro .thumbnail>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.nav_desktop ul li ul li {
    text-align: left;
}

.hotline-ht a {
    position: fixed;
    bottom: 7px;
    background: #e40009;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 16px;
    left: 3px;
}
.hotline-ht a i {
    margin-right: 5px;
}
.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev, .content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: inherit;
    left: 10px;
}

.fix {
    background: #0D498F;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0;
    right: 0;
    border-bottom: 1px solid #13aadc;
}

@media (min-width: 1200px) {
.list_item_pro .thumbnail {
    height: 100%;
}
.bg-menu {
    /* height: 85px; */
}
.bg-menu>div {
    padding: 0;
}
#header .logo {
    padding: 0;
    padding-left: 0;
}
.nav_desktop li a {
    padding: 14px 20px;
    font-size: 14px;
}

.bg-menu .box-search-mobile {
    height: 85px;
}
.language-xml {
    padding-top: 25px;
}
.padding-container {
    padding: 35px 0;
}
}
@media (max-width: 767px) {
    .show-xs {display: block !important;}
    .desc .wrap {
        min-height: 0;
        padding: 20px 15px;
    }
    .news-style-1 .list-item {
        width: 100%;
    }
    .nav_title>li>.dropdown-menu {
        left: auto;
        right: 0;
    }
    .desc {
        width: calc(100% - 30px);
    }

    .hotline:before, .hotline .content:after {
        display: none;
    }
}
.title-product a {
    font-size: 13px;
    color: #383838;
    font-weight: bold;
    display: inline-block;
}
.news-style-1 .title-tab-02{
    display: none;
}

.nav_desktop>ul>li>a {
    color: #fff;
    text-transform: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.menu-top>li:hover > a {
    background: #03a9f4;
    color: #fff;
}
/* jundental */
.jundental-htm {
    margin: 30px 0;
}
.main-wapper {
    background: #ed1c24;
    padding: 20px;
    box-shadow: 1px 5px 7px 2px #d1d1d1;
}
.main-wapper:hover, .blue-ht:hover {
    background: #043a8c;
}
.main-wapper .info-htm h3 {
    color: #fff;
    font-size: 32px;
    margin-top: 5px;
}
.main-wapper .info-htm {
    margin-left: 38%;
    padding-left: 15px;
}
.main-wapper .info-htm p {
    color: #fff;
    font-size: 16px;
}
.main-wapper img {
    border-radius: 50%;
    float: left;
    width: 38%;
}
.blue-ht {
    background: #c4151c;
    padding: 20px;
    box-shadow: 1px 5px 7px 2px #d1d1d1;
}
.blue-ht h3 {
    color: #fff;
    font-size: 17px;
    margin-top: 6px;
    text-align: center;
}
.blue-ht h3 i {
    margin-right: 10px;
    font-size: 18px;
}
.blue-ht p {
    margin-bottom: 7px;
    color: #fff;
    font-size: 16px;
}

/* feed back */
.tab-feedback h3.title {
    text-align: center;
    margin-bottom: 35px;
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}
.content-feedback .desc-feedback {
    font-weight: bold;
    font-size: 16px;
}
.content-feedback img {
    float: left;
    margin-right: 10px;
}
.content-feedback .owl-item {
    padding: 0 10px;
}
.content-feedback {
    color: #fff;
}
.content-feedback .comment {
    background: url(/uploads/plugin/custom_img/2018-01-24/custom-quote-bg.png) top left/100% 100% no-repeat;
    height: 250px;
    max-width: 100%;
    padding: 30px 20px 50px 55px;
    position: relative;
}
.content-feedback .comment:before {
    content: "\201C";
    font-family: Arial;
    font-size: 91px;
    position: absolute;
    top: 19px;
    left: 14px;
    line-height: 1;
    display: block;
}
.content-feedback .owl-prev {
    left: -100% !important;
}
.bg-feed {
    background: url(/uploads/plugin/custom_img/2018-01-24/custom-index-quote-bg.jpg) 50% 50%/cover no-repeat;
    padding: 40px 0 50px;
}
@media (max-width: 768px) {
    .blue-ht {
        margin-bottom: 20px;
    }
    body {
        overflow-x: hidden;
    }
    .content-feedback .comment {
        height: 135px;
    }
    .bg-feed {
        padding: 30px 0 25px;
    }
    .content-Customer {
        position: relative;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div {
        top: 25%;
    }
    .bottom-footer {
        margin: 0 -15px;
    }
    .bg-service {   
        padding: 20px 0 0 0;
    }
    .news-dv .item-blogs {
        border: none;
        padding: 0 40px;
        padding-top: 20px;
    }
    .ov-hidden .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -25px;
    }
    .btn-menu-main {
        width: auto;
        border-right: 1px solid #22b7e8;
        padding-right: 15px;
    }
}

@media (max-width: 500px) {
    .bg-menu .box-search-mobile {
        padding-top: 0;
    }
    #header .logo {
        width: 100%;
    } 
    #header .navbar-header-mobile .logo {
        padding:12px 0 8px;
    } 
    .content-Customer .coment {
        padding: 7px;
    }
    #footer .news-home> .container> .row> [class^="col-xs-"]{
        width:100%;
    }
    .payment-support{
        display:none;
    }
    .mightyslider_modern_skin .mSButtons {
        width: 94px !important;
        height: 40px !important;
    }
}
.icon_img img {
    margin-right: 30px
}
body {
    font-size: 14px;
}
.box_bor_style1.wrap-description-intro{position: static;padding:0;border: 0;width:  auto;text-align:  center;margin: 15px 0;height: inherit !important;}
.breadcrumb{margin: 10px 0 !important;}
.twitter-share-button{background:#0c7abf;color: #fff;font-size: 12px;padding: 2px 13px 1px;margin-bottom: 4px;margin-right: 4px;display:  inline-block;float: left;border-radius: 3px;}
#header{
    background:#fff;
}
#header .header-top-1{
    padding:20px 0;
}
.hotline-header span, .email-header span {
    color: #ee1c26;
    font-weight: bold;
}
/*.menu-footer-vertical>.list-fan-page>li>a>.fa{*/
/*    background: none !important;*/
/*    border: 1px solid #e8e8e8;*/
/*    border-radius: 0;*/
/*    color: #a9a9a9;*/
/*}*/
/*.menu-footer-vertical>.list-fan-page>li>a>.fa:hover{*/
/*    color:#0099cc;*/
/*    border: 1px solid #0099cc;*/
/*}*/
.bg-main, .fancybox-gallery:hover .image-hover, .nav-tabs-03.nav-tabs>li.active>a, .nav-tabs-03.nav-tabs>li.active>a:focus, .nav-tabs-03.nav-tabs>li.active>a:hover, .box-step ul li.active .demo-icon, .nav_title li a::before, .box-product-style2 h3:before, .title_style2 h3::after, .opticon-select li:hover .btn-ver, .opticon-select li.active .btn-ver, .nav-tabs-01 .nav-tabs li.active span, .list-bank li label:before {
    background-color: #0b4993;
}
.sub-menu-style1.sub-menu> a > i{
    font-size:15px;
}
.menu-home {
    overflow: hidden;
    margin-top: 20px;
}
.menu-home li {
    width: 33%;
    display: inline;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 0.5%;
}
.menu-home img {
    width: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.menu-home .name {
    position: absolute;
    top: calc(50% - 30px);
    background: rgba(255,255,255,0.25);
    text-align: center;
    color: white;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    width: 100%;
    z-index: 1;
    font-size: 45px;
    font-family: utm-avo;
}
.menu-home .name span {
    background: url(/uploads/plugin/custom_img/2018-03-31/custom-icon-row.png) right center no-repeat;
    padding-right: 40px;
    color: #000;
    font-size: 36px;
}
.menu-home li:last-child {
    float: right;
    margin-right: 0;
}
.list_dongxe .list_item_pro .thumbnail a>img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    object-fit: cover;
}
.list_item_pro .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 0;
}
.list_item_pro .thumbnail a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.doi-tac .nav_title {
    margin-bottom: 0px;
    text-align: left;
}
#myTabs1, #Customer-tab {
    margin-top: 0px;
}
.doi-tac .nav_title li a {
    display: block;
    font-size: 32px;
    color: #20b04f;
}
.doi-tac .nav_title li a:before {
    height: 1px;
}
.item-customer img {
    border-radius: 0%;
    margin-bottom: 15px;
}
.content-brand .item-brand {
    border: none;
    height: 120px;
    padding: 10px 0px;
}
.item-customer {
    padding: 20px;
}
.doi-tac .nav_title {
    border-bottom: 1px solid #ebebe9;
}
.bg-mxh .menu-footer-vertical .title-fan-page, .content-brand .owl-buttons {
    display: none;
}
.news-footer .item-blogs .img-blogs{
    float: left;
    width: 16.666667%;
}
.news-footer .item-blogs .info {
    margin-left: 16.666667%;
    padding-left: 10px;
}
.news-footer .title-blogs-item a {
    font-size: 13px !important;
    color: #e6e6e6;
    font-weight: normal;
}
.news-footer .desc-blogs, .news-footer .btn-view-more{
    display:none;
}
.news-footer .title-blogs-item {
    height: 18px;
}
.news-footer .item-blogs {
    border-bottom: 1px dashed #dcdcdc;
    padding-top: 10px;
    padding-bottom: 0;
}
.news-footer .nav_title li a {
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}
.news-footer .nav_title {
    border-bottom: 0;
}
.news-footer .item-blogs:last-child{
    border-bottom:0;
}
.more-blogs {
    margin-bottom: 5px;
    color: #b3b3b3;
    font-size: 11px;
}
#footer {
    padding-top: 20px;
    background: #0b4993;
    color: #fff;
}
.title-menu-ft {
    color: #fff;
}
.address-ft p, .about-desc {
    color: #e6e6e6;
}
.address-ft .demo-icon {
    margin-right: 10px;
    color: #a4d6e6;
    border: 1px solid #a0d4e5;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
#header .navbar-header-mobile .logo img {
    padding: 0;
    background: none;
    width: 100px;
}
#header .menu-footer-vertical>.list-fan-page {
    margin-bottom: 0;
}
.title_style h2, .title_style h3, .title_style h4 {
    background-color: #0d4992;
}
.btn-black-2.btn-shop-cart {
    background-color: #e40009;
    padding: 7px 20px;
    border-radius: 5px;
}
.item-blogs {
    border-bottom: 0;
}
.title-blogs-item a {
    font-size: 16px !important;
}
.header-top-1 .text-center {
    padding: 27px 0;
}
.social-right {
    margin-top: 0px;
}
.box-slide-images-detail .view-images-large #main_img {
    max-height: 450px;
    overflow: hidden;
}
.banner-pro img {
    width: 100%;
}
.bg-header-top .social-right {margin: 5px 0;}
.bg-header-top #header .menu-footer-vertical>.list-fan-page { margin-bottom: 0;}
.bg-header-top .menu-footer-vertical>.list-fan-page>li {margin-right: 20px;}
.bg-header-top .menu-footer-vertical>.list-fan-page>li>a {margin: 0;}
.bg-header-top .menu-footer-vertical>.list-fan-page>li>a>.fa {
    height: inherit;
    width: initial;
    line-height: initial;
    background-color: transparent !important;
    color: #2857c1;
}
.box-ft {
    margin-bottom: 0;
}
.tab-content>.tab-pane .item-customer {
    padding: 20px 0;
}
.item-customer img {
    margin-right: 0px;
}
.color-main, .box-style-1 .demo-icon:before, .bottom-download span, .cart-order .dropdown-toggle span.number, .view-style .btn-view.active, .nav li.active a, .nav_desktop ul li:hover ul li a:hover, .title-product a:hover, .title-desc-detail, .nav-tabs-01 .nav-tabs li span .demo-icon, .nav-tabs-01 .nav-tabs li.active i.icon-dot-circled, .nav_desktop ul li.sub-menu-style2 ul li a:hover, .nav_desktop ul li.sub-menu-style2:hover ul li a:hover, .breadcrumb > .active, .newsletter .btn-default {
    color: #f7941e;
}
.content-brand .item-brand img {
    height: auto;
    width: auto;
    max-height: 105px;
}
.title_style1 h2 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}
.detail-post .title-blogs-item {
    height: inherit;
    font-size: 20px;
    line-height: inherit;
}
.contact-xml p {display: block;font-weight:  bold;margin-bottom: 12px;font-size: 15px;}
.contact-xml p .demo-icon {margin-right: 10px;}
.sidebar-content-box.item-counter { clear: both;}
.sidebar-content-box.item-counter .content ul {list-style: none;}
.sidebar-content-box.item-counter .content {
    color: #000;
    padding: 10px;
}
.sidebar-content-box.item-counter .title {
    background: #0d4992;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
    margin-top: 15px;
}
.sidebar-content-box.item-counter .content ul label {width: 100%;}
.sidebar-content-box.item-counter .content ul .dks {float: right;}
.menu-footer-vertical>.list-fan-page>li>a>.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.contact-xml {
    padding: 20px;
    border: 4px solid #0b4993;
    border-radius: 15px;
}
.contact-xml p .hotline-xml {
    display: inline-flex;
}
.menu-footer-vertical>.list-fan-page>li>a {
    margin-bottom: 0;
}


@media (min-height: 1200px) {
    .mighty-slider {height: 300px !important;}
}
@media (min-width: 1024px) {
    .hovereffect {
        padding-top: 22%;
    }
    .hovereffect a {
        position: absolute;
        top: 0;
        left:  0;
        right: 0;
        height: 100%;
    }
    .hovereffect a img {
        height: 100%;
    }
.wrap-suggestion {
    max-width: 262px !important;
}
}
@media (max-height: 1199px) {
    .mighty-slider {height: 24vw !important;}
}
@media (max-width: 767px){
    .top-list-blogs-subpage>.row>div:nth-child(2)>.clearfix {
        border-top: 1px solid #ddd;
    }
    .show-mobile {
        display: block;
        color: #fff;
    }
    .mighty-slider {
        height: 168px !important;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -24px;
    }
    .hotline-mb {
        padding: 10px 0;
    }
    .banner-pro {
        margin: 0 -15px;
        clear: both;
    }
    .bg-menu {
        clear: both;
    }
    .list-item .item-product .info {
        text-align: center;
    }
.detail-post .ckeditor-post img {
    height: auto !important;
}
.box_content p {
    text-align: justify;
}
}
@media screen and (max-width: 599px){
    .menu-home li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .menu-home .name {
        font-size: 21px;
        height: 50px;
        line-height: 50px;
    }
    .menu-home {
        margin: 20px -15px 0;
    }
}
@media (max-width: 480px){
    .nav_title li.active a {
        font-size: 12px;
    }
    .box-blogs.view-list .title-blogs-item {
        margin: 0;
    }
    .title-blogs-item a {
        font-size: 13px !important;
    }
    .wrap-list .list-item.box-blogs{
        margin:0 -15px;
    }
    .title-blogs-item {
        height: auto;
        font-size: 16px;
    }
}
.box-search { margin-top: -20px;
}
.description-product-detail>p:before{
    display:none;
}
table td, table th {
    padding: 1rem .75rem;
    border: 1px solid #ddd;
}
table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width:100% !important;
}