@font-face {
    font-family: myriadbold;
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: myriad;
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ambrose;
    src: url('../fonts/UTM Ambrose.eot');
    src: local('☺'), url('../fonts/UTM Ambrose.woff') format('woff'), url('../fonts/UTM Ambrose.ttf') format('truetype'), url('../fonts/UTM Ambrose.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: myriad; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: myriad;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-family: myriadbold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.name-conpany{
    color: #009a4e;
    text-transform: uppercase;
    font-family: ambrose;
    margin: 0;
    margin-bottom: 5px;
}
.des-com{
    font-family: myriadbold;
    text-transform: uppercase;
}
.logo{
    display: inline-block;
    margin-right: 20px;
}
.logo img{
    width: 70px;
}
.header-top {
    border-top: 4px solid #009a4d;
    padding: 7px 0;
}
.chungnhan{
    margin-left: 50px;
}
.language{
    display: flex;
    align-items: center;
}
.language a:first-child{
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}
.language a{
    color: #000;
    display: inline-block;
    height: 16px;
}
.language a img{
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.f-search .stylish-input-group .input-group-addon {
    background: none;
    color: #444;
    border: 1px solid #ccc;
    border-radius: 0;
    border-left: 0;
    padding: 0 5px;
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
    border-radius: 0;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.search-top {
    margin-top: 10px;
}
.ul-main-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li{
    margin-right: 60px;
}
.ul-main-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: myriadbold;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    font-size: 18px;
}
.ul-main-menu > li > a > i{
    margin-right: 5px;
}
.header-bottom{
    background: #009a4e;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    z-index: 9999;
    box-shadow: 0 0 5px #ccc;
    display: none;
}

.ul-sub-menu > li > a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: myriadbold;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    background: #f2f2f2;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.item-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-banner{
    position: absolute;
    z-index: 9;
    width: 1170px;
}
.block-info-banner {
    background: rgba(230, 230, 230, 0.9);
    padding: 20px 20px 30px 20px;
    position: relative;
}
.view-banner i{
    font-size: 12px;
    margin-left: 7px;
}
.view-banner {
    background: #009a4e;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    display: inline-block;
    bottom: -20px;
    height: 40px;
}
.view-banner:hover{
    background: #fff;
    color: #009a4e;
}
.main-banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.main-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.main-banner .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span, 
.main-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #c81529;
}
.icon-gt{
    margin-bottom: 15px;
}
.gioithieu-top{
    background: #f3f3f3;
    padding: 40px 0;
}
.img-gt{
    position: relative;
}
.vai{
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: -100px;
}
.gioithieu-bottom{
    padding: 100px 0 60px 0;
}
.block-gioithieu-bottom{
    position: relative;
}
.tit-content-gt{
    color: #009a4e;
    font-weight: 100;
    margin: 0;
    margin-bottom: 20px;
}
.tit-gt{
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
}
.div-view-more{
    margin-top: 20px;
}
.view-more{
    display: inline-block;
    color: #009a4e;
    text-transform: uppercase;
}
.view-more i{
    font-size: 12px;
    margin-right: 7px;
}
.content-gioithieu {
    position: absolute;
    z-index: 9;
    width: 50%;
    background: #e6e6e6;
    padding: 20px;
    left: 0;
    top: -60px;
}
.tit-pub{
    font-size: 24px;
    text-transform: uppercase;
    color: #009a4e;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}
.main-product-us{
    background: #f3f3f3;
    padding-top: 40px;
}
.img-product-us{
    position: relative;
}
.img-product-us:after{
    content: '';
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}
.block-product-us {
    position: absolute;
    width: 1140px;
    z-index: 9;
}
.cate-product {
    position: absolute;
    z-index: 99;
    top: calc(100% - 60px);
    left: 70px;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: myriadbold;
    transition: all 0.5s;
}
.cate-product a{
    color: #fff;
}
.bg-over {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: #009a4e;
    left: 35px;
    bottom: 20px;
    transition: all 0.5s;
    z-index: 1;
}
.img-product-us:hover .cate-product{
    left: 50% !important;
    top: 50% !important;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: auto;
    transition: all 0.5s;
}
.img-product-us:hover .bg-over{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 154, 78, 0.7);
    transition: all 0.5s;
}
.block-product-list{
    border: 1px solid #000;
    margin-bottom: 30px;
}
.name-pro{
    text-align: center;
    margin: 15px 0;
    font-family: myriadbold;
}
.eff-scale{
    display: block;
    overflow: hidden;
}
.eff-scale img{
    transition: all 0.3s;
    transform: scale(1);
}
.eff-scale img:hover{
    transition: all 0.3s;
    transform: scale(1.2);
}
.items-news{
    border: 1px solid #009a4e;
    overflow: hidden;
    border-radius: 4px;
}
.info-news{
    background: #f2f2f2;
    padding: 20px 15px;
    text-align: center;
}
.tit-news{
    font-family: myriadbold;
    margin: 0;
    margin-bottom: 15px;
}
.footer-top{
    background: #009a4e;
}
.footer-top *{
    color: #fff;
}
.name-com-ft{
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}
.info-com-ft p{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.info-com-ft > p > i {
    display: inline-block;
    width: 30px;
}
.info-com-ft > p > span{
    display: inline-block;
    width: calc(100% - 30px);
}
.tit-ft{
    margin: 0;
    margin-bottom: 20px;
}
.ul-ft{
    list-style-type: none;
    padding-left: 20px;
}
.ul-ft > li {
    margin-bottom: 5px;
}
.btn-dk{
    display: inline-block;
    padding: 7px 30px;
    background: #d00000;
    color: #fff;
    font-family: myriadbold;
    border: none;
    border-radius: 4px;
}
.footer-bottom{
    background: #fff;
    padding: 10px 0;
}
.main-breac{
    background: #f5f5f5;
    padding: 10px 0;
}
.tit-aside{
    margin: 0;
    color: #fff;
    background: #009a4e;
    padding: 10px 20px;
    font-size: 20px;
}
.ul-aside{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.ul-aside > li > a{
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
}
.ul-aside > li:last-child > a{
    border: none;
}
.ul-aside > li.active > a{
    color: #009a4e;
}
.tit-page-gt {
    color: #009a4e;
    font-size: 24px;
    font-family: myriadbold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.tit-page-gt:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../img/line.png) center center;
    position: absolute;
    bottom: 0;
}
.tit-page-gt:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #009a4e;
    position: absolute;
    z-index: 2;
    bottom: -2px;
}
.name-cate-asi{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}
.name-cate{
    display: block;
    width: calc(100% - 40px);
    color: #000;
    font-family: myriadbold;
    text-transform: uppercase;
}
.show-cate{
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    font-family: myriadbold;
    font-size: 10px;
}
.ul-sub-cate {
    list-style-type: none;
    padding: 0 20px 0 40px;
    margin: 0;
}
.ul-sub-cate > li > a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #000;
}
.ul-sub-cate > li:last-child > a{
    border: none;
}
.ul-sub-cate > li:first-child > a{
    padding-top: 0;
}
.ul-sub-cate > li.active > a{
    color: #009a4e;
    font-family: myriadbold;
}
.block-cate-asi.active{
    background: #f5f5f5;
}
.name-pro-page {
    text-align: center;
    margin: 15px 0;
    font-family: myriadbold;
    text-transform: uppercase;
}
.clgreen{
    color: #009a4e;
}
.block-product-page{
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.tit-post-aisde{
    margin: 0;
    color: #fff;
    background: #009a4e;
    padding: 10px 20px;
    font-size: 18px;
    font-family: myriadbold;
}
.tit-post-aisde i{
    margin-right: 5px;
}
.news-post-aside{
    margin-top: 30px;
}
.ul-list-post-aside{
    list-style-type: none;
    padding: 20px 10px;
    margin: 0;
    background: #f2f2f2;
}
.ul-list-post-aside > li{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ul-list-post-aside > li:last-child{
    margin: 0;
}
.ul-list-post-aside > li > i{
    width: 5px;
    transform: rotate(45deg);
    color: #c81529;
    font-size: 5px;
    position: relative;
    top: -3px;
}
.ul-list-post-aside > li > a{
    width: calc(100% - 20px);
    color: #000;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery img{
    width: 100%;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li.active, 
.slider-spct .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery{
    margin-top: 10px !important;
}
.mota-sanpham{
    padding-top: 20px;
}
.clred{
    color: #c81529;
}
.phone-lh img{
    margin-right: 15px;
}
.mota-sanpham {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.phone-lh{
    margin-bottom: 30px;
}
.dathang{
    display: inline-block;
    background: #009a4e;
    color: #fff !important;
    font-family: myriadbold;
    padding: 10px 30px;
    position: relative;
    font-size: 20px;
}
.dathang:before {
    content: "";
    display: block;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab-motachitiet .nav-tabs>li>a{
    border: none !important;
    margin: 0;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-family: myriadbold;
    font-size: 16px;
    color: #000;
}
.tab-motachitiet .nav-tabs>li.active>a, 
.tab-motachitiet .nav-tabs>li.active>a:focus, 
.tab-motachitiet .nav-tabs>li.active>a:hover{
    background: #009a4e;
    color: #fff;
}
.tit-pr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    padding-bottom: 15px;
}
.prev-pr {
    color: #b2b2b2;
    margin-right: 10px;
    font-size: 12px;
}
.next-pr {
    color: #b2b2b2;
    font-size: 12px;
}
.tit-pr:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #c81529;
    position: absolute;
    bottom: -3px;
}
.item-news{
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
}
.img-slnews{
    width: 55%;
}
.content-slnews{
    width: 45%;
    padding: 15px;
}
.date-post{
    margin-bottom: 20px;
}
.tit-slnew{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}
.block-slider-news .owl-dots {
    counter-reset: dots;
}
.block-slider-news .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    color: #000;
    margin-left: 10px;
    outline: unset;
}
.block-slider-news .owl-dot.active:before{
    background: #009a4e;
    border: 1px solid #009a4e;
    color: #fff;
}
.block-slider-news .owl-theme .owl-dots .owl-dot span{
    display: none;
}
.block-slider-news .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0 !important;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.block-slider-news .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.news-xt i {
    color: #ed1c24;
    margin-right: 10px;
}
.news-xt{
    color: #009a4e;
    font-size: 18px;
}
.block-list-news {
    margin-bottom: 30px;
}
.pagi-news {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-news > span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
    font-size: 13px;
    font-family: myriadbold;
}
.pagi-news > span.acti-pagi > a {
    color: #000;
}
.pagi-news > span > a {
    color: #ffb564;
}
.tit-page-gt.notline:before,
.tit-page-gt.notline:after{
    content: unset;
}
.tit-page-gt.notline{
    padding: 0;
}
.ul-list-tuyendung{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-list-tuyendung > li > a{
    display: block;
    font-family: myriadbold;
    color: #000;
    padding: 5px 10px;
}
.ul-list-tuyendung > li:nth-child(odd){
    background: #e6e6e6;
}
.ul-list-tuyendung > li > a >i{
    margin-right: 10px;
}
.italic{
    font-style: italic;
}
.block-chinhsach{
    margin-bottom: 30px;
}
.sm-lh {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: myriadbold;
    background: #009a4e;
    border: none;
    border-radius: 4px;
}
.ul-main-menu > li:last-child {
    margin-right: 0;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #009a4e !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.main-slider-pr .name-pro-page{
    height: 38px;
    overflow: hidden;
}
.social-ft{
    margin-top: 15px;
    margin-bottom: 20px;
}
.social-ft > a{
    display: inline-block;
    margin-right: 10px;
}
.social-ft > a:last-child{
    margin: 0;
}
.mtsp-bottom .social-ft{
    margin: 0;
    margin-left: 15px;
}
.view-all-lists {
    display: inline-block;
    padding: 10px 20px;
    width: 400px;
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    color: #00984a;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 4px;
}





@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li {
        margin-right: 40px;
    }
    .info-banner{
        width: 970px;
    }
    .block-product-us{
        width: 940px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .chungnhan{
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #009a4e;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
        font-family: myriadbold;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #3c763d;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-bottom {
        padding: 5px 0;
    }
    .info-banner{
        width: 750px;
    }
    .content-gioithieu{
        position: unset;
        width: 100%;
    }
    .vai{
        display: none;
    }
    .block-product-us{
        width: 720px;
    }
    .gioithieu-bottom {
        padding: 40px 0;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .img-slnews,
    .content-slnews{
        width: 50%;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .block-conpany{
        display: none;
    }
    .info-banner{
        width: 100%;
    }
    .des-banner{
        display: none;
    }
    .main-banner .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 5px;
    }
    .block-product-us{
        width: calc(100% - 30px);
    }
    .cate-product{
        font-size: 20px;
        left: 20px;
    }
    .cate-product:before{
        left: -10px;
    }
    .icon-cs {
        margin-bottom: 20px;
    }
    .info-pub-pro .flex-n{
        display: block;
    }
    .block-slider-news .owl-theme .owl-nav.disabled+.owl-dots{
        position: unset;
        margin-top: 20px !important;
    }
    .tit-slnew{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .date-post{
        margin-bottom: 10px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-banner .owl-carousel .owl-item img {
        height: 250px;
        object-fit: cover;
    }
    .img-product-us {
        margin-bottom: 30px;
    }
    .tit-ft{
        margin-bottom: 10px;
    }
    .tit-page-gt{
        font-size: 20px;
    }
    .gg-map-lh iframe{
        height: 300px;
    }
    .tab-motachitiet .nav-tabs>li{
        float: unset;
    }
    .name-pro-page{
        font-size: 15px;
    }
    .main-slider-pr .name-pro-page{
        height: 32px;
        overflow: hidden;
    }
    .item-news{
        display: block;
    }
    .img-slnews,
    .content-slnews{
        width: 100%;
    }
    .block-list-news .clear20{
        height: 10px;
    }
    .dathang{
        padding: 10px 20px;
    }
}