/** NEWS FOCUS **/
.news_focus {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
#newsFocus {
    margin-left: -9px;
    margin-right: -9px;
}
#newsFocus .slick-slide {
    padding: 0 9px;
}
.news_item .img {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.news_item .img a:before {
    content: '';
    position: absolute;
    background: url("/modules/main/images/icon_news.png") no-repeat;
    width: 43px;
    height: 43px;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.news_item .img img {
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news_item .img:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.news_item h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    overflow: hidden;
    max-height: 40px;
}
.news_item h3 a {
    color: #134c78;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.news_item h3:hover a {
    color: #3eabea;
}
.news_item .news_dc {
    overflow: hidden;
    margin-bottom: 10px;
}
.news_item .short {
    font-size: 13px;
    line-height: 20px;
    color: #444444;
    text-align: justify;
    overflow: hidden;
    max-height: 80px;
}
.nf_btn {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform:translate(0px, -50%);
    -moz-transform:translate(0px, -50%);
    -o-transform:translate(0px, -50%);
    -ms-transform:translate(0px, -50%);
    transform:translate(0px, -50%);
}
.nf_prev {
    left: -45px;
}
.nf_next {
    right: -45px;
}
.nf_btn i {
    font-size: 50px;
    color: #999999;
}

/** LIST NEWS **/
.box_rNews {
    padding: 9px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.box_rNews:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.list_news .box_rNews:last-child {
    padding: 9px 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.box_rNews .title {
    padding-bottom: 7px;
    position: relative;
    border-bottom: 3px solid #ca2535;
}
.box_rNews .title h3 {
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    background: url("/modules/main/images/icon_title.png") no-repeat left top;
    padding: 0 0 0 25px;
    display: inline-block;
    text-transform: uppercase;
}
.box_rNews .title h3 a {
    color: #333333;
    text-decoration: none;
}
.box_rNews .title h3 a:hover {
    color: #ca2535;
}
.box_rNews .title > a {
    position: absolute;
    color: #333333;
    padding: 0 0 0 0;
    right: 0;
    top: 9px;
    font-size: 14px;
    line-height: 13px;
}
.box_rNews .title > a i {
    margin-left: 7px;
    color: #ca2535;
}

.rMainNews {
    width: 485px;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
}
.rMainNews > .rTitle h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.rMainNews > .rTitle h2 a {
    color: #014e7c;
    text-decoration: none;
    display: block;
    padding-right: 160px;
}
.rMainNews > .rTitle h2 a:hover {
    color: #ca2535;
}
.rMainNews > .rTitle {
    position: relative;
    clear: both;
    margin-bottom: 11px;
}
.rMainNews > .rTitle .news_dc {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
}
.rMainNews .img {
    float: left;
}
.rMainNews .img img {
    max-width: 100%;
}
.rMainNews .short {
    width: 285px;
    float: right;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.rMainNews .short > div {
    margin-bottom: 5px;
}
.rMainNews .short > a {
    color: #014e7c;
    text-decoration: none;
    font-size: 13px;
    float: right;
}
.rMainNews .short > a:hover {
    color: #ca2535;
}
.rMainNews .short > a i {
    margin-left: 7px;
    color: #ca2535;
}
.rOtherNews {
    width: 385px;
    float: right;
    background: #f2f2f2;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 17px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
.rOtherNews .img {
    float: left;
}
.rOtherNews .news_info {
    float: right;
    width: 280px;
    height: 40px;
    overflow: hidden;
}
.rOtherNews .news_info h3 {
    line-height: 20px;
    font-size: 13px;
}
.rOtherNews .news_info h3 a {
    color: #014e7c;
    text-decoration: none;
}
.rOtherNews .news_info h3 a:hover {
    color: #ca2535;
}
.rOtherNews .news_info h3 span {
    color: #999999;
    margin-left: 5px;
    display: inline-block;
    font-weight: normal;
}
.rOtherNews .news_info h3 span i {
    margin-right: 2px;
}
.rOtherNews .news_info .news_dc {
    display: inline-block;
}
.rOtherNews li .rNews_item_wrap {
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 15px;
}
.rOtherNews .rOtherTitle {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.rOtherNews .rOtherNews_wrap {
    height: 194px;
    overflow: hidden;
}
.rOtherNews .slick-vertical .slick-slide {
    border: none;
}
/** VIDEOS **/
.box_rNews .title div {
    position: absolute;
    background: #fff;
    font-size: 15px;
    color: #333333;
    text-align: center;
    width: 25px;
    bottom: 0;
    cursor: pointer;
}
.box_rNews .title div.v_next {
    right: 0;
}
.box_rNews .title div.v_prev {
    right: 26px;
}

/** PARTNER **/
.list_partner .p_btn {
    position: absolute;
    font-size: 30px;
    color: #0064a2;
    top: 50%;
    cursor: pointer;
    -webkit-transform:translate(0px, -50%);
    -moz-transform:translate(0px, -50%);
    -o-transform:translate(0px, -50%);
    -ms-transform:translate(0px, -50%);
    transform:translate(0px, -50%);
}
.list_partner .p_btn.p_prev {
    left: 12px;
}
.list_partner .p_btn.p_next {
    right: 12px;
}
.list_partner {
    background: #f2f2f2;
    padding: 15px 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.partner_item {
    width: 162px;
    height: 100px;
    padding: 0 6px;
}
.partner_item a {
    display: block;
    width: 150px;
    height: 100px;
    background: #fff;
}
.partner_item img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/**********/
.main_wrapper {
    padding: 0 0 0 0;
}
.main_wrapper .banner_col_right {
    border-top: none;
}
.borT_col_right {
    border-top: 1px solid #e5e5e5;
    padding: 20px 15px 0;
    margin-top: 20px;
}
.nColL .row:first-child .borT_col_right {
    border-top: none;
    padding-top: 0;
}
.mod-content {
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}
.mod-content > .row {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%271%27%20height%3D%271%27%20version%3D%271.1%27%3E%3Cpolygon%20points%3D%270%200%2C%201%200%20%2C%201%201%20%2C%200%201%27%20fill%3D%27rgb%28229%2C229%2C229%29%27/%3E%3C/svg%3E") repeat-y 900px top transparent;;
}
.sub_sidebar {
    padding-bottom: 30px;
    overflow: hidden;
}
#vnt-main {
    padding-bottom: 30px;
}
.row_border_bottom {
    border-bottom: 1px solid #e5e5e5;
}
.row_border_bottom .box_rNews {
    background: #fff;
    border-bottom: none;
}
.news_dc div {
    float: left;
    font-size: 12px;
    color: #bbbbbb;
}
.news_dc div i {
    margin-right: 3px;
}
.news_dc div:not(:first-child) {
    margin-left: 10px;
}
.banner_rightBottom {
    padding: 10px 0 0;
}

/* new */
/******* TABS ********/
.listCat_tabs_wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.r-tabs .r-tabs-nav {
    text-align: left;
    border-bottom: 4px solid #ca2535;
    margin-bottom: 12px;
}
.r-tabs-nav .r-tabs-tab {
    background: #e7e7e7;
    overflow: hidden;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-left: 1px;
}
.r-tabs-nav .r-tabs-tab:first-child {
    margin-left: 0;
}
.r-tabs-nav .r-tabs-tab a {
    display: block;
    color: #333333;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.r-tabs-nav .r-tabs-tab.r-tabs-state-active {
    background: #0064a2;
}
.r-tabs-nav .r-tabs-tab.r-tabs-state-active a {
    color: #fff;
}
.r-tabs-nav .r-tabs-tab:not(.r-tabs-state-active):hover {
    background: #555;
}
.r-tabs-nav .r-tabs-tab:not(.r-tabs-state-active):hover a {
    color: #fff;
}
/******* //TABS ********/
.list_focus_news {
    margin-bottom: 10px;
}
.list_focus_news + a {
    color: #333333;
    padding: 0 0 0 0;
    right: 0;
    top: 9px;
    font-size: 14px;
    line-height: 13px;
    float: right;
}
.list_focus_news + a i {
    margin-left: 7px;
    color: #ca2535;
}
.list_focus_news li {
    padding: 9px 0;
    overflow: hidden;
    position: relative;
}
.list_focus_news li:nth-child(2n) {
    background: #f7f7f7;
}
.list_focus_news li a {
    color: #014e7c;
    font-size: 14px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 110px;
    background: url(/modules/main/css/"data:image/svg+xml;utf8,<svg xmlns='http:/www.w3.org/2000/svg' width='5' height='10' version='1.1'><polygon points='0 0, 5 5 , 0 10' fill='rgb(202,37,53)'/></svg>") no-repeat 15px 6px transparent;
    display: block;
}
.list_focus_news li a:hover {
    color: #ca2535;
}
.list_focus_news li a img {
    vertical-align: baseline;
}
.list_focus_news li div.news_dc {
    position: absolute;
    right: 15px;
    top: 9px;
    line-height: 22px;
}

/**/
.menu_icon {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.menu_icon ul {
    overflow: hidden;
    border-bottom: 4px solid #00558a;
    background: #0064a2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.menu_icon ul li {
    font-size: 13px;
    line-height: 20px;
    float: left;
    background: url(/modules/main/css/"data:image/svg+xml;utf8,<svg xmlns='http:/www.w3.org/2000/svg' width='2' height='1' version='1.1'><polygon points='0 0,1 0,1 1,0 1' fill='rgb(0,80,130)'/><polygon points='1 0,2 0,2 1,1 1' fill='rgb(26,116,171)'/></svg>") repeat-y left top transparent;
    padding-left: 2px;
}
.menu_icon ul li:first-child {
    background: none;
}
.menu_icon ul li a {
    color: #fff;
    display: block;
    padding: 15px 16px 11px 16px;
    text-decoration: none;
}
.menu_icon ul li:last-child a {
    padding-right: 0;
}
.menu_icon ul li a:hover {
    color: yellow;
}
.menu_icon ul li a i {
    margin-right: 7px;
}
.menu_icon ul li a img {
    max-width: 16px;
    max-height: 20px;
    margin-right: 7px;
}

.cycle-slide.cycle-slide-active img {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, -50%) !important;
    -moz-transform: rotate(0deg) scale(1) translate(0px, -50%) !important;
    -o-transform: rotate(0deg) scale(1) translate(0px, -50%) !important;
    -ms-transform: rotate(0deg) scale(1) translate(0px, -50%) !important;
    transform: rotate(0deg) scale(1) translate(0px, -50%) !important;
}