@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/SVN-Gilroy Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/SVN-Gilroy Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./assets/fonts/._SVN-Gilroy Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 400;
}
.nav > li > a
{
    font-family: 'Gilroy', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Gilroy', sans-serif !important
}

strong {
  font-weight: 600 !important; /* Bold */
}

.nav-left li a
{
    color: #073F7C !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 21px;
}
.nav-left>li {
    margin-right: 20px !important;
}
.section_banner .button.primary
{
    display: inline-flex;
    padding: 18px 54px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #EC4621;
}
.header-nav.header-nav-main.nav.nav-right
{
    max-width: 370px;
}
.section_banner h2
{
    margin-bottom: 0;
}
.section_banner .subtitle_banner h3
{
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700;
    line-height: normal !important;
}
.section_banner .title_banner h2 strong
{
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section_banner .title_banner h2
{
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.truck-cargo-position
{
    position: absolute !important;
    width: 395px !important;
    right: 10%;
    top: 0%
}
.counter .counter_title h2
{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}
.counter .counter_desc p
{
    font-size: 16px !important;
    font-style: normal;
    margin-bottom: 0 !important;
    font-weight: 400;
    line-height: normal;
}
.service_section .featured-box 
{
    padding: 20px 21px 20px 19px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
}
.service_section .featured-box  .icon-inner
{
    display: flex;
    width: 76px;
    height: 76px;
    padding: 18px;
    border: unset !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    background: #073F7C;
}

.service_section .featured-box {
    transition: background 0.5s ease;
}

.service_section .featured-box p,
.service_section .featured-box .icon-box-text h5 {
    transition: color 0.5s ease;
}

.service_section .featured-box:hover {
    background: #073F7C;
}

.service_section .featured-box:hover p,
.service_section .featured-box:hover .icon-box-text h5 {
    color: #fff;
}

.service_section .featured-box:hover .icon-inner {
    background: #004EA3 !important;
}

.header-main .button.primary
{
    text-transform: capitalize;
    display: flex;
    padding: 6px 30px;
    align-items: baseline;
    font-weight: 600;
    gap: 15px;
    border-radius: 20px;
    background: #EC4621;
}
.header-search-form-wrapper .ux-search-submit
{
    position: absolute;
    left: 5%;
    top: 5%;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: transparent;
    border: unset;
    color: #000;
}
.mt-20
{
    margin-top: 20px !important;
}
.banner_image .archive.phpbox-shadow-5-hover
{
    box-shadow: unset !important;
}
.header-search-form-wrapper .search-field
{
    display: flex;
    max-width: 185px;
    width: 100%;
    height: 34px;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    box-shadow: unset !important;
    border-radius: 62px;
    background: #F0F0F0;
    padding-left: 35px;
}
.footer .title_footer h2
{
    color: #121D50;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer .description
{
    color: #121D50;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer .footer_widget_1
{
    align-items: center;
}
.footer .text.title_footer
{
    max-width: 500px;
}
.absolute-footer
{
    display: none;
}
.section_form_dk form p
{
    display: flex;
}
.section_form_dk form{
    display: inline-flex;
    padding: 12px;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    background: #FFF;
}
.section_form_dk form .wpcf7-submit
{
    width: fit-content;
    height: 44px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 8px;
    background: #073F7C;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}
#tel-phone
{
    border: unset !important;
    box-shadow: unset !important;
}
.section_form_dk .wpcf7-spinner
{
    display: none !important;
}
.section_form_dk form .wpcf7-submit::before
{
    position: absolute;
    content: "22222";
    border-right: 1px solid #000;
    width: 207px;
    height: 44px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 8px;
    background: #073F7C;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}
.image_absolute_form
{
    width: 480px !important;
    height: 415px;
    flex-shrink: 0;
    aspect-ratio: 96/83;
    top: -30px;
    right: 10px;
    position: absolute !important;
}
.section_register .title h2
{
    color: #FFF;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section_register .sub_title h2
{
    color: #FFF;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ux-logo
{
    width: 200px;
}
.section_partner .section-title-main
{
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
}
.poforlio_subtitle
{
    margin-bottom: 5px;
}
.section_partner .section-title-container
{
    margin-bottom: 0;
}
.section_blog .from_the_blog_excerpt ,.section_blog .is-divider
{
    display: none;
}
.section_blog .post-title a
{
    display: -webkit-box;
    -webkit-line-clamp: 2;        /* Số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #073F7C;
}
.section_blog .post-item
{
    padding: 20px;
}
.header-block
{
    width: fit-content !important;
}
.section_blog .box-text-inner.blog-post-inner
{
    display: flex;
    align-items: center;
}
.cursor-pointer
{
    cursor: pointer;
}
.languages .img
{
    width: 41px !important;
}
.languages
{
    flex-flow: nowrap !important
}
.cursor-pointer
{
    padding-bottom: 0 !important;
}
.header-nav.header-nav-main.nav.nav-right.nav-line-bottom
{
    flex-flow: nowrap !important;
}
.slider-style-container .flickity-slider>:not(.is-selected), .slider-style-focus .flickity-slider>:not(.is-selected), .slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1 !important;
}
.search-form
{
    width: 30% !important;
}
.section_blog .box-text-inner.blog-post-inner .button 
{
    cursor: pointer;
    margin-left: 15px;
    background: url('images/readmore.png') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 45px;
    margin: 0;
    font-size: 0 !important;
    height: 40px;
    border-radius: 8px;
}
.header-search-form-wrapper .search-field {
  max-width: 100% !important;
  width: 100% !important;
  flex-grow: 1 !important;
}
.section_blog .section-title-container 
{
    margin-bottom: 0 !important;
}
.section_poforlio .col
{
    padding: 0 !important;
}
.section_poforlio .nav
{
    justify-content: center;
}
.section_poforlio .poforlio_subtitle{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}
.section_poforlio .poforlio_title{
    font-weight: 400;
    font-size: 40px !important;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #073F7C;
}
.section_poforlio .poforlio_title .font-weight-600{
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.text-align-justify
{
    text-align: justify;
}
.section_poforlio .porfolio_desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: justify;
    vertical-align: middle;
    color:#121D50
}
.section_poforlio .nav a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}
.section_poforlio .nav .active a{
    color: #EC4621 !important;
}
.section_poforlio .nav a:before{
    display: none;
}
.section_poforlio .nav li::before{
    content: "";
    height: 20px;
    border: 1px solid #121D50;
    width: 1px;
    position: absolute;
    bottom: 25%;
    transform: rotate(20deg);
    right: -30%;
}
.section_poforlio .nav li:last-child::before{
    display: none;
}
.section_poforlio .portfolio-box
{
    padding: 20px;
}
.section_poforlio .box-image
{
    opacity: 1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.section_poforlio .box-label .box-text {
    background-color: #fff;
    bottom: 0;
    box-shadow: unset;
    margin: 0 !important;
    opacity: .95;
    padding: .5em 1em .55em;
    position: inherit !important;
    width: auto;
    background: rgba(7, 63, 124, 1);
}
.section_poforlio .box-text
{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    letter-spacing: 0;
    transform: unset !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.section_poforlio .box-image img
{
    object-fit: cover;
}
h1, h2, h3, h4, h5, h6
{
    opacity: 1 !important;
}
.section_poforlio .portfolio-box-title
{
    margin-top: 10px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase !important;
    font-size: 16px;
}
.tuvan-filters
{
    display: flex;
    justify-content: center;
}
.section_poforlio .portfolio-box-category span
{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    vertical-align: middle;
    text-transform: capitalize;
}
.section_poforlio .portfolio-box-category
{
    position: absolute;
    width: fit-content;
    top: 30px;
    left: 30px;
    opacity: 1;
    z-index: 1;
    border-radius: 12px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(24px)
}
.tuvan-grid .portfolio-box-category {
    top: 20px;
    left: 20px;
}
.wpcf7-form-control-wrap
{
    position: relative;
}
.wpcf7-form-control-wrap::before
{
    content: "";
    height: 5px;
    width: 5px;
}
.section_service .icon_service
{
    display: flex;
    justify-content: center;
}
.section_service .border_card:nth-child(1)
{
    border-style: solid;
    border-color: #c9c9c9;
    border-width: 1px 0px 1px 1px;
    border-top-left-radius: 40px;
    height: 250px;
}
.section_service .border_card:nth-child(2)
{
    border-style: solid;
    border-color: #c9c9c9;
    border-width: 1px 1px 1px 1px;
    border-top-right-radius: 40px;
    height: 250px;
}
.section_service .border_card:nth-child(3)
{
    border-style: solid;
    border-color: #C9C9C9;
    border-width: 0px 0px 1px 1px;
    border-bottom-left-radius: 40px;
    height: 250px;
}
.section_service .border_card:nth-child(4)
{
    border-width: 0px 1px 1px 0px;
    border-style: solid;
    border-color: #C9C9C9;
    border-bottom-right-radius: 40px;
    height: 250px;
}
.service_card > .col-inner
{
    display: flex;
}
.section_service .service_card .title
{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}
.section_service .image_serive_box img
{
    height: 250px !important;
}
.section_service .service_card .content{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.section_service .service_title{
    font-weight: 400;
    font-size: 40px !important;
    line-height: 120%;
    letter-spacing: 0;
}
.section_service .service_title .font-weight-600{
    font-weight: 700;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.section_service .service_subtitle{
    font-weight: 700;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0;
}
.section_service .col
{
    padding: 0 !important;
}
.slide_tab {
    max-width: 20% !important;
    width: 20% !important;
    flex-basis: 20% !important;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 0 10px !important; 
}
.slide_tab.active {
    max-width: 60% !important;
    flex-basis: 60% !important;
    width: 60% !important;
    padding: 0 10px !important; 
}
.slide_tab .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.slide_tab .content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.53s ease;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}
.slide_tab.active .content {
    opacity: 1;
    visibility: visible;
}
.slide_tab.active {
    animation: scaleIn 0.3s ease;
}
.slide_tab .title {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    transition: font-size 0.4s ease, transform 0.3s ease, color 0.3s ease;
}
.slide_tab .banner-layer
{
    height: 100% !important;
    width: 100% !important;
}
.slide_tab .text-box-content
{
    position: absolute !important;
    bottom: 10%;
}
.slide_tab .col-inner
{
    padding: 10px;
}
.slide_tab.active .title {
    font-size: 48px !important;
    transform: scale(1.05); /* thêm chút scale cho mượt */
}

.slide_tab.active .title {
    animation: growTitle 0.4s ease forwards;
}
.slide_tab .text-box
{
    width: 100%;
}
.banner-layers
{
    position: relative;
}
.slide_tab_about .banner-layers::before
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.banner_subtitle
{
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.banner_title
{
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.header.show-on-scroll, .stuck .header-main {
    height: 120px !important;
}
.tuyendung-box {
  padding: 15px;
  background: #fff;
  transition: all 0.3s;
}

.tuyendung-box:hover .tuyendung-thumb img {
  transform: scale(1.08);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.tuyendung-thumb img {
  max-width: 100%;
  height: 185px;
  object-fit: cover;
  width: 100%; 
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tuyendung-thumb {
  overflow: hidden; /* Quan trọng để không tràn hình khi zoom */
}

.tuyendung-title a{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff !important;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.tuyendung-body
{
    padding: .5em 1em .55em;
    background: #073F7C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tuyendung-excerpt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.title_sidebar_single_post h2
{
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
}

.title_sidebar_single_post
{
    position: relative;
}

.title_sidebar_single_post::before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #EC4621;
}
.blog-single .is-divider
{
    display: none;
}
.blog-single .entry-meta, .blog-single .blog-share, .blog-share .icon
{
    margin: 0 !important;
}
.blog-single .entry-header-text 
{
    padding: 0 !important;
}
.blog-single .social-icons .icon
{
    border: unset 
}
.blog-single .social-icons i
{
    vertical-align: bottom;
}
.d-flex
{
    display: flex;
}
.sigle-blog-header
{
    margin-top: 20px;
}
.mt-20
{
    margin-top: 20px;
}
.align-items-center
{
    align-items: center;
}
.justify-content-between
{
    justify-content: space-between;
}
.post-sidebar 
{
    border: unset !important;
}
.blog-post-grid-widget .blog-post-item
{
    display: flex;
    margin-bottom: 20px;
}
.blog-post-grid-widget .blog-post-title a
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 130% !important;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0;
}
.blog-post-grid-widget .blog-post-thumb img
{
    width: 150px;
    max-width: 150px;
    border-radius: 4px;
}
.banner_sidebar_widget .icon-box-text
{
    text-transform:capitalize !important;
}
.blog-post-grid-widget .blog-post-title
{
    line-height: 1.5;
    margin-left: 20px;
}
#custom_html-2 .custom-html-widget
{
    margin-top: 20px;
}
#custom_html-2 .widget-title 
{
    padding: 5px 20px;
    background: #EDF0F3;
    position: relative;
    color: #121D50;
}

#custom_html-2 .widget-title::before
{
    content: "";
    position: absolute;
    background: #EC4621;
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

#custom_html-2 .widget-title span{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;

}
.banner_widget_post .banner-layer
{
    padding: 20px;
}
.banner_widget_post .banner-layer h3
{
    font-weight: 700;
    font-size: 24px !important;
    line-height: 27.2px;
    letter-spacing: 0;
    vertical-align: middle;
}
.banner_widget_post .infor
{
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.banner_widget_post, .banner_widget_post .banner-layers, .banner_widget_post .banner-bg
{
    border-radius: 8px !important;
}
.banner_widget_post .infor li{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}
.banner_widget_post .infor li img{
    padding-right: 10px;
}

.form_lien_he input
{
    color: #121D50 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    height: 50px !important;
    letter-spacing: 0;
    vertical-align: middle;
}
.form_lien_he .wpcf7-submit
{
    background: #073F7C;
    width: 100%;
    font-weight: 600;
    color: #fff !important;
    font-size: 16px;
    padding: 15px 0 !important;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
}
.form_lien_he form
{
    margin-bottom: 0;
}
.form_lien_he .wpcf7-spinner
{
    display: none;
}
.form_lien_he .title
{   
    margin: 20px 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0;
    color: #073F7C;
}
.form_lien_he .subtitle
{   
    padding: 5px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #121D50;
    position: relative;
    background: #EDF0F3;
    width: fit-content;
}
.form_lien_he .subtitle::before
{   
    content: "";
    position: absolute;
    background: #EC4621;
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}
.map_location iframe
{
    box-shadow: 0px 0px 12px 0px #00000040;
    border-radius: 16px;
}
.map_location
{
    margin-top: 30px;
}
.widget_infor_contact .icon-box
{
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.widget_infor_contact .icon-box .icon-box-text h5{
    font-weight: 400;
    font-size: 16px !important;
    line-height: 150%;
    letter-spacing: 0px;
    text-transform: unset !important;
    vertical-align: middle;
    color: #121D50;
}
.footer_link_widget  .icon-box-text h5{
    font-weight: 600;
    font-size: 16px !important;
    line-height: 19px;
    text-transform: unset !important;
    letter-spacing: 0px;
}
.footer_link_widget .icon-box
{
    margin-bottom: 10px;
    display: flex;
    align-items: anchor-center;
}
.footer_link_widget .title h2
{
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}
.banner_sidebar_widget ,.section-bg{
    border-radius: 8px;
}
.banner_sidebar_widget
{
    height: 500px;
}
.banner_sidebar_widget .title
{
    font-weight: 700;
    font-size: 24px;
    line-height: 27.2px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: middle;
}
.banner_sidebar_widget .icon-box 
{
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.header-bg-container
{
    background: #fff;
}
.banner_sidebar_widget .icon-box .icon-box-text h5
{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0px;
    vertical-align: middle;
}
.d-sm-flex
{
    display: flex;
}
.portfolio-box-title
{
    text-transform: unset !important;
}
.container .row:not(.row-collapse), .lightbox-content .row:not(.row-collapse), .row .gallery, .row .row:not(.row-collapse) {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.footer_link_widget
{
    margin-top: 50px !important;
}
.row
{
    padding: 0;
    width: 100%;
}
.service_subtitle
{
    margin-bottom: 5px;
}
.slide_tab .text-box-content
{
    padding: 15px;
}
.section_service .service-thumb img
{
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.section_service .service-card
{
    padding: 10px;
}
.section_service .service-body
{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_service .button-readmore
{
    width: 40px;
    height: 40px;
}
.section_service .service-title
{
    margin-bottom: 0;
}
.section_service .service-title a
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
}
#button_submit::before
{
    position: absolute;
    content: "";
    z-index: 1;
    right: -20px;
    height: 100%;
    width: 1px;
    background: #000000;
}
#form_input
{
    display: flex;
    align-items: center;
}
#button_submit
{
    position: relative;
}
#icon_phone
{
    margin-left: 15px;
    height: 20px;
    width: 20px;
    background: url('images/icon_phone.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#button_submit_2
{
    cursor: pointer;
    margin-left: 15px;
    background: url('images/iconamoon_send-fill.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.wpcf7-response-output
{
    display: none;
}
#button_submit_2 input
{
    opacity: 0;
}
#portfolio-content
{
    padding: 15px;
}
.portfolio-summary.entry-summary
{
    display: none;
}
.header_consultant .col-inner
{
    padding: 0 !important;
}
.portfolio-box-desc
{
    font-size: 14px;
    color: #fff;
    margin-top: 8px !important;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.pagination-wrapper {
  text-align: center;
  margin-top: 30px;
}

 ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  gap: 8px;
}

 ul.page-numbers li a,
 ul.page-numbers li span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #f3f3f3;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s;
}

 .page-numbers li
{
    margin-left: 1em;
}

 ul.page-numbers li a:hover {
  background-color: #073F7C;
  color: #fff;
}

 ul.page-numbers li .current {
  background-color: #073F7C;
  color: #fff;
  font-weight: bold;
}
.post-list-custom .is-divider
{
    display: none !important;
}
.post-list-custom .post-item
{
    padding: 10px;
}
.post-list-custom .blog-post-inner
{
    align-items: center;
    display: flex;
}
.tuyendung-thumb
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.post-list-custom .blog-post-inner .post-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #073F7C;
}
.post-list-custom .blog-post-inner .post-title a{
    margin-right: 10px;
}
.post-list-custom .box-image
{
    border-radius: 3%;
}
.nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover {
    background-color: #073F7C !important;
    border: unset !important;
    color: #fff;
}
.nav-pagination>li>a {
    border: unset !important;
}
.post-list-custom .page-numbers {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.post-list-custom .page-numbers li {
    margin-left: 1em !important;
    margin-bottom: .6em !important;
    margin-right: 0 !important;
}
.post-list-custom .box-text-inner.blog-post-inner .button {
    cursor: pointer;
    margin-left: 15px;
    background: url(images/readmore.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    width: 45px;
    margin: 0;
    font-size: 0 !important;
    height: 40px;
    border-radius: 8px;
}
.post-list-custom .nav-pagination>li>a, .nav-pagination>li>span {
    height: unset !important;
    line-height:  unset !important;
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .search-form
    {
        width: 100% !important;
    }
    .header-search-form-wrapper .search-field 
    {
        padding-left: 50px;
        height: 40px;
    }
    .banner_subtitle, .banner_title {
        font-size: 24px !important;
    }
    .tuyendung-grid .col
    {
        padding-bottom: 0px !important;
    }
    .footer .text.title_footer {
        max-width: 100% !important;
        width: 100%;
    }
    .slide_tab_about .banner-layers::before {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
    }
    .slide_tab.active .title {
        font-size: 16px !important;
        transform: scale(1.05);
    }
    .slide_tab .title {
        font-size: 14px !important;
    }
    .section_service .border_card {
        margin-bottom: 20px;
        border-radius: 8px !important;
        height: auto !important;
    }
    .slide_tab .content {
        font-size: 14px !important;
        opacity: 1;
        visibility: unset
    }
    .slide_tab, .slide_tab.active
    {
        max-width: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
    }
    .section_service .border_card:nth-child(4) {
        border: unset;
    }
    .section_service .image_serive_box img {
        border-radius: 30px !important;
    }
    .nav-left li a {
        font-size: 16px !important;
    }
    .service_card > .col-inner {
        display: block;
        text-align: center;
    }
    .service_card > .col-inner {
        display: block;
        text-align: center;
    }
    #col-344095029 > .col-inner {
        padding: 20px !important;
    }
    .section_banner .title_banner h2 ,.section_banner .title_banner h2 strong,
    .section_poforlio .poforlio_title,
    .section_service .service_title,
    .section_service .service_title .font-weight-600,
    .section_poforlio .poforlio_title .font-weight-600
    {
        font-size: 24px !important;
    }
    .footer .title_footer h2 {
        font-size: 16px;
    }
    .section_poforlio .portfolio-box {
        padding: 5px;
    }
    .form_lien_he
    {
        padding-bottom: 0 !important;
    }
    .section_register .title h2, 
    .section_register .sub_title h2 {
        font-size: 24px !important;
    }
    .image_absolute_form ,.truck-cargo-position
    {
        display: none;
    }
    .section.counter .col,
    .section_partner .col,
    .section_blog .col{
        padding-bottom: 0 !important;
    }
    .counter .counter_title h2 {
        font-size: 28px;
        font-weight: 600;
    }
    .nav-left>li {
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 568px) {
    .section_poforlio .portfolio-box {
        margin-bottom: 20px;
    }
    #icon_phone,#button_submit_2,#button_submit::before
    {
        display: none;
    }
    .d-sm-flex
    {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section_poforlio .portfolio-box:last-child {
        margin-bottom: 20px;
    }
    .header-main {
        height: 100px !important;
    }
    .section_form_dk form {
        flex-wrap: wrap-reverse;
        gap: 0;
    }
    .section_form_dk form .wpcf7-submit{
        width: 100%;
    }
    .section_form_dk form #button_submit {
        margin-top: 10px;
        width: 100%;
    }
    .section_form_dk form .wpcf7-tel
    {
        border-radius: 5px;
    }
    .section_form_dk form 
    {
        background: transparent;
    }
}
@keyframes growTitle {
    0% {
        font-size: 24px;
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        font-size: 48px;
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.98);
    }
    to {
        transform: scale(1);
    }
}
.nav-dropdown {
    background-color: #fff;
    color: #777;
    display: block !important; /* hoặc flex nếu muốn canh hàng ngang dọc */
    flex-direction: column; /* nếu dùng flex */
    left: 0;
    top: 100%;
    position: absolute;
    min-width: 260px;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.nav-dropdown .sub-menu li > a::before {
    content: "+"; /* icon-angle-right */
    font-family: "Flatsome";
    font-size: 0.8em;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.sub-menu li > a {
    color: #555; /* Màu mặc định */
    transition: color 0.3s ease;
}
/* --- Căn chỉnh sub-menu cấp 2 --- */
.sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 99;
}

/* --- Hiện sub-menu khi hover cha --- */
.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

/* --- Kiểu link sub-menu --- */
.sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #444;
    font-size: 14px;
    text-transform: none;
    transition: color 0.3s ease;
}

/* --- Hover link --- */
.sub-menu a:hover {
    color: #0073aa;
    background-color: #f8f8f8;
}

/* --- Hover icon --- */
.menu-item-has-children:hover > a::after {
    color: #0073aa;
}
.section-title-center
{
    justify-content: center !important;
}

.nav-dropdown-default
{
    padding: 10px 20px !important;
}
.header-main .nav-right
{
    justify-content: space-between !important;
}
.header-button .button.primary
{
    white-space: nowrap;
}
.search-form
{
    width: 100% !important;
}
.banner_image .box-shadow-5-hover,
.banner_image .box-shadow-5-hover img
{
    box-shadow: unset !important;
}