@font-face {
    font-family: 'Jost';
    src: url('../font/Jost-VariableFont_wght.woff2') format('truetype');
}

@font-face {
    font-family: 'Cormorant';
    src: url('../font/cormorant.regular.otf') format('truetype');
}

p,
a,
ul,
li,
span,
button {
    font-family: 'Jost', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant', sans-serif !important;
}

body {
    overflow-x: hidden;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.text_center {
    text-align: center;
}

.flex_column {
    flex-direction: column;
}

.line_height_18 {
    line-height: 1.8 !important;
}

.line_height_16 {
    line-height: 1.6 !important;
}

.line_height_12 {
    line-height: 1.2 !important;
}

.logo {
    height: 60px;
}

.common_btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #a40000;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 1px solid #a40000;
    box-shadow: inset 0 0 0 0 #a40000;
}

.insights_item {
    background: linear-gradient(to top, #a40000 0%, rgba(62, 27, 11, 0) 100%);
}

.insights_card {
    background-size: cover;
    background-position: center;
}

header {
    border-bottom: 5px solid #C7100A;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.common_btn:active {
    transform: scale(0.97);
}

.data_bg {
    opacity: .6;
    background-color: #030821;
}

.index_about {
    margin-top: -60px;
}


.detail_img_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.detail_content_box {
    position: relative;
}

.detail_img_box_reverse {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.error {
    color: red;
}

.ellipsis_1_line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_3_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.min_w_300 {
    min-width: 300px;
}

.value_color {
    color: #f7f6fb;
}

.text_icon {
    font-size: 1.3rem;

}

.social_icon {
    transition: 400ms;
}

.social_icon:hover {
    transform: translateY(-5px);
}

.text_medium {
    font-size: 2.5rem;
}

.text_uppercase {
    text-transform: uppercase;
}

.max_width {
    width: max-content;
}

/* Media Query */
.tab-header {
    display: flex;
    border-bottom: 2px solid #dc3545;
}

.tab-item {
    padding: 8px 16px;
    margin-right: 10px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
}

.tab-item.active {
    color: #dc3545;
    font-weight: bold;
    border-bottom: 2px solid #e60012;
}

.tab-content-item {
    display: none;
    padding-top: 16px;
}

.tab-content-item.active {
    display: block;
}

.more-btn {
    margin-left: auto;
    align-self: center;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.more-btn:hover {
    color: #dc3545;
}

.tab-content-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-content-item li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.news-swiper-container {
    width: 100%;
    margin: 0 auto;
}

.footer_logo {
    height: 60px;
}

.swiper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.swiper-header h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.swiper-header .more-btn {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.swiper-header .more-btn:hover {
    color: #dc3545;
}

.swiper {
    width: 100%;
}

.news-swiper {
    text-align: center;
}

.news-swiper img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.6;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #dc3545;
}

.swiper-button-prev,
.swiper-button-next {
    color: #dc3545;
}

.bg_common {
    background-color: #e4e2e3;
    ;
}

.items_stretch {
    align-items: stretch;
}

.news_pagination>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px !important;
}

.news_pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
}

.news_pagination .swiper-pagination-bullet-active {
    background-color: #a40000;
}

.service_pagination>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px !important;
}


.service_pagination .swiper-pagination-bullet-active {
    background-color: #a40000;
}

.common_tab_header {
    display: flex;
    border-bottom: 2px solid #dc3545;
}

.common_tab {
    /* font-weight: bold; */
    border-bottom: 2px solid #e60012;
    padding: 5px 0px;
}

.fz_26 {
    font-size: 26px;
}

.fz_22 {
    font-size: 22px;
}

.fz_20 {
    font-size: 20px;
}

.fz_18 {
    font-size: 18px;
}

.cursor_pointer {
    cursor: pointer;
}

.top_menu {
    background-image: url(../images/current.jpg);
    height: 120px;
    background-size: cover;
}

.margin_auto {
    margin: auto;
}

/* News */
.news-container {
    display: flex;
    width: 100%;
    gap: 30px;
}

.news-slider {
    width: 50%;
    height: 317px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slider-item img {
    height: 317px;
    width: 100%;
    object-fit: cover;
}

.slider-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-item img {
    display: block;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
}

.slider-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.slider-desc {
    font-size: 14px;
    opacity: 0.9;
}

.news-titles {
    width: 50%;
}

.titles-header {
    font-size: 20px;
    color: #e60012;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e60012;
}

.titles-list {
    list-style: none;
}

.titles-item {
    padding: 13px 15px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background-color: #f9f9f9;
    border-radius: 0 4px 4px 0;
}

.titles-item.active {
    background-color: #e60012;
    color: white;
    border-left-color: #b3000f;
}

.titles-item:hover:not(.active) {
    background-color: #f0f0f0;
    border-left-color: #e60012;
}

.title-text {
    font-size: 15px;
    line-height: 1.4;
}

.title-date {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: block;
}

.titles-item.active .title-date {
    color: rgba(255, 255, 255, 0.8);
}

.list_menu a {
    font-size: 18px;
}

.service_hr {
    border: 1px dashed #ccc;
    margin: 25px 0;
    width: 100%;
}

.red_hr {
    border: 1px solid #a40000;
    margin: 10px 0;
    width: 100%;
}

.career_hr {
    margin: 25px 0;
    width: 100%;
}

.map-iframe {
    width: 100%;
    height: 400px;
}

.service_item {
    cursor: pointer;
}

.outline_none{
    outline: none;
}


@media (max-width: 1024px) {
    .news-container {
        width: 100%;
        flex-direction: column;
    }

    .news-slider,
    .news-titles {
        width: 100%;
    }

}
.about_us_content{
 max-height: 317px;         
  overflow: hidden;           
  display: -webkit-box;        
  -webkit-line-clamp: 10;     
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; 
}
@media (max-width: 768px) {
    .logo {
        height: 45px;
    }
    .footer_logo{
        height: 45px;
        margin-bottom: 20px;
    }
    .phone_banner {
        height: 220px !important;
    }
    .organizational_img{
        width: 100%!important;
    }
    .detail_img_box_reverse {
        position: unset;
    }

    .detail_img_box {
        position: unset;
    }

    .contact_img {
        display: none;
    }
}