@import url(jquery-ui.min.css);
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(bootstrap-select.min.css);
@import url(simplebar.min.css);
@import url(chitietbaiviet.min.css);
@import url(bootstrap-table.min.css);

@font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("./../fonts/Roboto.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

.header-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#myElement {
    visibility: initial;
    opacity: initial;
    transform: none;
    transition: none;
}
/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}*/
p, a, h1, h2, h3, h4, h5, span, li, div, b{
    font-family: 'Roboto', sans-serif !important;
}
ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
.pagination-info {
    font-size: 16px !important;
    color: #777777;
}
.title-content {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: "Merriweather", serif;
    color: #000000;
    position: relative;
    left: 10px;
}

.title-content::before {
    position: absolute;
    left: -10px;
    content: "";
    height: 24px;
    width: 2px;
    background: #ffca2c;
    margin-right: 5px;
}

.link {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    font-family: "Roboto", sans-serif;
    color: #212529;
}

.scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    background: #031739;
    color: #ffffff;
    border-radius: 10px;
    position: fixed;
    bottom: -20%;
    right: 30px;
    transition: 0.4s;
    z-index: 10;
    visibility: hidden;
}

.show-scroll {
    bottom: 50px;
    visibility: visible;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    visibility: initial;
    opacity: initial;
    transform: initial;
    transition: initial;
}

.swiper {
    width: 100%;
    height: 100%;
}

.header-img {
    width: 100%;
    background-image: url("./images/UBNDTP1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-no-img {
    height: 100%;
    width: 100%;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.header-top {
    background: rgba(0, 0, 0, 0.3);
}
.header-main {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}
.header-nav-banner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-menu {
    display: flex;
    gap: 70px;
    height: 100%;
}

.icon-open,
.icon-close {
    font-size: 45px;
    cursor: pointer;
    display: none;
    color: #ffffff;
}

.icon-open:hover,
.icon-close:hover {
    color: #c8392b;
}

.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.info-left {
    display: flex;
    gap: 26px;
    align-items: center;
}

.info-left__icon {
    color: #c8392b;
}

.info-left__box:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-left__title {
    margin-left: 5px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.25px;
}

.info-left__title:nth-child(2) {
    width: 213px;
}

.info-right {
    display: flex;
    gap: 32px;
    height: 90px;
    background: #2C82B5;
}

.info-right__box_left {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.info-right__box_right {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.info-right__image {
    object-fit: cover;
}

.info-contact {
    width: 50px;
    height: 50px;
    border: none !important;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button {
    width: 50px;
    height: 50px;
    border: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: var(--main-color-border);
}

.menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-family: "Roboto", serif;
}

.menu-link:hover {
    color: #c8392b;
}

.menu-link:active {
    color: #c8392b;
}

.menu-item {
    display: grid;
    position: relative;
    align-content: center;
    height: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.menu-item::before {
    position: absolute;
    bottom: -2px;
    content: "";
    width: 75%;
    height: 2px;
    transition: 0.3s all;
    transform: scale(0);
}

.menu-item:hover::before {
    transform: scale(1);
}

.menu-link {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 2px 2px #000;
}

.menu-link-red {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 700;
    color: #C8392B;
}
.menu-link-item {
    padding: 0 2px;
    color: white;
    font-family: Roboto, serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.0125em;
    text-align: left;

}
.menu-logo {
    display: block;
    width: 80px;
    height: 80px;
}

.menu-logo__image {
    width: 100%;
    object-fit: cover;
}

.menu-search {
    display: flex;
    height: 100%;
}

.menu-search__icon {
    width: 40px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
    border-radius: 6px 0px 0px 6px;
}

.menu-search__input {
    width: 132px;
    height: 39px;
    border-radius: 0px 6px 6px 0px;
    background: #ffffff;
    border: none !important;
    outline: none !important;
    padding: 0 7px;
}

.hero {
    position: relative;
}

.hero-main {
    margin-top: -460px;
}

.hero-name, .hero-nameCity {
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.30);
}

.hero-name {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.hero-nameCity {
    font-weight: 400;
    font-size: 62px;
    line-height: 77.93px;
    font-family: "Merriweather", serif;
    margin-top: 25px;
}

.hero-btn {
    margin-top: 50px !important;
}


.hero-bottom {
    overflow: hidden;
    margin-top: 120px;
    padding: 30px 40px;
    height: 186px;
    background: #fafafa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 33px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.hero-box {
    display: flex;
    gap: 17px;
    width: 337px;
    height: 124px;
    font-family: "Roboto", sans-serif;
}

.hero-box__date {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #777777;
}

.hero-box__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #031739;
    margin-top: 16px;
    width: 192px;
}

.hero-box:nth-child(1), .hero-box:nth-child(2) {
    border-right: 0.5px solid #000000;
}

.hero {
    visibility: initial;
    opacity: initial;
    transform: initial;
    transition: initial;
}

.btn-stories {
    width: 237px;
    padding: 14px 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
    font-weight: 500;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #fff;
    border-radius: 8px;
}

.btn-red {
    width: 156px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    border: none !important;
    background: #c8392b;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.btn-older {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    gap: 30px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    border: none !important;
}

.news {
    margin-top: 72px;
}

.news-number {
    width: 41px;
    height: 46px;
    border: none !important;
    border-radius: 6px 6px 0px 0px;
    background: #f7f7f7;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-number span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #c8392b;
    font-family: "Lexend", sans-serif;
}

.news-month {
    background: #c8392b;
    border-radius: 0px 0px 6px 6px;
    width: 41px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-month span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Lexend", sans-serif;
}

.news-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.news-box {
    display: flex;
    gap: 20px;
}

.news-box__title {
    width: 300px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25.14px;
    color: #212529;
    font-family: "Merriweather", serif;
}

.news-box__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.investor {
    margin-top: 72px;
}

.investor-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.investor-bottom {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
    gap: 20px;
}

.investor-box__img img {
    width: 100%;
    object-fit: cover;
}

.investor-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #031739;
    font-family: "Merriweather", serif;
    margin-top: 16px;
}

.investor-box__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.subscribe {
    background: #fafafa;
    margin-top: 72px;
    padding: 26px 0;
}

.subscribe-main {
    margin: 0px 67px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.subscribe-text {
    width: 621px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    line-height: 20.8px;
    margin-top: 8px;
}

.subscribe-btn {
    margin-top: 28px !important;
}

.cuture {
    padding: 58px 0px 0px 0;
    background: rgba(255, 205, 57, 0.5);
}

.cuture-content {
    margin-top: 32px;
    display: flex;
    gap: 20px;
}

.cuture-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cuture-left__date {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}

.cuture-left__title {
    margin-top: 10px;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #031739;
}

.cuture-left__text {
    width: 758px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-family: "Roboto", sans-serif;
}

.cuture-box {
    display: flex;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}

.cuture-box__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #031739;
    font-family: "Merriweather", serif;
}

.cuture-box__text {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    color: #777777;
}

.cuture-box__link {
    display: block;
    margin-top: 12px !important;
}

.cuture-box__btn {
    margin-top: 40px !important;
}

.cuture-box:nth-child(2) {
    margin-top: 24px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.4);
}

.food {
    margin-top: 56px;
}

.food-content {
    margin-top: 32px;
    display: flex;
    gap: 20px;
}

.food-left {
    width: 570px;
}

.food-left__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: "Merriweather", serif;
    color: #000000;
    margin-top: 12px;
}

.food-left__text {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    margin-top: 6px;
}

.food-box {
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}

.food-box__title {
    font-weight: 700;
    font-size: 18px;
    color: #031739;
    font-family: "Merriweather", serif;
    letter-spacing: 0.027px;
}

.food-box__text {
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-top: 18px;
    color: #777777;
}

.food-box:nth-child(n+2) {
    margin-top: 16px;
}

.food-btn {
    margin-top: 28px !important;
    margin-bottom: 72px !important;
    display: block;
    margin: 0 auto;
}

.destination {
    margin-top: 72px;
}

.destination-content {
    margin-top: 32px;
    display: flex;
    gap: 21px;
    margin-bottom: 100px;
}

.destination-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.destination-box {
    background: #212529;
}

.destination-box__title {
    padding-top: 17px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Merriweather", serif;
    color: #ffffff;
}

.destination-box__text {
    padding-top: 17px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    border: none !important;
    line-height: 20.8px;
    margin-top: 10px;
}

.destination-box__link {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    margin-top: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.destination-box__intro {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    width: 206px;
}

.destination-boxs {
    background: #212529;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer {
    background: rgba(236, 236, 236, 0.4);
    font-family: "Roboto", sans-serif;
}

.footer-bg {
    background: rgba(236, 236, 236, 0.4);
}

.footer-main {
    padding: 35px 0;
    display: flex;
    align-items: center;
    gap: 21px;
}

.footer-img {
    width: 100%;
}

.footer-box__name {
    font-weight: 500;
    font-size: 24px;
    color: #031739;
}

.footer-box__content {
    width: 473px;
    font-weight: 400;
    font-size: 14px;
    color: #031739;
    margin-top: 8px;
}

.footer-box__agency {
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
}

.footer-box__title {
    font-weight: 600;
    font-size: 16px;
    color: #031739;
}

.footer-box__info {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-box__info li {
    font-weight: 400;
    font-size: 14px;
    color: #031739;
}

.footer-box__serial {
    width: 173px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}

.footer-box__serial i {
    color: #c8392b;
}

.footer-box__serial span {
    font-weight: 400;
    font-size: 10px;
    color: #777777;
    margin-left: 6px;
}

.footer-box:first-child {
    display: flex;
    gap: 10px;
}

.footer-bottom {
    height: 40px;
    background: rgba(119, 119, 119, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom__text {
    text-align: center;
    padding: 8.5px 0;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #031739;
}

.text-share {
    color: #185396;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.07px;
}

.portlet-decorate .portlet-content {
    padding: 0 !important;
}

.mg-t-b-58 {
    margin: 58px 0px 32px 0px;
}

.header-menu-right {
    align-items: center;
    display: flex;
}

.mg-lt-pd-lt-none {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.bg-header-sdt {
    background: rgba(119, 119, 119, 0.50);
}

.footer-img {
    width: 100%;
    background-image: url("../images/FooterTV.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 1px solid #cecaca;
}

.pd-t-18 {
    padding-top: 18px;
}

.pd-r-8 {
    padding-top: 8px;
}

.sdt-title-footer {
    margin-bottom: 0px;
}
.header-top-main {
    height: 90px;
}

.icon-home-nav {
    border-radius: 50%;
    color: #FFFFFF;
}

li.menu-item:hover i {
    color: #0D4C92;
;
    background: #FFFFFF;
}

li.menu-item:hover {
    background: var(--main-home-text-color);
}

.menu-bottom {
    display: flex;
    gap: 7px;
}

.header-title-two-line {
    line-height: 38px;
    letter-spacing: 0.25px;
    margin: auto;
    gap: 6px;
    display: grid;
}
.ttdt-header-top {
    color: #555555;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.25px;
}
.ttdt-header-bottom {
    font-weight: 600;
    font-size: 32px;
    line-height: 37.5px;
    letter-spacing: 0.25px;
    color: #0D4C92;
}
img.toggle-mobile-menu {
    display: none;
}

#menu-mobile {
    width: 70vw;
    height: 100vh;
    max-width: 400px;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #1387DE 0%, #0AB2F0 100%);
    z-index: 10;
    flex-direction: column;
    justify-content: space-between;
}
#menu-mobile .menu-overlay{
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 30vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    filter: blur(8px);
    cursor: pointer;
}
li.mobile-menu-item {
    border-bottom: 0.5px solid #FFFFFF;
}

.text-menu-item {
    width: 88%;
    margin: 10px 10px 0px 10px;
    color: #FFFFFF;
}

.text-menu-item > span {
    opacity: 1;
    display: unset;
    align-self: center;
}

ul.submenu {
    background: #0D4C92;
}

ul.submenu > li {
    padding: 5px 0;
}

ul.submenu > li:not(:last-child) {
    border-bottom: 0.5px solid #FFFFFF;
}

li.mobile-menu-item > a::after {
    content: "\F282";
    position: absolute;
    right: 11px;
    top: 10px;
}

li.mobile-menu-item > a > p{
    color: #FFFFFF;
}
.info-right-mobile-box{
    display: none;
}