body,
html {
    margin: 0;
    padding: 0;
    top: 0;
    font-family: "Mulish", sans-serif !important;
    background-color: rgb(255, 255, 255);
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

body:root {
    --font-family-sans-serif: "Mulish", sans-serif !important;
    --font-family-monospace: "Mulish", sans-serif !important;
}

.backtotop {
    display: none;
    position: fixed !important;
    bottom: 20px;
    right: 5px;
    z-index: 999;
    font-size: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.backtotop i {
    color: #1790d9;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.backtotop:hover {
    background: #1790d9;
}

.backtotop:hover i {
    color: #fff;
}

.fixed-top {
    position: fixed;
    top: 0;
    margin: auto;
    width: 1110px;
}

/* public */
a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

img.img-loading {
    width: auto;
    height: 100vh;
}

figcaption.attachment__caption {
    display: none;
}

/* div.row {
    display: block;
    margin: 0;
    padding: 0;
} */
.collapse-text-1line {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.collapse-text-2line {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collapse-text-3line {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.collapse-text-4line {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.collapse-text-5line {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.color-public {
    color: #00397c !important;
}

.fontsize-small-public {
    font-size: 16px;
}

.fontsize-large-public {
    font-size: 18px;
}

.fontsize-lg-public {
    font-size: 20px;
}

.fontsize-md-public {
    font-size: 18px;
}

.fontsize-sm-public {
    font-size: 16px;
}

.fontsize-xs-public {
    font-size: 14px;
}

div.btn-xemthem {
    padding: 0;
}

div.btn-xemthem a {
    font-size: 13px;
    height: 20px;
    padding: 0;
    margin: 0 7px 0 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f25e00;
    text-decoration: none;
}

div.row-share-internet {
    float: right;
}

div.row-share-internet>button:not(:last-child) {
    margin-right: 5px;
}

/* public */
/* navtop padding: 0 230px; */
.navbar {
    box-shadow: 0 2px 7px 0 rgba(74, 97, 123, 0.4);
    background-color: var(--bs-white);
    width: 100%;
}

ul.navbar-nav {
    padding: 8px 0px;
    width: 100%;
    justify-content: center;
}

.navbar ul.navbar-nav>li {
    height: 35px;
    padding: 5px 7px;
    background-color: #ffffff;
    position: relative;
}

.navbar ul.navbar-nav>li:not(:first-child) {
    margin-left: 10px;
}

.navbar ul.navbar-nav>li:not(:last-child)::after {
    content: "";
    border-right: 1px solid #d7dde0;
    height: 20px;
    position: absolute;
    top: 13px;
    bottom: 0;
    right: -5px;
    z-index: 1;
}

.navbar ul>li.menu-active {
    /* background-color: #00397c; */
}

.navbar ul li>a.nav-link {
    color: #00397c !important;
    padding-bottom: 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
}

a.dropdown-item.nav-link:hover {
    background-color: var(--bs-gray-200) !important;
    text-decoration: none;
}

.navbar ul li.menu-active ul.show li>a.active {
    padding: 5px 10px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: white;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    background-color: grey !important;
}

.navbar-dark .navbar-nav li .fa-search:hover {
    cursor: pointer;
}

.navbar-dark .navbar-nav li .hover-link:hover::after {
    width: 100%;
}

.navbar-dark .navbar-nav li .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

.navbar-dark .navbar-nav li .dropdown-tintuc {
    transition: all 2s ease 0s;
    margin-top: 11px;
    width: max-content;
}

.navbar-dark .navbar-nav li .dropdown-tintuc li {
    padding: 4px;
}

.navbar-dark .navbar-nav li .dropdown-tintuc li a {
    text-align: left;
    font-weight: normal;
}

.navbar-dark .navbar-nav li .dropdown-tintuc li a:hover {
    font-weight: bold;
}

/* navtop */
/* banner */
div.block-banner {
    display: block;
    color: #000000;
}

div.block-banner .info {
    z-index: 100;
    position: absolute;
    left: 150px;
    top: 200px;
}

div.block-banner .info .name-company {
    font-size: 34px;
    font-weight: bolder;
}

div.block-banner .info .slogan-company {
    font-size: 20px;
    width: 55%;
}

/* banner */
/* ket qua cchc padding: 0 230px; */
div.row.ketqua-cchc {
    text-align: center;
    margin-top: 30px;
}

div.title-homepage {
    display: flex;
    font-size: 30px;
    text-align: center;
    margin-bottom: .75rem !important;
}

div.title-homepage>div:nth-child(n) {
    float: none;
}

div.title-homepage>div.dash-dot-left-title>div:nth-child(n),
div.title-homepage>div.dot-dash-right-title>div:nth-child(n) {
    display: inline-block;
}

div.title-homepage div.dash-title {
    width: 40px;
    height: 4px;
    margin: 2px 0 2px 10px;
    border-radius: 2px;
    background-color: #f25e00;
}

div.title-homepage div.dot-title {
    width: 6px;
    height: 6px;
    margin: 2px 0 2px 10px;
    border-radius: 4px;
    background-color: #ff5100;
}

div.title-homepage>div.content-title {
    margin: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

div.block-cchc {
    display: flex;
    width: 100%;
}

div.content-block-cchc {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 90%;
    /* height: 226px; */
    box-shadow: 0 2px 7px 0 rgba(74, 97, 123, 0.4);
    background-color: white;
    border-radius: 15px;
    padding-bottom: 1rem;
}

div.block-cchc div.content-block-cchc:nth-child(3n + 1),
div.block-cchc>div:nth-child(3n + 2) {
    margin-right: 2%;
}

div.small-title {
    height: 30px;
    border-bottom-right-radius: 30px;
    background-color: #ecf2f7;
    font-weight: bold;
    padding: 3px 0 0 10px;
    text-align: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

div.block-cchc div.content-block-cchc div.btn {
    bottom: 0;
    position: absolute;
    left: 37%;
    margin: auto;
}

div.block-cchc div.content-block-cchc div.btn.btn-primary {
    margin-bottom: 10px;
}

div.content-block-cchc div.icon-content-block-cchc {
    text-align: center;
    margin: 20px 0 10px 0;
}

div.content-block-cchc div.icon-content-block-cchc>img {
    width: 50px;
    height: 50px;
}

div.data-content-block-cchc {
    text-align: center;
    color: #f25e00;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 30px;
}

div.time-content-block-cchc {
    text-align: center;
    padding: 0 5px;
}

/* padding: 0 30px;  */
/* ket qua cchc */
/* -- modal ket qua tra cuu -- */
div.modal-body>div.modal-kqtc>div.form-group>div:first-child {
    text-align: right;
    font-weight: bold;
}

div.modal-body>div.modal-kqtc>div.form-group:nth-child(3)>div:nth-child(2),
div.modal-body>div.modal-kqtc>div.form-group:nth-child(4)>div:nth-child(2),
div.modal-body>div.modal-kqtc>div.form-group:nth-child(5)>div:nth-child(2) {
    color: red;
    font-weight: bold;
}

/* -- modal ket qua tra cuu -- */
/* banner tuyen truyen padding: 0 230px; */
div.row.bannertuyentruyen {
    /* margin: 30px 0 20px 0; */
    display: inline-flex;
}

div.row.bannertuyentruyen>div {
    /* display: inline-block;
    width: 49%;
    height: auto;
    object-fit: contain;
    border: 1px solid #d7dde0; */
}

div.row.bannertuyentruyen>div:nth-child(2n + 1) {
    /* margin-right: 1%;
    padding: 0; */
}

div.row.bannertuyentruyen>div:nth-child(2n) {
    /* margin-left: 1%;
    padding: 0; */
}

div.row.bannertuyentruyen>div img {
    max-height: 110px;
    border: 1px solid #d7dde0;
    border-radius: 10px;
}

/* banner tuyen truyen */
/* tin noi bat padding: 0 230px; */
div.block-tinnoibat {
    text-align: left;
}

div.block-tinnoibat div.title-homepage {
    padding-top: 0;
}

div.block-tinnoibat div.title-homepage div.content-title {
    margin: 0;
    padding-top: 5px;
}

div.block-tinnoibat div.row-tinnoibat {
    width: 73.7%;
    margin-right: 1.3%;
    float: left;
}

div.block-tinnoibat div.border-tinnoibat {
    display: block;
    width: 100%;
}

div.block-tinnoibat div.block-tintuc-large {
    width: 65%;
    margin-right: 2.8%;
    float: left;
    position: relative;
    margin-top: 0 !important;
    border: 1px solid #d7dde0;
    border-radius: 10px;
}

div.block-tinnoibat div.block-tintuc-large a {
    width: 100%;
    height: 340px;
    object-fit: contain;
    display: block;
}

div.block-tinnoibat div.block-tintuc-large a img {
    height: 340px;
    width: 100%;
    position: relative;
    border: 1px solid #d7dde0;
    border-radius: 10px;
}

div.block-tintuc-large a div.title-tintuc-large {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 27, 58, 0.85);
    bottom: 0;
    text-align: left;
    padding: .5rem;
    border: 1px solid #d7dde0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.block-tintuc-large a div.title-tintuc-large>div {
    height: auto;
    margin: 8px 0 3px 0;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--bs-white);
    font-size: 1rem;
}

div.block-tintuc-large div.title-firstitem {
    width: 100%;
    height: 23px;
    font-weight: bold;
    line-height: 1.35;
}

div.block-tintuc-large div.review-firstitem {
    width: 100%;
    height: 50px;
    font-weight: normal;
}

div.block-tintuc-large div.ps-firstitem {
    width: 100%;
    font-weight: normal;
}

div.block-tinnoibat div.block-tintuc-small {
    width: 100%;
    height: 340px;
    margin: 26px 3% 0 0;
    padding: 0 0 .5rem 0;
    box-shadow: 1px 0 5px 0 rgba(8, 37, 105, 0.34);
    background-color: white;
    width: 31%;
    float: left;
    border-radius: 10px;
}

div.block-tinnoibat div.block-tintuc-small:nth-child(4n + 2) {
    margin: 0 !important;
}

div.block-tinnoibat div.block-tintuc-small:nth-child(4n + 1) {
    margin-right: 0 !important;
}

div.block-tinnoibat div.block-tintuc-small a {
    display: block;
    width: 100%;
    color: #00397c;
}

div.block-tinnoibat div.block-tintuc-small a img {
    width: 100%;
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.block-tinnoibat div.block-tintuc-small div {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
    width: 100%;
    height: auto;
    padding: .5rem .5rem 0 .5rem;
    font-weight: bold;
    line-height: 1.33;
    color: #001b3a;
    font-size: 1rem;
}

div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
    width: 100%;
    height: auto;
    padding: .5rem .5rem 0 .5rem;
    font-weight: normal;
    color: #445562;
    font-size: 1rem;
}

div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 1) {
    width: 100%;
    height: 25px;
    padding: 0 5px 2px 15px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
    color: #001b3a;
}

div.block-tinnoibat div.row-other-info-page {
    overflow: auto;
    width: 25%;
    float: right;
    height: 704px;
    box-shadow: 1px 0 5px 0 rgba(8, 37, 105, 0.34);
    background-color: white;
}

div.block-tinnoibat div.row-other-info-page::-webkit-scrollbar {
    width: 8px;
}

div.block-tinnoibat div.row-other-info-page::-webkit-scrollbar-track {
    background-color: white;
}

div.block-tinnoibat div.row-other-info-page::-webkit-scrollbar-thumb {
    background-color: #cbd8e3;
}

/* -- tin noi bat - other info page
div.block-tinnoibat div.dash-other-info-page { width: 100%; height: 4px; background-color: #00397c; border-radius: 4px; }
div.row-other-info-page div.block-other-info-page { display: block; }
div.block-tinnoibat div.other-info-page-item { display: inline-block; width: 100%; height: 88px; background-color: #f2f8fc; border-bottom: 2px solid #eeeeee;}
div.block-tinnoibat div.other-info-page-item:hover { border: 2px solid #5096c5; }
div.block-tinnoibat div.other-info-page-item a.name-other-info-page-item { display: block; font-weight: bold; width: 100%; }
a.name-other-info-page-item img { float: left; width: 10%; height: 10%; margin: -10px 3% 0 7%; }
a.name-other-info-page-item div { max-width: 80%; margin: 32px 0 12px 0; } */
div.block-tinnoibat div.block-other-info-page,
div.block-tinnoibat div.block-other-info-page div.block-listitems {
    display: block;
}

div.block-tinnoibat div.block-listitems div.block-items {
    display: block;
    margin-right: 3px;
}

div.block-tinnoibat div.block-items div.title-small-homepage {
    width: 100%;
    height: auto;
    padding: .75rem .5rem;
    background-color: #00397c;
}

div.block-tinnoibat div.block-items div.title-small-homepage>div {
    color: var(--bs-white);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    font-size: 1rem;
}

div.block-tinnoibat div.block-items div.block-item a {
    width: 100%;
    color: #445562;
    padding: .5rem .5rem 0 .5rem;
    border-bottom: 1px solid #cbd8e3;
    font-size: 1rem;
}

div.block-tinnoibat div.block-items div.block-item a:hover {
    color: #00397c;
    font-weight: bold;
}

div.block-tinnoibat div.block-items div.btn-xemthem {
    margin: 0 0 0 10px;
}

/* tin noi bat */
/* dich vu nha nuoc padding: 0 230px; */
div.row-dichvunhanuoc {
    text-align: center;
    width: 100%;
    /* margin: 30px 0 0; */
    height: 600px;
    object-fit: contain;
}

div.row-dichvunhanuoc div.list-dichvu {
    width: 100%;
    display: inline-flex;
}

div.row-dichvunhanuoc div.list-dichvu>div {
    width: 25%;
    display: inline-block;
    margin-top: 15px;
}

div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
    width: 230px;
    height: 230px;
    margin: auto;
    border: 4px solid #00397c;
    border-radius: 50%;
}

div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu {
    width: 230px;
    height: 230px;
    margin: auto;
    object-fit: contain;
    display: block;
    text-align: center;
}

div.row-dichvunhanuoc div.block-dichvu div {
    display: block;
    width: 100%;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

div.row-dichvunhanuoc div.block-dichvu div.name-dichvu {
    height: 25px;
    margin: 20px 0 12px 0;
    font-size: 22px;
    font-weight: 800;
    color: #001b3a;
}

div.row-dichvunhanuoc div.block-dichvu div.descript-dichvu {
    margin: 12px 0 0 0;
    padding: 0 1rem;
    font-weight: 500;
    color: #445562;
}

div.row-dichvunhanuoc div.block-dichvu div.btn-xemthem {
    margin: 24px 0 10px 0;
}

/* dich vu nha nuoc */
/* hoat dong noi bat padding: 0 230px; */
div.row-hoatdongnoibat {
    text-align: center;
    margin: -80px 0 0 0;
    /* background-color: #f2f8fc; */
}

div.row-hoatdongnoibat div.title-homepage {
    /* padding-top: 0; */
    /* margin-top: 40px; */
}

div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-prev-left {
    width: 38px;
    height: 38px;
    margin-right: 1%;
    border: 1px solid #c8b9b9;
}

div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-next-right {
    width: 38px;
    height: 38px;
    margin-left: 1%;
    border: 1px solid #c8b9b9;
}

div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-default i {
    font-size: 30px;
    color: #445562;
}

div.row-list-danhmuc-tintuc ul {
    list-style-type: none;
    margin: 16px 0 0;
    padding: 0;
    text-align: left;
    display: -webkit-inline-box;
    flex-flow: nowrap;
    width: 88%;
    overflow-x: hidden;
    height: 42px;
}

div.row-list-danhmuc-tintuc ul li {
    padding: 10px 23px 0 23px;
    float: left;
    border-bottom: 2px solid #cbd8e3;
}

div.row-list-danhmuc-tintuc ul li:first-child {
    padding-left: 0;
    margin-left: 10px;
}

div.row-list-danhmuc-tintuc ul li:last-child {
    padding-right: 0;
}

div.row-list-danhmuc-tintuc ul li a {
    text-transform: uppercase;
    height: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #445562;
    padding-bottom: 5px;
    text-decoration: none;
}

div.row-list-danhmuc-tintuc ul li a.selected {
    color: #379cf4;
    border-bottom: 3px solid #379cf4;
    text-decoration: none;
}

div.dash-dot-hr {
    margin: 0 20%;
    width: 60%;
    height: 3px;
    border-bottom: 3px dotted #f25e00;
}

div.row-list-danhmuc-tintuc div.border-large-list-tintuc {
    margin: 0 0 10px 0;
    /* display: inline-flex; */
    width: 100%;
    text-align: left;
}

div.border-large-list-tintuc div.block-tintuc-small {
    width: 100%;
    height: 323px;
    max-height: 323px;
    margin: 22px 1.5% 0 0;
    display: inline-block;
    box-shadow: 1px 0 5px 0 rgba(8, 37, 105, 0.34);
    background-color: white;
    border-radius: 10px;
}

div.border-large-list-tintuc div.block-tintuc-small:nth-child(4n) {
    margin-right: 0%;
}

div.border-large-list-tintuc div.block-tintuc-small img {
    width: 100%;
    height: 182px;
    margin: 0 0 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.border-large-list-tintuc div.block-tintuc-small>a {
    display: block;
    text-decoration: none;
}

div.border-large-list-tintuc div.block-tintuc-small div.title-firstitem {
    height: 45px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    color: #001b3a;
    padding: 3px 5px 3px 10px;
}

div.border-large-list-tintuc div.block-tintuc-small div.ps-firstitem {
    padding: 10px 5px 0 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #445562;
}

div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
    height: auto;
    min-height: auto;
    padding: 10px 5px 0 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #445562;
}

/* hoat dong noi bat */
/* thu vien video hinh anh padding: 0 230px; */
div.row-thuvienvideohinhanh {
    text-align: left;
    height: 670px;
}

div.row-thuvienvideohinhanh div.title-homepage {
    padding: 30px 0 5px 0;
}

div.row-thuvienvideohinhanh div.title-homepage div.content-title {
    height: 38px;
    /* margin: 20px 16px 0 0; */
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--bs-white) !important;
}

div.pagination-hinhanh-video {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

div.pagination-hinhanh-video div.pagination-item {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 10px 22px 0 21px;
}

/* thu vien video */
div.row-list-video {
    display: flex;
}

div.row-list-video>div {
    border: 1px solid #eeeeee;
}

div.row-list-video>div {
    cursor: pointer;
    display: inline-block;
    background-color: white;
    position: relative;
    border-radius: 10px;
}

div.row-list-video>div>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.row-list-video div.video-item-small-left {
    width: 29%;
    height: 264px;
    margin: 33px 2% 33px 0;
}

div.row-list-video div.video-item-small-right {
    width: 29%;
    height: 264px;
    margin: 33px 0 33px 2%;
}

div.row-list-video div.video-item-large-center {
    width: 38%;
    height: 335px;
    margin: 0;
}

div.row-list-video div.video-item-small-left img:nth-child(2n + 1),
div.row-list-video div.video-item-small-right img:nth-child(2n + 1) {
    width: 100%;
    height: 224px;
}

div.row-list-video div.video-item-large-center img:nth-child(2n + 1) {
    width: 100%;
    height: 290px;
}

div.row-list-video div.video-item-small-left img:nth-child(2n),
div.row-list-video div.video-item-small-right img:nth-child(2n) {
    position: absolute;
    opacity: 0.8;
    top: calc(45% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

div.row-list-video div.video-item-large-center img:nth-child(2n) {
    position: absolute;
    opacity: 0.8;
    top: calc(45% - 25px);
    left: calc(50% - 25px);
    width: 80px;
    height: 80px;
}

div.row-list-video div.title-video-item {
    height: 23px;
    margin: 10px 0 0 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #00397c;
    justify-content: center;
}

/* thu vien video */
/* thu vien hinh anh padding: 0 230px; margin-top: -205px; */
div.row-thuvienhinhanh {
    text-align: left;
}

div.row-thuvienhinhanh div.title-homepage div.content-title {
    height: 38px;
    /* margin: 22px 16px 0 0; */
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--bs-white) !important;
}

div.row-list-hinhanh {
    display: inline-flex;
    background-color: transparent;
    background-size: 100% 220px;
}

div.row-list-hinhanh div.hinhanh-item {
    cursor: pointer;
    display: inline-block;
    background-color: #f2f8fc;
    border: 1px solid #eeeeee;
    width: 100%;
    border-radius: 10px;
}

div.row-list-hinhanh div.hinhanh-item:not(:last-child) {
    margin-right: 2%;
}

div.row-list-hinhanh div.hinhanh-item img {
    display: block;
    margin: 0 0 8px;
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

div.row-list-hinhanh div.hinhanh-item div.title-hinhanh-item {
    height: 25px;
    margin: 8px 10px 5px 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #00397c;
}

/* thu vien hinh anh */
/* thu vien video hinh anh */
/* dia diem du lich */
div.row.row-diadiemdulich {
    text-align: center;
    margin-top: 15px;
}

div.row.row-diadiemdulich div.title-homepage div.content-title {
    height: 38px;
    margin: 22px 16px 0 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

div.row-list-diadiem {
    display: inline-flex;
    background-color: transparent;
    background-size: 100% 220px;
}

div.row-list-diadiem div.diadiem-item {
    border: 1px solid #eeeeee;
    cursor: pointer;
    background-color: #f2f8fc;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

div.row-list-diadiem div.diadiem-item:hover div.title-diadiem-item {
    color: #ec8720;
}

div.row-list-diadiem div.diadiem-item:not(:last-child) {
    margin-right: 2%;
}

div.row-list-diadiem div.diadiem-item img {
    display: block;
    width: 100%;
    max-height: 200px;
    height: auto;
    /* margin: 0 0 8px; */
    border-radius: 10px;
}

div.row-list-diadiem div.diadiem-item div.title-diadiem-item {
    position: absolute;
    width: 100%;
    top: 45%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #00397c;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
        1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/* dia diem du lich */
/* van ban phap luat padding: 0 230px; height: auto; */
div.row-vbplbanhanh {
    text-align: left;
}

div.row-vbplbanhanh>div {
    height: auto;
    overflow: hidden;
}

div.row-vbplbanhanh table.vbpl-table {
    height: auto;
}

div.row-vbplbanhanh table.vbpl-table thead tr {
    text-align: center;
    background-color: #00397c;
    color: #ffffff;
}

div.row-vbplbanhanh table.vbpl-table tbody td:nth-child(5n) i {
    color: #f25e00;
}

div.row-vbplbanhanh div.btn-xemthem {
    width: 100%;
    margin: auto;
}

/* van ban phap luat */
/* lien ket khac */
div.row.row-lienketkhac {
    width: 100%;
    display: block;
}

div.row.row-lienketkhac .lienketkhac-item {
    display: inline-block;
    width: 24%;
    border: 1px solid #eeeeee;
    margin: 0 1.2% 1.2% 0;
}

div.row.row-lienketkhac .lienketkhac-item:nth-child(4n) {
    margin-right: 0;
}

div.row.row-lienketkhac .lienketkhac-item img {
    height: 115px;
    width: 100%;
    display: block;
}

/* lien ket khac */
/* footer padding: 0 230px; margin: 0; */
div.row.row-footer {
    display: inline-flex;
    width: 100%;
}

div.row-footer div.info-coquan {
    display: inline-block;
    width: 30%;
    margin-top: 40px;
}

div.row-footer div.map-coquan {
    display: inline-block;
    width: 64%;
    margin: 50px 3%;
    text-align: center;
}

div.row-footer div.map-coquan iframe {
    display: block;
    width: 85%;
    height: 250px;
    justify-content: center;
    border-radius: 10px;
}

div.info-coquan div.name-company {
    color: var(--bs-white);
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}

div.info-coquan div.info-review {
    color: #fff;
}

div.row.row-footer hr {
    display: block;
    width: 100%;
    height: 1px;
    border: 1px solid #979797;
}

div.row-footer div.link-support {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

div.row-footer div.link-support div,
div.row-footer div.link-support a {
    display: inline-block;
    width: 25%;
    color: #c2bebe;
}

div.row-footer div.link-support a {
    text-align: center;
}

div.row-footer div.link-support div span {
    color: #f25e00;
}

/* footer */
/* modal ket qua tra cuu ho so */
div.modal-body form>div {
    display: block;
}

div.modal-body form>div>input,
div.modal-body form>div>button {
    display: inline-block;
    margin: 5px;
}

div.modal-body div.modal-kqtc>div.form-group {
    display: block;
    padding: 8px 0;
}

div.modal-body div.modal-kqtc>div.form-group>div:first-child {
    text-align: right;
    font-weight: bold;
    display: inline-block;
}

div.modal-body div.modal-kqtc>div.form-group>div:last-child {
    display: inline-block;
}

/* div.modal-body > div.modal-kqtc > div.form-group:nth-child(n) > div:nth-child(2) { color: blue; font-weight: bold; }  */
div.modal-body div.modal-kqtc>div.form-group>div:nth-child(2n + 1) {
    text-justify: auto;
}

div.modal-body div.modal-kqtc>div.form-group:nth-child(3)>div:nth-child(2),
div.modal-body div.modal-kqtc>div.form-group:nth-child(4)>div:nth-child(2),
div.modal-body div.modal-kqtc>div.form-group:nth-child(5)>div:nth-child(2) {
    color: red;
    font-weight: bold;
}

/* modal ket qua tra cuu ho so */
/* dang nhap tai lieu ky hop */
div.row.loginform div.title {
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

div.row.loginform div.form-group {
    display: block;
    margin: 10px;
}

div.row.loginform div.form-group>div:first-child {
    display: inline-block;
    text-align: right;
    line-height: 2.5;
}

div.row.loginform div.form-group>div:last-child {
    display: inline-block;
}

div.row.loginform div.btn-dangnhap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -10px;
}

/* dang nhap tai lieu ky hop */
@media (min-width: 1920px) {

    /* home page config  */
    div.title-homepage {
        font-size: 28px;
    }

    .navbar {
        padding: 0 300px;
    }

    div.row.ketqua-cchc {
        padding: 400px 0 0;
    }

    div.block-cchc div.small-title {
        width: 52%;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 350px; */
    }

    div.block-tinnoibat {
        /* padding: 0 350px; */
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 350px; */
    }

    div.row-hoatdongnoibat {
        /* padding: 0 350px; */
        /* margin: -80 0 0 0; */
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        min-height: auto;
    }

    /* div.row-list-danhmuc-tintuc ul li a { font-size: 15px; } */
    div.row-thuvienvideohinhanh {
        display: block;
    }

    div.row-thuvienhinhanh {
        margin-top: -155px;
    }

    div.row.row-diadiemdulich {
        padding: 0 350px;
    }

    div.row.row-lienketkhac {
        padding: 0 350px;
    }

    div.row.row-footer {
        padding: 0 350px;
        margin: 0;
    }

    /* home page config */
}

@media (max-width: 1920px) {

    /* home page config  */
    div.title-homepage {
        font-size: 28px;
    }

    .navbar {
        padding: 0 190px;
    }

    div.block-cchc div.small-title {
        width: 52%;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 320px; */
    }

    div.block-tinnoibat {
        /* padding: 0 320px; */
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 320px; */
    }

    div.row-hoatdongnoibat {
        /* padding: 0 320px; */
        /* margin: -80 0 0 0; */
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        min-height: auto;
    }

    div.row-thuvienhinhanh {
        margin-top: -165px;
    }

    div.row.row-diadiemdulich {
        padding: 0 320px;
    }

    div.row.row-lienketkhac {
        padding: 0 320px;
    }

    div.row.row-footer {
        padding: 0 320px;
        margin: 0;
    }

    /* home page config */
}

@media (max-width: 1799px) {
    .navbar {
        padding: 0 180px;
    }
}

@media (max-width: 1710px) {

    /* public config */
    .fontsize-small-public {
        font-size: 14px;
    }

    /* public config  */
    /* home page config */
    .navbar {
        padding: 0 150px;
    }

    .navbar ul.navbar-nav>li {
        padding: 5px 7px;
    }

    div.block-cchc div.small-title {
        width: 55%;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 250px; */
    }

    div.block-tinnoibat {
        /* padding: 0 250px; */
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2),
    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        height: auto;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 1) {
        height: 0;
    }

    div.block-tintuc-large div.review-firstitem {
        height: 45px;
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 250px; */
    }

    div.row-hoatdongnoibat {
        /* padding: 0 250px; */
        /* margin: -80px 0 0 0; */
    }

    div.row-hoatdongnoibat div.block-tintuc-small div.title-firstitem {
        height: auto;
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        min-height: auto;
    }

    div.row-list-danhmuc-tintuc ul li a {
        padding-bottom: 9px;
    }

    div.row-list-video div.video-item-small-left,
    div.row-list-video div.video-item-small-right {
        height: 229px;
    }

    div.row-list-video div.video-item-large-center {
        height: 295px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n + 1),
    div.row-list-video div.video-item-small-right img:nth-child(2n + 1) {
        height: 194px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n + 1) {
        height: 260px;
    }

    div.row-list-video div.title-video-item {
        height: 25px;
        margin: 10px 0 0 15px;
    }

    div.pagination-hinhanh-video {
        margin-top: 25px;
    }

    div.row-thuvienhinhanh {
        margin-top: -230px;
    }

    div.row.row-diadiemdulich {
        padding: 0 250px;
    }

    div.row.row-lienketkhac {
        padding: 0 250px;
    }

    div.row.row-footer {
        padding: 0 250px;
        margin: 0;
    }

    /* home page config */
}

@media (max-width: 1600px) {

    /* public config  */
    .fontsize-small-public {
        font-size: 14px;
    }

    /* public config  */
    /* home page config */
    div.title-homepage {
        font-size: 24px;
    }

    .navbar {
        padding: 0 100px;
    }

    div.block-banner>img {
        height: 500px;
    }

    div.block-banner .info .slogan-company {
        width:35%;
    }

    div.block-cchc div.small-title {
        width: 50%;
    }

    div.block-cchc div.time-content-block-cchc {
        margin-top: 10px;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 220px; */
        /* margin: 30px 0 20px 0; */
    }

    div.block-tinnoibat {
        /* padding: 0 220px; */
    }

    div.block-tintuc-large div.title-firstitem {
        height: 20px;
    }

    div.block-tintuc-large div.review-firstitem {
        height: 41px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        height: auto;
        margin-bottom: 10px;
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 220px; */
    }

    div.row-hoatdongnoibat {
        /* padding: 0 220px; */
        /* margin: -80px 0 0 0; */
    }

    div.row-thuvienvideohinhanh {
        background-size: 100% 630px !important;
        height: 630px;
    }

    div.row-thuvienhinhanh {
        margin-top: -170px;
    }

    div.row-list-video div.title-video-item,
    div.pagination-hinhanh-video div.pagination-item {
        margin: 10px 16px 0 21px;
    }

    div.row.row-diadiemdulich {
        padding: 0 220px;
    }

    div.row.row-lienketkhac {
        padding: 0 220px;
    }

    div.row.row-lienketkhac .lienketkhac-item img {
        height: 100px;
    }

    div.row.row-footer {
        padding: 0 220px;
    }

    /* home page config */
}

@media (max-width: 1423px) {

    /* public config  */
    /* home page config */
    div.title-homepage {
        font-size: 22px;
    }

    .navbar {
        padding: 0 0px;
    }

    ul.navbar-nav {
        padding-top: 7px;
    }

    div.block-banner .info .name-company {
        font-size: 30px;
    }

    div.block-cchc div.small-title {
        width: 60%;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 150px; */
    }

    div.block-tinnoibat {
        /* padding: 0 150px; */
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 150px; */
    }

    div.block-dichvu>div.image-dichvu {
        width: 180px;
        height: 180px;
    }

    div.block-dichvu>div.image-dichvu img {
        width: 180px;
        height: 180px;
    }

    div.block-dichvu div.name-dichvu {
        font-size: 17px;
        margin: 10px 0 12px 0;
    }

    div.row-hoatdongnoibat {
        /* padding: 0 150px; */
    }

    div.row-list-danhmuc-tintuc ul li a {
        padding-bottom: 11px;
    }

    div.border-large-list-tintuc div.block-tintuc-small {
        height: 313px;
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        min-height: auto;
    }

    div.row-thuvienhinhanh {
        margin-top: -165px;
    }

    div.row.row-lienketkhac {
        padding: 0 150px;
    }

    div.row.row-footer {
        padding: 0 150px;
        margin: 0;
    }

    div.pagination-hinhanh-video div.pagination-item {
        width: 10px;
        height: 10px;
        margin: 10px 16px 0 21px;
    }

    /* home page config */
}

@media (max-width: 1280px) {
    div.title-homepage div.dash-title {
        height: 3px;
    }

    div.title-homepage div.dot-title {
        width: 4px;
        height: 4px;
    }

    .navbar ul>li.menu-active {
        height: 30px;
    }

    .navbar ul.navbar-nav>li {
        padding: 5px 3px;
    }

    .navbar ul.navbar-nav>li:not(:last-child)::after {
        height: 25px;
        top: 5px;
    }

    .navbar ul.navbar-nav>li {
        height: 30px;
    }

    div.row-footer div.map-coquan iframe {
        width: 90%;
        height: 210px;
    }

    div.block-banner .info .name-company {
        font-size: 22px;
    }

    div.block-banner .info .slogan-company {
        width:35%;
    }

    /* div.block-cchc div.content-block-cchc {
        height: 185px;
    } */
    div.block-cchc div.small-title {
        height: 25px;
    }

    div.block-cchc div.data-content-block-cchc {
        font-size: 25px;
        padding: 5px 30px;
    }

    div.block-cchc div.time-content-block-cchc {
        font-size: 14px;
    }

    div.block-tinnoibat div.block-tintuc-large a,
    div.block-tinnoibat div.block-tintuc-large a img,
    div.block-tinnoibat div.block-tintuc-small {
        height: 315px;
    }

    div.block-tintuc-large a div.title-tintuc-large {
        margin: 4px 0 0;
    }

    div.block-tintuc-large a div.title-tintuc-large>div {
        margin: 4px 0 0;
    }

    div.block-tintuc-large div.title-firstitem {
        height: 18px;
    }

    div.block-tintuc-large div.review-firstitem {
        height: 39px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
        height: auto;
    }

    div.block-tinnoibat div.block-tintuc-small a img {
        height: 160px;
    }

    /* div.block-tinnoibat div.dash-other-info-page { height: 2px; }
    div.block-tinnoibat div.other-info-page-item:hover { border: 1px solid #5096c5; } */
    div.block-tinnoibat div.other-info-page-item,
    div.block-tinnoibat div.row-other-info-page {
        height: 650px;
    }

    div.row-dichvunhanuoc {
        height: 470px;
    }

    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu,
    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
        width: 180px;
        height: 180px;
    }

    div.row-dichvunhanuoc div.block-dichvu div.btn-xemthem {
        margin: 0;
    }

    div.row-hoatdongnoibat div.list-danhmuc-tintuc {
        margin-top: -20px;
    }

    div.row-hoatdongnoibat div.row-list-danhmuc-tintuc ul {
        height: 42px;
    }

    div.border-large-list-tintuc div.block-tintuc-small {
        height: 290px;
    }

    div.border-large-list-tintuc div.block-tintuc-small img {
        height: 160px;
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        min-height: auto;
    }

    div.row-hoatdongnoibat div.block-tintuc-small div.title-firstitem {
        height: auto;
    }

    div.border-large-list-tintuc div.block-tintuc-small div.ps-firstitem {
        padding: 5px 0 5px 10px;
    }

    div.row-thuvienvideohinhanh {
        height: 540px;
    }

    /* div.row-thuvienvideohinhanh div.title-homepage div.content-title,
    div.row-thuvienhinhanh div.title-homepage div.content-title {
        margin-top: 16px;
    } */
    div.row-list-video div.video-item-small-left,
    div.row-list-video div.video-item-small-right {
        height: 197px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n + 1),
    div.row-list-video div.video-item-small-right img:nth-child(2n + 1) {
        height: 174px;
    }

    div.row-list-video div.title-video-item {
        height: 20px;
        margin: 5px 0 0 13px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n),
    div.row-list-video div.video-item-small-right img:nth-child(2n) {
        width: 40px;
        height: 40px;
    }

    div.row-list-video div.video-item-large-center {
        height: 250px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n + 1) {
        height: 225px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n) {
        width: 50px;
        height: 50px;
    }

    div.row-thuvienhinhanh {
        margin-top: -145px;
    }

    div.row-list-hinhanh div.hinhanh-item div.title-hinhanh-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    div.row-list-hinhanh div.hinhanh-item {
        height: auto;
    }

    div.row-list-hinhanh div.hinhanh-item img {
        height: 190px;
    }

    /* home page config */
}

@media (max-width: 1164px) {

    /* public config  */
    .fontsize-small-public {
        font-size: 12px;
    }

    div.btn-xemthem a {
        font-size: 12px;
    }

    .navbar ul>li.menu-active {
        height: 22px;
    }

    .navbar ul.navbar-nav>li {
        padding: 5px 2px;
    }

    .navbar ul.navbar-nav>li:not(:last-child)::after {
        height: 17px;
        top: 5px;
    }

    .navbar ul.navbar-nav>li {
        height: 25px;
        padding: 0 2px;
    }

    .navbar-dark .navbar-nav li .dropdown-tintuc {
        margin-top: 5px;
    }

    .backtotop {
        width: 30px;
        height: 30px;
        font-size: 24px;
    }

    div.block-cchc div.small-title {
        width: 75%;
        height: 20px;
        font-size: 1rem;
    }

    div.block-cchc div.icon-content-block-cchc {
        margin: 15px 0 5px 0;
    }

    div.block-cchc div.data-content-block-cchc {
        font-size: 20px;
    }

    /* div.block-cchc > div {
        height: 155px;
    } */
    div.block-tinnoibat div.block-tintuc-large a,
    div.block-tinnoibat div.block-tintuc-large a img {
        height: 270px;
    }

    div.block-tintuc-large a div.title-tintuc-large>div:nth-child(2n + 1) {
        height: auto;
    }

    div.block-tinnoibat div.block-tintuc-small {
        height: 270px;
        padding-bottom: 0;
        margin-top: 15px;
    }

    div.block-tinnoibat div.block-tintuc-small a img {
        height: 115px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
        height: auto;
        padding: 2px 5px 0 10px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        padding-left: 10px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 1) {
        padding-left: 10px;
        height: 15px;
    }

    div.block-tinnoibat div.other-info-page-item,
    div.block-tinnoibat div.row-other-info-page {
        height: 550px;
    }

    div.block-tinnoibat div.row-other-info-page::-webkit-scrollbar {
        width: 5px;
    }

    a.name-other-info-page-item div {
        margin: 22px 0 11px 0;
    }

    div.row-dichvunhanuoc div.block-dichvu div.name-dichvu {
        font-size: 15px;
    }

    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu,
    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
        width: 160px;
        height: 160px;
    }

    div.row-list-danhmuc-tintuc ul li a {
        font-size: 10.5px;
    }

    div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-prev-left,
    div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-next-right {
        width: 28px;
        height: 28px;
    }

    div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-default i {
        font-size: 20px;
    }

    /* div.border-large-list-tintuc div.block-tintuc-small {
        height: 233px;
    } */
    div.border-large-list-tintuc div.block-tintuc-small img {
        height: 150px;
        margin: 0;
    }

    div.block-tintuc-small div.title-firstitem {
        height: 27px;
        margin-top: 5px;
    }

    div.block-tintuc-small div.ps-firstitem {
        padding-top: 5px;
    }

    /* thu vien */
    div.row-thuvienvideohinhanh {
        height: 470px;
    }

    div.row-list-video div.video-item-small-left,
    div.row-list-video div.video-item-small-right {
        height: 164px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n + 1),
    div.row-list-video div.video-item-small-right img:nth-child(2n + 1) {
        height: 139px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n),
    div.row-list-video div.video-item-small-right img:nth-child(2n) {
        width: 35px;
        height: 35px;
    }

    div.row-list-video div.video-item-large-center {
        height: 220px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n + 1) {
        height: 195px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n) {
        width: 45px;
        height: 45px;
    }

    div.row-thuvienhinhanh {
        margin-top: -125px;
    }

    div.row-list-hinhanh div.hinhanh-item div.title-hinhanh-item {
        margin-left: 5px;
        margin-right: 5px;
        height: 15px;
    }

    div.row-list-hinhanh div.hinhanh-item img {
        height: 220px;
    }

    div.pagination-hinhanh-video div.pagination-item {
        width: 8px;
        height: 8px;
        margin: 8px 8px 0 16px;
    }

    /* thu vien */
    div.row.ketqua-cchc {
        padding: 200px 0 0;
    }
}

@media (max-width: 993px) {

    /* public config  */
    .fontsize-small-public {
        font-size: 12px;
    }

    div.btn-xemthem a {
        font-size: 12px;
    }

    div.title-homepage div.dash-title {
        height: 2px;
    }

    div.title-homepage div.dot-title {
        width: 3px;
        height: 3px;
    }

    /* .navbar ul > li.menu-active { height: 22px; }
    .navbar ul.navbar-nav > li { padding: 5px 2px; }
    .navbar ul.navbar-nav > li:not(:last-child)::after { height: 17px; top: 5px; }
    .navbar ul.navbar-nav > li { height: 25px; padding: 0 2px; }
    .navbar-dark .navbar-nav li .dropdown-tintuc { margin-top: 5px; } */
    /* public config  */
    /* home page config */
    .navbar {
        padding: 0 60px;
    }

    div.block-banner>img {
        height: 400px;
    }

    div.title-homepage {
        font-size: 16px;
    }

    div.block-banner .info {
        top: 150px;
        left: 100px;
    }

    div.row.ketqua-cchc {
        padding: 150px 0 0;
    }

    div.block-cchc div.small-title {
        width: 90%;
    }

    /* div.block-cchc > div.content-block-cchc {
        height: 155px;
    } */
    div.block-cchc div.icon-content-block-cchc>img {
        height: 30px;
        width: 30px;
    }

    div.block-cchc div.data-content-block-cchc {
        font-size: 16px;
    }

    div.block-cchc div.time-content-block-cchc {
        margin: 10px 0 10px 0;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 100px; */
        /* margin: 20px 0 10px 0; */
    }

    div.block-tinnoibat {
        /* padding: 0 100px; */
    }

    div.block-tinnoibat div.block-tintuc-large a,
    div.block-tinnoibat div.block-tintuc-large a img {
        height: 235px;
    }

    div.block-tinnoibat div.block-tintuc-small {
        height: 235px;
        padding-bottom: 0;
    }

    div.block-tinnoibat div.block-tintuc-small a img {
        height: 115px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
        height: auto;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        height: auto;
        max-height: 68px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 1) {
        height: 17px;
    }

    div.block-tinnoibat div.other-info-page-item,
    div.block-tinnoibat div.row-other-info-page {
        height: 480px;
    }

    div.block-tinnoibat div.other-info-page-item:hover {
        border: 0.7px solid #5096c5;
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 100px; */
        height: 400px;
    }

    div.block-dichvu>div.image-dichvu {
        width: 130px;
        height: 130px;
    }

    div.block-dichvu>div.image-dichvu img {
        width: 130px;
        height: 130px;
        border: 2px solid #00397c;
    }

    div.row-dichvunhanuoc div.list-dichvu>div {
        margin-top: 0;
    }

    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu,
    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
        width: 145px;
        height: 145px;
    }

    div.block-dichvu div.name-dichvu {
        font-size: 12px;
    }

    div.block-dichvu div.descript-dichvu {
        margin-top: 5px;
        padding: 0 10px;
        height: 25px;
    }

    div.row-hoatdongnoibat {
        /* padding: 0 100px; */
        /* margin: -80px 0 0 0; */
    }

    div.row-hoatdongnoibat div.row-list-danhmuc-tintuc ul {
        height: 36px;
    }

    div.row-list-danhmuc-tintuc ul li a {
        font-size: 8.5px;
    }

    div.border-large-list-tintuc div.block-tintuc-small img {
        height: 175px;
    }

    div.row-list-danhmuc-tintuc ul li a.selected {
        border-bottom: 2px solid #379cf4;
    }

    div.row-list-danhmuc-tintuc ul li a {
        border-bottom: 2px solid #cbd8e3;
    }

    div.row-hoatdongnoibat div.block-tintuc-small div.title-firstitem {
        height: auto;
    }

    div.row-thuvienvideohinhanh {
        background-size: 100% 430px !important;
        height: 430px;
    }

    div.row-thuvienvideohinhanh div.title-homepage .content-title {
        margin-top: 7px;
    }

    div.row-list-video div.video-item-small-left,
    div.row-list-video div.video-item-small-right {
        height: 145px;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n + 1),
    div.row-list-video div.video-item-small-right img:nth-child(2n + 1) {
        height: 120px;
    }

    div.row-list-video div.title-video-item {
        height: 17px;
        margin: 5px 0 0 8px;
    }

    div.row-list-video div.video-item-large-center {
        height: 190px;
        margin-top: 5px;
    }

    div.row-list-video div.video-item-large-center img:nth-child(2n + 1) {
        height: 165px;
    }

    div.pagination-hinhanh-video {
        margin-top: 10px;
    }

    div.row-thuvienhinhanh {
        margin-top: -125px;
    }

    div.row-list-hinhanh div.hinhanh-item div.title-hinhanh-item {
        height: 15px;
    }

    div.row.row-diadiemdulich {
        padding: 0 100px;
    }

    div.row.row-lienketkhac {
        padding: 0 100px;
    }

    div.row.row-footer {
        padding: 0 50px;
        margin: 0;
        background-size: 100% 570px !important;
    }

    div.row-footer div.info-coquan {
        margin-top: 20px;
    }

    div.row-footer div.map-coquan {
        margin: 25px 3%;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 0;
        box-shadow: 0 0 0 0 transparent;
    }

    .navbar-dark .navbar-toggler {
        background-color: #ffffff;
        color: #00397c;
        margin-left: 2%;
    }

    ul.navbar-nav {
        width: 60%;
    }

    .navbar-nav .dropdown-menu {
        position: sticky;
    }

    .navbar ul.navbar-nav>li {
        padding: 5px 0 5px 0;
    }

    .navbar ul>li.menu-active {
        background-color: white;
    }

    .navbar ul li.menu-active>a.nav-link {
        color: #f25e00 !important;
    }

    .navbar ul li.menu-active ul.show li>a.active {
        color: #f25e00 !important;
        padding-left: 0;
    }

    .navbar ul.navbar-nav>li:not(:last-child)::after {
        border: 0;
    }

    .navbar ul.navbar-nav>li {
        height: auto;
    }

    .navbar ul li>a.nav-link {
        text-align: left;
    }

    .navbar ul.navbar-nav>li,
    .navbar ul.navbar-nav>li:not(:first-child) {
        margin-left: 10px;
    }

    /* public config */
    /* home page config  */
    div.block-banner>img {
        height: 350px;
    }

    div.block-banner .info {
        left: 50px;
    }

    div.block-banner .info .slogan-company {
        font-size:18px
    }

    div.row.ketqua-cchc {
        padding: 140px 0 0;
    }

    div.block-cchc div.small-title {
        width: 90%;
    }

    div.row.bannertuyentruyen {
        /* padding: 0 50px; */
    }

    div.row.bannertuyentruyen>div {
        /* margin: 10px 0 10px 0 !important; */
        /* width: 100%;
        height: auto; */
    }

    div.block-tinnoibat {
        /* padding: 0 50px; */
    }

    div.block-tinnoibat div.row-tinnoibat {
        width: 100%;
        margin-right: 0;
    }

    div.block-tinnoibat div.block-tintuc-large a,
    div.block-tinnoibat div.block-tintuc-large a img {
        height: 260px;
    }

    div.block-tintuc-large div.review-firstitem {
        height: 30px;
    }

    div.block-tinnoibat div.block-tintuc-small {
        height: 260px;
    }

    div.block-tinnoibat div.block-tintuc-small a img {
        height: 135px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
        height: auto;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        height: auto;
    }

    div.block-tinnoibat div.other-info-page-item,
    div.block-tinnoibat div.row-other-info-page {
        height: auto;
        display: block;
        width: 100%;
        margin-top: 10px;
        border: 0;
        box-shadow: 0 white;
        overflow: hidden;
    }

    div.block-tinnoibat div.block-other-info-page {
        display: block;
    }

    div.block-tinnoibat div.block-other-info-page div.block-listitems {
        height: 320px;
        float: left;
        width: 31.33%;
        margin: 10px 0 5px 0;
        box-shadow: 1px 0 5px 0 rgb(8 37 105 / 34%);
        background-color: white;
    }

    div.block-tinnoibat div.block-other-info-page div.block-listitems:not(:nth-child(3n)) {
        margin-right: 2.7%;
    }

    div.block-tinnoibat div.block-listitems div.block-items {
        margin-right: 0;
    }

    div.row.row-dichvunhanuoc {
        /* padding: 0 50px; */
        height: 400px;
    }

    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu,
    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
        width: 110px;
        height: 110px;
    }

    div.row-dichvunhanuoc div.block-dichvu div.btn-xemthem {
        margin: 15px 0;
    }

    div.row-hoatdongnoibat {
        /* padding: 0 50px; */
        margin: -50px 0 0 0;
    }

    div.row-list-danhmuc-tintuc ul li {
        padding: 10px 10px 0 5px;
    }

    /* div.row-thuvienvideohinhanh div.title-homepage div.content-title,
    div.row-thuvienhinhanh div.title-homepage div.content-title {
        margin-top: 10px;
        margin-right: 0;
    } */
    div.row-thuvienhinhanh {
        margin-top: -120px;
    }

    div.row.row-lienketkhac {
        padding: 0 50px;
    }

    div.row.row-footer {
        padding: 0 50px;
        margin: 0;
    }

    /* home page config */
    div.row-footer div.info-coquan,
    div.row-footer div.map-coquan {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

@media (max-width: 576px) {

    /* public config */
    .fontsize-small-public {
        font-size: 12px;
    }

    div.title-homepage div.dash-dot-left-title,
    div.title-homepage div.dot-dash-right-title,
    div.title-homepage div.dash-title,
    div.title-homepage div.dot-title {
        display: none;
    }

    div.btn-xemthem a {
        font-size: 12px;
    }

    div.pagination-smartphone {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }

    div.pagination-smartphone div.pagination-item {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 0 12px 0 0;
    }

    /* public config */
    /* home page config  */
    div.block-banner>img {
        max-height: 156px;
        height: auto;
    }

    div.block-banner .info {
        top: 70px;
        left: 25px;
    }

    div.block-banner .info .name-company {
        font-size: 18px;
    }

    div.block-banner .info .slogan-company {
        font-size: 12px;
        width: 40%;
    }

    div.title-homepage {
        font-size: 17px;
        margin: 0 5%;
        width: 90%;
    }

    div.title-homepage>div.content-title {
        margin: 0;
        font-size: 15px;
    }

    div.row.ketqua-cchc {
        padding: 25px 0 0 0;
    }

    div.block-cchc {
        align-items: center;
    }

    div.block-cchc div.content-block-cchc {
        width: 90%;
        height: 166px;
        margin: 0 5%;
    }

    div.block-cchc div.small-title {
        width: 50%;
        height: 28px;
    }

    div.block-cchc div.icon-content-block-cchc>img {
        width: 40px;
        height: 40px;
    }

    div.block-cchc div.data-content-block-cchc {
        font-size: 30px;
    }

    div.block-cchc div.time-content-block-cchc {
        margin: 0 0 16px 0;
        font-size: 14px;
    }

    div.row.bannertuyentruyen {
        /* padding: 0; */
    }

    div.row.bannertuyentruyen>div {
        /* margin: 5px 0 !important; */
    }

    div.block-tinnoibat {
        /* padding: 0; */
    }

    div.block-tinnoibat div.row-tinnoibat {
        float: none;
    }

    div.block-tinnoibat div.title-homepage {
        margin: 0 5%;
        width: 90%;
    }

    div.block-tinnoibat div.title-homepage div.btn-xemthem {
        float: right;
        padding: 0;
        line-height: 2.5;
        margin-top: 5px;
    }

    div.block-tinnoibat div.title-homepage div.content-title {
        padding: 0;
    }

    div.block-tinnoibat div.block-tintuc-small {
        width: 90%;
        height: 324px;
        margin: 0 5%;
    }

    div.block-tinnoibat div.block-tintuc-small a img {
        height: auto;
        max-height: 180px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 2) {
        display: block;
        font-size: 14px;
        height: auto;
        padding: 10px 20px 0 14px;
        margin: 0;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n) {
        display: block;
        font-size: 12px;
        height: auto;
        padding: 0 20px 0 14px;
        margin: 0;
        max-height: 70px;
    }

    div.block-tinnoibat div.block-tintuc-small>div:nth-child(3n + 1) {
        display: block;
        font-size: 11px;
        height: auto;
        padding: 0 20px 4px 14px;
        margin: 0;
    }

    /* div.block-tinnoibat div.other-info-page-item,
    div.block-tinnoibat div.row-other-info-page {
        width: 90%;
        margin: 0 5%;
    } */
    div.block-tinnoibat div.block-other-info-page div.block-listitems:nth-child(n) {
        width: 100%;
        margin: 5px 0;
        float: left;
    }

    div.block-tinnoibat div.block-other-info-page div.block-listitems {
        height: auto;
    }

    div.row.row-dichvunhanuoc {
        height: 420px;
    }

    div.row-dichvunhanuoc div.list-dichvu>div {
        width: 90%;
        margin: 0 5%;
        display: block;
    }

    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu,
    div.row-dichvunhanuoc div.block-dichvu>div.image-dichvu img {
        width: 200px;
        height: 200px;
    }

    div.row-dichvunhanuoc div.block-dichvu div.name-dichvu {
        font-size: 16px;
        margin: 14px 0 6px 0;
    }

    div.row-dichvunhanuoc div.block-dichvu div.descript-dichvu {
        margin: 0 0 8px 0;
        height: auto;
    }

    div.row-dichvunhanuoc div.pagination-smartphone {
        margin: -5px 0 10px 0;
    }

    div.modal-body div.modal-kqtc>div.form-group {
        display: block;
    }

    div.modal-body div.modal-kqtc>div.form-group>div:first-child {
        text-align: left;
        display: inline-block;
    }

    div.modal-body div.modal-kqtc>div.form-group>div:last-child {
        display: inline-block;
    }

    div.row-hoatdongnoibat {
        margin: -30px 0 0 0;
        /* padding: 5px 5%; */
        width: 100%;
    }

    div.row-hoatdongnoibat div.title-homepage {
        margin: 0;
        width: 100%;
    }

    div.row-hoatdongnoibat div.title-homepage div.btn-xemthem {
        float: right;
        padding: 0;
        line-height: 2.5;
        margin-top: 5px;
    }

    div.row-hoatdongnoibat div.list-danhmuc-tintuc {
        margin: -20px 0 0;
    }

    div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-prev-left,
    div.row-list-danhmuc-tintuc div.list-danhmuc-tintuc div.btn-next-right {
        width: 22px;
        height: 22px;
        padding: 0;
        margin: 0;
    }

    div.row-hoatdongnoibat div.row-list-danhmuc-tintuc ul {
        width: calc(100% - 46px);
        height: 32px;
        margin: 0;
    }

    /* div.row-hoatdongnoibat .row-list-danhmuc-tintuc ul li { margin: 7px 5px; } */
    div.row-list-danhmuc-tintuc ul li a {
        font-size: 12px;
        padding-bottom: 4px;
    }

    /* div.border-large-list-tintuc div.block-tintuc-small {
        height: 250px;
        width: 100%;
    } */
    div.border-large-list-tintuc div.block-tintuc-small img {
        height: auto;
        max-height: 120px;
        width: 100%;
    }

    div.row-hoatdongnoibat div.block-tintuc-small div.title-firstitem {
        font-size: 14px;
        height: auto;
        /* padding: 12px 10px 0 14px; */
        line-height: 1.29;
        color: #001b3a;
        /* margin: 0; */
    }

    div.row-hoatdongnoibat div.block-tintuc-small div.ps-firstitem {
        font-size: 12px;
        /* padding: 8px 0 0 14px; */
    }

    div.border-large-list-tintuc div.block-tintuc-small div.description-hdnb.collapse-text-3line {
        padding: 8px 0 0 14px;
    }

    /* */
    div.row-thuvienvideohinhanh div.title-homepage div.content-title {
        margin: 4px 0 0 0;
        font-size: 18px;
    }

    div.row-thuvienvideohinhanh div.title-homepage div.btn-xemthem {
        float: right;
        padding: 0;
        line-height: 2.5;
        margin-top: 0px;
    }

    div.row-thuvienvideohinhanh {
        height: 475px;
        background-size: 100% 475px !important;
    }

    div.row-list-video {
        width: 100%;
    }

    div.row-list-video div.video-item-small-left {
        height: 250px;
        width: 100%;
        float: none;
        display: block;
        margin: 0;
        padding: 0;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n + 1) {
        height: auto;
        max-height: 212px;
        width: 100%;
    }

    div.row-list-video div.video-item-small-left img:nth-child(2n) {
        height: 50px;
        width: 50px;
        position: absolute;
        top: calc(55% - 50px);
        left: calc(55% - 50px);
    }

    div.row-list-video div.title-video-item {
        height: auto;
        margin: 8px 0 10px 16px;
    }

    div.row-thuvienhinhanh div.title-homepage div.btn-xemthem {
        float: right;
        padding: 0;
        line-height: 2.5;
        margin-top: 5px;
    }

    div.row-list-hinhanh div.hinhanh-item div.title-hinhanh-item {
        height: auto;
    }

    div.row-vbplbanhanh div.title-homepage {
        width: 90%;
    }

    div.row-vbplbanhanh div.title-homepage div.btn-xemthem {
        float: right;
        padding: 0;
        line-height: 2.5;
        margin-top: 8px;
        width: auto;
    }

    div.row-vbplbanhanh .vbpl-table tbody td,
    div.row-vbplbanhanh .vbpl-table thead th {
        padding: 2px !important;
        justify-content: center;
        line-height: 1.5;
    }

    div.row.row-lienketkhac {
        padding: 0 3%;
    }

    div.row.row-lienketkhac .lienketkhac-item {
        width: 49%;
    }

    div.row.row-lienketkhac .lienketkhac-item img {
        width: 100%;
        margin: 0 1.8% 1.8% 0;
    }

    div.row.row-lienketkhac .lienketkhac-item:not(:nth-child(2n + 1)) {
        margin-right: 0;
    }

    div.row.row-footer {
        padding: 0 5%;
        background-size: 100% 570px !important;
        height: 570px;
    }

    div.row-footer div.info-coquan,
    div.row-footer div.map-coquan {
        width: 100%;
        margin: 0 0 5px 0;
    }

    div.row.row-footer hr {
        display: none;
    }

    div.row-footer div.map-coquan iframe {
        width: 100%;
        height: 200px;
    }

    div.row-footer div.link-support {
        margin: -10px 0 0 0;
    }

    div.row-footer div.link-support div {
        display: block;
        width: 100%;
    }

    div.row-footer div.link-support a {
        width: auto;
    }

    div.row-footer div.link-support a:not(:last-child) {
        margin: 5px 25px 0 0;
    }

    /* home page config */
}

@media (max-width: 310px) {
    div.block-tinnoibat div.block-tintuc-small {
        height: 336px;
    }

    div.block-banner>div:nth-child(3n + 2) {
        margin-top: -40%;
    }
}

@media (max-width: 576px) {
    div.block-cchc {
        display: none;
    }

    div.row-dichvunhanuoc div.list-dichvu {
        display: none;
    }
}

@media (min-width: 576px) {
    div.carousel {
        display: none;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#featured-activities .nav.nav-tabs .nav-item .nav-link.active,
#featured-activities .nav.nav-tabs .nav-item .nav-link:hover {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid var(--bs-primary);
}

#featured-activities .nav.nav-tabs .nav-item {
    background-color: transparent;
    border: none;
}

.video-container-modal {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container-modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
