html {
    font: 400 0.875rem "Roboto", sans-serif
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

html,
body {
    text-rendering: optimizeSpeed
}

body {
    color: #333;
    background: #fff;
    font-family: "Roboto", sans-serif;
    text-align: left;
    /*line-height: 1.313;*/
    overflow-x: hidden
}

.container {
    width: 1000px;
    padding: 0;
    position: relative
}

body.show_main_menu,
body.hidden {
    overflow: hidden;
    height: 100vh;
    position: relative
}

.hide {
    display: none
}

a:focus {
    outline: 1 !important
}

.btn_next,
.btn_prev {
    position: absolute;
    height: 28px;
    line-height: 28px;
    width: 28px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    top: 30%;
    text-align: center
}

.box_category {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.banner_mobile_300x250 {
    background: #f4f4f4;
    font-size: 0
}

a {
    color: #333;
    text-decoration: none;
    outline: 1
}

a:hover {
    color: #00507f;
    text-decoration: none
}

.btn {
    font-size: 1rem;
    line-height: 20.8px;
    color: #999;
    background: #eeeeee;
    padding: 8px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px
}

.btn_dvc {
    background: #e67817;
    color: #fff
}

.section {
    width: 100%;
    float: left;
    position: relative
}

.flex {
    display: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.width_common {
    width: 100%;
    float: left
}

.center {
    text-align: center
}

.navigation_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#to_top {
    color: #00507f;
    font-size: 20px;
    display: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    height: 45px;
    line-height: 45px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 89
}

#to_top .icon-ns {
    margin: 0;
    color: #fff
}

img {
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%
}

ul,
li {
    list-style-type: none
}

input,
textarea {
    font-family: arial;
    font-size: 11px;
    border: none;
    background: none
}

input::-webkit-input-placeholder {
    color: #999999
}

input::-moz-input-placeholder {
    color: #999999
}

input::-ms-input-placeholder {
    color: #999999
}

input::-o-input-placeholder {
    color: #999999
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.clearfix {
    clear: both
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ""
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 10px
}

.left {
    float: left
}

.right {
    float: right
}

.width_common {
    width: 100%;
    float: left
}

.hidden320 {
    font-size: 0
}

html {
    -webkit-text-size-adjust: none
}

.no_wrap {
    white-space: nowrap
}

.txt_666 {
    color: #666
}

.txt_10 {
    font-size: 10px
}

.txt_11 {
    font-size: 11px
}

.txt_14 {
    font-size: 14px
}

.txt_16 {
    font-size: 16px
}

.txt_vne {
    color: #9f224e
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.error {
    color: red;
    font-size: 12px
}

.bg_gray {
    background: #f8f8f6
}

.btn_aland {
    font: 400 1rem arial;
    background: #00507f;
    border: 0;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px
}

.fs {
    font-size: 0
}

.thumb_big {
    position: relative
}

.thumb_art {
    position: relative;
    float: left
}

.thumb {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%;
    background: #f8f8f6
}

.thumb.thumb_video {
    padding-bottom: 56.25%
}

.thumb.thumb_5x3 {
    padding-bottom: 60%
}

.thumb.thumb_5x4 {
    padding-bottom: 74%
}

.thumb.thumb_2x3 {
    padding-bottom: 138%
}

.thumb.thumb_5x5 {
    padding-bottom: 100%
}

.thumb_video {
    padding-bottom: 56.25%
}

.thumb img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.line_8px {
    background: #eeeeee;
    height: 8px;
    width: 100%;
    float: left
}

.line_4px {
    background: #eeeeee;
    height: 4px;
    width: 100%;
    float: left
}

.breadcrum {
    margin-bottom: 20px
}

.breadcrum a {
    display: inline-block
}

.breadcrum a.active {
    color: #206dc0
}

.category {
    margin-bottom: 20px;
    float: left;
    width: 100%
}

#pagination {
    margin: 30px 0;
    text-align: right;
    float: left;
    width: 100%
}

#pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 2px 5px 2px;
    color: #333;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

#pagination a:hover,
#pagination a.active {
    background: #00507f;
    color: #fff;
    border: 1px solid #00507f
}

#pagination a:hover .icon-ns,
#pagination a.active .icon-ns {
    color: #fff
}

#pagination .pagination_btn {
    width: auto;
    padding: 0 5px
}

.art_item {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.art_item .thumb_art {
    position: relative;
    width: 140px;
    margin-right: 10px
}

.art_item .thumb_art .tag {
    position: absolute;
    bottom: 12px;
    left: 55px;
    padding: 8px 10px;
    color: #fff;
    background-image: -moz-linear-gradient(left, rgba(132, 25, 253, 0.8), rgba(87, 178, 251, 0.6));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 2, 254, 0.8)), to(rgba(87, 178, 251, 0.6)));
    background-image: -webkit-linear-gradient(left, rgba(132, 25, 253, 0.8), rgba(87, 178, 251, 0.6));
    background-image: -o-linear-gradient(left, rgba(132, 25, 253, 0.8), rgba(87, 178, 251, 0.6))
}

.art_item .thumb_art .tag a {
    color: #fff
}

.art_item .thumb_art .icon_thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.72)
}

.art_item .thumb_big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.art_item .title_news {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px 0;
    font-weight: 700
}

.art_item .title_news .icon_thumb {
    margin-left: 5px;
    color: #e67817
}

.art_item p {
    color: #000;
    font-size: 16px
}

.art_item .view {
    color: #00507f;
    font-weight: 700;
    text-align: right;
    display: block;
    font-size: 14px
}

.art_item .down {
    background: #eee;
    font-size: 12.5px;
    margin-top: 20px;
    display: block;
    text-align: center;
    line-height: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.art_item .down i {
    margin-right: 5px
}

.art_item .description {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.4;
    color: #666
}

.art_item .related_news {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4
}

.art_item .related_news a {
    color: #666
}

.art_item .related_news i {
    font-size: 6px;
    margin: 6px 5px 0 0;
    float: left;
    color: #999
}

.art_item .tag {
    font-size: 14px;
    font-family: arial;
    color: #999;
    margin-top: 5px
}

.art_item .tag a {
    color: #00507f
}

.art_item.inner_section {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%
}

.art_item.inner_section:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #eaeaea
}

.art_item.last {
    margin-bottom: 20px
}

.art_item.last:after {
    display: none
}

.art_big .thumb_art {
    width: 100%;
    float: none;
    margin-bottom: 10px
}

.art_inner {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.art_inner .thumb_art {
    width: 228px;
    margin-right: 20px
}

.art_inner .content .title_news {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

.art_inner .content span {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0 3px
}

.art_inner .content span i {
    margin-right: 5px
}

.art_inner .content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0 0 0
}

.art_inner.last {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.grid {
    margin-left: -12px;
    font-size: 0;
    margin-bottom: 12px
}

.grid .art_item {
    padding-left: 12px;
    float: none;
    display: inline-block;
    vertical-align: top
}

.grid .art_item .thumb_art {
    width: 100%;
    float: none;
    margin-bottom: 10px
}

.grid .art_item .content {
    width: 100%
}

.grid_2 .art_item {
    width: 50%
}

.grid_3 .art_item {
    width: 33.3%
}

.grid_4 .art_item {
    width: 25%
}

.grid_5 .art_item {
    width: 20%
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    -ms-overflow-style: none
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 2px;
    height: 6px;
    left: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 6px
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    background-color: none
}

.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #919191;
    width: 5px
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 6px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    z-index: 1046;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    color: #333;
    font-style: normal;
    font-size: 16px;
    font-family: Arial, Baskerville, monospace
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    font-size: 42px;
    top: 0
}

.mfp-iframe-scaler {
    width: 100%;
    min-height: 100vh
}

.mfp-iframe-holder {
    padding: 0
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #fff
}

.white-popup {
    position: relative;
    background: #f4f4f4;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    overflow: hidden
}

.white-popup p.center {
    text-align: center
}

.mfp-with-zoom.mfp-ready .white-popup {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.mfp-with-zoom .white-popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.mfp-with-zoom.mfp-removing .white-popup {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.title_popup {
    font: 700 1rem arial;
    color: #000;
    padding: 11px 15px;
    background: #fff
}

.content_poup {
    padding: 15px;
    background: #f4f4f4;
    font: 400 1.125rem arial;
    line-height: 1.4
}

.content_poup.popup_padding10 {
    padding: 10px
}

.content_poup .title_new {
    font: 700 1.5rem "Roboto", sans-serif;
    margin-bottom: 15px
}

.no_title {
    background: #fff
}

.no_title .content_poup {
    background: #fff
}

.no_title .mfp-close {
    display: none
}

.text_box_lb {
    padding: 15px;
    background: #fff;
    font: 700 1.125rem arial;
    line-height: 1.313
}

.text_box_lb p {
    margin: 5px 0
}

.close_pop {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 15px
}

.close_pop .mfp-close {
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    padding-left: 50px;
    padding-right: 50px;
    background: #00507f;
    color: #fff
}

.body_home {
    /*background: url(images/graphics/bg-ads.png) no-repeat center top;*/
    background: url(/template/bonuongtang/images/bg2.jpg) no-repeat center center fixed;

    /*background-size: cover;*/
    background-size: cover;
}

#top-bar {
    height: 56px;
    margin-top: 50px;
    border: 1px solid #5d4b2b;
    background-color: #000
}

#top-bar .logo {
    float: left;
    margin: -30px 0 0 0;
    border: 1px solid #5d4b2b
}

#top-bar ul li {
    display: inline-block;
    position: relative
}

#top-bar ul li a {
    color: #C1B297;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    line-height: 56px;
    display: block;
    padding: 0 12px;
    font-size: 13px
}

#top-bar ul li.active a,
#top-bar ul li:hover a {
    color: #fff
}

#top-bar ul li .level2 {
    display: none;
    position: absolute;
    background: #000;
    min-width: 140px;
    top: 53px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

#top-bar ul li .level2 a {
    color: #C1B297;
    line-height: 1.3;
    padding: 10px
}

#top-bar ul li .level2 a:hover {
    color: #fff !important
}

#top-bar ul li:hover .level2 {
    display: block
}

#slide-banner {
    margin-top: 50px;
    margin-bottom: 20px
}

#slide-banner .dk {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-size: 25px;
    padding: 6px 50px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.61);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

#slide-banner .dk:hover {
    background: #999;
    border: 2px solid #999
}

#slide-banner .owl-carousel {
    border: 5px solid #333
}

#slide-banner .owl-nav>div {
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

#slide-banner .owl-nav .owl-prev {
    left: 15px
}

#slide-banner .owl-nav .owl-prev:before {
    content: '';
    width: 30px;
    height: 30px;
    background: transparent;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute
}

#slide-banner .owl-nav .owl-next {
    right: 15px
}

#slide-banner .owl-nav .owl-next:before {
    content: '';
    width: 30px;
    height: 30px;
    background: transparent;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute
}

#slide-banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0
}

#slide-banner .owl-dots .owl-dot {
    display: inline-block;
    height: 20px
}

#slide-banner .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left
}

#slide-banner .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: none;
    margin: -2px 3px 0px 3px
}

#maincontainer .sidebar-1 {
    width: 60%;
    width: calc(100% - 290px);
    float: left
}

#maincontainer .sidebar-2 {
    width: 270px;
    float: right
}

#maincontainer .sidebar-1 .warp {
    background: #000;
    position: relative;
    padding: 20px
}

#maincontainer .sidebar-1 .head {
    margin-bottom: 15px
}

#maincontainer .sidebar-1 .head .title-hot {
    color: #fff;
    font: 500 18px arial;
    text-transform: uppercase;
    margin: 0;
    padding-right: 150px;
    line-height: 1.3
}

#maincontainer .sidebar-1 .head .social {
    position: absolute;
    top: 10px;
    right: 20px
}

#maincontainer .sidebar-1 .head .social iframe {
    float: left;
    width: 130px;
    height: 40px
}

#maincontainer .sidebar-1 .head .social a {
    float: left;
    margin: 10px 0 0 5px
}

#maincontainer .sidebar-1 .head .social a svg {
    fill: #C1B297
}

#maincontainer .sidebar-1 .video-big {
    height: 365px;
    position: relative
}

#maincontainer .sidebar-1 .video-big iframe {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#maincontainer .sidebar-1 #search {
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
    margin: 10px 0 15px 0
}

#maincontainer .sidebar-1 #search .icon_seach_web {
    position: absolute;
    line-height: 40px;
    text-align: left;
    width: 30px;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, 0.58)
}

#maincontainer .sidebar-1 #search input {
    outline: 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    margin-left: 20px
}

#maincontainer .sidebar-1 #search input:-internal-autofill-selected {
    background-color: #000 !important;
    padding-left: 10px
}

#maincontainer .sidebar-1 .thumb-video {
    margin-left: -12px;
    font-size: 0
}

#maincontainer .sidebar-1 .thumb-video .item {
    width: 33.33%;
    padding-left: 12px;
    display: inline-block;
    font-size: 14px
}

#maincontainer .sidebar-1 .thumb-video .item .thumb_video {
    background: #000
}

#maincontainer .sidebar-1 .thumb-video .item .thumb_video img {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

#maincontainer .sidebar-1 .thumb-video .item:hover img {
    opacity: 0.5
}

#maincontainer .sidebar-1 .thumb-video .item:hover span {
    opacity: 1
}

#maincontainer .sidebar-1 .thumb-video .item.active img {
    opacity: 0.5
}

#maincontainer .sidebar-1 .thumb-video .item.active span {
    opacity: 1
}

#maincontainer .sidebar-1 .thumb-video .item.active .play .fa-play:before {
    content: "\f04c";
    font: normal normal normal 14px/1 FontAwesome
}

#maincontainer .sidebar-1 .thumb-video .item span {
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

#maincontainer .sidebar-1 .thumb-video .item .name {
    position: absolute;
    color: #fff;
    font-size: 15px;
    height: 20px;
    overflow: hidden;
    top: 10px;
    left: 5px;
    right: 5px;
    text-align: center
}

#maincontainer .sidebar-1 .thumb-video .item .play {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#maincontainer .sidebar-1 .thumb-video .item .duration {
    position: absolute;
    color: #fff;
    font-size: 15px;
    bottom: 10px;
    left: 10px;
    font-size: 13px
}

#maincontainer .sidebar-2 {
    border: 5px solid #2d2525;
    color: #CFC7C2
}

#maincontainer .sidebar-2 .warp .tr {
    background: #000;
    padding: 20px 10px 10px 10px;
    border-bottom: 10px solid #2d2525;
    position: relative
}

#maincontainer .sidebar-2 .warp .tr:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    left: -5px;
    right: -5px;
    position: absolute;
    bottom: -5px
}

#maincontainer .sidebar-2 .warp .tr:last-child {
    border-bottom: 0
}

#maincontainer .sidebar-2 .warp .tr:last-child:before {
    display: none
}

#maincontainer .sidebar-2 .warp .tr .description {
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: justify
}

#maincontainer .sidebar-2 .warp .tr a {
    color: #fff
}

#maincontainer .sidebar-2 h2 {
    font: normal 24px 'Times New Roman', times, serif;
    color: #C1B297;
    text-align: center;
    margin: 0 0 10px 0
}

#maincontainer .sidebar-2 h3 {
    font: bold 18px arial;
    line-height: 1.3;
    margin-top: 15px
}

#maincontainer .sidebar-2 h3 a {
    color: #fff;
    display: block
}

#maincontainer .sidebar-2 .date {
    font: bold 23px 'Times New Roman', times, serif;
    color: #CFC7C2;
    text-align: center;
    border-top: 1px solid rgba(193, 178, 151, 0.59);
    border-bottom: 1px solid rgba(193, 178, 151, 0.59);
    padding: 10px 0
}

.detail_tin {
    position: relative;
    margin-bottom: 20px
}

.detail_tin h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2
}

.detail_tin .topDetail {
    margin-bottom: 15px
}

.detail_tin p.lead {
    font-weight: bold
}

.detail_tin p.lead .slogan {
    background: #00507f;
    color: #fff;
    padding: 2px 5px
}

.detail_tin h2,
.detail_tin h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2
}

.detail_tin p {
    font-size: 16px;
    line-height: 1.54;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400
}

.detail_tin p img {
    max-width: 100%
}

.detail_tin .Images {
    text-align: center
}

.detail_tin .Images img {
    margin: 0 auto;
    display: block
}

.detail_tin .Images span {
    display: block;
    margin: 10px 0;
    color: #666;
    font-size: 14px
}

.detail_tin .days {
    font: 700 25px "Roboto", sans-serif;
    text-transform: uppercase
}

.detail_tin .social {
    text-align: center
}

.detail_tin .social p {
    text-transform: uppercase
}

.detail_tin .social a {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    font-size: 18px;
    height: 40px;
    border: 1px solid #333;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

.detail_tin .social a:hover {
    background: #e67817;
    border: 1px solid #e67817
}

.detail_tin .social_pin {
    position: absolute;
    left: 60px;
    top: 300px
}

.detail_tin .social_pin a {
    display: block;
    margin-bottom: 20px
}

.related_post {
    background: #101010;
    padding: 60px 50px;
    font-size: 0
}

.related_post .txt_title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 0 60px 0;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700
}

.related_post article .content {
    margin-top: 30px;
    font: 300 18px "Roboto", sans-serif
}

.related_post article .content h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px 0
}

.related_post article .content h3 a {
    color: #fff
}

.related_post article .content span {
    color: #ccc
}

span.spanDateTime {
    color: #999 !important;
    font: 400 14px/25px Roboto, sans-serif
}

span.spanDateTime i {
    margin-right: 4px
}

.block_share a.btn_facebook {
    color: #44619d
}

.block_share a.btn_twitter {
    color: #55acee
}

.block_share a.btn_google {
    color: #dd4b39
}

.block_share a.btn_print {
    color: #a6001c
}

.block_share a {
    float: left;
    margin: 0 0 0 15px
}

.art_other .list_article {
    font-size: 0;
    margin-left: -20px
}

.art_other .list_article article {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 0;
    float: none
}

.art_other .list_article article .thumb_art {
    width: 100%;
    float: none;
    margin-bottom: 10px
}

.art_other .list_article article .content {
    overflow: visible
}

.art_other .list_article article .content .title_news {
    font-size: 16px
}

.block_tag {
    margin-bottom: 20px
}

.block_tag .txt_tag {
    float: left;
    font-size: 16px;
    margin: 2px 10px 0 0
}

.block_tag h3 {
    display: inline-block;
    margin: 0
}

.block_tag .tag_item {
    background: #f4f4f4;
    padding: 0 10px;
    height: 25px;
    display: inline-block;
    color: #656565;
    float: left;
    margin: 0 5px 5px 0;
    font: 400 13px/25px arial
}

.block_tag .tag_item:hover {
    background: #00507f;
    color: #fff
}

.block_comment form textarea {
    background: #fff;
    height: 100px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border: 1px solid #dfdfdf;
    resize: none
}

.block_comment form .send {
    text-align: right;
    margin-top: 10px
}

.block_comment form .send .btn {
    background: #cc5d57;
    padding: 0 25px;
    color: #fff;
    border-radius: 0;
    height: 30px;
    text-transform: uppercase
}

.block_old_article ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px
}

.block_old_article ul li:before {
    content: "";
    background: #ccc;
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 5px
}

.block_old_article ul li a {
    font-weight: bold;
    font-size: 14px
}

.block_old_article .view_all {
    color: #e67817;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    display: block
}

@media (max-width: 750px) {
    .art_other .list_article article {
        width: 33.33%
    }
}

@media (max-width: 480px) {
    .detail_tin h1 {
        font-size: 20px
    }
    .art_other .list_article article {
        width: 50%
    }
}

#to_top {
    color: #fff
}

#footer {
    background: #2d2525;
    padding: 10px 0;
    margin-top: 70px;
    margin-bottom: 30px
}

#footer .container {
    border: 1px solid #5d4b2b;
    background: #000;
    padding: 2px 40px
}

#footer .copyright {
    float: left;
    color: #89744D;
    margin-bottom: 0;
    font-size: 13px
}

#footer .social {
    float: right;
    margin-top: 2px
}

#footer .social a {
    color: #fff;
    margin-left: 12px
}

.header {
    display: none;
    height: 45px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7
}

.header.header_cloned {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(80, 80, 80, 0.2), 0 3px 5px rgba(80, 80, 80, 0.15);
    transition-duration: 250ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header.header_cloned.nav-up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header.header_cloned+.section_nav {
    margin-top: 45px
}

.header .icon-ns {
    margin: 0;
    color: #333;
    width: 16px;
    height: 16px
}

.header .btn_control_menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 48px;
    height: 44px;
    text-align: center;
    line-height: 44px !important;
    font-size: 21px
}

.header .img_logo {
    margin: 0px auto 0;
    text-align: center;
    display: block;
    padding-top: 2px
}

.header .img_logo img {
    height: 40px
}

.header .my_user {
    position: absolute;
    top: 10px;
    right: 10px
}

.header .my_user .notification {
    color: #206db4;
    font-size: 20px;
    float: left;
    position: relative
}

.header .my_user .notification span {
    position: absolute;
    top: -3px;
    right: -5px;
    background: #f45b69;
    color: #fff;
    font-size: 10px;
    padding: 0 2px
}

.header .my_user .login {
    color: #ff3333;
    font-size: 20px;
    margin-left: 15px;
    float: left
}

.header .my_user .ava {
    width: 24px;
    height: 24px;
    float: left;
    margin: -1px 0 0 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden
}

.header #auto_search_button {
    background: none;
    border: 0;
    position: absolute;
    right: 0px;
    top: 0;
    outline: 0;
    font-size: 18px;
    width: 40px;
    height: 44px;
    line-height: 44px
}

.header #auto_search_button .icon-ns {
    width: 20px;
    height: 20px
}

.header .block_search {
    position: absolute;
    z-index: 22;
    left: 0px;
    top: 45px;
    right: 0
}

.header .block_search #search {
    display: none
}

.block_search #search {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #dfdfdf
}

.block_search .search_all {
    display: block !important;
    border-bottom: 0 !important
}

.block_search button {
    cursor: pointer;
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    outline: none
}

.block_search .icon-ns {
    margin: 0;
    color: #333;
    width: 16px;
    height: 16px
}

.block_search .warp {
    border: 1px solid #dfdfdf;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.block_search input {
    color: #333;
    padding-left: 10px;
    font-size: 16px !important;
    height: 38px;
    background: #fff;
    width: 78%;
    width: calc(100% - 75px);
    outline: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.block_search input::-webkit-input-placeholder {
    color: #999
}

.block_search input::-moz-placeholder {
    color: #999
}

.block_search input:-ms-input-placeholder {
    color: #999
}

.block_search input:-moz-placeholder {
    color: #999
}

.block_search .btn_reset {
    visibility: hidden;
    opacity: 0;
    background: none;
    border: 0;
    width: 35px;
    height: 38px;
    line-height: 30px;
    float: right;
    font-size: 30px;
    color: #999;
    font-family: -webkit-body
}

.block_search .btn_search {
    border: 1px solid #dfdfdf;
    background: #fff;
    width: 40px;
    height: 40px;
    float: right;
    margin: -1px -1px 0 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.block_search .btn_search .icon-ns {
    color: #666
}

.block_search.focus .btn_reset {
    visibility: visible;
    opacity: 1
}

.block_search.focus .btn_search {
    background: #00507f !important
}

.block_search.focus .btn_search .fa {
    color: #fff !important
}

.main_menu {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2247483647;
    will-change: transform;
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%)
}

.main_menu .header_menu {
    height: 42px;
    border-bottom: 1px solid #dfdfdf
}

.main_menu .header_menu .close_main_menu {
    margin: 1px 0 0 0px;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: -webkit-body
}

.main_menu .header_menu .close_main_menu .icon-ns {
    color: #333;
    width: 20px;
    height: 20px
}

.main_menu .header_menu .my_contact {
    position: absolute;
    top: 13px;
    right: 10px
}

.main_menu .header_menu .my_contact p {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 8px
}

.main_menu .header_menu .my_contact p i {
    margin-right: 6px
}

.main_menu .header_menu .img_logo {
    float: right;
    width: 95px;
    margin: 2px 15px 2px 0px
}

.show_main_menu .main_menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.block_scoll_menu {
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    height: 100%;
    padding: 0px 0 30px
}

.block_scoll_menu #auto_footer_menu .list_item_panel {
    padding-right: 15px;
    border-bottom: 1px solid #dfdfdf
}

.block_scoll_menu #auto_footer_menu .list_item_panel.list_index a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 35px
}

.block_scoll_menu #auto_footer_menu .list_item_panel.list_index a .icon-ns {
    width: 18px;
    height: 18px;
    margin: 0;
    color: #0b9ee7
}

.block_scoll_menu #auto_footer_menu .list_item_panel li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .link_item_panel {
    display: block;
    width: 100%;
    float: left;
    color: #333;
    font: 400 16px/40px arial;
    border-bottom: 1px solid #e7e7e7;
    padding: 0
}

.block_scoll_menu #auto_footer_menu .list_item_panel li:last-child a {
    border: 0
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .sub-icon,
.block_scoll_menu #auto_footer_menu .list_item_panel li .sub-icon2 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    font-family: -webkit-body;
    color: #000
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .sub-icon2 {
    color: #fff
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .level2,
.block_scoll_menu #auto_footer_menu .list_item_panel li .level3 {
    background: #206dc0;
    padding: 0 15px 0 0;
    float: left;
    width: 100%;
    display: none
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .level2 a,
.block_scoll_menu #auto_footer_menu .list_item_panel li .level3 a {
    display: block;
    font: 400 14px/40px arial;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35)
}

.block_scoll_menu #auto_footer_menu .list_item_panel li.active>a {
    color: #206dc0;
    font-weight: bold
}

.block_scoll_menu .footer-info {
    padding: 0 10px 20px 10px;
    margin-top: 20px
}

.block_scoll_menu .footer-info .box-contact .td2 {
    width: 100%;
    float: left
}

.block_scoll_menu .footer_bottom {
    padding: 10px 15px;
    float: left;
    width: 100%
}

.block_scoll_menu .footer_bottom h3 {
    color: #666;
    margin: 0 0 10px 0;
    font-size: 16px
}

.block_scoll_menu .footer_bottom .site-name {
    font-size: 16px;
    margin-bottom: 20px
}

.block_scoll_menu .footer_bottom .site-name a {
    text-transform: uppercase
}

.block_scoll_menu .footer_bottom label {
    color: #ff3333;
    font-size: 16px;
    font-weight: 400
}

.block_scoll_menu .footer_bottom .social {
    text-align: center
}

.block_scoll_menu .footer_bottom .social a {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    color: #fff;
    background: #333;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.block_scoll_menu .footer_bottom .social a.face {
    background: #206dc0
}

.block_scoll_menu .footer_bottom .social a.google {
    background: #dd5044
}

.block_scoll_menu .footer_bottom .social a.you {
    background: red
}

.block_scoll_menu .footer_bottom .btn_contact_cm {
    width: 100%;
    display: block;
    text-align: center;
    background: #eee;
    color: #178fd6;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.block_scoll_menu .footer_bottom .btn_contact_cm .icon-ns {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0
}

.block_scoll_menu .footer_bottom .btn_contact_cm a {
    color: #178fd6
}

.block_scoll_menu .footer_bottom .ads_text_box {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin: 15px 0
}

.block_scoll_menu .footer_bottom .two_btn {
    margin-bottom: 20px
}

.block_scoll_menu .footer_bottom .two_btn a {
    width: 48.5%;
    border-radius: 5px
}

.block_scoll_menu .footer_bottom .two_btn a .icon-ns {
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0
}

.block_scoll_menu .footer_bottom .two_btn a .ads_icon_blue .icon-ns {
    color: #c6d44d
}

.block_scoll_menu .footer_bottom .bold_text_top {
    margin-bottom: 20px;
    color: #666;
    text-align: center
}

.block_scoll_menu .footer_bottom .bold_text_top h3 {
    color: #666;
    margin: 0 0 10px 0;
    font-size: 16px
}

.block_scoll_menu .footer_bottom .bold_text_top p {
    line-height: 1.4
}

.footer-info {
    text-align: center
}

.footer-info .box-social a {
    margin: 0 8px;
    font-size: 16px
}

.block_scoll_menu #auto_footer_menu .list_item_panel li .level2 li:last-child a {
    border-bottom: 0
}

#header {
    background: #000;
    border-bottom: 1px solid rgba(231, 231, 231, 0.44)
}

.header .btn_control_menu {
    color: #fff
}

.header #auto_search_button {
    color: #fff
}

.header .img_logo img {
    height: 42px
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%
    }
    #footer {
        max-width: 590px
    }
}

@media (max-width: 1024px) {
    #footer {
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .container {
        max-width: 750px
    }
    .hide-mobile,
    #logo-bar,
    #top-bar,
    .ads_featured,
    #nav-bar {
        display: none
    }
    .header {
        display: block;
        float: none;
        margin: 0 auto;
        /*position: fixed;*/
        padding: 0 10px;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99
    }
    #slide-banner {
        margin-top: 60px
    }
    #slide-banner .dk {
        font-size: 18px;
        padding: 6px 40px;
        bottom: 20px;
        left: 20px
    }
    .nav-bar-pc .site-menu {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        font-size: 0
    }
    .nav-bar-pc .site-menu li {
        float: none;
        display: inline-block
    }
    #maincontainer .sidebar-1 {
        width: calc(100% - 260px)
    }
    #maincontainer .sidebar-1 .video-big {
        height: 250px
    }
    #maincontainer .sidebar-1 .thumb-video .item .name {
        top: 2px
    }
    #maincontainer .sidebar-1 .thumb-video .item .duration {
        bottom: 5px;
        left: 5px
    }
    #maincontainer .sidebar-2 {
        width: 250px
    }
    #maincontainer .sidebar-2 .warp .tr {
        padding: 10px
    }
    #maincontainer .sidebar-2 h2 {
        font-size: 16px
    }
    #maincontainer .sidebar-2 .date {
        font-size: 16px
    }
    #maincontainer .sidebar-2 h3 {
        font-size: 14px
    }
}

@media (max-width: 750px) {
    .container {
        max-width: 600px;
        overflow: hidden
    }
    #maincontainer .sidebar-1 {
        width: 100%;
        margin-bottom: 20px
    }
    #maincontainer .sidebar-1 .video-big {
        height: 300px
    }
    #maincontainer .sidebar-2 {
        width: 100%
    }
}

@media (max-width: 640px) {
    .container {
        padding: 0 10px;
        max-width: 100%
    }
}

@media (max-width: 590px) {
    #slide-banner .owl-dots {
        display: none
    }
    #maincontainer .sidebar-1 .warp {
        padding: 10px
    }
    #maincontainer .sidebar-1 .head .title-hot {
        padding-right: 0;
        font-size: 16px
    }
    #maincontainer .sidebar-1 .head .social {
        display: none
    }
    #maincontainer .sidebar-1 .video-big {
        height: 200px
    }
    #footer {
        text-align: center
    }
    #footer .container {
        padding: 10px
    }
    #footer .copyright {
        width: 100%;
        margin-bottom: 10px
    }
    #footer .social {
        width: 100%
    }
}




.content1{
    max-width: 1000px;
    margin: 0px auto;
    border: 0px solid green;
    /*background-color: snow;*/
}

.owl-carousel .owl-item .item {
    position: relative;
    padding-bottom: 60%;
}
.owl-carousel .owl-item .item img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}