* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face{
    font-family:'Inter';
    src:url('./Inter18pt-Medium.woff2') format('woff2') , url('./Inter18pt-Medium.woff') format('woff') , url('./Inter18pt-Medium.ttf') format('truetype');
    font-weight:500;
    font-style:normal;
    font-display:swap
}
:root {
    --font1: "Lora", serif;
    --font2: "Noto Serif", serif;
    --font1mb: "Inter", serif;
    --border: #E5E5E5;
    --white: #fff;
    --colormain: #2C2626;
}
.ffinter{ font-family:'Inter'; }
.fflorra{ font-family:'Lora'; }
.bgr999{ background:#f9f9f9 !important }
.h100{ height: 100% !important }
.m-0{ margin:0px !important }
.p-0{ padding:0px !important }
.mr-0{ margin-right: 0px !important }
.mr-20{ margin-right: 20px !important }
.ml-10{ margin-left: 10px !important }
.ml-20{ margin-left: 20px !important }
.mb-30{ margin-bottom: 30px !important }
.mb-20{ margin-bottom: 20px !important }
.mt-15{ margin-top: 15px !important }
.mt-20{ margin-top: 20px !important }
.mt10 { margin-top: 10px;}
.mb10 { margin-bottom:10px }
.mb5 { margin-bottom:5px }
.bor0mb{ border-radius:0px !important }
.pt-24{ padding-top:24px !important}
.px-20{ padding-left:20px !important; padding-right: 20px}
body {
    color: #2c2626;
    font: 400 .875rem arial;
    line-height: 1.4;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: none;
    outline: 1;
}
a:hover {
    color: #168fd6;
}
.color-fff{ color: #fff !important; background: #ffffff00 !important }
.bgr1e313a {
    background: #1e313a !important;
}
.fw-600{ font-weight: 600 !important }
.fs-20{ font-size: 20px !important }
.fs-18 { font-size: 18px !important;}
.fs-17{ font-size: 17px !important }
.fs-16{ font-size: 16px !important }
#main_menu_new .nav .drop_menu_hover a.active, #header_sticky_new .nav .drop_menu_hover a.active, #main_menu_new .nav .drop_menu_hover a:hover, #header_sticky_new .nav .drop_menu_hover a:hover {
    color: #168fd6;
    background: #fff;
}
.d-none, .sectionto767{ display: none !important }
.d-block{ display: block !important }
.container {
    max-width: 1110px;
    position: relative;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    clear: both;
}
.thumb_img video, .thumb_img img, .thumb_img iframe, .thumb_video video, .thumb_video img, .thumb_video iframe, .thumb_16x9 video, .thumb_16x9 img, .thumb_16x9 iframe {
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.w-100{ width: 100% }
#main_menu_new .container, #header_sticky_new .container{
    max-width: 1240px;
}
.container::before, .container::after {
    display: table;
    content: "";
    clear: both;
}
#header {
    border-bottom: 1px solid #eaeaea;
    /*height: 77px;*/
    padding: 10px 0px;
}
#main_menu_new, #header_sticky_new {
    border-bottom: 1px solid #eaeaea;
    margin-top: 0;
    z-index: 300;
}
img {
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: middle;
}
.logotop{ max-width:150px; display: block; }
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.flex {
    display: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header .store-adsl, .linetoppc .store-adsl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-top: 34px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.linetoppc .store-adsl{ gap:20px }
#header .store-adsl a, #linetoppc .store-adsl a {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
    float: left;
}
#header .store-adsl a.ads .icon-ns, .linetoppc .store-adsl a.ads .icon-ns {
    color: #00747b;
}
#header .store-adsl a .icon-ns, .linetoppc .store-adsl a .icon-ns {
    font-size: 16px;
}
.not-grad {
    fill: currentColor !important;
}
.linetoppc {
    padding: 5px 10px;
    border-bottom: 1px solid #eaeaea;
}

.linetoppc .store-adsl {
    justify-content: end;
}
#header .store-adsl .time24, .linetoppc .store-adsl .time24 {
    background: #fbfbfb;
    border: 1px solid #dee5eb;
    border-radius: 4px;
    color: #999;
    font-size: 13px;
    padding: 0 8px;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .store-adsl .time24 svg, .linetoppc .store-adsl .time24 svg {
    margin-right: 6px;
}
#header .logo {
    display: inline-block;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -75px;
}
#main_menu_new .nav, #header_sticky_new .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul, li {
    list-style-type: none;
}
#main_menu_new .nav>li, #header_sticky_new .nav>li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}
#main_menu_new .nav>li>a, #header_sticky_new .nav>li>a {
    font: 600 14.5px "Lora", serif;
    line-height: 40px;
    display: inline-block;
}

#main_menu_new .nav .drop_menu_hover, #header_sticky_new .nav .drop_menu_hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    position: absolute;
    top: 41px;
    left: 4px;
    padding: 8px 16px;
    min-width: 190px;
    z-index: 88;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
#main_menu_new .nav .drop_menu_hover:before, #header_sticky_new .nav .drop_menu_hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#16d1f2), to(#9dfeaf));
    background-image: -webkit-linear-gradient(left, #0799ff, #9dfeaf);
    background-image: -o-linear-gradient(left,#0799ff,#9dfeaf);
}
#main_menu_new .nav .drop_menu_hover a, #header_sticky_new .nav .drop_menu_hover a {
    font: 400 .875rem Arial;
    display: block;
    padding: 10px 0;
    color: #2c2626;
}
#main_menu_new .nav>li:hover .drop_menu_hover, #header_sticky_new .nav>li:hover .drop_menu_hover {
    visibility: visible;
    opacity: 1;
}
#main_menu_new .box-search, #header_sticky_new .box-search {
    position: absolute;
    top: 13px;
    right: 10px;
    padding-left: 10px;
}
#main_menu_new .nav, #header_sticky_new .nav {
    max-width: calc(100% - 30px);
}
#main_menu_new .box-search .search-field, #header_sticky_new .box-search .search-field {
    position: absolute;
    top: -10px;
    right: 20px;
    display: none;
    z-index: 9;
    width: 180px;
}
#main_menu_new .box-search .search-field input, #header_sticky_new .box-search .search-field input {
    height: 34px;
    border-radius: 4px;
}
#main_menu_new .box-search .search-field.active, #header_sticky_new .box-search .search-field.active {
    display: block;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    height: 40px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 10px;
    background: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
    outline: 0;
}

.buid-top-abtest {
    align-items: start;
}
.buid-top-abtest .buid-top__center {
    width: 56%;
    padding-right: 24px;
    border-right: 0;
}
.buid-top-abtest .buid-top__right {
    width: 44%;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.buid-top-abtest .buid-top__right .art_item {
    margin: 0;
    padding: 0;
}
.buid-top-abtest .buid-top__right .art_item .title_news {
    font-size: 17px;
    font-weight: 600;
}
.remove_border{ border: none !important; }
@media (max-width: 991px) {
    .buid-top-abtest .buid-top__right .art_item .title_news {
        font-size: 14px;
    }
}
.clearfix {
    clear: both;
}
.bg-main {
    border-bottom: 1px solid #eaeaea;
}
.bg_gray {
    background: #f9f9f9;
}
.buid-top-home {
    padding: 24px 15px;
    max-width: 1130px;
    margin: 0 auto;
}
.bg-white {
    background: var(--white);
}
.mb24 {
    margin-bottom: 24px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.buid-top-home .buid-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.buid-top-home .buid-top__center .art_item {
    height: 100%;
}
.buid-top-home .buid-top__center .art_item .thumb_art {
    margin-bottom: 22px;
}
.art_item.thumb-full .thumb_art, .art_item.img .thumb_art {
    width: 100%;
    margin: 0 0 10px 0;
}
.art_item .thumb_art {
    position: relative;
    margin-right: 20px;
}
.thumb_art {
    position: relative;
}
.thumbimg{ max-width:100%; height:auto; }
.thumb_5x3, .thumb-5x3 {
    padding-bottom: 60%;
}
.thumb_img, .thumb {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%;
}
.art_item .thumb_art .tag {
    position: absolute;
    bottom: -10px;
    left: 16px;
    font-size: 13px;
    padding: 0 10px;
    line-height: 28px;
    color: var(--white);
    background: -webkit-linear-gradient(357.23deg, #0b8fff .41%, #1ecefd 98.71%);
    background: linear-gradient(92.77deg, #0b8fff .41%, #1ecefd 98.71%);
}
.art_item .tag {
    font-size: 12px;
    font-family: arial;
    color: #999;
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.art_item .thumb_art .tag a {
    color: var(--white);
    text-transform: inherit;
    font-size: 13px;
    margin-right: 0;
}
.art_item.thumb-full .content, .art_item.img .content {
    width: 100%;
}
.buid-top-abtest .buid-top__center .art_item .title_news {
    font-size: 24px;
    font-weight: 600;
}
.buid-top-home .buid-top__center .art_item .description {
    font-size: 16px;
}
.buid-top-home .art_item .description {
    color: #666;
}
.art_item .description {
    font: 400 14px arial;
    margin-top: 10px;
    line-height: 1.4;
    color: #888;
}
.location-stamp:before {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 7px;
    height: 1px;
    background: #666;
    right: -8px;
}
.location-stamp {
    color: #666;
    font-size: 14px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-right: 12px;
    position: relative;
}
.line-bottom {
    border-bottom: 1px solid #eaeaea;
}
.mt24 {
    margin-top: 24px;
}
.mb16 {
    margin-bottom: 16px !important;
}
.grid__5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}
.grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    position: relative;
}
[class*="grid__"] {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    position: relative;
}
.grid .art_item {
    margin-bottom: 0;
}
.art_item .title_news, .titlenews_default {
    font: 500 17px "Lora", serif;
    line-height: 1.3;
}
.art_item .tag a {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
}
.box_stream {
    width: calc(100% - 335px);
    padding-right: 35px;
    max-width: 100%;
}
.box_300 {
    width: 335px;
    padding-left: 35px;
    border-left: 1px solid #eaeaea;
}
.box_stream .grid__2 {
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 20px;
}
.grid__2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
}
.box_stream .grid__2 .art_item {
    background: var(--white);
    padding-bottom: 10px;
}
.box_stream .grid__2 .art_item .thumb_art {
    margin-bottom: 0;
}
.box_stream .grid__2 .art_item .content .tag {
    
}
.box_stream .grid__2 .art_item .content {
    padding: 16px;
}
.art_item .tag .time-public, .art_item .tag .cat, .art_item .tag .count_cmt, .art_item .tag .icon_commend {
    margin-right: 20px;
    position: relative;
    margin-left: 0;
}
.art_item .tag .time-public::before,  .art_item .tag .count_cmt::before, .art_item .tag .icon_commend::before {
    content: "";
    background: #e5e5e5;
    position: absolute;
    width: 1px;
    height: 12px;
    left: -10px;
    top: 1px;
}
.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_legend .title_box_300 {
    font-size: 18px;
    margin-bottom: 8px;
}
.title_box_300 {
    color: #333;
    font: 700 24px var(--font1);
    margin-bottom: 16px;
    position: relative;
}
.box_legend .title_box_300 .title {
    padding-right: 0;
}
.title_box_300 .title {
    padding-right: 15px;
    position: relative;
    display: inline-block;
    background: var(--white);
}
.pd16 {
    padding: 16px;
}
.mb-0{ margin-bottom:0px !important }
.box_category {
    margin-bottom: 16px;
    /*float: left;*/
    width: 100%;
}
.box_legend .button-next {
    right: 3px;
}
.box_legend .button-next, .box_legend .button-prev {
    position: absolute;
    z-index: 1;
    background: rgba(34, 34, 34, .7);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    top: 65px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.itemtslide .thumb_art {width: 100%;background: #f3f3f3;padding: 8px 15px;margin: 0 0 10px 0;}
.itemtslide {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.consitemt {
    display: flex;
    width: 100%;
    gap: 12px;
}

.consitemt .thumb_art {
    flex: 0 0 106px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.thumb80x80{
    flex: 0 0 80px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.consitemt .titlenews_default {
    color: #2c2626;
    font: 400 14px "Lora",serif;
}
.box_legend .note {
    font-size: 10px;
    color: #4f4f4f;
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.s-txt {
    display: block;
    font-size: 14px;
    color: rgba(44, 38, 38, .5);
    font-weight: 400;
    font-family: Arial;
}
.oneslidesame .consitemt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.oneslidesame .consitemt:last-child {
    margin-bottom: 0px;
    padding: 0px;
    border: none;
}
.section-beautify-fashion {
    background: #18202e;
    padding: 24px;
    position: relative;
    overflow: hidden;
    max-width: 1100px;
}
.section-beautify-fashion .box-beautify {
    width: 681px;
    padding-right: 17px;
    border-right: 1px solid rgba(249, 249, 249, .1);
    position: relative;
}
.section-beautify-fashion .box-fashion {
    width: 361px;
    padding-left: 17px;
}
.section-beautify-fashion .title_box_category {
    color: #f9f9f9;
}

.title_box_category {
    color: #333;
    font: 700 24px var(--font1);
    margin-bottom: 16px;
    padding-bottom: 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.title_box_category .cate {
    margin-top: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.title_box_category .cate a {
    color: rgba(255, 255, 255, .85);
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}
.title_box_category::before {
    content: "";
    background: -webkit-linear-gradient(357.23deg, #0c91ff .41%, #1893ec 23.37%, #bee632 98.71%);
    background: linear-gradient(92.77deg, #0c91ff .41%, #1893ec 23.37%, #bee632 98.71%);
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.section-beautify-fashion .box-beautify__left {
    width: 451px;
    padding-right: 16px;
}
.section-beautify-fashion .box-beautify__right {
    width: 212px;
    padding-left: 16px;
}
.section-beautify-fashion .box-beautify__left .art_item .title_news {
    font-size: 28px;
}
.section-beautify-fashion .title_news {
    color: #f7f7f7;
}
.section-beautify-fashion .description {
    color: hsla(0, 0%, 100%, .65);
}
.section-beautify-fashion .box-beautify__right .art_item,
.section-beautify-fashion .box-fashion .art_item {
    border-bottom: 1px solid rgba(249, 249, 249, .1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section-beautify-fashion .box-beautify__right .art_item .title_news {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.section-beautify-fashion .box-beautify::after {
    content: "";
    position: absolute;
    background: rgba(249, 249, 249, .1);
    width: 1px;
    bottom: 0;
    top: 55px;
    right: 228px;
}
.thumb_2x3, .thumb-2x3 {
    padding-bottom: 150%;
}
.art_item.divrol {
    display: flex;
}

.art_item.divrol .thumb_art {
    flex: 0 0 145px;
}
.section-beautify-fashion .box-fashion .art_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.title_box_300.line::before {
    content: "";
    background: -webkit-linear-gradient(357.23deg, #0c91ff .41%, #1893ec 23.37%, #bee632 98.71%);
    background: linear-gradient(92.77deg, #0c91ff .41%, #1893ec 23.37%, #bee632 98.71%);
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.font_icon {
    color: #014ee2;
    font: 400 12px arial !important;
}
.icon-ns {
    color: #8a9faa;
    font-size: 12px;
}
.boxpostcast{ background: #1e313a }
.thumb_5x5, .thumb-5x5 {
    padding-bottom: 100%;
}

.art_item.thumb-full .duration_video, .art_item.img .duration_video {
    font-size: 16px;
}

.duration_video {
    position: absolute;
    font-weight: 700;
    font-size: 13px;
    bottom: 4px;
    left: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.art_item.thumb-full .duration_video .play_ico, .art_item.img .duration_video .play_ico {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.duration_video .play_ico {
    background: rgba(0, 0, 0, .5);
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.duration_video.bigicon32 .play_ico {
    width: 32px;
    height: 32px;
}
.section-box-video::before {
    content: "";
    background: -webkit-linear-gradient(357.23deg, #0C91FF 0.41%, #1893EC 23.37%, #BEE632 98.71%);
    background: linear-gradient(92.77deg, #0C91FF 0.41%, #1893EC 23.37%, #BEE632 98.71%);
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
}
.section-box-video {
    background: #2a3142;
    padding: 18px 0 29px 0;
    position: relative;
}
.section-box-video .box-player-video{
    width: 718px;
    padding-right: 18px;
    position: relative;
    padding-bottom: 15px;
}
.section-box-video .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.section-box-video .list_video {
    width: 382px;
    padding-top: 10px;
    position: relative;
}
.section-box-video .title_box_category {
    color: var(--white);
    padding-bottom: 0;
    margin-bottom: 12px;
}
.section-box-video .lbl {
    text-transform: uppercase;
    color: #eaeaea;
    font-weight: bold;
    margin-bottom: 12px;
    padding-left: 18px;
}
.thumb_16x9, .thumb_video {
    padding-bottom: 56.25%;
}
.section-box-video .box-player-video .art_item .title_news {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 0;
}
.section-box-video .list_video .line-left {
    border-left: 1px solid rgba(249, 249, 249, .1);
    padding-left: 18px;
    padding-bottom: 10px;
    width: 100%;
}
.flexinline{
    display: flex;
    gap: 15px;
}
.flexinline .colfix {
    flex: 0 0 145px;
}

.section-box-video .list_video .number-info {
    color: #999;
}

.number-info {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-box-video .list_video .art_item {
    border-bottom: 1px solid rgba(249, 249, 249, .1);
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.section-box-video .list_video .art_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-box-video .list_video::before {
    content: "";
    background: rgba(249, 249, 249, .1);
    height: 1px;
    left: 18px;
    right: 0;
    bottom: -5px;
    position: absolute;
}
.section-box-video .box-player-video::before {
    content: "";
    background: rgba(249, 249, 249, .1);
    height: 1px;
    left: 0;
    right: 18px;
    bottom: -5px;
    position: absolute;
}
.ns-play {
    position: absolute;
    bottom: 7px;
    left: 7px;
    cursor: pointer;
    height: 32px;
    width: 28px;
    background: url(../images/icons/video_play.svg) no-repeat center;
    margin: 0;
    background-size: contain;
}
.box-an-choi {
    background: #eaeeef;
    padding: 24px;
}
.box-an-choi .line-box {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.box-an-choi__left {
    width: calc(100% - 205px);
    padding-right: 24px;
}
.box-an-choi__right {
    width: 205px;
}
.box-an-choi__left .art_item .title_news {
    font-size: 24px;
}
.box-an-choi .art_item .description {
    color: #666;
}
.box-an-choi .grid {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    row-gap: 22px;
}

.grid__3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.position-relative{ position: relative !important; }
.topnexxt, .topprev {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    border: 2px solid #b1abab;
    color: #5c5858;
    border-radius: 5px;
    padding: 7px 5px;
    display: flex;
}
.swiper-button-prev-icon.topprev {
    right: 50px;
}
.swiper-button-next-icon:hover, .swiper-button-prev-icon:hover{ cursor: pointer; }

.swiper-button-prev-icon.swiper-button-disabled, .swiper-button-next-icon.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none;
}
.section-box-anh .item .title_newsimg {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    font: 500 18px var(--font1);
    color: var(--white);
    z-index: 2;
}
.section-box-anh .item .thumb_img::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 134px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.section-box-anh .slide-image-prev, .section-box-anh .slide-image-next {
    background: -webkit-gradient(linear, right top, left top, from(#000000), color-stop(157.35%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(right, #000000 0%, rgba(0, 0, 0, 0) 157.35%);
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 157.35%);
    width: 34px;
    height: 75px;
    line-height: 75px;
    color: var(--white);
    border-radius: 0;
    margin-top: -37px;
    width: 34px;
    height: 75px;
    color: var(--white);
}
.slide-image-prev, .slide-image-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    z-index: 2;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    outline: 0;
}
.slide-image-next {
    right: 0px;
    left: auto;
}
#slide-image .icon-ns {
    font-size: 18px;
    color: #fff;
}
.center {
    text-align: center;
}
.top20{ top: 20px !important}
.top50{ top: 50px !important}

.box-grid-article {
    padding: 30px 0 20px 0;
}
.box-grid-article .art_item.thumb-full .title_news {
    font-size: 20px;
    font-weight: 600;
    color: #2c2626;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 52px;
}
.box-grid-article .art_item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.box-grid-article .art_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box-grid-article .grid {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    row-gap: 40px;
}
.box-grid-article .grid .td {
    position: relative;
}
.box-grid-article .grid .td:nth-child(2)::before, 
.box-grid-article .grid .td:nth-child(5)::before, 
.box-grid-article .grid .td:nth-child(8)::before {
    content: "";
    background: #eaeaea;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
}
.box-grid-article .grid .td:nth-child(2)::after, 
.box-grid-article .grid .td:nth-child(5)::after, 
.box-grid-article .grid .td:nth-child(8)::after {
    content: "";
    background: #eaeaea;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
}

.footer_top {
    border-bottom: 1px solid #eaeaea;
    padding: 18px 0;
    font-size: .75rem;
    font-family: arial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer_top .left a {
    position: relative;
    padding-right: 25px;
}
.footer_top a {
    color: #666;
}
.footer_top .option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_top .option a:first-child {
    padding-left: 0;
}

.footer_top .option a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.copy-right {
    display: flex;
    gap: 25px;
    /*flex-wrap: wrap;*/
    margin-top: 30px;
}

.copy-right::before, .copy-right::after {
    content: none !important;
}
a.collogofooter {
    flex: 0 0 230px;
    display: flex;
    align-items: center;
}

footer .ns_app {
    display: flex;
    flex: 0 0 310px;
    justify-content: right;
    gap: 15px;
}
.copy-right.container .ns_app {
    margin-left: auto;
}
.copy-right .ns_app .col_1 span {
    color: #666;
    font: 400 13px arial;
    display: block;
    margin-bottom: 12px;
}
.copy-right .ns_app .col_2 .link_app a {
    display: block;
}
.link_app, .qrcode {
    float: left;
}
.copy-right .ns_app .col_2 .qrcode {
    margin-left: 5px;
}

#to_top {
    opacity: .5;
    background: #fff !important;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    height: 40px;
    line-height: 38px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 9999;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
/**/
#header_sticky_new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  display: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.bgrnone{ background: none !important }
.section_padding, .sectiontomobile, .show767, .navinmobileheadr, .show-inline767{ display: none !important }

/*cate*/
.bgrfff{ background: #fff !important }
.head-folder .title-page {
    font: 600 44px var(--font1);
    margin-bottom: 16px;
}
.head-folder .cate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cate_a {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 20px;
}
.head-folder {
    text-align: center;
    padding: 16px 0 20px 0;
}
.buid-top-folder::before {
    content: "";
    background: -webkit-linear-gradient(357.23deg, #0C91FF .41%, #1893EC 23.37%, #BEE632 98.71%);
    background: linear-gradient(92.77deg, #0C91FF .41%, #1893EC 23.37%, #BEE632 98.71%);
    position: relative;
    height: 2px;
    width: 100%;
    top: -25px;
    display: block;
}
.buid-top-folder {
    padding: 40px 15px 15px 15px;
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
}
.catepage .box-an-choi__right .art_item {
    margin-bottom: 24px;
}
.catepage .box-an-choi__right .art_item:last-child {
    margin-bottom: 0;
}
.line_4px {
    background: #eee;
    height: 4px;
    width: 100%;
    clear: both;
}
#pagination.folder a:hover, #pagination.folder a:hover .iconpage, #pagination.folder a.active {
    background: #168fd6;
    color: var(--white);
    border: 1px solid #168fd6;
}
#pagination {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
#pagination.folder .paging {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    color: #2c2626;
    border: 1px solid #dfdfdf;
    font-size: 16px;
    border-radius: 2px;
    width: 40px;
    padding: 8px 0px;
}
/*detai*/
.page-detail .block_share_sticky {
    width: 32px;
    margin-right: 30px;
    padding-top: 150px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.block_share.sticky_box .total {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
}
.block_share.sticky_box .total::before {
    content: "";
    background: #999;
    position: absolute;
    width: 16px;
    height: 1px;
    bottom: -24px;
    left: 8px;
}
.block_share.sticky_box .item {
    background: #f4f6f8;
    width: 32px;
    height: 32px;
    margin: 0 0 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    -webkit-transition: .2s all;
    transition: .2s all;
    border-radius: 50%;
}
.page-detail.top-detail .sidebar-1 {
    width: 100%;
    max-width: calc(100% - 400px);
    padding: 20px 0 0 0;
}
.page-detail #breadcrumb {
    margin-top: 0;
}
.page-detail .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-detail .header-content .date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}
.breadcrumb li {
    position: relative;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #666;
    margin-right: 14px;
}
.breadcrumb li:first-child a {
    color: #222;
}
.breadcrumb li a {
    display: inline-block;
}
.detailbox {
    display: flex;
    padding: 10px 30px 24px 30px;
    background: #fff;
}
.page-detail.top-detail {
    background: #f9f9f9;
    border-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.block_share.sticky_box .count_comment {
    background: rgba(0, 0, 0, 0);
    color: #666;
    margin: 0 auto;
    min-width: 32px;
}
.breadcrumb li .icon-ns {
    width: 11px;
    height: 11px;
    margin: -1px 0 0 8px;
    color: #666;
}
.page-detail .header-content .date, .page-detail .width-detail-photo .date {
    float: right;
    color: #757575;
    font-size: 14px;
}
.page-detail .title-detail {
    font: 700 36px var(--font1);
    color: #222;
    margin-bottom: 24px;
}
.page-detail .lead {
    font-size: 18px;
    margin-bottom: 15px;
}
.fck_detail {
    width: 100%;
    position: relative;
    font: 400 18px arial;
    line-height: 160%;
    padding: 0;
    color: #222;
}
.fck_detail{
    p, figure {
        margin-bottom: 18px;
    }
    figure figcaption{
        font: 400 14px arial;
        line-height: 160%;
        color: #222;
        padding: 10px 0 0 0;
        margin: 0;
        text-align: left;
    }
}
.authornews {
    text-align: right;
}
.page-detail .footer-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 670px;
    margin: 0 auto 20px auto;
    display: flex;
}
.page-detail .footer-content .back-folder.minus {
    border-radius: 50%;
    width: 32px;
    font-size: 0;
    padding: 0 10px;
}
.page-detail .footer-content .item, .page-detail .footer-content .save {
    background: #f4f6f8;
    width: 32px;
    height: 32px;
    color: #999;
    border-radius: 50%;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-right: 8px;
}
.page-detail .footer-content .social{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-detail .footer-content .social a {
    border: 0;
    background: #f4f6f8;
    color: #999;
    margin-left: 0;
    position: relative;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    display: flex;
}
.page-detail .box_category .grid__3 {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
}
.page-detail .box_category .grid .art_item {
    background: #f9f9f9;
}
.page-detail .box_category .grid .art_item .content {
    padding: 16px;
}
.detailbox .sidebar-1.pin-comment {
    width: calc(100% - 340px);
}
.page-detail.top-detail .detailbox:before {
    content: "";
    background: #dfdfdf;
    position: absolute;
    height: 1px;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: block;
}
.input_comment {
    padding: 0;
    margin-top: 20px;
    background: #f5f5f5;
    position: relative;
    width: 100%;
}
.box-area-input {
    background: #F7F7F7;
    border-radius: 4px;
    position: relative;
    padding: 10px 0 10px 0;
    border-left: 2px solid #1881BF
}
.input_comment textarea.block_input {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    overflow: hidden;
    resize: none;
    border: none;
    height: 100%;
    padding: 0px 10px;
}
.box-area-input .block_input {
    background: #F7F7F7;
}
.block_tag .txt_tag {
    font-size: 16px;
    font-weight: bold;
    margin-right: 16px;
    color: #2c2626;
    margin-top: 4px;
}
.block_tag .tag_item {
    font-size: 14px;
    color: #666;
    font-family: Arial;
    background: #f4f6f8;
    margin-right: 4px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    border-radius: 94px;
}
.block_tag {
    margin-bottom: 30px;
    padding-bottom: 20px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dfdfdf !important;
}
.box_border_top .title {
    font: bold 24px var(--font1);
    margin-bottom: 10px;
    width: 100%;
}
footer {
    border-top: 1px solid #eaeaea;
}
.block_tag .list_tag::-webkit-scrollbar {
  display: none; 
}

.listsugget article.art_item {
    margin-bottom: 30px;
}

.listsugget article.art_item:last-child {
    margin-bottom: 0px;
}
.boxbreadcrumb-mb {
    z-index: 999;
}

ul.parent-scr {
    white-space: nowrap;
    display: flex;
    gap: 15px;
}

.linescroll {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

ul.parent-scr li {
    display: inline-block;
}

.main-topnav {
    padding: 0px 20px;
    border-bottom: 1px solid rgb(197 197 197 / 60%);
    background: #fff;
}

ul.parent-scr li span {
    margin-left: 10px;
}

ul.parent-scr li a {
    font: 500 12px / 40px var(--font1mb);
    display: inline-block;
    color: rgba(1,15,26,.6);
    text-transform: uppercase;
}
.linescroll::-webkit-scrollbar {
  display: none;
}
ul.parent-scr li.active a {
    color: #010f1a;
}
.metadate {
    font: 400 .875rem arial;
    color: #666;
}
.stickyscroll {
    position: fixed;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 1px 3px rgba(80, 80, 80, .2), 0 3px 5px rgba(80, 80, 80, .15);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: top 0.3s ease;
    top: -100px;
    border-bottom: 1px solid rgba(1, 15, 26, .08);
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 1001;
}
.block_share_stickytop {
    display: flex;
    gap: 20px;
}
.stickyscroll.act {
    top: 0px;
}
.tip {
    position: absolute;
    top: -30px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: var(--white) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 3px;
}
.z1000{ z-index:1000 }

#main_menu_new .nav>li.home {
    display: flex;
    align-items: center;
}
.styleheadertop {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.adstop {
    flex: 0 0 auto;
    max-width: 420px;
}

.styleheadertop::before {
    display: none;
}

.styleheadertop::after {
    display: none;
}
.newsstyleold {
    flex-wrap: nowrap;
    gap: 30px;
}

#header .newsstyleold .logo_new {
    position: relative;
    left: 0;
    top: 0;
    margin: 0px;
    flex: 0 0 auto;
}

.newsstyleold .adstop {
    min-width: 1px;
    flex: 1 1 0;
    max-width: 820px;
}

#header_sticky_new .nav>li.home{
        display: flex;
    align-items: center;
}