@charset "utf-8";
@import "jquery.mmenu.all.css";
@import "style-responsive.css";
@import "vanban.css";
@import "hoi_dap.css";
@import "slick.css";
@import "slick-theme.css";

.ui-sortable-placeholder {border: 1px dotted black; visibility: visible !important; height: 150px; background-color: #cccccc !important;}
.ui-sortable-placeholder * {visibility: hidden;}
.portlet {background-color: transparent;}

.webtable {box-shadow: none !important;}
/*------------------------------------------------------------------------*/

/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

/* Defaults
------------------------------------------------------------ */

img {
/*    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;*/
}

ol, ul, ul li {
    padding:0;
    margin:0;
    list-style:none;
}
p {
    margin-bottom: 5px;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    outline: 0;
}

/* Hyperlinks
------------------------------------------------------------ */
a {color:#000;}
a:hover, a:focus {
    color: #005aab;
    text-decoration: none;
    outline: none;
}

.block_mobile {display: none;}

.logo {
/*    width: 150px;
    height: 170px;*/
    background: url(images/bg_logo.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 0 13px 3px;
}
.header {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    height: 100px;
}

.main-menu {margin-left: 195px;}
.uk-navbar-nav > li {
    float: left;
    position: relative;
    text-align: center;
    padding: 17px 0;
}
.icon_mn {
    width: auto;
    height: 28px;
    margin: 0 auto 13px;
    display: block;
}
.uk-navbar-nav > li > a {
    font-size: 18px;
    text-transform: capitalize;
    color: #005aab;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.uk-navbar-nav > li + li {
    margin-left: 40px;
}
.uk-navbar-nav > li.li_2_mn > a {
    color: #ffbd0a;
}
.uk-navbar-nav > li.li_3_mn > a {
    color: #a6c437;
}
.uk-navbar-nav > li.li_4_mn > a {
    color: #f05a21;
}
.uk-navbar-nav > li.li_5_mn > a {
    color: #10bbca;
}
.uk-navbar-nav > li.li_6_mn > a {
    color: #f86ca1;
}

.uk-navbar-nav > li:hover .sub_menu_main {display: block;}
.sub_menu_main {
    position: absolute;
    top: 100px;
    min-width: 160px;
    display: none;
    background: #fff;
    left: -20px;
    border-top: 0;
    z-index: 99;
}
.uk-navbar-nav > li.li_2_mn > .sub_menu_main {
    border-top: 3px solid #ffbd0a;
}
.uk-navbar-nav > li.li_3_mn > .sub_menu_main {
    border-top: 3px solid #a6c437;
}
.uk-navbar-nav > li.li_4_mn > .sub_menu_main {
    border-top: 3px solid #f05a21;
}
.uk-navbar-nav > li.li_5_mn > .sub_menu_main {
    border-top: 3px solid #10bbca;
}
.uk-navbar-nav > li.li_6_mn > .sub_menu_main {
    border-top: 3px solid #f86ca1;
}

.uk-navbar-nav > li > .sub_menu_main::before {
    content: "";
    border-bottom: 5px solid #005aab;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 20px;
    z-index: 1;
}
.uk-navbar-nav > li.li_2_mn > .sub_menu_main::before {
    border-bottom-color: #ffbd0a;
}
.uk-navbar-nav > li.li_3_mn > .sub_menu_main::before {
    border-bottom-color: #a6c437;
}
.uk-navbar-nav > li.li_4_mn > .sub_menu_main::before {
    border-bottom-color: #f05a21;
}
.uk-navbar-nav > li.li_5_mn > .sub_menu_main::before {
    border-bottom-color: #10bbca;
}
.uk-navbar-nav > li.li_6_mn > .sub_menu_main::before {
    border-bottom-color: #f86ca1;
}

.sub_menu_main li a {
    color: #0b2437;
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all .2s ease;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
    text-align: left;
}

.li_2_mn .sub_menu_main li:hover > a{
    background-color: #ffbd0a;
    color:#fff
}
.li_3_mn .sub_menu_main li:hover > a{
    background-color: #a6c437;
    color:#fff
}
.li_4_mn .sub_menu_main li:hover > a{
    background-color: #f05a21;
    color:#fff
}
.li_5_mn .sub_menu_main li:hover > a{
    background-color: #10bbca;
    color:#fff
}
.li_6_mn .sub_menu_main li:hover > a{
    background-color: #f86ca1;
    color:#fff
}

.uk-navbar-nav {float: left;}

.box-search {
    float: right;
    margin-top: 45px;
}
.form-search {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}
.form-search input {
    padding: 3px 30px 3px 15px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    width: 100%;
    border-radius: 3px;
}
.form-search button {
    position: absolute;
    right: 0px;
    border: none;
    font-size: 19px;
    top: 0px;
    color: #514f4f;
    background: none;
}
input::placeholder {
    color: #6e6e6e;
}

.boxCls1 {
    background: #f8fafc;
    padding: 45px 0;
}
.box-news-title1 {
    color: #ffbd0a;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 7px;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.box-news-title1::before {
    background: #ffbd0a;
    content: "";
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.box-news-title2 {
    color: #a6c437;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 7px;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.box-news-title2::before {
    background: #a6c437;
    content: "";
    width: 4px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.box-img img {
    display: block;
    background: #bbb;
    width: 100%;
    height: 100%;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.m_row_h {
    padding: 20px;
    color: #fff;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    /*height: 142px;*/
}
.back_1 {
    background: #ffbd0a;
}
.back_2 {
    background: #a6c437;
}
.m_row_h p {
    padding: 0;
    overflow: hidden;
    height: 100px;
}
.link_row_h {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

.our_tmn {
    margin-top: -105px;
    z-index: 11;
    position: relative;
}
.t_tmn {
    position: relative;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #d54812;
    padding: 22px 20px 12px;
    background: rgba(240,90,33,0.8);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.m_tmn {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 486px;
}

.ol_tmn > li > a {
    color: #252525;
    display: block;
    padding: 15px 20px;
}
.ol_tmn > li:hover > a{color:#005aab;}
.link_tmn {
    display: inline-block;
    text-transform: uppercase;
    color: #005aab;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.link_tmn i {
    margin-left: 3px;
}
.ol_tmn > li {
    border-bottom: 1px solid #ebebeb;
}
.boxCls1 .imglink {margin-top: 45px;}

.boxCls2 {
    background: #f8fafc url(images/bg_row_h.png) repeat-x bottom center;
    padding: 0 0 90px;
}

.video-ul {
    background-color: #fff;
    padding: 15px 0;
}
.video-li p {
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto;
    color: #333;
    margin-top: 15px;
}
.wrap-video .section__title {
    color: #000;
    text-transform: uppercase;
}

.section-title {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.section-title b {
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title span {
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.lblThuvienanh {
    background: #fff;
    padding-top: 50px;
    max-width: 1366px;
    margin: auto;
}
.box-images {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
}
.box-images img {
    max-width: 100%;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
}
.shade {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #323232 0%, rgba(50,50,50,0) 33%);
    opacity: .3;
    pointer-events: none;
    backface-visibility: hidden;
    transition: opacity .3s;
}
.lblThuvienanh .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: center;
    padding-top: .7em;
    padding-bottom: 1.4em;
    font-size: .9em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.box-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
/*.section-content {margin-top: 40px;}*/
.marb30 {
    margin-bottom: 30px;
    display: grid;
}
.box-images:hover img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transform: scale(1.1);
}
.clVideo .home-group-content {margin-top: 30px;}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.font_sty {
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.m_row_h_2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.08);
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    padding: 20px;
    height: 400px;
}

.title_h {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 7px;
}
.title_h_3 {
    color: #10bbca;
}

.title_h::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #333;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.title_h_3::before {
    background: #10bbca;
}
.title_h_4 {
    color: #f86ca1;
}
.title_h_4::before {
    background: #f86ca1;
}
.title_h_5 {
    color: #f05a21;
}
.title_h_5::before {
    background: #f05a21;
}

.boxStyle4 a {color: #ff0000;}
.boxStyle4 ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 5px;
}
.boxStyle4 a:hover {color: #005aab;}

.link_row_h_2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #005aab !important;
    line-height: 16px;
    bottom: 20px;
    position: absolute;
}

.boxStyle5 ul li {
    padding-bottom: 20px;
    display: flex;
}
.boxStyle5 .khungAnh {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.video-first iframe {width: 100%;}
.video-first .mt-2 {
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.t_tva_h {
    text-align: center;
    padding-bottom: 30px;
}
.t_tva_h h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #005aab;
}
.t_tva_h span {
    color: #555;
    font-size: 12px;
    display: block;
}

.boxCls3 {margin-bottom: 30px;}

.footer {
    background: #005aab;
    padding: 50px 0 0;
    color: rgba(255,255,255,0.5);
}
.footer .bg-red {
    background: #015097;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-top: 40px;
}
.footer a {
    color: rgba(255,255,255,0.5);
}
.footer a:hover {color: #fff;}
.t_foot_1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
}
.m_foot_1 {
    line-height: 26px;
}
.m_foot_1 .fa {
    width: 16px;
}

.padding20 {
    padding: 20px 0;
}
.pull-left {
    width: 70%;
}
.pull-right {
    width: 30%;
}

.clsArticle, .clsArtgroup, .clsImage, .clVideo, .clVanban, .clThongBao, .box-lienhe, .clDatLichKham, .clsSodotrang {
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.clsArticle img {
    max-width: 100% !important;
    height: auto !important;
}

.content-left .home-group-title {
    height: 31px;
    background: url(images/border.png) repeat-x bottom;
    font: 14px/33px 'Roboto';
}
.content-left .home-group-title a, .content-left .home-group-title h1 {
    font: 16px/33px 'Roboto';
    color: #ed1c24;
    height: 31px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    border-bottom: 3px solid #ed1c24;
    font-weight: bold;
}
.content-left .home-group-content {
    line-height: 1.6;
    padding-bottom: 20px;
    padding-top: 5px;
    text-align: justify;
    color: #333;
}
.content-left .home-group-content h1 {
    font-size: 14px;
    font-family: Roboto;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-style: normal;
}
.time {
    background: #FAFAFA;
    border-top: solid 1px #d9d9d9;
    font: normal 11px Arial;
    color: #727272;
    padding: 5px;
    margin: 5px 0;
}
.content-left .home-group-content h2 {
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    font-size: 14px;
}
.social_share {
    margin: 20px 0;
}
.box_tinlienquan .txt_main_category {
    font-family: Roboto;
    font-size: 16px;
    color: #015db2;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.box_tinlienquan .content_box_category a {
    font: 13px 'Arial';
    color: black;
    background: url(images/tintuckhac.png) no-repeat 0 5px;
    display: block;
    padding: 0 10px 0 16px;
    border-bottom: 1px dotted #c8c8c8;
    line-height: 22px;
}
.box_tinlienquan .content_box_category a:hover {color: #204b80;}

.clsArtgroup .article {
    overflow: hidden;
    padding: 25px 0 20px 0;
    background: url(images/line-item.png) no-repeat bottom center;
}
.clsArtgroup .article img {
    border-radius: 3px;
    margin-right: 20px;
}
.clsArtgroup .article .newsview h2 {
    display: block;
    color: #333;
    font: 15px/18px Roboto;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.page {
    font: normal 12px Arial;
    color: #757575;
    padding-top: 16px;
    float: left;
    width: 98%;
    /*background: url(images/line.png.ashx) repeat-x top left;*/
}
.page span {
    font: normal 12px Arial;
    text-align: center;
    padding: 0;
    width: 27px;
    display: inline-block;
    line-height: 26px;
    margin: 2px;
    color: #fff;
    background: #015db2;
}
.page a {
    font: normal 12px Arial;
    text-align: center;
    padding: 0;
    width: 27px;
    display: inline-block;
    line-height: 26px;
    margin: 2px;
    color: #015db2;
    background: url(images/trangkhac.gif) no-repeat center;
}

.pull-right .home-title {
    background: #ed1c24;
    color: #ffffff;
    font-size: 16px;
    border-top: none;
    margin: 0;
    border-bottom-color: #dddddd;
    padding: 13px 10px 11px 40px;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    line-height: 18px;
    font-family: 'Baloo Bhaina',cursive;
    font-weight: 400;
}
.pull-right .home-title:after {
    position: absolute;
    top: 12px;
    left: 8px;
    content: "\f03a";
    font-family: FontAwesome;
    font-size: 19px;
}
.pull-right .home-content {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 10px;
}
.pull-right .clNews .itemn {
    margin-bottom: 10px;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
}
.clNews .itemn .khungAnh {
    width: 77px;
    height: 58px;
    position: relative;
    overflow: hidden;
    float: left;
    background: #fff;
    margin-right: 14px;
}
.itemn .info {
    /*text-align: justify;*/
    line-height: 18px;
}
.itemn .info a {
    color: #333;
    font-weight: bold;
}
.pull-right  .home-title a {color: #fff;}

.pull-right .portlet {margin-bottom: 15px;}

.clcaption {
    background: #dfdfde;
}
.warp-video .clcaption h2 {
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
}
.warp-video .clcaption a {
    font-weight: bold;
    color: #337ab7;
}

.scrollToTop {
    background-image: url(images/backtotop.png);
    background-repeat: no-repeat;
    bottom: 10px;
    display: none;
    opacity: 1;
    position: fixed;
    right: 10px;
    cursor: pointer;
    width: 64px;
    height: 64px;
}

.img-thume {
    position: relative;
}
.icon-video {
    position: absolute;
    bottom: 0;
    left: 0;
}
.ads-r img {
    margin-top: 8px;
}

.warp-video img {width: 100%;}

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
    float: left;
    width: 50%;
    cursor: pointer;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-item img {width: 100%;}

.clThongBao img {margin-right: 10px;}
.clThongBao .more-article-item {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
.clsImage .home-group-content img {
    width: 100%;
    border: 1px solid #ddd;
}
.thumbImg {
    border: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    padding: 5px;
}
.divAlbumItem {
    margin-top: 15px;
}
.titleAlbum {
    padding-left: 5px;
    height: 40px;
    overflow: hidden;
    padding-right: 5px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #000;
    font-weight: 700;
}
.photo-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.tlt {
    color: #1066af;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.tag_detail {
    margin: 15px 0;
}
.photo-viewer {
/*    float: left;
    width: 200px;
    height: 200px;
    margin: 18px 15px 0;*/
}
.thumb-tlt {
    color: #333;
    display: block;
    /*font-size: 13px;*/
    font-weight: bold;
    margin: 5px 0px 10px;
    height: 40px;
    overflow: hidden;
}

.itemn .info a:hover {
    color: #005aab;
}

.photo-viewer img {width: 100%;}

.carousel {
    position: relative;
    margin: auto;
    max-width: 1366px;
}

.foot2 {
    /*background-color: #05467c;*/
    position: fixed;
    z-index: 8888;
    /*left: 0;*/
    bottom: 0;
    width: 100%;
}
.foot2 .wrap>div {
    justify-content: flex-start;
    line-height: initial;
}
.foot2 .wrap>div>div {
    margin: 0 8px;
}
.foot2_col1 {
    background-color: #fe410b;
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}
.foot2_col1 a {
    color: #fff;
    font-weight: 700;
}

/***********************************************************/

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

@media screen and (max-width: 767px) {
    .web-content {
	box-shadow: none;
        margin: 0;
        width: 100%;
        background-color: #fff;
    }
    .none_mobile, .clDestop {
        display: none;
    }
    .header {
        width: 100%;
        height: auto;
    }
    .box-news {margin-bottom: 20px;}
    .imglink img {width: 100%;}
    .our_tmn {margin-top: 0;}
    .boxCls1 .imglink {margin-top: 25px;}
    .boxStyle4, .boxStyle5 {margin-bottom: 20px;}
    .marb30 {margin-bottom: 15px;}
    .box-text h2 {font-size: 16px;}
    .lblThuvienanh .box-text {padding-bottom: 7px;}
    .pull-left, .pull-right {width: 100%;}
    .pull-left {margin-bottom: 20px;}
    .clsArtgroup .article img {
        width: 40%;
    }
    .block_mobile {display: block;}
    .box-header {
        text-align: left;
        padding-left: 55px;
        line-height: 40px;
        background: #267dc6;
    }
    .header-mobile {
        background: #1c60b4;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        font-family: roboto;
        position: relative;
    }
    .box-header {
        background: #ed1c24;
    }
}