.elementor-kit-7{--e-global-color-primary:#EB1C23;--e-global-color-secondary:#000000;--e-global-color-text:#222222;--e-global-color-accent:#334862;--e-global-color-9c7a5dd:#0055A4;--e-global-typography-primary-font-family:"SF Pro Display";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"SF Pro Display";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"SF Pro Display";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SF Pro Display";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;background-color:#FAFAFA;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
        font-family: "SF Pro Display", Sans-serif;
    }
    .single-header .entry-title {
        color: #0055A4 !important;
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        text-align: left !important;
        padding-left: 20px;
    }
    
    .img-box-heading-m-0 h3{
        margin: 0;
    }
    
    .heading-n-m h1,
    .heading-n-m h2,
    .heading-n-m h3,
    .heading-n-m h4,
    .heading-n-m h5,
    .heading-n-m h6 {
        margin-bottom: 8px !important;
    }
    .blog-pg-custom .page-numbers.current {
        background-color: #0055A4;
        border-radius: 100%;
        border: 1px solid #0055A4;
    }
    
    .blog-pg-custom .page-numbers {
        display: inline-flex;
        height: 46px;
        width: 46px;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #222;
        justify-content: center;
        align-items: center;
    }
    .blog-pg-custom .page-numbers:hover {
        background-color: #0055A4;
        border-radius: 100%;
        border: 1px solid #0055A4;
        color: #fff !important;
    }
    .jobs-list-shortcode {
    margin: 0 auto;
    }

    .job-item {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0.5px solid #D9D9D9
    }   
    
    .job-title {
        flex: 2;
        font-weight: bold;
    }
    
    .job-title a {
        color: #222;
        font-family: "SF Pro Display";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        text-decoration: none;
    }
    
    .job-title a:hover {
        text-decoration: underline;
    }
    
    .job-location,
    .job-salary,
    .job-date {
        color: #606060;
        font-family: "SF Pro Display";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        flex: 1;
        text-align: center;
    }

/* Responsive */
@media (max-width: 768px) {
    
    .job-location, .job-salary, .job-date {
        margin-top: 5px;
    }
}

    .single-tuyen-dung-wrapper {
        background-color: #f9f9f9;
        padding: 20px;
    }
    
    .single-header .entry-title {
        font-size: 2em;
        color: #333;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .single-container {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        gap: 20px;
    }
    
    .main-content.col-6 {
        width: 60%; /* 6/10 */
        padding: 20px;
        border-radius: 10px;
    }
    
    .sidebar-content.col-4 {
        width: 40%; /* 4/10 */
        padding: 20px;
        border-radius: 10px;
    }
    
    .single-content .job-section {
        margin-bottom: 20px;
    }
    
    .single-content .job-section h2 {
        font-size: 1.5em;
        color: #0056b3;
    }
    
    .application-form {
        border-radius: 20px;
        background: #F4F4F4;
        padding: 40px;
    }
    
    .application-form h3 {
        margin-bottom: 15px;
        color: #222;
        font-family: "SF Pro Display", Sans-serif;
    }
    
    .apply-form label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        font-family: "SF Pro Display", Sans-serif;
    }
    
    .apply-form input[type="text"],
    .apply-form input[type="email"],
    .apply-form input[type="tel"],
    .apply-form input[type="file"] {
        width: 100%;
        padding: 8px;
        margin-bottom: 24px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-family: "SF Pro Display", Sans-serif;
    }
    
    .apply-form button {
        background: linear-gradient(260deg, #ED1C24 0%, #0055A4 96.58%);
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .apply-form button:hover {
        opacity: 0.9;
    }
    
    .other-jobs {
        margin: 20px auto;
        padding: 20px;
        border-radius: 10px;
    
    }
    
    .other-jobs h2 {
        font-size: 1.5em;
        color: #0056b3;
        margin-bottom: 15px;
    }
    
    /* Kế thừa từ shortcode CSS */
    .job-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .job-title, .job-location, .job-salary, .job-date {
        flex: 1;
        text-align: center;
        font-family: "SF Pro Display", Sans-serif;
    }
    .breadcrumb-container-custom {
        background: #D9D9D9;
    }
    .heading-container-custom{
        background: #0055A4
    }
    .breadcrumb-custom,
    .banner-custom {
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
        padding: 70px;
    }
    .breadcrumb-custom {
        padding: 20px 40px;
    }
    .link-breadcrumb-custom {

        color: var(--e-global-color-text);
        font-size: 18px;
        padding: 0 5px;
    }
    .banner-custom .heading-banner-custom {
        font-size: 40px;
        font-weight: 600;
        line-height: 58px;
        color: #FFFFFF;
        text-align: center;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .single-container {
            flex-direction: column;
        }
        .main-content.col-6,
        .sidebar-content.col-4 {
            width: 100%;
        }
        .breadcrumb-custom,
        .heading-container-custom{
        max-width: 600px;
    }
    }
    
    .heading-timeline-secondary h3,
    .heading-timeline-primary h3 {
        padding: 34px 20px;
        border-radius: 100%;
        width: fit-content;
        margin: auto !important;
        border: 5px solid white;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .heading-timeline-primary h3{
        background: #0055a4;
    }
    
    .heading-timeline-secondary h3{
        background: #ED1C24;

    }
    .form-contact .elementor-button {
        background: linear-gradient(260deg, #ED1C24 0%, #0055A4 96.58%);
        max-width: 171px !important;
        min-height: 52px;
    }
    .form-contact input {
        padding: 16px 19px !important;
        min-height: 52px !important;
    }
    
    .post-text-center .elementor-post__text {
        margin-top: auto;
        margin-bottom: auto;
    }
    .form-disable-bs .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}
.box-img-heading-no-mg .elementor-image-box-wrapper .elementor-image-box-img {
    display: flex;
    align-items: center;
}
.ekit-heading--subtitle,
.box-img-heading-no-mg .elementor-image-box-title {
    margin: 0 !important;
}
.elementor-posts-container .elementor-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ekit-wid-con .elementskit-clients-slider .single-client {
    width: 164px;
    min-height: 164px !important;
}

@media (max-width: 1024px) {
    .elementskit-menu-offcanvas-elements {
        padding-bottom: 0px !important;
    }
    .ekit_menu_responsive_mobile {
        height: 52px;
    }
   
    
    .blog-pg-custom .page-numbers {
        display: inline-flex;
        height: 26px;
        width: 26px;
        background-color: #fff;
        border-radius: 100%;
        border: 1px solid #222;
        justify-content: center;
        align-items: center;
    }
    
    .job-title {
        flex: 2;
    }
    
    .job-title a {
        color: #222;
        font-family: "SF Pro Display";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        text-decoration: none;
    }
    
    .job-title a:hover {
        text-decoration: underline;
    }
    
    .job-location,
    .job-salary,
    .job-date {
        color: #606060;
        font-family: "SF Pro Display";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        flex: 1;
        text-align: center;
    }
    .form-contact .elementor-button {
        background: linear-gradient(260deg, #ED1C24 0%, #0055A4 96.58%);
        max-width: 108px !important;
        min-height: 30px !important;
    }
    .form-contact input {
        padding: 16px 19px !important;
        min-height: 30px !important;
    }
    .ekit-wid-con .elementskit-clients-slider .single-client {
        width: 95px;
        min-height: 100px !important;
    }
}
 @media (max-width: 768px) {
     .elementskit-navbar-nav .elementskit-submenu-panel{
         min-width: 216px !important;
     }
     .elementskit-navbar-nav .elementskit-submenu-panel .dropdown-item{
         text-align: end;
     }
    .ekit_menu_responsive_mobile {
        display: flex;
    }
    .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .e-form__buttons {
        justify-content: flex-end;
    }
    .elementor-form-fields-wrapper {
        flex-wrap: nowrap;
        
    }
    .elementor-size-sm {
        max-width: 52px;
        min-height: 24px !important;
        height: 24px;
    }
    .buttom-inline .elementor-size-sm {
        max-width: 110px;
        min-height: auto !important;
        height: auto !important;
    }
    .job-item {
        display: flex;
        align-items: flex-start;
        padding: 10px;
        margin-bottom: 10px;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .job-title {
        width: 100%;
        text-align: left;
        flex: unset;
    }
    .job-location,
    .job-salary,
    .job-date {
        text-align: left;
    }
    .form-contact .elementor-form-fields-wrapper {
        flex-wrap: wrap !important;
        width: 208px;
    }
    .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        margin-left: 10px !important;
        color: #222 !important;
    }
    
    .ekit_menu_responsive_mobile .elementskit-submenu-indicator {
        border: none !important;
    }
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        justify-content: flex-end;
    }
    .elementskit-navbar-nav-default .elementskit-submenu-panel>li>a {
        justify-content: flex-end !important;
    }
    .breadcrumb-custom, .banner-custom {
        padding: 18px;
    }
    .banner-custom .heading-banner-custom {
        font-size: 24px;
        line-height: 32px;
    }
    .link-breadcrumb-custom {
        font-size: 14px;
    }
    .breadcrumb-custom {
        padding: 16px;
    }
    .elementor-54 .elementor-element.elementor-element-aff5771 {
        --align-items: flex-start !important;
    }
    .elementskit-menu-close {
        display: none !important;
    }
    #menu-menu-primary {
        padding-top: 42px !important;
    }
    .form-disable-bs .elementor-button {
        border-radius: 12px !important;
    }
    .ekit-wid-con .elementskit-clients-slider .single-client {
        width: 47px;
        min-height: 50px !important;
    }
 }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 100;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYULTRALIGHTITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYTHINITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYSEMIBOLDITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYREGULAR.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYMEDIUM.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYLIGHTITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYHEAVYITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYBOLD.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SFPRODISPLAYBLACKITALIC.ttf') format('truetype');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://inanducthanh.com.vn/wp-content/uploads/2025/07/SF-Pro-Display-Semibold.ttf') format('truetype');
}
/* End Custom Fonts CSS */