﻿@import url('../fonts/NotoSerif/NotoSerif.css');

body, html { height: 100%; margin: 0; font-family: NotoSerif,Roboto, Arial, sans-serif; }
h5, .h5 { font-size: 18px !important; }
a { color: #333; text-decoration: none; }

    a:hover { color: #ed1b24 }

ul, ol { list-style: none; margin: 0; padding: 0; }

.sticky { position: fixed; width: 100%; top: 0; height: auto; -webkit-transition: all 0.5s ease; -moz-transition: position 10s; -ms-transition: position 10s; -o-transition: position 10s; transition: all 0.5s ease; animation: smoothScroll 0.5s forwards; }

.logo { height: 70px; }

.nohome .main-menu { background-color: #1F4F9F; }

.hero:before { content: ""; background: color-mix(in srgb, #060606, transparent 80%); position: absolute; inset: 0; z-index: 2; }

#video-background { position: fixed; top: 0; left: 0; min-width: 100%; min-height: 100%; z-index: -1; object-fit: cover; }

/*-----menu------*/
.navbar-custom {
    background-color: #063077;
    z-index: 9;
}

    .navbar-custom .nav-link { color: white; font-size: 13px; }

        .navbar-custom .nav-link:hover { color: #ed1b24; }

.main-menu { background-color: rgba(0, 0, 0, 0.2); z-index: 5; }

    .main-menu .nav-link { font-size: 16px; font-weight: 500; color: #FFF; }


.dropdown-menu { background-color: #fff; }

    .dropdown-menu .dropdown-item { color: #333; }

        .dropdown-menu .dropdown-item:hover { background-color: #f0f0f0; color: #ed1b24; }

.dropdown:hover .dropdown-menu { display: block; margin-top: 0; }

/* Áp dụng chỉ trong menu chính */
.main-menu .dropdown > .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 1000; min-width: 180px; background-color: #fff; box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.15); border-radius: 0.25rem; padding: 0.5rem 0; }

.main-menu .dropdown:hover > .dropdown-menu,
.main-menu .dropdown:focus-within > .dropdown-menu { display: block; }

.main-menu .dropdown-submenu { position: relative; }

    .main-menu .dropdown-submenu > .dropdown-menu { display: none; position: absolute; top: 0; left: 100%; margin-top: -1px; z-index: 1050; min-width: 180px; background-color: #fff; box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15); border: 1px solid rgba(0,0,0,.15); border-radius: 0.25rem; padding: 0.5rem 0; }

    .main-menu .dropdown-submenu:hover > .dropdown-menu,
    .main-menu .dropdown-submenu:focus-within > .dropdown-menu { display: block; }

.main-menu .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; color: #333; white-space: nowrap; font-size: 16px; transition: background-color 0.2s, color 0.2s; cursor: pointer; }

    .main-menu .dropdown-menu .dropdown-item:hover,
    .main-menu .dropdown-menu .dropdown-item:focus { background-color: #f0f0f0; color: #ed1b24; text-decoration: none; }

/* --- Responsive chỉ trong menu chính --- */
@media (max-width: 767.98px) {
    .main-menu .dropdown > .dropdown-menu,
    .main-menu .dropdown-submenu > .dropdown-menu { position: static; display: none; box-shadow: none; border: none; background-color: transparent; padding: 0; }

    .main-menu .dropdown.show > .dropdown-menu,
    .main-menu .dropdown-submenu.show > .dropdown-menu { display: block; }

    .main-menu .dropdown-submenu > .dropdown-menu { padding-left: 1rem; }

    .main-menu .dropdown-menu .dropdown-item { padding: 0.5rem 1rem; font-size: 16px; color: #FFF }
}


/*============*/


.content-links { margin-top: 60vh; z-index: 9; position: relative; }

    .content-links .btn { padding: 20px; font-size: 1.2rem; text-transform: uppercase; font-weight: 700; font-family: Roboto,Arial, Tahoma; }

.navbar-expand-lg .navbar-nav .nav-link { padding-left: 15px; text-transform: uppercase; font-weight: 600; }

.navbar-expand-lg .navbar-nav li:last-child a.nav-link { padding-right: 0; }

#current-time { font-size: 13px; }

.btn-outline-light i { font-size: 30px; color: #0AAFEF }

.content-links .btn:hover { border-color: #0AAFEF; }

.getokc { display: none !important }

.dropdown-menu-end { right: 0; left: auto; }
/* breadcrumb */
.inner-header { background: #F5F5F5 !important; margin-bottom: 30px; }

.breadcrumb { padding: 8px 0; margin-bottom: 0px; list-style: none; background-color: #f5f5f5; font-size: 14px; font-weight: 600 }

    .breadcrumb > li { display: inline-block }

        .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0" }

    .breadcrumb > .active { color: #777 }

    .breadcrumb > li + li::before { content: "\f054"; font-family: fontawesome; font-size: 9px; }

    .breadcrumb li.active { color: #111111; }

    .breadcrumb.white li.active { color: #fff; }

    .breadcrumb.white li a { color: #808080; }
/*-------------------------------------------------*/
/*=  23.SOCIAL MEDIA SHARE 
/*-------------------------------------------------*/
.icon-float { position: fixed; /* left: 0px;
     */ top: 35%; z-index: 999; right: 0px; }

    .icon-float ul { padding: 0px; }

        .icon-float ul li { list-style-type: none; }

            .icon-float ul li a { display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px; }

                .icon-float ul li a i { padding: 8px; width: 40px; height: 32px; text-align: center; color: #fff; }

                .icon-float ul li a:hover { transform: rotateY(-180deg); }

                    .icon-float ul li a:hover i { transform: rotateY(180deg); }

.fb1 { background: #3b5998; }

.gp1 { background: #dd4b39; }

.tw1 { background: #1da1f2; }

.li1 { background: #0077b5; }

.yt1 { background: #cd201f; }

.wa1 { background: #34af23; }

.sh { background: #fff; padding: 10px 0px; font-size: 11px; text-align: center; color: #333; border-top-left-radius: 5px; }

.sh1 { background: #333; border-bottom-left-radius: 5px; }
/*============*/
.single-post .desc {
    font-size: 16px;
    text-align: justify;
    font-weight: 600;
}

.single-post .author { text-align: right; font-weight: 600; }

.single-post .tagline { border-top: 1px solid #DDD; }

.single-post .entry-title { text-align: justify; font-size: 24px; font-weight: 700; line-height: normal; }

.single-post .time-view { font-size: 14px; text-align: left; margin-bottom: 20px; /*border-top: 1px solid #DDD;*/ }

.detail * { /* text-align: justify !important;*/ font-family: NotoSerif,Roboto,Arial,Tahoma !important; font-size: 16px !important;  }
    .detail * figure { padding: 0; margin: 0; justify-items: center; }
    .detail * img { max-width: 100% !important; height: auto !important; width: 100%; }
/*.detail .n_text { text-align: center; }*/
.new-author .weekly2-img { width: 100%; }

    .new-author .weekly2-img img { width: 100%; height: 175px; object-fit: cover }

.new-author .title h4 a { font-size: 16px; text-align: justify; display: block; line-height: normal; margin-top: 5px; }


.layout_title-box { margin-bottom: 18px; border-bottom: 1px solid #DDD; padding-bottom: 15px; }

    .layout_title-box .title-link { padding-left: 11px; display: block; position: relative; font-family: Roboto,Arial,Tahoma; font-style: normal; font-weight: 600; font-size: 20px; line-height: normal; text-transform: uppercase; padding-left: 10px; }

        .layout_title-box .title-link:after { content: ""; width: 3px; height: 22px; background: #ce2424; position: absolute; left: 0; top: 2px; }

.border-box { border: 1px solid #DDD; padding: 15px; border-radius: 5px; }
/*-------------------*/
.social_pin { z-index: 4; }

.social_pin { width: 70px; float: left; position: sticky; position: -webkit-sticky; top: 30vh; margin-left: -70px; }

    .social_pin.social_pin_folder { padding-top: 0; width: 70px; padding-left: 38px; top: 70px }

    .social_pin .social_left li { margin-top: 10px; width: 32px }

        .social_pin .social_left li a { display: block; width: 32px; height: 32px; border: 1px solid #DDD; border-radius: 50%; text-align: center; }

            .social_pin .social_left li a i { line-height: 30px; }

            .social_pin .social_left li a.social_fb { background: #3b5999; border: 1px solid #3b5999; color: #FFF !important; }

            .social_pin .social_left li a.social_twit { background: #55acee; border: 1px solid #55acee; color: #FFF !important; }

            .social_pin .social_left li a.social_in { background: #A11312; border: 1px solid #A11312; color: #FFF !important; }

/*========*/
.bg-black-footer { background-color: #1F4F9F !important; }

.widget .list-border li { border-bottom: 1px dashed #d3d3d3; }

.widget.dark .list-border li { border-bottom: 1px dashed #404040; }

    .widget.dark .list-border li a { font-weight: 400; }

.widget ul.list li,
.widget .post { margin-bottom: 15px; padding-bottom: 15px; display: flex; border-bottom: 1px dashed #DDD; }
    .widget .post:last-child { border: none; margin-bottom: 0 !important; padding-bottom: 0; }
    .widget ul.list li a { font-weight: 500; color: #FFF; }

.footer { background: #fafafa; color: #FFF; }

    .footer a { color: #FFF; }

        .footer a:focus,
        .footer a:hover,
        .footer a:active { color: #ffc451; }

    .footer .widget .widget-title { margin-top: 0px; }

    .footer .widget.dark .quick-contact-form button { border-color: #333333; color: #909090; }

        .footer .widget.dark .quick-contact-form button:hover { background-color: #eeeeee; border-color: #eeeeee; color: #333333; }

.widget.dark .widget-title { color: #fff; }

.footer-bottom div.container { border-top: 1px solid #DDD; }

/*-----------------*/
.widget { }

    .widget .widget-title { margin-top: 0; margin-bottom: 20px; text-transform: uppercase; font-weight: 700; }

    .widget ul li a { font-weight: 400; }

    .widget .post-title a { font-size: 14px; letter-spacing: 0; text-align: justify; display: block; font-weight: 700; line-height: normal; }

        .widget .post-title a:hover { color: #ed1b24 }

.media-post img { width: 80px; margin-right: 15px; }

.post.media-post .post-thumb { float: left; }

.styled-icons { display: flex; }

    .styled-icons li { margin-right: 10px; }

        .styled-icons li a { color: #eeeeee; display: block; font-size: 18px; height: 36px; line-height: 36px; width: 36px; text-align: center; }
.card-body .card-text { text-align: justify }
.card-body .card-title { font-weight: 600; text-align: justify; line-height: normal; }

.listnew .card img { height: 275px; object-fit: cover; width: 100%; }

.active > .page-link, .page-link.active { background: #003366; }

.page-link { color: #003366; }

/*===========*/
.list-intro-title { }

    .list-intro-title li { background: #F2F2F2; margin-bottom: 10px; }

        .list-intro-title li a { padding: 10px; display: block; font-weight: 700 }

    .list-intro-title .submenu { display: none; background: #fff; margin-left: 20px; margin-top: 5px; margin-bottom: 5px; margin-right: 10px; }

        .list-intro-title .submenu li { margin: 0; border-top: 1px solid #999; }

            .list-intro-title .submenu li a { font-weight: normal; padding: 8px 0; color: #333; }

                .list-intro-title .submenu li a:hover { color: #ED1B24; }

    .list-intro-title .icon-show { float: right; line-height: 24px; }
/*=============================*/
.center_dt_2 { justify-content: center; }

.title-ct { text-align: center; color: #DA0000; font-size: 20px; font-weight: 700; margin-bottom: 15px; }
    .title-ct .text-danger { color: #ED1B24 !important }
.bg-trongdong { background: url('../images/bg-trongdong.png') repeat-y; background-size: 100%; }
.detail-avata { width: 150px; height: 150px; object-fit: cover; }
.single_place { overflow: hidden; margin-bottom: 20px; }

    .single_place .thumb { position: relative; overflow: hidden; width: 150px; height: 150px; text-align: center; margin: 0 auto; }

        .single_place .thumb img { width: 100%; height: 100%; border-radius: 50%; border: 2px solid #DA0000; object-fit: cover; background: #FFF; }

    .single_place .place_info { padding: 15px 10px; }

        .single_place .place_info h3 { font-size: 15px; font-weight: 700; color: #333333; text-align: center; text-transform: uppercase; margin-bottom: 0; }

            .single_place .place_info h3:hover { color: #dc3545; }

        .single_place .place_info p { font-size: 14px; font-weight: 400; color: #333; margin-top: 2px; margin-bottom: 7px; text-align: center; line-height: 20px; }

.bg-title { background: linear-gradient(to right, rgba(218, 0, 0, 0) 0%, rgba(218, 0, 0, 0.8) 25%, rgba(218, 0, 0, 1) 30%, rgba(218, 0, 0, 1) 35%, rgba(218, 0, 0, 1) 50%, rgba(218, 0, 0, 1) 65%, rgba(218, 0, 0, 1) 70%, rgba(218, 0, 0, 0.8) 75%, rgba(218, 0, 0, 0) 100%); width: 70%; color: #FFF; margin: 0 auto; text-transform: uppercase; font-size: 22px; padding: 5px 0; letter-spacing: 3px; }

.rounded-circle { border: 2px solid #DA0000; margin-bottom: 20px; }

.info-cat { }

    .info-cat p { margin-bottom: 5px; }

        .info-cat p i { width: 20px; margin-right: 10px; color: #003366; }

@media only screen and (min-width: 768px) {
    .breadcrumb.text-right { text-align: right !important; }
}


@media (max-width: 767.98px) {
    .logo { height: 40px; }

    .content-links { margin-top: 10vh; }

    .top-menu-items, .icon-float { display: none !important }

    .mobile-menu-toggle { display: inline-block !important; }
}

@media (min-width: 768px) {
    .mobile-menu-toggle { display: none !important; }
}

/*--------lich lam viec-------------*/
.control-table { text-align: center; margin: 1rem 0; display: flex; justify-content: space-between; }

    .control-table button { background: none; color: #003366; border: none; font-size: 20px; cursor: pointer; }

        .control-table button:hover { }

.week-title { font-weight: 600; font-size: 20px; }

.table-boder { width: 100%; border-collapse: collapse; background: white; }

    .table-boder thead { background-color: #003366; color: white; }

    .table-boder th, .table-boder td { padding: 5px 10px; border: 1px solid #dee2e6; vertical-align: top; text-align: left; vertical-align: middle }

    .table-boder th { text-align: center; }

/* MOBILE */
@media (max-width: 768px) {
    table { display: none; }

    .mobile-day { background: white; margin-bottom: 1rem; border-radius: 8px; box-shadow: 0 1px 5px rgba(0,0,0,0.1); padding: 1rem; }

        .mobile-day h3 { margin-top: 0; color: #004085; }

    .event { margin-bottom: 1rem; border-top: 1px solid #ccc; padding-top: 0.5rem; }

        .event:first-of-type { border-top: none; padding-top: 0; }

    .event-detail { margin-bottom: 0.3rem; }

        .event-detail strong { color: #555; }
    footer .logo-footer img { height: 50px !important; }
    .newtop1 { display: block !important; }
    .cate-top1 { background: none !important; }
    #btnResetSearchVanBan { display: none !important; }
    #btnSubmitSearchVanBan { margin-top: 22px; }
}

@media (min-width: 769px) {
    .mobile-day { display: none; }
}
/*-----------list new-------*/
.news-list { /*display: flex;*/ flex-direction: column; gap: 1.5rem; margin: auto; margin-top: 39px }
.news-item > a { display: flex; }

.news-item { margin-bottom: 20px; padding-bottom: 20px; background: #fff; overflow: hidden; display: flex; flex-direction: row; gap: 30px; transition: transform 0.3s; border-bottom: 1px solid #DDD; }

.news-image { flex-shrink: 0; height: 180px; object-fit: cover; border-radius: 7px; max-height: 190px; width: 300px; }

.news-content { display: flex; flex-direction: column; /*justify-content: space-between;*/ }

.news-title { font-size: 1.25rem; margin: 0 0 0.5rem; color: #333; font-weight: 600; line-height: normal; text-align: justify; }

.news-date { font-size: 0.875rem; color: #333; margin-bottom: 0.5rem; }

.news-description { font-size: 1rem; color: #333; text-align: justify; margin: 0; }

.news-item .news-content p { margin: 0; }
/* Responsive cho mobile */
@media (max-width: 600px) {
    .news-item { flex-direction: column; }

    .news-image { width: 100%; height: auto; }
    footer .logo-footer img { height: 50px !important; }
}



/*===========================================*/
.cate-listnew { color: #009DD9; }

.newtop1 { padding-right: 0; margin-right: 0; border-right: 0; width: 100%; display: flex; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; }

.cate-top1 { display: flex; flex-direction: column; flex: 1; background: #eff4fc; padding: 20px; margin-top: 0; }

.newtop3 { }

    .newtop3 img { width: 100%; height: 170px; object-fit: cover; }

.event-container .event { border: 1px solid #DDD; display: flex; margin: 20px 0; }

.event .event-left { background: #FFDC74; min-width: 82px; display: flex; align-items: center; justify-content: center; color: #ED1B24; padding: 10px; font-weight: bold; text-align: center; }

    .event .event-left .date { font-size: 50px; }

    .event .event-left .month { font-size: 16px; font-weight: 600; }

.event .event-right { display: flex; flex-direction: column; justify-content: center; padding: 0 18px; }

    .event .event-right h3.event-title { font-size: 16px; margin: 10px 0 10px 0; text-align: justify; line-height: normal; }

    .event .event-right .event-timing { background: #eee; display: flex; align-items: center; justify-content: center; width: 100px; padding: 8px; margin: 5px 0 10px 0; font-size: 14px; }

        .event .event-right .event-timing img { height: 20px; padding-right: 8px; }

.event .event-left .date span { display: none; }

.advimage { }

    .advimage li { margin-bottom: 15px; }

    .advimage img { width: 100%; }

footer .logo-footer img { height: 60px; }
.footer__Container-sc-cb06da2c-1 { display: none; }
.detailHoiDap * { font-family: NotoSerif,Roboto,Arial,Tahoma !important; font-size: 16px !important; color: #333; }
    .detailHoiDap * figure { padding: 0; margin: 0; justify-items: center; }
    .detailHoiDap * img { max-width: 700px !important; height: auto !important; width: 100%; }
.eapps-widget { display: none !important; }
.newtop1 a {
    max-width: 50%
}

.newtop1 img {
    width: 100%
}

.newtop3 {
    margin-bottom: 20px;
}

.detail table
{
    margin: 0px !important;
    max-width: 100%;
}

.cate-top1 p{text-align:justify;}

.calssAI {
    float: right;
    z-index: 100;
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: fixed;
    bottom: 128px;
    right: 57px;
}

.n_text ul{
    padding: revert-layer;
}