﻿body {
    font-family: "Barlow Regular","Roboto Regular", sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}

a,
p,
li {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: unset;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

:root {
    --color-main: #000000;
    --color-title: #0D3158;
    --color-hover: #00ADF9;
    --color-menu: #333333;
    --font-family-BarlowExtraBold: "Barlow ExtraBold";
    --font-family-BarlowBold: "Barlow Bold";
    --font-family-BarlowSemiBold: "Barlow SemiBold";
    --font-family-BarlowMedium: "Barlow Medium";
    --font-family-BarlowRegular: "Barlow Regular";
    --font-family-BarlowMediumItalic: "Barlow Medium Italic";
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    z-index:unset;
}

/*----------------------------------BACK TO TOP---------------------------------*/
#back-top a {
    width: 45px;
    height: 45px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #5D5D5D;
    border-radius: 50%;
    z-index: 9990;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

#back-top a i {
    font-size: 10px;
}

#back-top a:hover,
#back-top a:focus {
    background-color: var(--color-hover);
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------------END BACK TO TOP-------------------------------*/

.mt-top-bottom {
    margin: 2em 0;
}

.header-top {
    background-color: #0D3158;
}
.header-top .box-header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 48px;
}
.header-top .box-header .box-menu-fix ul {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.header-top .box-header .box-menu-fix ul li {
    border-right: 1px solid #00244C;
    padding: 13px 21px;
}

.header-top .box-header .box-menu-fix ul li:first-child {
    border-left: 1px solid #00244C;
}

.header-top .box-header .box-menu-fix ul li a {
    font-family: var(--font-family-BarlowMedium);
    font-size: 14px;
    color: #FFFFFF;
}
/* .header-top .box-header .box-menu-fix ul li a:hover{
    color: var(--color-hover);
} */
.header-top .box-header .box_language {
    position: relative;
    display: inline-block;
}
.header-top .box-header .box_language input {
    display: none;
}

.header-top .box-header .box_language label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 30px 8px 12px;
    cursor: pointer;
    min-width: 140px;
    color: #FFFFFF;
}

.header-top .box-header .box_language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 18%);
    width: 100%;
    padding: 5px 0;
    z-index: 100;
}

.header-top .box-header .box_language input:checked~ul {
    display: block;
}

.header-top .box-header .box_language ul li {
    list-style: none;
    padding: 8px 12px;
    cursor: pointer;
}

.header-top .box-header .box_language ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-top .box-header .box_language ul li:hover {
    background-color: #F5F5F5;
}

.header-top .box-header .box_language label:after {
    content: '\003E';
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
    pointer-events: none;
    z-index: 1;
    transition: all 250ms cubic-bezier(.4, .25, .3, 1);
    color: #FFFFFF;
}

.header-menu {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: #FFFFFF;
}

.header-menu .header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
}

.header-menu .header-logo .col-menu {
    width: 80%;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
}

.header-menu .header-logo .col-logo {
    width: 20%;
}

.header-menu .header-logo .col-logo img {
    width: 100%;
    max-width: 200px;
}

.header-menu .contact {
    text-align: end;
    margin-left: 14px;
}

.header-menu .contact .bt_contact {
    cursor: pointer;
}

.header-menu .contact .bt_contact:hover {
    color: var(--color-hover);
    background-color: transparent;
}

.navigation {
    z-index: 1;
    position: relative;
}

.nav-toggle {
    height: 44px;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
    display: none;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #333333;
    box-shadow: 0 0.5em 0 0 #333333, 0 1em 0 0 #333333;
    right: 0;
    border-radius: 10px;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 250px;
    height: 100%;
    top: 0;
    right: -400px;
    position: fixed;
    background-color: #f5f5f5;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0;
}

.nav-menus-wrapper-close-button {
    margin: 15px 15px;
    display: none;
    float: right;
    color: #333333;
    font-size: 26px;
    cursor: pointer;
    font-weight: bold;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.navigation .nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation .nav-menu>li {
    display: inline-block;
    position: relative;
}

.navigation .nav-menu>li>a {
    padding: 14px;
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-family-BarlowSemiBold);
    color: var(--color-menu);
    cursor: pointer;
    text-transform: uppercase;
}

.navigation .nav-menu li a:hover,
.navigation .nav-menu li a:focus,
.navigation .nav-menu li.active a {
    color: var(--color-hover);
}

.navigation-portrait .nav-menu {
    width: 100%;
    flex-direction: column;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
}

.navigation .nav-menu li:hover .nav-dropdown {
    display: block;
}

.navigation .nav-menu li:hover .nav-dropdown .nav-dropdown {
    display: none;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s;
    display: none;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000;
    right: 0;
    top: 0;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ffffff #ffffff transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent var(--color-hover) var(--color-hover) transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-dropdown {
    min-width: 200px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
    display: none;
}

.nav-menu>li .nav-dropdown {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    border-top: 2px solid #00ADF9;
    padding-top: 5px;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li:last-child {
    margin-bottom: 0;
}

.nav-dropdown>li>a {
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 8px 20px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.nav-dropdown>li:last-child>a {
    border-bottom: none;
}
.nav-dropdown>li>a:hover{
    background-color: #F6F6F6;
    color: #333 !important;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 15px 25px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.content_repo {
    width: 100%;
    position: relative;
    height: auto;
}

.content_repo .ovelay_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(169, 169, 169, 0.45);
    display: none;
    z-index: 8888;
}

.hiden_ove {
    overflow: hidden;
}

.title_block {
    display: block;
}

.banner {
    position: relative;
    background-color: #DDEDFF;    
}
    

.banner .bg_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .bg_banner .col-banner{
    width: 50%;
}

.banner .bg_banner img {
    max-width: 100%;
    margin-top: 30px;
    position:relative;
    z-index:1!important;
}
.banner .banner-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 30px 30px 0;
}
.banner .banner-content .slide-dtu {
    font-family: var(--font-family-BarlowExtraBold);
    font-size: 48px;
    line-height: 1;
    color: var(--color-title);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner .banner-content .slide-h2 {
    font-family: var(--font-family-BarlowExtraBold);
    font-size: 48px;
    line-height: 1;
    color: var(--color-hover);
    text-transform: uppercase;
}

.banner .banner-content p.slide-p {
    font-family: var(--font-family-BarlowMedium);
    font-size: 16px;
    color: var(--color-main);
    margin: 0;
    padding-bottom: 30px;
    padding-top: 10px;
}

.banner .banner-content a.slide-read-more {
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--font-family-BarlowBold);
    border-radius: 5px;
    letter-spacing: 0.02em;
    background-color: var(--color-hover);
}

.banner .banner-content a.slide-read-more:hover {
    background-color: var(--color-title);    
}


.title_name {
    font-family: var(--font-family-BarlowBold);
    font-size: 28px;
    color: var(--color-title);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}
.title_name a{display: block;}

.center {
    text-align: center;
}

.item_img {
    width: 100%;
}

.item_img_50 {
    width: 50%;
}
.content-about {
    margin: 60px 0;
}

.content-about .box_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-about .box_about .al_left {
    width: 40%;
}

.content-about .box_about .al_left img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px 5px;
}

.content-about .box_about .item_about {
    width: 60%;
    padding-left: 54px;
}

.content-about .box_about .item_about .about-short {
    margin-top: 20px;
    margin-bottom: 30px;
}
.content-about .box_about .item_about .about-short p{margin-bottom: 15px;}
.content-about .box_about .item_about .about-short ul{
    list-style: none;
    margin-bottom: 20px;
}
.content-about .box_about .item_about .about-short ul li{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.content-about .box_about .item_about .about-short ul li::before{
    content: url(../images/checklist.png);
    padding-right: 10px;
    padding-top: 1px;
}

.content-about .box_about .item_about .view_more {
    font-family: var(--font-family-BarlowBold);
    background-color: var(--color-hover);
    border-radius: 5px;
    padding: 12px 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02em;
}
.content-about .box_about .item_about .view_more:hover {
    background-color: var(--color-title);
}

.content-information .box_information{
    
}
.content-information .box_information .box_item{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 0;
    min-height: 175px;
}
.content-information .box_information .box_item .box_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 22px;
}
.content-information .box_information .box_item .box_info .box_top .title{
    font-family: var(--font-family-BarlowBold);
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-transform: uppercase;
}
.content-information .box_information .box_item .box_info .box_top p{
    font-family: var(--font-family-BarlowMedium);
    color: #FFFFFF;
}
.content-information .box_information .box_item .box_info .link_access{
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.content-information .box_information .box_item .box_info .link_access::after{
    content: url('../images/arror_next.png');
}
.bg_1{
    background-color: #D0E3CF;
}
.bg_2{
    background-color: #A5CBCE;
}
.bg_3{
    background-color: #CFBCE1;
}

.content-news{
    margin: 50px 0 60px;
}
.content-news .box_news .box_item_content .title_name{
    margin-bottom: 25px;
}
.content-news .box_news .box_item{
    /* margin-top: 25px; */
}
.content-news .box_news .box_item img{
    border-radius: 10px 10px 0 0;
    height:240px;
    object-fit:cover;
}
    .content-news .box_news .box_item .news_info {
        background-color: #F5F7FA;
        padding: 20px 18px;
        border-radius: 0 0 10px 10px;
        min-height: 290px;
        position:relative;
    }

.content-news .box_news .box_item .news_info .title_item {
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 18px;
    margin-bottom: 10px;
}

.content-news .box_news .box_item .news_info .title_item a {
    display: block;
}

.content-news .box_news .box_item .news_info .title_item a:hover {
    color: var(--color-hover);
}

.content-news .box_news .box_item .news_info p {
    margin-bottom: 15px;
}
.content-news .box_news .box_item .news_info p:last-child
{margin-bottom: 0;}
.content-news .box_news .box_item .date_time {
    color: #81868A;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
}

.content-news .box_news .box_item .date_time:before {
    content: "\f133";
    color: #81868A;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.content-news .box_news .box_item .news_info .view_more{
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 15px;
    color: #81868A;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
    position:absolute;
    bottom:12px;
}
.content-news .box_news .box_item .news_info .view_more::after{
    content: url('../images/arror_view.png');
    line-height: 1;
}
.content-news .box_news .box_item .news_info .view_more:hover{
    color: var(--color-hover);
}
.content-news .box_news .box_item .news_info .view_more:hover::after{
    content: url('../images/arror_hover.png');
}
.content-news .box_news .box_item ul.list_notify{
    overflow-y: scroll;
    max-height: 532px;
    min-height: 500px;
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 transparent;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
/* Works on Chrome, Edge, and Safari */
.content-news .box_news .box_item ul.list_notify::-webkit-scrollbar {
    width: 5px;
}

.content-news .box_news .box_item ul.list_notify::-webkit-scrollbar-track {
    background: transparent;
}

.content-news .box_news .box_item ul.list_notify::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 5px;
}
.content-news .box_news .box_item ul.list_notify::-webkit-scrollbar-thumb:hover {
    background-color: #bfbfbf; 
}

.content-news .box_news .box_item .list_notify li{
    background-color: #F5F7FA;
    border-radius: 10px;
    padding: 20px 18px 10px;
    margin-right: 5px;
}
.content-news .box_news .box_item .list_notify li .art_pub{
    display: block;
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.content-news .box_news .box_item .list_notify li .art_pub:hover{
    color: var(--color-hover);
}

.content-news .box_news .owl-controls {
    margin-top: 36px;
}

.content-news .news-carousel .owl-dots .owl-dot span {
    background-color: #D9D9D9;
    width: 20px;
    height: 4px;
    margin: 6px;
    border-radius: 3px;
}

.content-news .news-carousel .owl-dots .owl-dot.active span,
.content-news .news-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-hover);
    width: 20px;
}

.box_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.box_title .view_all{
    font-family: var(--font-family-BarlowBold);
    font-size: 18px;
    color: var(--color-hover);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.box_title .view_all::after{
    content: url('../images/arror_hover.png');
    line-height: 1;
}
.box_title .view_all:hover{
    color: var(--color-title);
}
.box_title .view_all:hover::after{
    content: url('../images/arror_view.png');
}
.content-staff{
    margin: 50px 0;
}
.content-staff .item_staff{
    background-color: #F5F7FA;
    border-radius: 10px;
    padding: 15px;
}
.content-staff .item_staff .item_img{
    border-radius: 5px;
}
.content-staff .item_staff .item_info{
    margin-top: 15px;
}
.content-staff .item_staff .item_info .news_title{
    margin-bottom: 5px;
}
.content-staff .item_staff .item_info .news_title a{
    display: block;
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 18px;
}
.content-staff .item_staff .item_info .position{
    font-family: var(--font-family-BarlowSemiBold);
    color: #81868A;
    text-transform: uppercase;
    margin-bottom: 0;
}
.content-staff .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%; 
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.content-staff .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    position: absolute;
    background: #FFFFFF;
    cursor: pointer;
    display: block;
    z-index: auto;
    border: 1px solid var(--color-hover);
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}
.content-staff .owl-theme .owl-controls .owl-nav [class*='owl-']:hover{
    background: var(--color-hover);
}
.content-staff .owl-nav .owl-prev i, .content-staff .owl-nav .owl-next i {
    color: var(--color-hover) !important;
    font-size: 22px;
    font-weight: normal;
}
.content-staff .owl-theme .owl-controls .owl-nav [class*='owl-']:hover i{
    color: #FFFFFF !important;
}
.content-staff .owl-nav .owl-prev {
    left: -70px;
}
.content-staff .owl-nav .owl-next {
    right: -70px;
}
.content-feedback {
    background: linear-gradient(to bottom, rgb(13 49 88 / 90%), rgb(13 49 88 / 90%)), url(../images/bg_feedback.jpg) no-repeat left top;
    min-height: 582px;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.content-feedback .box-title-header{
    text-align: center;
}
.content-feedback .tt-feedback {
    color: #FFFFFF;
}
.content-feedback .box-feedback{
    margin-top: 30px;
}
.content-feedback .box-feedback .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-feedback .box-feedback .box-item {
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-feedback .box-feedback .box-item .box_img {
    position: relative;
}

.content-feedback .box-feedback .box-item .box_img .img_ach {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.content-feedback .box-feedback .box-item .box_img::after {
    content: url('../images/icon_quote.png');
    position: absolute;
    right: 8px;
    bottom: 0px;
}

.content-feedback .box-feedback .box-item .inbox {
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: var(--font-family-BarlowMediumItalic);
    font-size: 16px;
}

.content-feedback .box-feedback .box-item .inbox p {
    color: #FFFFFF;
    margin-bottom: 0;
}

.content-feedback .box-feedback .box-item .box_info_sv {
    padding-top: 30px;
}

.content-feedback .box-feedback .box-item .box_info_sv .title {
    font-family: var(--font-family-BarlowBold);
    font-size: 18px;
    padding-bottom: 5px;
    color: #FFFFFF;
    display: block;
}

.content-feedback .box-feedback .box-item .box_info_sv .note p{
    margin: 0;
    color: var(--color-hover)!important;
    font-size: 15px;
}

.content-feedback .box-feedback .owl-controls {
    margin-top: 40px;
}

.content-feedback .box-feedback .feedback-carousel .owl-dots .owl-dot span {
    background-color: #D9D9D9;
    width: 20px;
    height: 4px;
    margin: 6px;
    border-radius: 3px;
}

.content-feedback .box-feedback .feedback-carousel .owl-dots .owl-dot.active span,
.content-feedback .box-feedback .feedback-carousel .owl-dots .owl-dot:hover span {
    background: var(--color-hover);
    width: 20px;
}

.content-feedback .box-feedback .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%; 
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.content-feedback .box-feedback .owl-nav [class*='owl-'] {
    position: absolute;
    background: none;
    cursor: pointer;
    display: block;
    z-index: 10000;
    border: 1px solid var(--color-hover);
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.content-feedback .box-feedback .owl-nav .owl-prev i, .content-feedback .box-feedback .owl-nav .owl-next i {
    color: var(--color-hover) !important;
    font-size: 22px;
    font-weight: normal;
}
.content-feedback .box-feedback .owl-nav .owl-prev {
    left: 0;
}
.content-feedback .box-feedback .owl-nav .owl-next {
    right: 0;
}

.content-feedback .box-feedback .owl-nav .owl-prev:hover,
.content-feedback .box-feedback .owl-nav .owl-next:hover {
    background-color: var(--color-hover);
}

.content-feedback .box-feedback .owl-nav [class*='owl-']:hover i {
    color: #FFFFFF !important;
}
.content-lookup{
    padding: 50px 0;
    background-color: #F5F7FA;
}
.content-lookup .box_lookup{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    gap: 66px;
}
.content-lookup .box_lookup >div{
    width: 50%;
}
    .content-lookup .box_lookup > div#box-dk-online {
        width: 80%;
        margin:auto;
    }
.content-lookup .box_lookup .box_img img{
    border-radius: 20px;
}
.content-lookup .box_lookup .box_inf_lookup{
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 24px 34px 30px;
}
.content-lookup .box_lookup .box_inf_lookup .title_name{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.content-lookup .box_lookup .box_inf_lookup label{
    font-family: var(--font-family-BarlowMedium);
    margin-bottom: 6px;
}
    .content-lookup .box_lookup .box_inf_lookup .btt_search, .content-lookup .box_lookup .box_inf_lookup .btt_reg{
        background-color: #00ADF9;
        color: #FFFFFF;
        padding: 12px 20px;
        border-radius: 5px;
        font-family: var(--font-family-BarlowBold);
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: none;
        margin-top: 25px;
    }
.content-lookup .box_lookup .box_inf_lookup .btt_search::before{
    content: url('../images/icon_search.png');
    padding-right: 5px;
    line-height: 1;
}

.footer-session {
    padding-top: 40px;
    background-color: #0D3158;
}

.footer-session .footer-box {
    border-bottom: 1px solid #00244C;
    padding-bottom: 44px;
}
.footer-session .footer-box .footer-logo{
    margin-bottom: 25px;
}
.footer-session .footer-box .footer-info p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.footer-session .footer-box .footer-info p.address::before{
    content: url(../images/icon_address.png);
    padding-right: 9px;
    line-height: 1;
}
.footer-session .footer-box .footer-info p.phone::before{
    content: url(../images/icon_phone.png);
    padding-right: 9px;
    line-height: 1;
}
.footer-session .footer-box .footer-info p.email::before{
    content: url(../images/icon_email.png);
    padding-right: 9px;
    line-height: 1;
}
.footer-session .footer-box .footer-info p.web::before{
    content: url(../images/icon_web.png);
    padding-right: 9px;
    line-height: 1;
}
.footer-session .footer-box p.footer-title {
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 16px;
    margin-bottom: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer-session .footer-box .footer_menu li {
    padding-bottom: 10px;
}

.footer-session .footer-box .footer_menu li a {
    color: #FFFFFF;
    font-family: var(--font-family-BarlowMedium);
    font-size: 14px;
}

.footer-session .footer-box .footer_menu li a:hover {
    text-decoration: underline;
}

.footer-session .footer_copyright {
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-session .footer_copyright p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-family: var(--font-family-BarlowMedium);
    line-height: 25px;
}
.footer-session .footer_copyright ul.footer_social{
    position: relative;
    z-index: 1;
}
.footer-session .footer_copyright ul.footer_social li {
    display: inline-block;
    padding-right: 8px;
}

.footer-session .footer_copyright ul.footer_social li:last-child {
    padding-right: 0;
}

.footer-session .footer_copyright ul.footer_social li a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 8888;
    position: relative;
    transition: transform 0.3s, opacity 0.3s;
}
/* Màu nền cho từng mạng */
.footer-session .footer_copyright ul.footer_social li .fb { background: #2464DB; }   /* Facebook */
.footer-session .footer_copyright ul.footer_social li .in { background: #333333; }   /* LinkedIn */
.footer-session .footer_copyright ul.footer_social li .yt { background: #C7383E; }   /* YouTube */
.footer-session .footer_copyright ul.footer_social li .tw { background: #00ADF9; }   /* Twitter */

.footer-session .footer_copyright ul.footer_social li:hover a {
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.footer-session .footer_copyright ul.footer_social li a i {
    font-size: 20px;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-content {
    border: 0;
}

.search-modal .modal-content .searchform {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.search-modal .modal-content .searchform input {
    display: table-cell;
    width: 100%;
    border: 0;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 14px 16px;
    color: #000000;
    font-size: 15px;
}
.search-modal .modal-content .searchform input:focus {
    outline: none;
    border-color: #D9D9D9;
}

.search-modal .modal-content .searchform button {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    padding: 0 5px;
    height: calc(100% - 2px);
    margin: 1px;
}


/* form */
.form-group{
    margin-bottom: 20px;
}
.form-group:last-child{
    margin-bottom: 0;
}
input[type="text"], input[type="date"] {
    display: table-cell;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 9px 18px;
    color: #000000;
    font-size: 14px;
}

input:disabled {
    background-color: #E7E7E7;
}

input[type="text"]:not(:disabled):hover, input[type="date"]:not(:disabled):hover {
    border-color: var(--color-hover);
}

input[type="text"]:active:not(:disabled), input[type="date"]:active:not(:disabled) {
    border-color: var(--color-hover);
}

input[type="text"]:focus, input[type="date"]:focus {
    outline: none;
    border-color: var(--color-hover);
}

input::placeholder {
    color: #81868A;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: table-cell;
    width: 100%;
    background-color: #FFFFFF;
    background-image: url("../images/vector_arrow.png");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 14px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    padding: 9px 50px 9px 16px;
    font-size: 14px;
    color: #000000;
}

select:not(:disabled):hover {
    border-color: var(--color-hover);
}

select:active:not(:disabled) {
    border-color: var(--color-hover);
}

select:focus {
    outline: none;
    border-color: var(--color-hover);
}

select:disabled {
    background-color: #f4f4f4;
}

/* end form */

.paging-session {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.paging-session .show_page {
    font-family: var(--font-family-BeVietnamProMedium);
    color: #81868A;
    font-size: 15px;
    margin-bottom: 0;
}

.paging-session ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.paging-session ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 38px;
    min-height: 38px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #EFEFEF;
}

.paging-session ul li.active {
    background-color: #c7383e;
}

.paging-session ul li a {
    font-size: 13px;
    color: #333333;
    display: block;
    padding: 10px 15px;
    font-family: var(--font-family-BeVietnamProMedium);
}

.paging-session ul li.active a {
    color: #FFFFFF;
}

.paging-session ul li a i {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    height: 18px;
}

.paging-session ul li:hover {
    background-color: #c7383e;
}

.paging-session ul li:hover a {
    color: #FFFFFF;
}

.paging-session ul li.active a:hover {
    color: #FFFFFF;
}

.paging-session ul li:hover a i {
    color: #FFFFFF;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 40;
}

/* content detail */
.banner .item-detail {
    min-height: 180px;
    /* background: linear-gradient(to bottom, rgb(0 0 0 / 30%), rgb(0 0 0 / 30%)), url(../images/banner-detail.png) no-repeat left top; */
    background: url(../images/banner-detail.png) no-repeat left top;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    padding: 0;
}

.banner .item-detail .banner-content {
    min-height: 200px;
}

.banner .item-detail .banner-content .slide-title {
    font-family: var(--font-family-BarlowBold);
    font-size: 34px;
    color: #FFFFFF;
    margin: 0;
    text-transform: uppercase;
}
.banner .box_crumb{
    background-color: #F5F7FA;
    padding: 10px 0;
}

.banner .box_crumb .bread_crumb>li {
    display: inline-block;
    color: #81868A;
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 14px;
    text-transform: uppercase;
}

.banner .box_crumb .bread_crumb li a {
    color: #81868A;
    font-family: var(--font-family-BarlowSemiBold);
    font-size: 14px;
    text-transform: uppercase;
}

.banner .box_crumb .bread_crumb>li+li:before {
    content: "\f054";
    color: #81868A;
    font-family: "Font Awesome 5 Pro";
    padding: 0 5px;
    font-size: 12px;
}
.content-detail {
    margin: 38px 0;
}
.content-detail .box-detail {
    margin-bottom: 25px;
}
.content-detail .box-detail .title_detail {
    font-family: var(--font-family-BarlowBold);
    font-size: 24px;
    color: var(--color-title);
    margin: 0 0 15px;
}
.content-detail .box-detail .box-date {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}

.content-detail .box-detail .box-date p {
    color: #81868A;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.content-detail .box-detail .box-date .date_time:before {
    content: url(../images/icon_date.png);
    padding-right: 6px;
    line-height: 1;
}

.content-detail .box-detail .box-date .author:before {
    content: url(../images/icon_user.png);
    padding-right: 6px;
    line-height: 1
}
.content-detail .box-detail .description img {
    max-width: 100%;
    margin-bottom: 20px;
}
    .content-detail .box-detail .description table {
        max-width: 100%;
        margin-bottom: 20px;
    
        }
    .content-detail .box-detail .description td {
        max-width: 100%!important;
        margin-bottom: 20px;
    }
.content-detail .post-attach {
	margin: 0;
}

.content-detail .post-attach h5 {
	font-size: 16px;
	margin: 0 0 8px;
	font-family: var(--font-family-BarlowSemiBold);
    display: flex;
    align-items: center;
}
.content-detail .post-attach h5:before {
	content: '\f15b';
    font-family: "Font Awesome 5 Pro";
    padding-right: 5px;
}

.content-detail .post-attach ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-detail .post-attach ul li a {
	font-style: italic;
	line-height: 22px;
    display: flex;
}

.content-detail .post-attach ul li a:before {
	content: '\f33d';
    font-family: "Font Awesome 5 Pro";
    padding-right: 7px;
}

.content-detail .box_search {
    background-color: #F5F7FA;
    border-radius: 10px;
    padding: 18px;
    position: relative;
    margin-bottom: 25px;
}

.content-detail .box_search .box_form {
    position: relative;
}

.content-detail .box_search .box_form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 9px;
    border: none;
    background: url(../images/icon_search_ct.png) center center no-repeat;
    border-radius: 0;
    width: 20px;
}
.content-detail .box_submenu {
    margin-bottom: 25px;
}

.content-detail .box_submenu .title_submenu {
    font-family: var(--font-family-BarlowBold);
    font-size: 20px;
    color: var(--color-title);
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-detail .box_submenu .sub_menu li {
    background-color: #F5F7FA;
    margin-bottom: 4px;
}

.content-detail .box_submenu .sub_menu li a {
    color: #333333;
    font-size: 17px;
    font-family: var(--font-family-BarlowSemiBold);
    padding: 15px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-detail .box_submenu .sub_menu li a::after {
    content: "\f054";
    color: #333333;
    font-family: "Font Awesome 5 Pro";
    padding-left: 6px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.content-detail .box_submenu .sub_menu li.active a {
    background-color: var(--color-hover);
    color: #FFFFFF;
}

.content-detail .box_submenu .sub_menu li.active a::after {
    color: #FFFFFF;
}

.content-detail .box_submenu .sub_menu li a:hover {
    background-color: var(--color-hover);
    color: #FFFFFF;
}

.content-detail .box_submenu .sub_menu li a:hover:after {
    color: #FFFFFF;
}
.content-detail .box-detail .title_cat {
    font-family: var(--font-family-BarlowBold);
    font-size: 20px;
    color: var(--color-title);
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.content-detail .box-detail .item_topic {
    background-color: #F5F7FA;
    padding: 17px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    border-radius: 10px;
}

.content-detail .box-detail .item_topic img {
    width: 114px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.content-detail .box-detail .item_topic .info .title {
    font-family: var(--font-family-BarlowSemiBold);
    margin-bottom: 10px;
    display: block;
}

.content-detail .box-detail .item_topic .info .date {
    color: #81868A;
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.content-detail .box-detail .item_topic .info .date::before {
    content: url(../images/icon_date.png);
    padding-right: 6px;
    line-height: 1;
}
.content-detail .box-detail .box_tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.content-detail .box-detail .box_tags a {
    font-family: var(--font-family-BarlowSemiBold);
    color: #81868A;
    background-color: #F8F8F8;
    padding: 7px 12px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

.content-detail .box-detail .box_tags a:hover {
    background-color: var(--color-hover);
    color: #FFFFFF;
}
/*contact page*/
.map-section {
    height: 300px;
    position: relative;
}

.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: rgb(13 49 88 / 80%);
    text-align: center;
    z-index: 1;
    padding: 20px 5px;
}

    .contact-info-warp .contact-info {
        margin-bottom: 20px;
    }

        .contact-info-warp .contact-info h4 {
            color: #fff;
            font-weight: 400;
            margin-bottom: 6px;
            font-size: 18px;
            margin-top: 10px;
        }

        .contact-info-warp .contact-info p {
            color: #fff;
            margin-bottom: 0;
        }

.map-section .map {
    height: 100%;
}

.contact-form {
    background: #fff;
    padding: 25px 0;
}

    .contact-form .section-title {
        margin-bottom: 30px;
        font-family: var(--font-family-BarlowSemiBold);
        text-transform: uppercase;
        font-size: 1.5rem;
    }

    .contact-form p.note {
        margin-bottom: 10px;
        text-align: center;
        font-size: 14px;
        color: #636363;
        line-height: 1.6;
    }

    .contact-form select,
    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea {
        height: 37px;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        border-radius:8px;
        border: none;
        font-size: 14px;
        font-weight: normal;
        background: #edf4f6;
    }

        .contact-form select:focus,
        .contact-form input[type=text]:focus,
        .contact-form input[type=email]:focus,
        .contact-form textarea:focus {
            border: none;
            border-bottom: 2px solid #0D3158;
        }

    .contact-form input[type=file] {
        display: none;
    }

    .contact-form textarea {
        padding-top: 23px;
        padding-bottom: 15px;
        height: 125px;
    }

    .contact-form .site-btn {
        border: none;
        min-width: 150px;
        color: #fff;
        font-family: var(--font-family-BarlowSemiBold);
        display: block;
        padding: 15px 15px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 5px;
        background-color: #00ADF9;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-size: 200% 100%;
    }

        .contact-form .site-btn:hover {
            border: 1px solid #00ADF9;
            background-color: #FFFFFF;
            color: #000000;
        }

    .contact-form .img-captcha {
        object-fit: contain;
        height: 100%;
        max-width: 100%;
        width: auto;
    }
.content-lookup .box-detail {
    margin-bottom: 25px;
    margin-top: 25px;
   
}

.news-page {
    margin-top: 1em;
}

    .news-page .news-item {
        display: flex;
        gap: 15px;
        background: #F5F7FA;
        overflow: hidden;
        padding: 30px;
        margin-bottom: 20px;
        border-radius:10px;
    }

        .news-page .news-item:not(:first-child) {
            margin-top: 20px;
        }

        .news-page .news-item .img-part {
            width: 35%;
        }

        .news-page .news-item .content-part {
            flex: 1;
        }

        .news-page .news-item .content-part-full {
            width: 100%;
        }

        .news-page .news-item .img-part img {
            width: 100%;
            object-fit: cover;
        }


        .news-page .news-item .content-part .title, .news-page .news-item .content-part-full .title {
            font-family: var(--font-family-BarlowSemiBold);
            font-size: 16px;
            margin-bottom: 0.5rem;
        }

        .news-page .news-item .content-part .desc, .news-page .news-item .content-part-full .desc {
            margin-bottom: 0.5rem;
        }

        .news-page .news-item .content-part .date, .news-page .news-item .content-part-full .date {
            display: inline-block;
            margin-top: 0;
            font-family: var(--font-family-BarlowRegular);
            font-size: 14px;
            color: #9f9f9f;
        }

            .news-page .news-item .content-part .date:before, .news-page .news-item .content-part-full .date:before {
                content: '\f073';
                font-family: "Font Awesome 5 Pro";
                font-weight: 900;
                display: inline-block;
                font-size: 16px;
                margin-right: 5px;
                vertical-align: baseline;
            }
           /*NHÂN SỰ*/
    .news-page .title_staff {
        font-size: 16px;
        font-family: var(--font-family-BarlowSemiBold);
        height: 40px;
        background-color: #0D3158;
        color: #fff;
        padding-left: 15px;
        padding-top: 6px;
    }
.box_staff_item {
    padding: 20px;
    box-shadow: 1px 1px 8px 0px #00000026;
    margin-bottom: 30px;
}

    .box_staff_item .personal_info {
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .box_staff_item .personal_info img {
            max-width: 100%;
            margin-bottom: 20px;
        }

        .box_staff_item .personal_info p {
            margin-bottom: 10px;
        }

        .box_staff_item .personal_info .ps_name {
            font-family: var(--font-family-BarlowBold);
            font-size: 25px;
            color: #000C35;
        }

        .box_staff_item .personal_info .ps_pos {
            color: #00ADF9;
            text-transform: uppercase;
        }

    .box_staff_item .ps_info {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .box_staff_item .ps_info::before {
            background-color: #E5F7FF;
            border-radius: 50%;
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /*.box_staff_item .email::before {
        content: url(../img/ic_email_team.png);
    }

    .box_staff_item .phone::before {
        content: url(../img/ic_phone_team.png);
    }

    .box_staff_item .ps_info .info {
        padding-left: 12px;
    }*/

        .box_staff_item .ps_info .info p {
            margin-bottom: 0;
            color: #333333;
            font-size: 15px;
        }

            .box_staff_item .ps_info .info p.title {
                font-family: var(--font-family-BarlowBold);
                font-size: 18px;
                color: #000C35;
                margin-bottom: 2px;
            }

    .box_staff_item .h3_title {
        font-family: var(--font-family-BarlowBold);
        color: #0D3158;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .box_staff_item .overview {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 25px;
    }

        .box_staff_item .overview .overview_item {
            margin-bottom: 25px;
        }

        .box_staff_item .overview p {
            margin-bottom: 15px;
            color: #333333;
        }

            .box_staff_item .overview p span {
                color: #81868A;
                padding-right: 5px;
            }

    .box_staff_item .accordion .accordion-item {
        padding: 0;
        border: none;
        margin-bottom: 15px;
    }

        .box_staff_item .accordion .accordion-item .accordion-header {
            color: #333333;
        }

        .box_staff_item .accordion .accordion-item .accordion-button {
            padding: 0;
            font-family: "Roboto Bold", sans-serif;
            font-size: 18px;
        }

            /*.box_staff_item .accordion .accordion-item .accordion-button::after {
                background-image: none;
            }

            .box_staff_item .accordion .accordion-item .accordion-button:not(.collapsed)::after {
                background-image: none;
            }*/

           

           

            .box_staff_item .accordion .accordion-item .accordion-button:not(.collapsed) {
                background-color: transparent;
                color: #333333;
                box-shadow: none;
            }

            .box_staff_item .accordion .accordion-item .accordion-button:focus {
                box-shadow: none;
            }

        .box_staff_item .accordion .accordion-item .accordion-body {
            padding: 0px 25px;
        }

            .box_staff_item .accordion .accordion-item .accordion-body .timeline {
                position: relative;
            }

                .box_staff_item .accordion .accordion-item .accordion-body .timeline::before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    background-color: #BCBEC0;
                    top: 8px;
                    bottom: 0;
                    left: 0;
                }

                .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item {
                    padding-left: 15px;
                    position: relative;
                    display: flex;
                    margin-bottom: 20px;
                }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item::before {
                        content: '';
                        position: absolute;
                        width: 11px;
                        height: 11px;
                        background-color: white;
                        border: 3px solid #00ADF9;
                        top: 6px;
                        left: -5px;
                        border-radius: 50%;
                        z-index: 1;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item:last-child {
                        margin-bottom: 0;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content {
                        padding: 0 15px;
                        position: relative;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-date {
                        font-family: var(--font-family-BarlowMedium);
                        font-size: 16px;
                        color: #81868A;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content h3 {
                        color: #333333;
                        font-family: var(--font-family-BarlowMedium);
                        font-size: 16px;
                    }

                    .box_staff_item .accordion .accordion-item .accordion-body .timeline .timeline-item .timeline-content p {
                        margin: 5px 0;
                        color: #333333;
                    }

            .box_staff_item .accordion .accordion-item .accordion-body .list_science li {
                color: #000000;
                font-size: 16px;
                margin-bottom: 10px;
            }

                .box_staff_item .accordion .accordion-item .accordion-body .list_science li .more {
                    color: #00ADF9;
                    font-family: var(--font-family-BarlowMedium);
                }

[data-toggle="collapse"] .fa:before {
    content: "\f139";
    color: #c7383e;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
    color: #c7383e;
}

.btn-accordion {
    width: 100%;
    text-align: left;
}