﻿body {
    line-height: 19px;
}

.lh-sm {
    line-height: 19px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}

p {
    line-height: 22px !important;
}

a:hover {
    color: #005ab4;
}

.company_name h2 {
    color: #F8CE10;
    text-shadow: 2px 2px 3px #212529;
    font-size: 28px;
}

    .company_name h2 span {
        margin-top: 20px;
    }

.company_name h3 span {
    color: #F8CE10;
}

.company_name .typewrite {
    margin-top: 20px;
    color: #F8CE10;
    text-shadow: 2px 2px 3px #212529;
}

#logo img {
    height: 100px;
    width: auto;
}

.header .top-bar {
    background-color: #0273B8;
}

.main-header .row:first-child {
    height: 120px;
    align-items: center;
}

.main_menu img {
    background: #fff;
    height: 20px;
    width: 30px;
    object-fit: cover;
    margin-right: 10px;
    margin-top: 7px;
    border-radius: 5px;
}

#header_bottom {
    border-top: 5px solid #ED1C24;
}

.nav_home ul.menu li a {
    /*transition: initial;*/
    padding-left: 0px;
    padding: 12px 10px;
    font-size: 15px;
}

.nav_home ul.menu li.active::before {
    border-top: 6px solid #ED1C24;
}

.nav_home ul.menu li.active > a, .nav_home ul.menu li:hover > a {
    color: #fded00;
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    transition: initial;*/
}

.btn-search:hover {
    background-color: #ED1C24;
}

.top-bar .topbar-link a:hover {
    background-color: #ED1C24;
}

.nav_home ul.sub-menu {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px 0px 15px 15px;
}

    .nav_home ul.sub-menu .icon-right {
        right: 15px;
        position: absolute;
    }

    .nav_home ul.sub-menu > li > ul.sub-menu {
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 0px 15px 15px 15px;
        top: 16px;
    }

.slide_gallery_image .gallery_item .image {
    aspect-ratio: 16 / 8;
}

.slide_gallery_image .gallery_item img {
    width: 100%;
    height: auto;
}

.nav_home ul.sub-menu {
    top: 63px;
}

    .nav_home ul.sub-menu > li {
        padding-left: 10px;
    }

        .nav_home ul.sub-menu > li a {
            padding-left: 5px;
            padding-right: 0px;
        }

.ulQtndTtNhomTinTucCapCon li::before {
    content: '|';
    padding-right: 10px;
}

.header {
    margin-bottom: 1px;
}

.thuVienAnh {
    position: relative;
}

    .thuVienAnh .block_header_title {
        z-index: 1;
    }

    .thuVienAnh .link-more {
        z-index: 1;
    }

    .thuVienAnh::before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        background: url(../images/bg-image.jpg) no-repeat center center / cover;
        z-index: 1;
    }


.slide_home img {
    height: 610px;
    /*object-fit: cover;*/
    object-fit: inherit;
    object-position: center; /* NEW: luôn lấy vùng giữa ảnh */
    width: 100%;
}

.block_khaosat {
    padding-top: 8px !important;
}

    .block_khaosat h3 {
        margin-bottom: 5px !important;
    }

.block_topview {
    padding-top: 8px !important;
}

    .block_topview h3 {
        margin-bottom: 5px !important;
    }

    .block_topview .div_block_topview_content {
        padding-left: 3px;
        padding-right: 3px;
        overflow-y: auto;
        overflow-x: hidden !important;
    }

#panel-legal a {
    line-height: 24px;
}

.ulFooter li::before {
    content: '|';
}

.ulFooter li:first-child::before {
    content: '';
}

.ulFooter li a {
    display: inline;
}

.padding-15 {
    padding: 15px;
}

.logo_header img {
    animation: sun-pulse 3s infinite alternate;
    border-radius: 50%;
}

@keyframes sun-pulse-yellow {
    /* Trạng thái 0%: Tỏa sáng mạnh nhất (Tập trung) */
    0% {
        box-shadow:
        /* Lớp bóng gần nhất (Màu đậm, ít mờ, độ trong suốt cao) */
        0 0 15px 5px rgba(249, 206, 14, 0.7),
        /* Lớp bóng giữa (Màu sáng hơn, mờ hơn, độ trong suốt trung bình) */
        0 0 30px 10px rgba(255, 230, 100, 0.5),
        /* Lớp bóng ngoài cùng (Màu rất sáng, rất mờ, độ trong suốt thấp) */
        0 0 80px 15px rgba(255, 255, 200, 0.2);
    }
    /* Trạng thái 100%: Tỏa sáng yếu hơn (Lan rộng hơn) */
    100% {
        box-shadow:
        /* Lớp bóng gần nhất (Giảm độ trong suốt) */
        0 0 10px 3px rgba(249, 206, 14, 0.5),
        /* Lớp bóng giữa (Mờ và lan rộng hơn) */
        0 0 50px 15px rgba(255, 230, 100, 0.3),
        /* Lớp bóng ngoài cùng (Rất mờ và rộng, độ trong suốt cực thấp) */
        0 0 120px 20px rgba(255, 255, 220, 0.1);
    }
}

@keyframes sun-pulse {
    /* Trạng thái 0%: Sáng mạnh, tập trung */
    0% {
        box-shadow:
        /* Lớp gần */
        0 0 15px 5px rgba(255, 255, 255, 0.8),
        /* Lớp giữa */
        0 0 30px 10px rgba(255, 255, 255, 0.5),
        /* Lớp ngoài */
        0 0 80px 15px rgba(255, 255, 255, 0.25);
    }
    /* Trạng thái 100%: Lan rộng, dịu hơn */
    100% {
        box-shadow:
        /* Lớp gần */
        0 0 10px 3px rgba(255, 255, 255, 0.6),
        /* Lớp giữa */
        0 0 50px 15px rgba(255, 255, 255, 0.3),
        /* Lớp ngoài */
        0 0 120px 20px rgba(255, 255, 255, 0.15);
    }
}

.list-sub-post {
    max-height: 180px;
    overflow-y: auto;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}


@media (max-width: 991.98px) {
    .block_title {
        padding-top: 10px;
        display: flex;
        /* Thêm thuộc tính này để cho phép các phần tử xuống dòng */
        flex-wrap: wrap;
    }

        .block_title h2 {
            margin-bottom: 0px !important;
        }

        .block_title .link-more {
            width: 100%; /* Thuộc tính này là cần thiết */
            display: none;
        }

    .modal-dialog {
        margin: 10px !important;
    }

    .modal-content {
        margin: auto;
    }

    .slide_home img {
        height: auto;
        max-height: 190px;
    }

    .nav_bottom_slide a:first-child {
        padding-right: 15px;
    }

    .feature_block {
        max-height: 850px !important;
    }

    .social_bottom {
        display: flex !important;
    }

    .conQtndTtTimKiem .select2 {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .conQtndTtTimKiem h1 {
        margin-bottom: 15px !important;
    }

    .small_item img {
        width: 125px;
        height: 85px;
        object-fit: cover;
        max-width: 125px;
    }

}

#popupImage {
}

    #popupImage .modal-dialog {
        /*max-width: 80vw !important;*/
    }

    #popupImage .modal-content {
        background: transparent;
        border: none;
    }

    #popupImage .modal-body {
        padding: 0;
        max-height: 80vh; /* QUAN TRỌNG NHẤT */
        overflow: hidden; /* Không cho scroll */
        display: flex;
        justify-content: center;
        align-items: center;
    }

.popup-wrapper {
    display: flex;
    justify-content: center; /* ngang */
    align-items: center; /* dọc */
}

.popup-img {
    max-width: 100%;
    max-height: 80vh; /* Giới hạn theo chiều cao màn hình */
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border: 2px solid #FFF;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
    cursor: pointer;
    z-index: 20;
}

.padding-left-3 {
    padding-left: 3px;
}

.padding-right-3 {
    padding-right: 3px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.block_header_title {
    color: #ED1C24;
    border-left: 3px solid #ED1C24;
}

.block_header_title_right {
    background-color: #dee2e67d;
    padding: 8px;
    /*padding-left: 0px;*/
    width: 100%;
}

.nav_mobile {
    z-index: 1100 !important;
    border-right: 1px solid #DDD;
}

.section {
    padding: 0px;
}

.products .product_item .desc.line_clamp .time-content {
    padding-top: 5px;
    font-family: 'Lato Regular', sans-serif; /* font-weight: normal; */
    font-size: 13px;
}

.products .product_item .desc.line_clamp h3 {
    height: 85px;
    padding-top: 3px;
}

.fa-chevron-down:before {
    margin-left: 5px;
}

.border-gray-200 {
    border-color: #D0D0D0;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-32 {
    line-height: 32px;
}

.line-height-38 {
    line-height: 38px;
}

.vbpl-item a {
    line-height: 24px;
}

#vbplTabs .nav-link-top {
    color: red;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.vbpl-pane {
    max-height: 300px;
}

.list_statiscal > li {
    padding: 8px 0;
}

.social-network a {
    font-size: 16px;
    color: #FFF;
    padding-bottom: 3px;
}

.border-1-solid-ffffff {
    border: 1px solid #FFFFFF;
}

.bg-blue-600 {
    background-color: #155dfc;
}

.bg-red-600 {
    background-color: red;
}

.rounded-md {
    border-radius: 0.375rem;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.h-9 {
    height: 36px;
}

.w-9 {
    width: 36px;
}

.inline-flex {
    display: inline-flex;
}

.white-space-nowrap {
    white-space: nowrap;
}

.text-primary {
    color: #009DDF;
}

.ic-print {
    width: 20px;
    height: 20px;
}

.social_print {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width: 36px;
    height: 36px;*/
    border-radius: 50%;
    background: #f0f0f0; /* màu nền bình thường */
    color: #000; /* màu icon bình thường */
    transition: 0.3s ease;
}

    .social_print:hover {
        background: red; /* nền đỏ */
        color: white; /* icon trắng */
    }


.secNavigationBar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #b8bfcc80;
}

    .secNavigationBar a {
        text-decoration: none;
        color: #222;
    }

    .secNavigationBar .title {
        color: #727272;
    }

.related-icon {
    list-style: none;
}

    .related-icon li {
        background: url(/App_Themes/Images/arrow-blue.png) no-repeat scroll left 14px;
        padding-left: 25px;
        background-position-y: 6px;
        background-size: 15px;
    }

.content-list {
    width: 100%;
}

    .content-list .content-detail {
    }

        .content-list .content-detail .title {
            color: #005ab4;
            padding-bottom: 15px;
            font-size: 18px;
            text-transform: uppercase;
            /*font-family: inherit;*/
        }

.hrefTitle {
    text-decoration: none;
    color: #222 !important;
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
}

.related-icon-list {
    list-style: none;
    margin-bottom: 0px;
    line-height: 32px;
}

    .related-icon-list li {
        background: url(/App_Themes/Images/arrow-red.png) no-repeat scroll left 14px;
        padding-left: 25px;
        background-position-y: 8px;
        background-size: 15px;
        /*height: 34px;*/
    }

.content-detail-social {
}

    .content-detail-social .content-detail .title {
        color: #005ab4;
        padding-bottom: 15px;
        font-size: 18px;
        /*font-family: inherit;*/
    }


.modalPopup2ButtonProcess {
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /*display: none;*/
}

    .modalPopup2ButtonProcess .centerPopup2Button {
        font-weight: bold;
        border-radius: 5px;
        background-color: #fefefe;
        margin: 300px auto;
        padding: 20px;
        border: 1px solid #888;
        width: 280px;
    }

.lbGridNotDisplay .lbGridPager:last-child {
    display: none;
}

.lbGridPager {
    background-color: #FFF;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    height: 26px;
    border: 1px solid #ddd;
}

    .lbGridPager:first-child {
        border: 0px;
    }

    .lbGridPager td {
        padding-top: 3px;
        padding-left: 0px !important;
        padding-bottom: 3px;
    }

        .lbGridPager td:first-child {
            border: 0px;
        }

    .lbGridPager span {
        color: red;
        /*padding: 1px;*/
        padding-left: 3px;
    }

    .lbGridPager .aspNetDisabled {
        color: #EDEDED;
    }

    .lbGridPager a {
        color: Blue;
        padding-left: 3px;
    }

    .lbGridPager .hrefDisable {
        color: #ADADAD;
    }

.lbGridEdit {
    background-color: #CCCCCC;
    font-family: Arial, Verdana;
    font-size: 400;
    font-weight: bold;
    color: #ffffff;
}

.lbGridCell:hover {
    background-color: #FBF1A6;
}

.lbGridAlterCell:hover {
    background-color: #FBF1A6;
}

.lbGridFooter2Extend {
    border: 1px dotted #808080 !important;
    height: 30px !important;
    text-align: center !important;
    font-weight: bold;
}

.tdIcon {
    min-width: 40px;
    max-width: 40px;
    width: 40px;
    vertical-align: middle;
}

.list_statiscal_right li {
    color: #222;
    border-bottom: 0px;
    padding: 10px 0;
}

.menu-sidebar {
}

    .menu-sidebar .sidebar-submenu {
        padding-left: 0px !important;
    }

        .menu-sidebar .sidebar-submenu a {
            background-color: #FFF;
        }

    .menu-sidebar a {
        line-height: 25px;
    }

    .menu-sidebar li {
        background: url(/App_Themes/Images/arrow-red.png) no-repeat scroll left 14px;
        padding-left: 25px;
        background-position-y: 17px;
        background-size: 15px;
    }

        .menu-sidebar li:first-child {
            border-top: 0px;
        }

    .menu-sidebar ul > li {
        background: url(/App_Themes/Images/arrow-red.png) no-repeat scroll left 14px;
        padding-left: 25px;
        background-position-y: 15px;
        background-size: 15px;
    }

        .menu-sidebar ul > li > a::before {
            background-color: #FFF;
        }

    .menu-sidebar li.active > a, .menu-sidebar li:hover > a {
        /*color: #005ab4;*/
    }

.slXem {
    position: relative;
}

    .slXem span {
        position: absolute;
        top: 2px;
        left: 5px;
        font-weight: bold;
        font-size: 11px;
        color: red;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

.color-fff {
    color: #FFF;
}

.color-ED1C24 {
    color: #ED1C24 !important;
}

.lbError {
    font-size: 12px;
    color: red;
}

.divTimKiem {
    display: flex;
}

    .divTimKiem input {
        border-radius: 4px 0px 0px 4px;
    }

    .divTimKiem a {
        color: #FFF !important;
        border-radius: 0px 4px 4px 0px;
    }

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.time-content {
    font-family: 'Lato Regular', sans-serif;
}

.text-align-right {
    text-align: right;
}

.font-weight-bold {
    font-weight: bold;
}

.text-transform-uppercase {
    text-transform: uppercase
}

.small_item .image-book-container {
    width: 120px;
    max-width: 120px;
}

    .small_item .image-book-container .image-book {
        width: 120px;
        height: auto !important;
        object-fit: inherit !important;
        max-width: 120px;
    }

.display-none {
    display: none;
}

.title img {
    height: auto;
    width: 16px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.img-aspect-ratio-4-3 {
    aspect-ratio: 4/3;
}

.img-aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}

.thuvien-item .image img {
    height: inherit;
    cursor: pointer;
}

.thuvien-item h3 {
    padding-top: 5px;
}

.title-fade {
    position: relative;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    line-height: 1.4;
}

    .title-fade::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px; /* độ cao fade */
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    }


.sub_categories_slide li a {
    color: #222;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #adadad;
}

.sub_categories_slide .owl-item:first-child li a {
    padding-left: 0 !important;
}

.color-222 {
    color: #222 !important;
}

.background-color-009DDF {
    background-color: #009DDF
}

.height-5 {
    height: 5px;
}

.height-10 {
    height: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.vbpl-item-alter {
    background-color: #F9F9F9;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0px;
}

/* Vị trí mặc định: top right */
.bootstrap-growl {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 9999; /* để nổi lên trên */

    border-width: 1px !important;
    min-width: 250px;
    max-width: 400px;
    padding: 15px 20px;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
    animation: fadeInUp 0.5s ease;
}

    /* Tùy loại thông báo */
    .bootstrap-growl.alert-success {
        background-color: #28a745; /* xanh lá */
    }

    .bootstrap-growl.alert-info {
        background-color: #17a2b8; /* xanh dương nhạt */
    }

    .bootstrap-growl.alert-warning {
        background-color: #ffc107; /* vàng */
    }

    .bootstrap-growl.alert-danger {
        background-color: #dc3545; /* đỏ */
    }

    .bootstrap-growl button {
        position: absolute;
        right: 10px !important;
        border: 0px;
        background-color: transparent;
        color: #FFF;
        top: 5px;
        font-weight: bold;
    }

small, .small{
	font-size: 14px;
}

.word-break-all {
    word-break: break-all;
}
