/* font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
    font-family: UVNHONGHA;
    src: url(./UVNHongHaHep_B.TTF);
}

:root {
    --yellow-color: #FCB239;
    --grey-color: #77777b;
    --red-color: #E00105;
}

html,
body {
    font-size: 100%;
    line-height: 1.5;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    list-style: none;
    text-decoration: none !important;
    outline: 0;
}

a {
    display: block;
    color: #333;
}

.container {
    width: 1250px;
}

.row {
    height: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.flex-bw {
    display: flex;
    justify-content: space-between;
}

.flex-col {
    display: flex;
    flex-direction: column;
}


/* menu-icon */

.menu-icon {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    display: none;
}

.menu-icon i {
    font-size: 1.7rem;
}

.search-mobile {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    display: none;
}

.fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 40%);
    z-index: 8;
}

.overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 98;
    background: #0b0b0b;
    opacity: 0.6;
    display: none
}

#btn-back-to-top {
    border-radius: 50px;
}


/* menu-mobile */

.menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    width: 0;
    overflow: scroll;
    transition: width 0.3s;
}

.scross-bar {
    padding: 10px 0;
    border-bottom: 1px solid #e6e1e1;
    font-size: 1.125rem;
}

.nav-click {
    position: absolute;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 100;
    margin-top: -45px;
}

.icon-click {
    content: "";
    border-color: #333 #fff #fff #fff !important;
    position: absolute;
    border: 5px solid;
    right: 17px;
    margin-top: 22px;
}

.nav-first {
    padding: 35px 0 0 20px;
}

.nav-first li {
    position: relative;
}

.nav-first li a {
    color: #333;
}

.nav-second {
    margin-top: 10px;
    line-height: 2;
    display: none;
}

.close-icon {
    position: absolute;
    top: 11px;
    right: 16px;
}

.close-icon i {
    font-size: 1.3rem;
}


/* icon-social */

.icon-social {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 100;
}

.social-nav li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    opacity: 0.8;
    cursor: pointer;
}

.social-nav li:first-child {
    background: #E00105;
}

.social-nav li a i {
    color: #fff;
    font-size: 1.5rem;
}

.social-nav li:nth-child(2) {
    background: #3080F3;
    font-size: 1.5rem;
}

.social-nav li img {
    width: 100%;
    height: auto;
}

.social-nav li span {
    position: absolute;
    background: #3080F3;
    left: 64px;
    width: 250px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.975rem;
    display: none;
}

.social-nav li:hover {
    opacity: 1;
}

.social-nav li:hover .span-social {
    display: flex;
}

.chat-nav {
    position: fixed;
    right: 20px;
    width: 50px;
    height: 50px;
    bottom: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #E00105;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.icon-marr {
    margin-right: 5px;
}

.blue-color {
    color: #3080F3 !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.blue-color:hover {
    text-decoration: underline !important;
}

.yellow-color {
    color: #FF7201 !important;
}

.yellow-color:hover {
    text-decoration: underline !important;
}


/* header */

.grip {
    overflow: hidden;
    background: #ffff;
}

.header {
    padding: 5px 0;
    position: relative;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    height: 95px;
}

.header.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
}

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

.header-list a:hover {
    color: var(--red-color);
}

.header-list a {
    font-weight: 600;
    padding: 0 2px !important;
    /* font-size: 12px; */
}
.header .navbar-nav .nav-link{
    font-size: 15px;
}
.header a{
    font-size: 14px;
}
.header-list a i {
    font-size: 0.7rem;
    margin-left: 0;
    margin-right: 5px;
}

.nav-link {
    color: #333;
}

.header-list li a:hover {
    color: var(--red-color) !important;
}

.hover-list {
    position: absolute;
    background-color: #fff;
    z-index: 20;
    width: 276px;
    top: 170%;
    padding: 20px 25px;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 46%);
    border-top: 1px solid var(--grey-color);
}

.hover-list li {
    border-bottom: 1px solid #e0e0ee;
}

.hover-list::before {
    content: "";
    height: 33px;
    position: absolute;
    top: -34px;
    left: 13px;
    border-color: transparent transparent #e6e3e3 transparent !important;
    border: 12px solid;
}

.hover-list::after {
    content: "";
    height: 33px;
    position: absolute;
    top: -33px;
    left: 0;
    width: 100px;
    cursor: pointer;
}

.hover-list li a {
    color: #333;
    line-height: 2;
}

.hover-list {
    display: none;
}

.hover-nav1:hover .hover-list1,
.hover-nav2:hover .hover-list2,
.hover-nav3:hover .hover-list3,
.hover-nav4:hover .hover-list4,
.hover-nav5:hover .hover-list5 {
    display: block;
}

.header__support {
    font-weight: 700;
    height: 38px;
}

.support-box1 {
    background-color: #006cb5;
    color: #fff;
    min-height: 37px;
    cursor: pointer;
}

.support-box1:hover {
    background: #333333;
}

.support-box2 {
    background-color: #fcb239;
    color: #fff;
    cursor: pointer;
    min-height: 37px;
}

.support-box2:hover {
    background: #333;
}

.support-box3--search {
    min-height: 30px;
    border: 1px solid #333;
    padding: 0 8px;
    cursor: pointer;
    align-items: center;
    display: flex;
}

.support-box3--search:hover {
    background: var(--yellow-color);
    color: #fff;
}

.header-form {
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 30;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 42%);
    border-radius: 10px;
    display: none;
}

.header-form input {
    width: 260px;
    height: 50px;
    border: 0;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.header-form button {
    width: 42px;
    border: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--grey-color);
    color: #fff;
}

.nav-exten {
    line-height: 37px;
}

.header-form-ex input {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.header-form-ex {
    line-height: 30px;
}

.header-form-ex button {
    width: 42px;
    outline: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--grey-color);
    color: #fff;
}

.hotline-header {
    position: absolute;
    right: 100px;
    bottom: 2px;
}

.hotline-header a {
    color: var(--red-color);
}

span.widget-title:after {
    content: "";
    background: #009cde;
    position: relative;
    bottom: -5px;
    display: block;
    height: 1px;
    width: 100%;
}

.is-divider2 {
    background-color: #009cde !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    height: 3px;
    max-width: 30px;
}

span.widget-title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.clearfix-20 {
    height: 20px;
}

.title_right {
    border-bottom: 2px solid #ff384b;
}

.news_page .row>div {
    padding: 0 30px 30px;
}

.title_right span {
    padding: 5px 10px;
    background: #ff384b;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.news_item_inner .title_news {
    font-weight: bold;
    font-size: 14px;
}

.news_left_first .news_item img {
    width: 130px !important;
    height: 100px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 100% !important;
}

.list_news .news_item .news_item_inner {
    min-height: 180px;
}

.col_right_item {
    margin-bottom: 25px;
}

.title_right {
    border-bottom: 2px solid #ff384b;
}

.title_right span {
    padding: 5px 10px;
    background: #ff384b;
    border-top-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.list_menu_right {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.has_sub {
    position: relative;
}

.has_sub .toggle_menu1 {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.has_sub .toggle_menu1[aria-expanded="true"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.list_menu_right .li_right_item a {
    display: block;
    padding: 10px 30px 10px 15px;
    border-bottom: solid 1px #ebebeb;
    color: #000;
}

.list_menu_right .li_right_item:last-child a,
.menu_sub .li_right_item a {
    border-bottom: 0;
}

.list_menu_right>.li_right_item.has_sub>.menu_sub {
    border-top: 1px solid #ebebeb;
}

.has_sub.active>a,
.has_sub.active>.toggle_menu1 {
    color: #ff384b;
}

.menu_sub .menu_sub .li_right_item {
    padding-left: 20px;
}

.list_menu_right .menu_sub .li_right_item>a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
}

.list_menu_right .menu_sub .li_right_item>a:hover,
.li_right_item:hover>a,
.li_right_item:hover>.toggle_menu1,
.list_menu_right .menu_sub .li_right_item:hover>.toggle_menu1 {
    color: #ff384b;
}

.col_right_item .news_left_first .news_item img {
    width: 90px !important;
    height: 70px;
}

.list_menu_right .li_right_item a {
    display: block;
    font-size: 13px;
    padding: 10px 30px 10px 15px;
    border-bottom: solid 1px #ebebeb;
    color: #000;
}

.col_right_item .news_left_first .news_item {
    padding-left: 100px;
}

.news_item {
    margin-bottom: 20px;
}

.col_right_item .news_left {
    margin-top: 15px;
}

.list_news {
    border-right: ;
}

.list_news .news_item img {
    width: 240px !important;
    height: 180px;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.list_news .news_item {
    padding-left: 255px;
    margin-bottom: 20px;
}

.list_news .news_item .description_news {
    line-height: 25px;
    color: #334862;
}

.list_news .news_item .title_news {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}

.news_item_inner .title_news {
    font-weight: bold;
    font-size: 14px;
}

.list_news .news_item img {
    width: 240px !important;
    height: 180px;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.time_news {
    padding: 5px;
    background: #ff384b;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 10px;
    color: #fff;
}

.new_right {
    border-left: 1px solid #ececec;
}

.col_right_item .news_left_first .news_item .news_item_inner {
    min-height: 70px;
}

.news-right a {
    padding: 6px 0;
}

.news-right-item+.news-right-item {
    border-top: 1px solid #ececec;
}

.pagination a {
    color: #000;
}

.pagination li {
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid var(--yellow-color);
}

.pagination li+li {
    margin-left: 2px;
}

.pagination li.disabled {
    display: none;
}

.pagination li.active {
    background-color: var(--yellow-color);
}

.pagination li.active a {
    color: #fff;
}


/*-------------------------------PSLIDELIST FIX--------------------------------------*/

.detail__header-left>div {
    position: relative;
}


/* .splide__arrows {
    position: relative;
} */


/* 
.detail-boximg {
    height: 400px;
} */

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: none;
}

.map {
    margin-bottom: 20px;
}