@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap&subset=vietnamese');
body{
    color:#696969;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}
a{
    cursor: pointer;
}
a:hover, a:focus {
    color:#94c347;
}
ol, ul {
    margin-bottom: 0;
}
.home #header {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
}
body:not(.home) #header {
    background: #222;
}
body:not(.home) .ws-menu {
    border-bottom: none;
}
.address-top {
    margin:13px 0;
    float: left;
    width: 100%;
    font-size: 13px;
}
.address-top a {
    color: #fff;
}
.address-top li {
    float: left;
    list-style: none;
}
.address-top li:first-child {
    padding-right: 35px;
    position:relative
}
.address-top li i {
    padding-right: 7px;
}
.address-top li:first-child:before {
    position: absolute;
    right: 15px;
    top: 4px;
    height: 13px;
    width: 1px;
    background: #afafaf;
    content: "";
}
#header .nav-right {
    padding: 13px 0;
    float: right;
}
#header .nav-right a{
    color:#fff;
}
.mini-cart-order>a>.icon {
    padding-right: 16px;
}
.nav-right .item-dropdown.mini-cart-order {
    margin-left: 15px;
    padding-left: 15px;
}
.mini-cart-order:before {
    background: #fff;
    height: 13px;
    width: 1px;
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
}
.ws-menu {
    border-top: 1px dashed #b0b8bf;
    border-bottom: 1px dashed #b0b8bf;
}
.logo img {
    width: 210px;
    padding: 10px 0;
}
.wsmenu-list > li > a {
    text-transform: uppercase;
}
.box-search-mobile {
    padding: 6px 0 !important;
}
.box-search-mobile .box-search {
    position: absolute;
    width: 100%;
    right: 15px;
    margin: auto;
    top: 50px;
    display: none;
    background: #fff;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 0 5px #000;
    max-width: 300px;
}
.box-search .form-inline .form-group {
    width: calc(100% - 39px);
    -webkit-width: calc(100% - 39px);
    -moz-width: calc(100% - 39px);
    -o-width: calc(100% - 39px);
    min-height: unset;
    margin: 0;
}
.ws-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    z-index: 999999;
    background: #3a3a3b none repeat scroll 0 0;
    border-color: #3a3a3b;
}
.box-content-slider {
    left: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
    z-index: 99999;
}

.box-content-slider>* {
    text-align: center;
    color: #fff;
}
h1.title-slider {
    font-size: 55px;
    line-height:55px;
}
span.desc-slider {
    font-size: 18px;
    line-height: 22px;
}
.btn-slider {
    background: #94c347;
    padding: 0 0px 0 20px;
    margin: 20px 0;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    color: #fff;
}
.btn-slider i {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 24px;
    padding: 8px 13px;
    font-size: 14px;
    background: rgba(0,0,0,.18);
    margin-left: 10px;
}
.btn-slider:hover, .btn-slider:focus {
    background: #85b635;
    color: #fff;
}
.mightyslider_modern_skin .mSPages li.active {
    background: #94c347 !important;
    border-color: #94c347;
}
.intro-home {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.image-intro {
    position: relative;
}
.image-intro:after {
    position: absolute;
    content: '';
    background: #94c347;
    margin-left: 24px;
    width: 84.3%;
    left: -6px;
    top: 68px;
    height: 71%;
}
.image-intro img {
    position: relative;
    z-index: 3;
    height: auto;
}
.big-title h2 {
    font-weight: 300;
    text-transform: none;
    color: #3a3a3b;
    display: inline-block;
    margin-bottom: 12px;
    font-size: 35px;
}
.big-title h2 span {
    font-weight: 700;
}
.content-intro {
    padding: 8% 0;
    z-index: 3;
    position: relative;
}
.sep_line_box .iconc {
    color: #94c347;
    font-size: 25px;
    position: relative;
    padding: 0 10px;
    float: left;
}
.content-intro .sep_line_box .iconc{
   padding-left: 0;
}
.sep_line_box {
    position: relative;
    width: 100%;
    display: inline-block;
}
.sep_holder_r, .sep_holder_l {
    min-width: 33px!important;
    float: left;
    height: 1px;
    border-top: 1px solid #94c347;
    display: block;
    position: relative;
    top: 12px;
}
.sep_holder_l{
   padding-right: 10px; 
}
.description-intro {
    float: left;
    width: 100%;
    padding: 25px 0 15px;
}
.icon-cus {
    float: left;
    width: 80px;
    height: 80px;
    border: 2px dashed #94c347 !important;
    border-radius: 50%;
    color: #94c347;
    text-align: center;
    position: relative;
    margin-right: 24px;
    cursor: pointer;
}
.icon-cus span {
    font-size: 48px;
    line-height: 72px;
}
.icon-cus:hover {
    background-color: #94c347 !important;
    border-color: #94c347 !important;
}
.icon-cus:hover span {
    color: #fff;
}
.icon-cus:hover:before {
    position: absolute;
    content: "";
    border: 1px dashed #fff;
    width: 90%;
    height: 90%;
    left: 2%;
    top: 5%;
    border-radius: 50%;
}
.about-icon {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.desc-text {
    float: left;
    width: calc(100% - 104px);
    margin-top: 22px;
    color: #94c347;
    text-transform: uppercase;
}
.desc-text h3 {
    font-weight: 700;
    color: #94c347;
    font-size: 20px;
    margin: 0;
}
.desc-text h5 {
    margin: 0 0 4px;
}
.box-01 {
    background-color: #f5f5f5;
    padding: 60px 0;
    overflow: hidden;
    background-image: url(/uploads/plugin/custom_img/2019-08-31/1567234841-721200334-custom.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.img-res {
    position: relative;
    padding-top: 100%;
}
.img-res>a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.img-res>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title-page {
    text-align: center;
    font-weight: normal;
    margin: 0 0 12px;
    font-size: 35px;
    color: #3a3a3b;
}
.sep-box-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 auto 30px;
    max-width: 112px!important;
    text-align: center;
}
.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next:before, .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    background-color: #94c347;
    color: #fff;
    font-size: 20px;
    padding: 3px 8px;
    opacity: 1;
}
.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
    top: 50%;
    opacity: 1;
}
.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: unset;
    left: -10px;
    top: 50%;
    opacity: 1;
}
.content-tab-product .style-view-small.item-product .img:before {
    content: "";
    border: 1px solid #94c347;
    position: absolute;
    height: 100%;
    width: 55%;
    top: 2px;
    right: 24%;
}
.title-product a {
    color: #94c347;
    font-weight: bold;
}
.list-product-small .title-product a {
    color: #4a4a4a;
}
.title-product a:hover{
    text-decoration: underline;
}
#header .dropdown-menu a {
    color: #696969;
}
.owl-theme .owl-controls .owl-page.active span {
    width: 10px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #000;
}
.price.price-inline, .price-well {
    color: #fe7e29;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.price-before {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: normal;
    padding-right: 5px;
}
.desc-product {
    margin-top: 15px;
}
.wsmenu-list > li > .navtext {
    padding: 20px;
    line-height: unset;
}
.content-tab-product .style-view-small.item-product .img{
    padding-top: 55%;
}
.style-view-small .info {
    min-height: unset;
    margin-top: 0;
}
a.lien_he {
    color: #fe7e29;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.price.price-inline {
    margin-top: 15px;
}
.dm-home {
    padding: 60px 0;
}
.dm-home .info-ab {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 10px;
    z-index: 2;
}

.dm-home .item-product:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
    display: block;
}
.dm-home .title-product a {
    color: #fff;
    font-size: 30px;
}
.dm-home .desc-product {
    color: #fff;
}
.dm-home .list_item {
    position: relative;
    margin-bottom: 30px;
}
.dm-home .cate_list_title {
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.dm-home .item-product .img>a>img {
    object-fit: cover;
}
.cate-title {
    position: relative;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.cate-title::after, .cate-title::before {
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.cate-title:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -7px;
}
.cate-title:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    left: 0;
    top: -7px;
}
.list_item:hover .cate-title:after {
    width: 35px;
}
.list_item:hover .cate-title:before {
    width: 0;
}
.cate-title:hover {
    color: #94c347;
}
.item-blogs img {
    border-radius: 5px;
}
.item-blogs .info {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px 18px 35px;
    margin: -22px 11px 0;
    position: relative;
}
.list-cus .item-blogs .info {
    margin-top: -105px;
    min-height: 180px;
}
.title-blogs-item a {
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
    color: #3a3a3b;
    font-weight: bold;
}
.title-blogs-item {
    height: unset;
    margin: 0 0 10px;
}
.list-cus .title-blogs-item a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-cus {
    margin-bottom: 20px;
}
.image-wrapper {
    padding-top: 65%;
    display: block;
}
.box-gallery {
    background: #f5f5f5;
    padding: 60px 0;
    margin: 60px 0;
}
.fancybox-gallery:hover .image-hover {background: rgba(0, 0, 0, 0.49);}
.block-news-hpage  .title-page {
    text-align: left;
}
.block-news-hpage .sep_line_box .iconc {
    padding-left: 0;
}
.box-news {
    margin-bottom: 20px;
}
.img-news-right img {
    border-radius: 5px;
}
.title-news-right {
    font-size: 14px;
    font-weight: bold;
}
.item-news-home {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.item-news-home:last-child {
    border: none;
}
.img-news-feture {
    z-index: 1;
}
.img-news-feture:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.news-feture .info {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.desc-new-feture {
    color: #fff;
}
.box-02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/plugin/custom_img/2019-09-02/1567433527-1675613764-custom.jpg);
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
}
.box-02:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.icon-count {
    width: 112px;
    height: 112px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 112px;
    margin: 0 auto;
}
.counter-value {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 0;
}
.content-counter {
    text-align: center;
    color: #fff;
}
.name-count {
    text-transform: uppercase;
}
.box-brand {
    padding: 60px 0;
}
.item-brand {
    position: relative;
    padding-top: 44%;
    background:#fff;
}
.item-brand img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.item-brand:hover img {
    filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.item-brand:hover {
    border: 1px solid #94c347;
}
.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div {
    top: 45% !important;
}
.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 25px;
}
#footer {
    background-color: #f5f5f5;
}
.bottom-footer {
    background-color: #2d2d2e;
    float: left;
    width: 100%;
}
#footer .navbar-header {
    position: relative;
}
#footer .logo img {
    width: 180px;
    padding-top: 60px;
}
.title-menu-ft:before {
    content: "";
    top: 30px;
    left: 0;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #94c347;
    opacity:1;
}
.title-menu-ft {
    position: relative;
    color: #3a3a3b;
    font-size: 15px;
    margin-top: 0;
}
.address-ft .demo-icon {
    color: #94c347;
}
.footer-add{
    margin: 0 auto;
    float: none;
    display: block;
}
.menu-footer-vertical>.list-fan-page a {
    margin: 0;
}
.in-email {
    border-top: 1px dashed #e1e1e1;
    padding-top: 35px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    color: #afafaf;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid;
}
#return-to-top i {
   margin: 0;
    position: relative;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 35px;
}
#return-to-top:hover {
    border-color: #94c347;
    color: #94c347;
    opacity: 1;
}
.top-banner-subpage {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
    background-image: url(/uploads/plugin/custom_img/2019-09-02/1567441383-1635398992-custom.jpg);
    padding: 35px 0;
    margin-bottom: 60px;
}
.top-banner-subpage::before {
    background: rgba(0,0,0,.4) none repeat scroll 0 0;
    content: "";
    height: calc(100% - 60px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.breadcrumb>li+li:before {
    padding: 0 0 0 5px;
}
.breadcrumb li {
    text-transform: uppercase;
    font-size: 13px;
}
.box_content, #load-list-data, .mb-60, .detail-post, .product-detail {
    margin-bottom: 60px;
}
.side-bar-left .nav li a{
    padding:10px 0;
}
.advanced-filter .nav_title>li.active>a:before {
    opacity: 0;
}
.advanced-product .ui-slider .ui-slider-range {
    background: #a1c347;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 0;
    height: 30px;
    line-height: 29px;
    padding: 0;
    min-width: 30px;
    background: none;
}
.item-product .img {
    padding-top: 100%;
}
.item-product .img>a>img {
    object-fit: contain;
}
.btn-muahang>.input-group {
    width: 100px;
}
.btn-muahang>.input-group>.input-group-btn>.btn {
    width: 35px;
    height: 40px;
    padding: 8px 13px;
}
.btn-muahang>.input-group>.num-quantity {
    min-width: 40px !important;
    height: 40px;
	padding: 10px 2px;
}
.btn-cart.btn-pay.btn-add-cart-two{
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
}
.side-bar-left .nav li a:focus, .side-bar-left .nav li a:hover {
    background: none;
    color: #a1c347;
}
.side-bar-left .nav li a:focus, .side-bar-left .nav li a:hover {
    background: none;
    color: #a1c347;
}
.list-product-small {
    margin-top: 20px;
}
.list-product-small .price.price-inline, .list-product-small .price-well {
    font-size: 14px;
}
.list-product-small .item-product .img {
    padding-top: 75%;
}
.image-cart-modal {
    position: relative;
    padding-top: 100%;
}
.image-cart-modal>a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.wrap-list .item-blogs {
    margin-bottom: 30px;
}
.wrap-list {
    margin-bottom: 30px;
}
.title-subpage .color-main {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #94c347;
    font-weight: 700;
}
.view-list>.item-product.style-view-2>.img {
    padding-top: 25%;
}
#load-list-data .view-list .title-product a {
    font-weight: bold;
}
.view-list .desc-product-thumb {
    max-height: 100px;
    overflow: hidden;
}
.box-blogs.view-list .item-blogs .img-blogs img {
    object-fit: contain;
}
.captcha-img {
    width: 120px !important;
}
.captcha-input {
    padding: 5px 5px;
    margin:2px 10px 0 0;
}
.captcha-reload {
    float: left;
    width: auto;
    margin-right: 10px;
}
.captcha-reload+ .text{
    width:auto;
}
.captcha-reload+ .text label {
    display: none;
}
.owl-next {
    background-color: #fff;
    color: #333;
    font-size: 20px;
    padding: 6px 8px;
}
.title-home {
    font-size: 24px;
    font-weight: 700;
    color: #015198;
    margin: 20px 0;
}
.no-border{
    border:none !important;
}
.slider-product .list-item.box-blogs .info {
    padding: 10px 15px 25px;
}
.owl-theme .owl-controls {
    display: none;
    margin-top: 0;
}
.item-product.newssmall:last-child {
    margin-bottom: 10px;
}
.title_style3 h1{
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
}
.top-detail-product a.lien_he {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 18px;
}
.mightyslider_modern_skin .mSPages {
    z-index: 1 !important;
}
.text-quote::before {
    background: #80af32;
    content: "";
    height: 87%;
    left: 0;
    top: 8px;
    position: absolute;
    width: 4px;
}
.text-quote {
    margin-top: 20px;
    float: left;
    width: 100%;
}
.intro-page .featured-img {
    padding-top: 75%;
}
.intro-page .cate-title {
    font-size: 18px;
}
.intro-page .cate_list_title {
    position: absolute;
    bottom: 15px;
    left: 25px;
}
.intro-page {
    margin-bottom: 60px;
}
.intro-page .list_item {
    margin-bottom: 15px;
}

@media(min-width:1024px){
    .intro-home:before {
        content: '';
        border: 1px solid #94c347;
        background: url(/uploads/plugin/custom_img/2019-08-31/1567219606-1940150393-custom.png);
        position: absolute;
        top: 38px;
        height: 82%;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    .news-feture:before {
        border: 1px solid #94c347;
        bottom: 30px;
        content: "";
        left: 45px;
        position: absolute;
        right: -30px;
        top: -30px;
    }
    .news-feture:after {
        border: 1px solid #e1e1e1;
        bottom: 15px;
        content: "";
        left: 30px;
        position: absolute;
        right: -15px;
        top: -15px;
    }
    div[id^="footer-row-"]:first-child:before {
        background-image: url(/uploads/plugin/custom_img/2019-09-02/1567435372-1148703962-custom.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
        opacity: .3;
        content: '';
        width: 35%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    div[id^="footer-row-"]:first-child{
        position:relative
    }
    div[id^="footer-row-"]:first-child>.container>.row>.col-sm-8>.item_block{
        float: left;
        width: 25%;
        position: relative;
        display: block;
        border-right: 1px dashed #e1e1e1;
        padding-left: 25px;
        z-index: 1;
        min-height: 210px;
        margin-top: 60px;
    }
    div[id^="footer-row-"]:first-child>.container>.row>.col-sm-8>.item_block:nth-child(4){
        border:none;
    }
    div[id^="footer-row-"]:first-child>.container>.row>.col-sm-8>.item_block:last-child{
        width: 100%;
        border:none;
        margin: 0;
        min-height: unset;
    }
    .footer-add{
        padding: 0 30px 50px 0;
    }
    .intro-page .cate-list>div {
        width: 25%;
    }
}

@media (min-width: 1506px){
    div[id^="footer-row-"]:first-child:before {
        width: 36%;
    }
}

@media (min-width: 1686px){
    div[id^="footer-row-"]:first-child:before {
       width: 38%;
    }
}
@media (min-width: 1920px){
    div[id^="footer-row-"]:first-child:before {
       width: 39%;
    }
}

@media(min-width:1024px){
    .image-wrapper {
        margin-bottom: 0;
    }
    .wsmenucontainer {
        float: right;
        padding-right: 10px;
    }
    .webslidemenu-horizontal .wsmenu-list li:hover > .wsmenu-submenu:after {
        content: "";
        position: absolute;
        left: 20%;
        border-width: 0px 10px 10px;
        border-style: solid;
        border-color: #f5f5f5 transparent;
        display: block;
        width: 0;
        top: -10px;
    }
    .modal-dialog {
        margin-top: 5%;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .wsmenucontainer {
        float: right;
        padding-left: 20px;
    }
    .wsmenucontainer+ .nav-right {
        padding: 7px 0 !important;
    }
    body {
        overflow-x: hidden
    }
    div[id^="footer-row-"]:first-child>.container>.row>.col-sm-8>.item_block {
        width: 50%;
        float:left;
        padding-top:40px;
    }
    #footer .logo img {
        padding-top: 40px;
    }
    .in-email {
        margin-top: 30px;
        padding-top: 30px;
    }

    
}
@media(max-width:1024px){
    .block-news-hpage>.row {
        display: flex;
        flex-direction: column;
    }
    .block-news-hpage>.row>.col-md-6:last-child {
        order: 1;
    }
    .block-news-hpage>.row>.col-md-6:first-child {
        order: 2;
    }
    .block-news-hpage .box-news {
        display: none;
    }
}
@media(max-width:767px){
    body {
        overflow-x: hidden
    }
    .cart-order .dropdown-toggle span.number {
        top: -7px;
        right: -12px;
    }
    .wsmenucontainer {
        float: right;
        padding-left: 15px;
    }
    .box-search-mobile {
        padding: 0 !important;
    }
    .animated-arrow {
        padding: 10px 24px 22px 1px;
    }
    .mightyslider_modern_skin .mSButtons {
        display:none !important
    }
    .mightyslider_modern_skin.isTouch .mSPages li {
        width: 12px !important;
        height: 12px !important;
    }
    h1.title-slider {
        font-size: 20px;
        line-height: 25px;
    }
    span.desc-slider {
        font-size: 14px;
        padding: 0 30px;
        display: inline-block;
        width: 100%;
    }
    .btn-slider {
        font-size: 12px;
        margin: 10px 0;
    }
    .title-page {
        margin-bottom: 20px;
        font-size:25px;
    }
    .menu-footer-vertical>.list-fan-page>li>a>.fa {
        font-size: 25px;
        width: 30px;
    }
    .title-subpage .color-main {
        font-size: 20px;
    }
    .show-mobile {
        color: #000;
    }
    .view-list .desc-product-thumb {
        display: none;
    }
    .top-list-blogs-subpage>.row>div:nth-child(2)>.clearfix {
        border-top: 1px solid #ddd;
    }
    .top-menu-container .btn-toggle {
        color: #fff;
        padding: 0;
    }
    .logo img {
        width: 132px;
    }
    #header .nav-right {
        padding: 10px 0;
    }
    #header .box-right .item-dropdown {
        padding: 11px 0;
        margin-left: 20px;
    }
    .nav-right .dropdown-toggle {
        color: #ffffff;
    }
    .title-home {
        font-size: 20px;
        margin: 15px 0;
    }
    .image-wrapper {
        margin-bottom: 0;
    }
    .item-product.newssmall {
        margin-bottom: 15px;
    }
    #footer {
        padding: 0;
    }
    .wsmenu-submenu li a {
        border-bottom: 1px solid #eeeeee;
    }
    .menu-top li {
        padding-right: 0;
    }
    .box-01, .dm-home {
        padding: 30px 0;
    }
    .dm-home .title-product a {
        font-size: 20px;
    }
    .list-cus .item-blogs .info {
        margin: 30px 0;
    }
    .list-cus box-blogs:last-child .item-blogs .info {
        margin-bottom: 0;
    }
    .box-gallery {
        padding: 30px 0;
        margin: 30px 0;
    }
    .img-news-right.img-res {
        padding-top: 30%;
        width: 40%;
        margin-bottom: 10px;
    }
    .item-news-home {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .icon-count {
        width: 90px;
        height: 90px;
        font-size: 45px;
        line-height: 90px;
    }
    .counter-value {
        font-size: 25px;
    }
    .content-counter {
        margin-bottom: 20px;
    }
    .box-02 {
        padding: 50px 0 30px;
    }
    .content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 28px;
    }
    #footer .logo img {
        padding-top: 30px;
    }
    .about-desc {
        margin: 10px 0 20px;
    }
    .content-tab-product .style-view-small .info {
        margin-top: 20px;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div {
        top: 24% !important;
    }
    .title-menu-ft {
        margin-top: 30px;
    }
    .in-email {
        padding-top: 0;
        margin-top: 20px;
    }
    .top-banner-subpage {
        margin-bottom: 30px;
        padding: 25px 0;
    }
    .box_content, #load-list-data, .mb-60, .detail-post, .product-detail {
        margin-bottom: 30px;
    }
    .top-banner-subpage::before {
        height: calc(100% - 30px);
    }
    .top-banner-subpage::before {
        height: calc(100% - 30px);
    }
    .sort-by-product .dropdown-menu {
        right: -15px;
        left: unset;
    }
    .sort-by-product .item-dropdown a {
        font-size: 13px;
    }
    .price.price-inline, .price-well {
        font-size: 15px;
        margin-top: 10px;
    }
    .top-banner-subpage .title-main h1 {
        font-size: 20px;
    }
    .breadcrumb li {
        font-size: 12px;
    }

}
@media(max-width:375px){
    .captcha-reload+ .text {
        width: 45%;
        float: left;
    }
    .captcha-input {
        width: 100%;
    }
}