* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    /* font-family: 'Mulish', sans-serif; */
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

.footer-content {
    max-width: 40%;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #508CA4;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0 !important;
}
p {
    display: block
}

ul li {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
    margin: 0;
}

.w-1140 {
    max-width: 1140px;
    margin: 0 auto;
}

.w-970 {
    max-width: 970px;
    margin: 0 auto;
}

.full-screen {
    padding-left: 0;
    padding-right: 0;
}

.time-weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 6px 0;
    color: #666;
}

.time-weather__weather {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-weather__time {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}
.main-footer {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.bg-beige {
    background-color: #E3E3E3;
}

.bg-snow {
    background-color: #F0EFF4;
}
.logo_private {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.logo_private .rightbox {
    max-width: 680px;
    display: flex;
    align-items: center;
}
select {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    /*display: block;*/
    padding: 0;
    margin: 0;
    font-family: inherit;
    background: 0 0;
    resize: none;
    font-size: inherit;
    color: inherit;
}

.change-city {
    text-align-last: right;
    display: inline-block;
}

.icon-share a>i {
    color: #508CA4;
}

.icon-share a i:hover {
    color: #800000;
}

.qc-header-mobile>img {
    width: 100%;
    height: auto;
}

.menu-pc__ul {
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.logo-home>a>img {
    width: 250px;
    height: auto;
}

.nav_item {
    padding: 16px 0;
}

.nav_item.active {
    border-bottom: solid 3px #800000;
}

.nav_item.active a {
    color: #800000
}

.container-fluid.full-screen.bg-snow {
    position: -webkit-sticky;
    position: sticky;
    top: -2px;
    z-index: 10;
}

.dropdown {
    position: relative;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    background-color: #F0EFF4;
    border-radius: 4px;
    display: none;
    display: none;
    min-width: 150px;
    width: max-content;
    z-index: 10;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-top: 1px solid #ac4823;
}

li.dropdown_item {
    padding: 5px 16px;
}

.dropdown_item>a {
    text-transform: capitalize;
    color: #800000;
    font-weight: 600;
}

.dropdown:hover .dropdown-list {
    display: block;
}

.dropdown-list .dropdown_item:hover {
    background-color: #800000;
}

.dropdown-list .dropdown_item:hover a {
    color: #fff;
}

.menu-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-item__mb i {
    color: #800000
}

.logo-home__mb img {
    width: 200px;
    padding: 15px 0;
}


/*search*/

.sb-search {
    position: relative;
    width: 0%;
    min-width: 22px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
}

input[type=search].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 10px 36px 10px 10px;
    font-family: inherit;
    font-size: 15px;
    color: #2c3e50;
}

.sb-icon-search,
.sb-search-submit {
    width: 21px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-icon-search {
    z-index: 90;
    font-size: 17px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    color: #20b2aa;
    border: none;
    outline: none;
    z-index: -1;
}


.sb-search-open {
    width: 1600%;
    background: #fff;
    border: 1px solid #800000;
    border-radius: 50px;
}
.sb-icon-search:before {
    content: "";
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #fff;
    color: #0c0c0c;
    z-index: 11;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-right: 20px;
}
/* end search*/

.container-fluid.full-screen.bg-beige {
    position: relative;
    z-index: 3;
}

.slide-menu-mb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: -100%;
    /* transition: 0.7s; */
    z-index: 100;
}

.icon-menu__close {
    font-size: 30px;
    color: gray;
    text-align-last: right;
}

.slide-menu__list>li {
    padding: 5px 0;
}

.slide-menu-mb.open {
    left: 0;
}

.input-group.dropdown-item.bg-white {
    padding-left: 0;
    padding-right: 0;
}

.qc-top-header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 85px;
}

.qc-top-header img {
    width: 100%;
    height: auto;
}

.main-container-qc {
    /*background-image: url("../images/2.png");*/
    /*background: white;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% auto;*/
    /* width: 100%;
    height: auto;*/
    /* padding-top: 300px; */
}

.main-content1 {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.thumb-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.thumb-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-5x3 {
    padding-bottom: 60%;
}



.play-button {
    width: 35px;
    height: 36px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a46a14;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding-left: 2px;
}
.play-button img {
    width: 14px;
    height: auto;
}
.play-button-main {
    /*width: 35px;
    height: 36px;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    background: transparent;
    padding-left: 2px;
}
.play-button-main img {
    width: 31px;
    height: auto;
}
.play-button-mb {
    width: 35px;
    height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    padding-left: 2px;
}
.play-button-mb img {
    width: 14px;
    height: auto;
}
.line1,
.line3 {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    margin-bottom: 15px;
}

.article-news-item {
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 0;
    display: flex;
}

.article-news-item:first-child {
    padding-top: 0;
}

.article-news-item:last-child {
    border-bottom: none;
}

.article-news-item__box9 {
    border-top: 1px solid #d2d2d2;
    padding-top: 15px;
    display: flex;
    padding-bottom: 15px;
    ;
}

.box-right-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.box-right-top:last-child {
    padding-top: 20px;
    border-bottom: none;
}

.line1 {
    width: 100%;
    height: 2px;
    background: #F0EFF4;
    margin-top: 15px;
    margin-bottom: 30px;
}

.qc-home-right {
    width: 100%;
    height: auto;
}

.qc-home-right img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.qc-home-center {
    max-width: 1140px;
    height: auto;
    text-align: center;

}

.qc-home-center img {
    max-width: 1140px;
    height: auto;
    margin: 30px 0;
}

.new-hot__title {
    border-left: 3px solid #800000;
    padding-left: 10px;
    line-height: 1;
    margin-top: 13px;
}

.new-hot__content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.new-hot__content:first-child {
    padding-top: 0;
}

.new-hot__content:last-child {
    border-bottom: none;
}

.new-hot__number {
    font-size: 36px;
    color: #E3E3E3;
    padding-right: 5px;
}

.new-hot__text a {
    font-size: 14px;
    font-weight: 600;
}

.comment-hot__icon {
    font-size: 25px;
    color: #E3E3E3;
    padding-right: 5px;
}

.box-video-home {
    background: black;
}

.box-video-container {
    padding: 30px;
}

.title-box-list {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.title-box-scroll {
    overflow: auto;
    white-space: nowrap;
}

.title-box-list a {
    padding-right: 30px;
}

.title-box__multi {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #800000 !important;
    font-family: 'Roboto', sans-serif;
}

.title-box__item {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.last-time {
    color: white;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.last-time:before {
    content: "";
    background-image: url(../images/clock.png);
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 0;
    left: 0;
}

.total-view,
.last-comment {
    color: white;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.total-view:before {
    content: "";
    background-image: url(../images/eye.png);
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    top: 1px;
    left: 0;
    background-repeat: no-repeat;
}

.last-comment:before {
    content: "";
    background-image: url(../images/Message.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    top: -1px;
    left: 0;
    background-repeat: no-repeat;
}

.view-time {
    padding-top: 40px;
    padding-bottom: 30px;
}

.icon-share {
    text-align-last: auto;
    display: flex;
    justify-content: flex-end;
}

.icon-link,
.icon-bookmak,
.icon-facebook,
.icon-twitter {
    background: #8A8D91;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-right: 2px;
    margin-right: 10px;
}

.icon-twitter {
    margin-right: 0;
}

.video-thumb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    flex-wrap: wrap;
}

.video-thumb__1 {
    width: 20%;
    /*margin-left: 20px;*/
}

.video-thumb__1:first-child {
    /*padding-left: 0px;*/
}

.box-dantoc-container {
    padding: 30px;
    background: #F1F9FF;
}

.content-right-box5 {
    display: flex;
    flex-wrap: wrap;
}

.content-thumb-right:nth-child(odd) {
    padding-right: 15px;
}

.box-giadinh-container {
    padding: 30px;
    background: #FCF8EE;
}

.footer {
    background: #E3E3E3;
    padding: 30px;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.main-footer {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 30px 0 0;
}

.main-footer a {
    color: #555;
}

.main-footer a:hover {
    color: #800000;
}

.footer-footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.protectted {
    width: 125px;
    height: auto;
    margin: auto;
    padding-top: 5px;
}

.protectted img {
    width: 100%;
    height: auto;
}

.footer-contact {
    padding-bottom: 5px;
}

.footer-contact a {
    padding: 0 15px;
    text-transform: uppercase;
}

.gap-box9 {
    display: flex;
    flex-wrap: wrap;
}

.article-category-box1,
.article-subpage-box1 {
    display: flex;
}

.category-text-box-right {
    border-top: 1px solid #c5c5c5;
    padding-bottom: 15px;
}

.category-list-box1 {
    display: flex;
}
.number-pages {
    display: flex;
    padding-left: 30px;
}
.number-page__item {
    width: 32px;
    height: 32px;
    border: 1px solid #BDBDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
}
.number-page__item.active {
    background: #800000;
    border: 1px solid #800000;
}
.number-page__item.active a {
    color: #fff;
}
.number-page__item a {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    color: #000;
}
.category-list-t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.category-text {
    display: flex;
    font-family: 'Roboto', sans-serif;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
}
.category-text div {
    padding-right: 20px;
}
.category-text-dad {
    font-size: 24px;
    font-weight: 600;
}
.category-text-dad a {
    color: #800000;
}
.media-text-dad {
    font-size: 24px;
    font-weight: 600;
}
.media-text-dad a {
    color: #993333;
}
.category-text-list.active {
    font-weight: 600;
}
.category-text-list.active a{
    color: #508CA4;
}
.media-text-list.active {
    font-weight: 600;
}
.media-text-list.active a{
    color: #243160;
}
.category-time-t {
    color: #757575;
}
.detail-box {
    display: flex;
}
.detail-title {
    padding-bottom: 15px;
}
.detail-des {
    font-size: 17px;
    padding-bottom: 15px;
}
.detail-img {
    width: 100%;
    height: auto;
}
.detail-img img {
    width: 100%;
    height: auto;
}
figure figcaption .h2 {
    font-size: 14px;
    padding: 10px 5px 5px;
    background: #fff8f2;
    text-align: center;
    margin: 0;
}
figure.expNoEdit {
    text-align: center;
}
.detail-author {
    font-size: 18px;
    font-weight: bold;
    text-align: end;
    padding-bottom: 15px;
}
.detail-content {
    font-family: "Noto Serif", serif;
}
.detail-news-relate {
    margin-bottom: 20px;
}
.detail-content p{
    font-family: "Noto Serif", serif;
    font-size: 17px;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}
.icon-share-2 {
    border: 1px solid #FFEEDB;
}
.icon-share-2 div {
    padding: 10px 12px;
}
.detail-icon-comment {
    width: 48px;
    height: auto;
    text-align: center;
}
.detail-icon-comment img {
    width: auto;
    height: auto;
    margin: 0 auto
}
.icon-share-2 {
    position: sticky;
    top: 20%;
}
.detail-icon-comment.active {
    background: #FFEEDB;
}
.detail-name-author{
    padding-bottom: 10px;
    /* padding-right: 15px; */
}
.detail-name-author strong {
    font-weight: normal;
}
.detail-icon-share-line {
    padding-bottom: 20px;
}
.detail-icon-share-line,
.detail-facebook,
.detail-like {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-right: 15px;
}
.detail-fb-icon {
    background: #3B5999;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-fb-icon i,
.detail-fb-text i,
.detail-fb-text a {
    color: #fff;
}
.detail-fb-text {
    background: #087CCE;
    width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-like-icon {
    background: #087CCE;
    width: 68px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-like-icon a {
    color: #fff;
}
.detail-twitter {
    background: #55ACEE;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-twitter a {
    color: #fff;
}
.detail-zalo {
    background: #41A0D7;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-zalo,
.detail-twitter {
    margin-right: 15px;
}
.detail-zalo img {
    width: 18px;
    height: auto;
}
.qc-detail {
    /*max-width: 708px;*/
    height: auto;
    padding: 15px 0 30px;
    text-align: center;
}
.qc-detail img {
    width: auto;
    max-width: 708px;
    height: auto;
}
.detail-tags {
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.detail-tags div {
    margin-right: 20px;
}
.detail-tag-icon {
    color: #666;
    font-size: 14px;
    background: #f7f7f7;
    width: 80px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-tag-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 8px solid #f7f7f7;
    right: -8px;
    position: absolute;
}
.detail-tag-item {
    border: 1px solid #FFEEDB;
    padding: 5px 10px;
    font-size: 15px;
}
.detail-tag-item.active {
    background: #FFEEDB;
    font-weight: 600;
}
.detail-news-relate {
    background: #f7f7f7;
    padding: 15px;
}
.detail-news-relate ul li {
    padding-bottom: 10px;
}
.detail-new-relate-title {
    font-size: 18px;
    text-transform: uppercase;
}
.detail-new-relate-info {
    font-size: 15px;
}
.detail-new-relate-info a {
    color: gray;
}
.detail-new-relate-info a:hover {
    color: #800000;
}
.modal-title {
    text-transform: uppercase;
}
.from-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-gap: 0 20px;
}

.from-group {
    margin-bottom: 20px;
}
input, textarea, select {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #7D7C83;
    outline: none;
}
.title-top-detail {
    display: none;
    font-size: 14px;
    font-family: arial;
    padding: 15px;
    background: #E3E3E3;
}
.detail-text-icon {
    padding-left: 10px;
    padding-right: 10px;
}
.title-top-detail__item.active {
    font-weight: 600;
}
.article-media-box1 {
}
.media-list-video {
    display: flex;
    flex-wrap: wrap;
}
.detail-content * {
    max-width: 100%;
}
.detail-content h2, h3 {
    font-size: 17px;
}
.home-left-t {
    width: 760px;
}
.home-right-t {
    width: 300px;
    float: right;
}
.custom-load-more {
    max-width: 1080px;
    margin: auto;
    text-align: center;
    color: #800000;
    padding-bottom: 40px;
    padding-top: 10px;
    cursor: pointer;
}
.custom-load-more > span {
    padding: 7px 15px;
    background: #e3e3e3;
}
.qc-pc-header {
    padding-top: 20px;
}
li.nav_item.dropdown.dropdown-bar ul.dropdown-list {
    right: 0;
    left: unset;
}
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
    margin-bottom: 20px !important;
}
.max_w100 {
    max-width: 728px;
    margin: auto;
}






.bg-red {
    background: #800000;
}
.text-black,
.text-black a {
    color: black;
}

.text-white,
.text-white a {
    color: white;
}

.text-gray {
    color: #777;
}

.text-red {
    color: #800000;
}

.fix-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fix-text3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h1-robo {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.h1-ari {
    font-family: arial;
}

.fs-12 {
    font-size: 12px;
    font-style: normal;
}

.fs-14 {
    font-size: 14px;
    font-style: normal;
}

.fs-16 {
    font-size: 16px;
    font-style: normal;
}

.fs-20 {
    font-size: 20px;
    font-style: normal;
}

.fs-24 {
    font-size: 24px;
    font-style: normal;
}

.fs-32 {
    font-size: 32px;
    font-style: normal;
}

.f-400 {
    font-weight: 400;
}

.f-500 {
    font-weight: 500;
}

.f-600 {
    font-weight: 600;
}

.gdvn_related_item {    width: 100%;display: inline-block;}
.gdvn_related_item_img {float: left; margin-right: 4%; width: 27%;}
.gdvn_related_item_img_title {float: right; width: 69%; text-align: left; line-height: 20px; margin-top: 5px;    color: #e7102c; font-weight: bold;}

li.sub_feed {
    margin-left: 0 !important;
}
.ct-err {
	width: 728px !important;
    margin: auto !important;
    border: none !important;
    padding: 0 !important;
    }
.p-err {
	margin: auto !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
    padding: 14px 0 !important;
}
#list-news-tab {
    width: 100%!important;
}
#list-news-tab li h2 > a {
    font-size: 16px !important;
    font-family: arial !important;
}
#list-news-tab li >h2 {
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.width-30 {
    width: 40%;
}
.width-70 {
    width: 60%;
}
.title-list-50 {
    justify-content: flex-end;
    margin-top: 13px;
}
.content_detail_news table.exp_tbllive {
    text-align: justify;
}
.content_detail_news .exp_tbllive td.livecontent br {
    content: "";
    display: block;
    margin-bottom: 10px;
}

/* add css */
.new-hot__content_v {
    padding: 20px 0;
    border-bottom: 1px solid #cbcbcb;
}

.new-hot__text_v {
    padding-top: 10px;
}

.new-hot__number_v {
    width: 40%;
}

.new-hot__text_vv {
    width: 60%;
    padding-left: 10px;
}
#explus-editor h2, #explus-editor h3, #explus-editor h4 {
    font-weight: 600;
}
.detail-content .intro {
    line-height: 26px;
    font-size: 18px;
}
.adv_text.link_item {
    display: flex;
    padding: 0px 15px;
}

.adv_text.link_item .adv_text.link_item_img {
    width: 40%;
}

.adv_text.link_item .adv_text.link_item_img_title {
    width: 60%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
}
.thumb-img.media-article {
    aspect-ratio: 16 / 9;
}

.thumb-img.media-article iframe {
    height: 100%;
}

/*max-width 1199px-------------------------------------------------------------------------------------------------------------------------------------------*/
.title-box-scroll::-webkit-scrollbar-thumb{background: #00000061;border-radius: 5px;}
.title-box-scroll::-webkit-scrollbar{
    height: 4px;
    background: white;
    border-radius: 5px;
}

.content_contact {
    max-width: 1080px;
    margin: auto;
    width: 100%;
}

.content_contact h2 {
    font-size: 20px;
}

.content_contact figure.input-table tr {
    border: 1px solid #b5b4b8;
}

.content_contact figure.input-table tr td {
    padding: 5px 10px;
}

.content_contact figure.input-table {
    margin-top: 20px;
}
.input-table table:not(.charts-css) tbody > tr:first-child {
    font-weight: bold;
    background: #F8f8f8;
}
@media screen and (max-width: 1199px) {
    .time-weather,
    .padding-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .icon-share a>i {
        color: #666;
    }
    .main-container-qc {
        /*background-image: none;
	    background-repeat: no-repeat;
	    width: 100%;
	    height: auto;
	    background-size: 100% auto;*/
        background: #F5F5F5;
        padding-top: 0px;
    }
    .main-content1 {
        background: #fff;
        padding: 20px 15px;
    }
    img {
        width: 100%;
        height: auto;
    }
    .gap-t {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer {
        padding: 30px 0;
    }
    .top-footer {
        display: block;
    }
    .fs-12.h1-ari.d-block.d-lg-none {
        padding: 15px 0;
    }
    .qc-top-header {
        display: none;
    }
    .main-footer a {
/*        padding: 0 33px 30px 0;*/
    }
    .footer-footer {
        text-align: start;
    }
    .footer-contact a {
        padding: 0 15px 0 0;
    }
    .video-thumb__1 {
        padding-right: 15px;
    }
    .home-left-t {
        width: 630px;
    }
}


/*max-width 991px-------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {
    .main-content1 {
        background: #F5F5F5;
        padding: 20px 15px;
    }
    .article-news-item {
        padding-bottom: 15px;
    }
    .w-1140.padding-15.number-pages{
        padding-left: 20px !important;
    }
    .home-left-t {
        width: 100%;
    }
    .home-right-t {
        width: 100%;
    }
    .thumb-left-box1-t {
        display: block;
    }
    .home-title-box1-left {
        font-size: 12px;
    }
    .qc-pc-header {
        padding-top: 0;
        background: #F5F5F5;
    }
}


/*max-width 769px-------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 769px) {
    .footer-content {
        max-width: 100%;
    }
    .article-news-item {
        display: flex;
    }
    .logo_private{ display:none }
    .w-1140.padding-15.number-pages{
        padding-left: 20px !important;
    }
    .load_more{
        max-width: 700px;
    }
    .col-lg-3.col-sm-12.col-12.abc {
        display: flex;
        padding-right: 0;
    }
    .box-right-top:last-child {
        padding-top: 0px;
    }
    .box-right-top {
        padding-right: 15px;
        border: none;
    }
    .title-text-box1 {
        font-size: 16px;
    }
    .box-video-container {
        padding: 15px;
    }
    .title-video {
        font-size: 24px;
    }
    .video-thumb__1 {
        width: 20%;
        padding-bottom: 30px;
        padding-right: 15px;
    }
    .icon-share {
        display: none;
    }
    .box-dantoc-container,
    .box-giadinh-container {
        padding: 15px;
    }
    .article-news-item__box9 {
        /*display: block;*/
        border: none;
    }
    .article-category-box1 {
        padding-bottom: 15px;
    }
    .article-subpage-box1 {
        padding-bottom: 0;
    }
    .line3 {
        margin: 0;
    }
    .number-pages {
        padding-top: 15px;
    }
    .icon-share-2 {
        display: none;
    }
    .detail-icon-share-line,
    .article-news-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .detail-title {
        padding-top: 15px;
    }
    .detail-tags {
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .qc-detail.abc img {
        width: auto;
        max-width: 708px;
    }
    .article-news-item.abc {
        padding-left: 0;
        padding-right: 0;
    }
    .article-media-box1 {
        display: flex;
        padding-top: 15px;
    }
    .article-media-box3 {
        display: flex;
        padding-top: 15px;
    }
    .media-content-1 {
        display: flex;
        padding-top: 15px;
    }
    .category-list-box1 {
        padding-top: 15px;
    }
    .thumb-left-box1-t {
        display: block;
    }
    .home-title-box1-left {
        font-size: 12px;
    }
    .home-right-t {
        display: none;
    }
}


/*max-width 571px-------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 571px) {
    .article-news-item {
        display: block;
    }
    .w-1140.padding-15.number-pages{
        padding-left: 20px !important;
    }
    .load_more{
        max-width: 400px;
    }
    .col-lg-3.col-sm-12.col-12.abc {
        display: block;
        /*padding-right: 15px;*/
        padding-left: 0;
    }
    .box-right-top {
        padding-right: 0px;
        border-bottom: 1px solid #d2d2d2;
    }
    .article-news-item {
        border-bottom: none;
        margin: 15px 15px 30px;
        border-radius: 5px;
        background: #fff;
        padding-top: 0;
        box-shadow: 2px 4px 10px #c3c2c2;
    }
    .bo-6 {
        border-radius: 6px;
    }
    .title-text-box1 {
        padding-top: 15px;
        font-size: 24px;
        font-family: 'Mulish', sans-serif;
    }
    .des-text-box1 {
        padding-top: 15px;
        font-size: 18px;
        font-family: arial;
        text-align: justify;
    }
    .des-text-box2 {
        font-size: 18px;
        font-family: 'Mulish', sans-serif;
    }
    .article-news-box1,
    .article-media-box3 {
        border-bottom: none;
        margin: 0 15px 30px;
        border-radius: 5px;
        background: #fff;
        padding: 0 0 15px;
        box-shadow: 2px 4px 10px #c3c2c2;
    }
    .title-box__multi {
        display: block;
    }
    .title-video {
        padding-top: 20px;
    }
    .video-thumb__1 {
        width: 100%;
        display: flex;
    }
    .video-thumb {
        display: block;
        padding: 0;
    }
    .video-thumb__2 {
        width: 75%;
        margin-right: 20px;
    }
    .video-thumb__3 {
        width: 180%;
        margin-right: 20px;
    }
    .content-thumb-right {
        display: flex;
    }
    .gap-t {
        padding-left: 0;
        padding-right: 0;
    }
    .article-news-item__box9 {
        display: flex;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .line2 {
        width: 100%;
        height: 2px;
        background: #F0EFF4;
        margin: 15px 15px 30px 15px;
    }
    .gap-box9 {
        display: block;
    }
    .gap-box8 {
        padding: 0;
    }
    .title-box-list {
        display: block;
    }
    .article-category-box1,
    .article-subpage-box1 {
        display: block;
        background-color: #fff;
        padding-bottom: 15px;
        margin: 0 15px 30px;
        box-shadow: 2px 4px 10px #c3c2c2;
    }
    .category-list-box1 {
        display: block;
        padding-top: 0;
    }
    .category-list-t  {
        display: block;
    }
    .from-row {
        display: grid;
        grid-template-columns: none;
        grid-gap: 0 20px;
    }
    .category-text {
        /*display: none;*/
    }
    .article-news-item {
        padding-left: 0;
        padding-right: 0;
    }
    .detail-bg-white {
        background: #fff;
    }
    .title-top-detail {
        display: flex;
    }
     .detail-title {
        padding-top: 0;
    }
    .title-text-detail {
        font-size: 18px;
    }
     .article-detail-item {
        display: flex;
        margin: 0;
        border-radius: 0;
        background: #fff;
        padding-top: 0;
        box-shadow: none;
    }
    .detail-tags {
        padding-top: 0;
    }
    .qc-detail img {
        width: auto;
        max-width: 414px;
    }
    .article-media-box1
    ,.article-media-box2 {
        border-bottom: none;
        margin: 0 15px 30px;
        border-radius: 5px;
        background: #fff;
        padding: 0 0 15px;
        box-shadow: 2px 4px 10px #c3c2c2;
    }
    .qc-home-center img {
        padding: 0 30px;
    }
    .article-media-box1 {
        display: block;
        padding-top: 0;
    }
    .article-media-box3 {
        display: block;
        padding-top: 0;
    }
     .media-content-1 {
         display: block;
        padding-top: 0;
    }
    .main-content-box7 {
        display: flex;
        flex-direction: column;
    }
    .content-right-box7 {
        display: flex;
    }
    .main-content-box7__1 {
        order: 2
    }
    .main-content-box7__2 {
        order: 1
    }
    .main-content-box7__3 {
        order: 3
    }
    .home-title-box1-left {
        font-size: 24px;
    } 
    .video-thumb__1 {
        padding-right: 0;
    }
    .qc-pc-header {
        padding-top: 0;
        background: #F5F5F5;
    }
    .colum-list-t {
        flex-flow: column;
    }
    .colum-left-t {
        order: 2;
    }
    .colum-center-t {
        order: 1;
    }
    .colum-right-t {
        order: 3;
    }
    li.slide-menuu__item>a {
        font-weight: 600;
    }

    li.slide-menuu__item ul.sub_menu {
        padding-left: 15px;
    }

    .slide-menu-mb {
        max-height: 100vh;
    }

    ul.slide-menu__list {
        max-height: calc(100vh - 90px);
        overflow: scroll;
    }
    .main-footer .fcol {
        width: auto !important;
        padding-right: 14px;
    }
    /* .colum-list-t .colum-left-t, .colum-list-t .colum-right-t{ display: none; } */
    }
    /*.main-container-qc .home-left-t.news-main {
        display: block;
    }*/
    .detail-content{ max-width: 100%; }
    .detail-icon-share-line {flex-wrap: wrap;margin-left: auto;}
    .detail-icon-share-line .follow_gg {max-width: 155px;margin-top: 15px;}
    .detail-icon-share-line .follow_gg img {max-width: 90px;}

    @media (min-width: 1200px) {
    .d-2xl-flex {
        display: flex;
    }
    }
    @media (max-width: 768px) {
    .detail-name-author {
        padding-right: 15px;
    }
    }
    .fw-700{
        font-weight: 700;
    }
