
#page{

}
.bg-pagein{}

.section-header {
    padding-bottom: 10px;
}
.section-header.swidth{
    width: 70%;
    margin: 0 auto;
}
.section-header .subtitle {
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    text-transform: uppercase;
}
.section-header h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}
.section-header .more{
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    line-height: 22px; /* 137.5% */
}
.section-header .more{
    color: #262626;
}
.section-header .more i{
    color: #3C90FF;
}
.section-header p{
    color: #3C90FF;
}

.btn-themes{
    font-family: "SVN-Gotham 700";
    display: flex;
    color: #fff;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    background: #21468C;
    padding: 12px 28px;
    border-radius: 30px;
    text-transform: uppercase;
}
.btn-themes:hover{
    color: #f9d502;
}

#header{
    padding: 16px 0;
    border: 1px solid #ddd;
    background: #FFF;
}
#header #lang_choosen{}
#header #lang_choosen button{
    background: none;
    border:none;
}
#header #lang_choosen .dropdown-toggle::after {
    color: rgb(47, 47, 136);
}

.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    background:#fff;
}
.fixed-menu + #main {
    margin-top: 90px;
}

#languages .icon-lang{
    font-size: 28px;
    color: #4A637C;
}
#languages .dropdown-toggle::after {
    display: none;
}

#logo{ margin: 10px auto;}
#logo img{ max-height: 52px;}

#title-page{ padding:20px 0;}
#title-page h2{ text-align: center; color:#37BEC9; font-size: 48px;}

#title-page #breadcrumbs{
    color:  #2C2568;
}
#title-page #breadcrumbs span:last-child{
    font-weight: bold;
}

#home-banner{}
#home-banner .inner{
    margin-left: 10%;
}

#home-banner h2{
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 74px;
    line-height: 80px; /* 108.108% */
}
#home-banner h2 span{
    color: #3C90FF;
}

#home-banner .desc{
    color: #545454;
    font-size: 20px;
    line-height: 22px; /* 350% */
    text-transform: uppercase;
}
.flyin-text {
    display: inline-block;
    font-size: 28px;
    opacity: 0;
    transform: translateY(30px);
    animation: flyIn 1s ease-out forwards,
    waitThenReset 5s infinite;
}

/* Bay vào */
@keyframes flyIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Đợi 3 giây rồi biến mất để lặp lại */
@keyframes waitThenReset {
    0%   { opacity: 1; }
    70%  { opacity: 1; }   /* giữ lại */
    100% { opacity: 0; }   /* reset để chạy tiếp */
}

.typing {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: typing 3s steps(30, end) infinite,
    blink .7s step-end infinite;
    font-size: 24px;
    display: inline-block;
}

/* Hiệu ứng gõ từng chữ */
@keyframes typing {
    0% {
        width: 0;
    }
    70% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

/* Con trỏ nháy */
@keyframes blink {
    from { border-color: transparent; }
    to   { border-color: black; }
}

.banner-bg {
    height: 600px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
}
.banner-bg .section-header{
    width: fit-content;
    margin: 0 auto;
}
.banner-bg .section-header::after{
    content: "";
    display: block;
    height: 4px;
    background: #fff;
    width: 40%;
    margin: 0px auto;
    margin-top: 10px;
}

.banner-bg .section-header h2{
    color:#fff;
    text-transform: uppercase;
    font-weight:700;
    font-size:64px;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    #home-banner h2{
        font-size: 38px;
        line-height: 48px; /* 108.108% */
    }
}


#carouselBanner .carousel-control-prev{
    justify-content: start;
}
#carouselBanner .carousel-control-next{
    justify-content: end;
}

#carouselBanner .carousel-indicators button {
    width: 30px;
    height: 3px;
    background: #E9F4FC;
}
#carouselBanner .carousel-indicators button.active{
    background: #02B0BF;
}

.carousel-indicators [data-bs-target] {
    border-top:none;
    border-bottom: none;
}

#banner .carousel-caption{
    color: #2F2F88;
    top: 50%;
    left: 10%;
    right: auto;
    bottom: auto;
    padding: 0;
    text-align: center;
    width: 790px;
    transform: translate(0, -50%);
}

#banner .carousel-caption h5{
    font-size: clamp(1rem, 0.3881rem + 3.0593vw, 3rem);
    font-weight: 600;
}

#banner .carousel-caption h1{
    font-size: clamp(1.125rem, 0.3602rem + 3.8241vw, 3.625rem);
    font-weight: 800;
}

#banner .carousel-caption p{
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .section-header.swidth{
        width: 100%;
    }
    .banner-bg {
        height: 320px;
    }
    #banner .carousel-caption{
        top: 10px;
        left: 10px;
        padding: 0;
        text-align: left;
        width: 60%;
        transform: none;
    }
    #banner .carousel-caption .btn-themes{
        padding: 5px 16px;
    }
    #banner .carousel-caption h1{
        font-size: 25px;
    }
    #banner .carousel-caption h5{
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    #banner .carousel-caption p{
        display: none;;
    }
    .banner-bg .section-header h2{
        font-size: 38px;
    }
    .section-header h2 {
        font-size: 22px;
        line-height: 32px;
    }
    #logo{ text-align: left;}
    #right-box{ position: absolute; top: 26px; right:60px;}
}

@media screen and (max-width: 950px) {

}

@media screen and (max-width: 1200px) {
    #banner .carousel-caption{
        top: 10px;
        left: 10px;
        padding: 0;
        text-align: left;
        width: 70%;
        transform: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a, .navmenu a:focus {
        color: #262626;
        font-family: "SVN-Gotham 700";
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        padding: 16px 28px;
    }

    .navmenu a i,
    .navmenu a:focus i {
        color: #3C90FF;
        font-size: 16px;
        margin-left: 5px;
        transition: 0.3s;
        font-weight: bold;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #3C90FF;
    }
    .navmenu li > a span{
        display: block;
        transition: transform 0.2s ease;
    }
    .navmenu li:hover > a span{
        animation: slideUpReplace 0.2s ease forwards;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: #fff;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 150%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        padding-top: 10px;
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 5px 20px;
        font-size: 15px;
        font-family: "SVN-Gotham";
        text-transform: none;
    }
    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {

    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }

    .navmenu .megamenu {
        position: static;
    }

    .navmenu .megamenu ul {
        margin: 0;
        padding: 10px;
        box-shadow: 0px 0px 20px rgba(0,0,0, 0.1);
        display: block;
        position: absolute;
        top: 130%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        display: flex;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
    }

    .navmenu .megamenu ul li {
        flex: 1;
    }

    .navmenu .megamenu ul li a,
    .navmenu .megamenu ul li:hover>a {
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

    .navmenu .megamenu ul li a:hover,
    .navmenu .megamenu ul li .active,
    .navmenu .megamenu ul li .active:hover {
        color: #fff;
    }

    .navmenu .megamenu:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dd-box-shadow {
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.15);
    }
}

@keyframes slideUpReplace {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
        opacity: 0;
    }
    51% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Mobile Navigation */
@media (max-width: 1199px) {

    #icon-menu{ position: absolute; top: 14px; right: 0px;  }
    .mobile-nav-toggle {
        color: #000;
        font-size: 36px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0,0,0, 0.1);
        padding-top: 0;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff3cd;
        padding: 10px 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(0,0,0, 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        color: #fff3cd;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff3cd;
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        color: #fff3cd;
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 3px 0;
        margin: 3px 20px;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
        margin-top: -10px;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .mobile-nav-toggle.bi-x {
        color: #fff;
        position: absolute;
        font-size: 48px;
        top: -10px;
        right:0px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
    .mobile-nav-active .navmenu>ul>li a {
        color: #fff;
    }
    .mobile-nav-active .navmenu>ul>li.lang-mb a {
        display: inline-block;
    }
    .mobile-nav-active .navmenu>ul>li.lang-mb a.active {
        color: #C05B3A;
    }
}

#sec_content img{ max-width: 100%!important;}

/*--------------------------------------------------------------
# About Home Section
--------------------------------------------------------------*/

#about-us-home{
    margin: 120px 0;
    color: #545454;
}
#about-us-home .warp{
    width: 70%;
    margin: 0 auto;
}

#about-us-home .subtitle{

}
#about-us-home .title{

}
#about-us-home .warp{
    text-align: justify;
}

@media screen and (max-width: 768px) {
    #about-us-home .warp{
        width: 100%;
    }
    #about-us-home{
        margin: 60px 0;
    }
}

/*--------------------------------------------------------------
# About Home 01 Section
--------------------------------------------------------------*/

#about-us-home-1{
    margin: 120px 0;
    color: #545454;
}
#about-us-home-1 .warp{
    width: 70%;
    margin: 0 auto;
}

#about-us-home-1 .subtitle{

}
#about-us-home-1 .title{

}
#about-us-home-1 .warp{
    text-align: justify;
}

@media screen and (max-width: 768px) {
    #about-us-home-1 .warp{
        width: 100%;
    }
    #about-us-home-1{
        margin: 60px 0;
    }
}

/*--------------------------------------------------------------
# About Home 02 Section
--------------------------------------------------------------*/

#about-us-home-2{
    margin: 120px 0;
    color: #545454;
}
#about-us-home-2 .warp{
    width: 70%;
    margin: 0 auto;
}

#about-us-home-2 .subtitle{

}
#about-us-home-2 .title{

}
#about-us-home-2 .warp{
    text-align: justify;
}

@media screen and (max-width: 768px) {
    #about-us-home-2 .warp{
        width: 100%;
    }
    #about-us-home-2{
        margin: 60px 0;
    }
}

/*--------------------------------------------------------------
# About Home 03 Section
--------------------------------------------------------------*/

#about-us-home-3{
}
#about-us-home-3 .warp{
    width: 70%;
    margin: 0 auto;
}
#about-us-home-3 #list-rule{

}

#about-us-home-3 #list-rule .title{
    color: #272D37;
    font-family: "SVN-Gotham 700";
    font-size: 22px;
    line-height: 30px;
}

#about-us-home-3 #list-rule .desc{
    color: #5F6D7E;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    #about-us-home-3 .warp{
        width: 100%;
    }
    #about-us-home-3{
        margin: 60px 0;
    }
}

/*--------------------------------------------------------------
# About Us Profiles Section
--------------------------------------------------------------*/

#about-us-profiles{
}
#about-us-profiles .warp{
    width: 70%;
    margin: 0 auto;
}
#about-us-profiles .section-header h2{
    font-size: 60px;
}

#about-us-profiles .warp .label-title{
    background: #F6F6F6;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #000;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    #about-us-profiles .warp{
        width: 100%;
    }
    #about-us-profiles{
        margin: 60px 0;
    }
}

/*--------------------------------------------------------------
# Company detail Section
--------------------------------------------------------------*/
#why-us{
    background: #518ef6;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px));
    padding-bottom: 100px;
}

#why-us .services-item{
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    padding-top: 70px;

    position: relative;
    height: 160px;
}
#why-us .services-item .img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#why-us-01{

}
#why-us-01 .top-panel{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    border: 1px solid #eee;

}
#why-us-01 .section-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 12px 20px;
    height: 80px;
    text-align: center;
    background-color: rgb(252, 187, 88);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), calc(50% + 10px) calc(100% - 20px), 50% 100%, calc(50% - 10px) calc(100% - 20px), 0% calc(100% - 20px));
    color: #fff;
    font-size: 20px;
}

.box-title{
    text-align: center;
    font-size: 28px;
}

#why-us-01 .top-panel .img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

#why-us-01 .box_item{
    position: relative;
    width: 100%;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #518ef6;
}

#why-us-01 .box_item .inner{
    padding: 20px 12px;
}

#why-us-01 .box_item .inner h3{
    background: #0c49b2;
    color: #fff;
    padding: 12px 10px;
    transform: translateY(-80%);
    text-align: center;
}

#why-us-01 .box_item:after{
    content: "";
    position: absolute;
    bottom: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 2;
}

#why-us-01 .box_item.bi_1:after{
    right: -22px;
    border-left: 22px solid #518ef6;
}

#why-us-01 .box_item.bi_2::after{
    left: -22px;
    border-right: 22px solid #518ef6; /* màu nền của khung */
}

/*--------------------------------------------------------------
# Special skill Section
--------------------------------------------------------------*/

.box-skill{
    background: #f0f6f5;
    padding: 20px;
    text-align: center;
}
.box-skill .title{
    margin-top: 20px;
    font-weight: bold;
}
/*--------------------------------------------------------------
# Highlight Section
--------------------------------------------------------------*/

.box-highlight{
    background: #f0f6f5;
    padding: 20px;
    text-align: center;
}
.box-highlight .title{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0c49b2;
    font-size: 20px;
}
.box-highlight .num{
    background: #0c49b2;
    color: #fff;
    width: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;  /* canh giữa ngang */
    align-items: center;      /* canh giữa dọc */
}

.box-highlight .num span{
    font-size: 26px;
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
# Guide Section
--------------------------------------------------------------*/
#guide{
    padding: 80px 0;
    background-image: linear-gradient(#eefffa,#42a3f1);
}
.guide_box {
    width: 25%;
}
.guide_box .inner{
    position: relative;
    margin: 20px;
    padding: 20px;
    background: #fff;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}

.guide_box .inner:after{
    content: "";
    position: absolute;
    top: 0px;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 2;
    right: -22px;
    border-left: 22px solid #518ef6;
}
#why-us-01 .box_item.bi_2::after{
    left: -22px;
    border-right: 22px solid #518ef6; /* màu nền của khung */
}


.guide_box .inner h3{
    font-size: 16px;
    font-weight: bold;
}
.guide_box .gnum{
    background: #0c49b2;
    color: #fff;
    border-radius: 9999px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .guide_box {
        width: 50%;
    }
}
/*--------------------------------------------------------------
#FAQ Section
--------------------------------------------------------------*/
#accordionFaq .accordion-header .accordion-button{

}

#accordionFaq .accordion-header .accordion-button span{
    font-size: 22px;
    color: #0c49b2;
    margin-right: 15px;
    font-weight: 600;
}
#accordionFaq .accordion-body span{
    font-size: 22px;
    color: #ff6057;
    margin-right: 15px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Services Home Section
--------------------------------------------------------------*/
#services-home{}
#services-home .warp{
    width: 70%;
    margin: 0 auto;
}
#services-home .services-box .title{
    color: #233D30;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 208.333% */
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
#services-home .services-box .title i{
    font-size: 16px;
    margin-right: 12px;
}
#services-home .services-box #accordionServices{

}
#services-home .services-box .accordion-item{
    border-radius: 0;
}
#services-home .services-box .accordion-header:focus{
    border: none;
    box-shadow: none;
    outline: none;
}
#services-home .services-box .accordion-header .accordion-button{
    color: #272D37;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
#services-home .services-box .accordion-header .accordion-button:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

@media screen and (max-width: 768px) {
    #services-home .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Recruiment Home Section
--------------------------------------------------------------*/

#recruiment-home{

}

#recruiment-home .warp{
    width: 70%;
    margin: 0 auto;
}

#recruiment-panel{
    border: 1px solid #EAEBF0;
}

#recruiment-panel .recruiment-box{
    border-bottom: 1px solid #EAEBF0;
    padding: 12px 16px;
}
#recruiment-panel .recruiment-box:hover{
    border-right: 6px solid #D9D9D9;
}

#recruiment-panel .recruiment-box .title{
    color: #272D37;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    margin-bottom: 8px;
}
#recruiment-panel .recruiment-box .desc{
    color: #545454;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    #recruiment-home .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Recruiment Page
--------------------------------------------------------------*/

#recruiment .section-header h2{
    margin-bottom: 10px;
}

#recruiment .section-header .result_jobs span{
    color: #3C90FF;
    font-family: "SVN-Gotham 450";
    font-size: 15px;
}
#recruiment .right-col .location{
    color: #5F6D7E;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    line-height: 24px;
}
#recruiment .left-col{
    text-align: center;
}
#recruiment .left-col span{
    border-radius: 5px;
    background: #FFF5F5;
    padding: 8px 12px;
    width: fit-content;
    color: #F74346;
}

#recruiment .recruiment-box:hover{
    border-right: none;
    background: #f4f6f9;
}

#recruiment table tr td:first-child, #recruiment table tr th:first-child{
    font-weight: bold;
    color: #0c49b2;
}



    /*--------------------------------------------------------------
    # Recruiment Detail Page
    --------------------------------------------------------------*/
#recruiment-detail{

}
#recruiment-detail .warp{
    width: 70%;
    margin: 0 auto;
}

#recruiment-detail .warp .properties{

}
#recruiment-detail .warp .properties .subtitle{
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

#recruiment-detail .warp .properties span{
    border-radius: 5px;
    background: #FFF5F5;
    padding: 8px 12px;
    width: fit-content;
    color: #F74346;
}

#recruiment-detail .warp h1{
    margin-top: 30px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

#recruiment-detail .warp h4.title-detail{
    margin-top: 50px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

#recruiment-detail .warp .box-cate{
    text-align: center;
}
#recruiment-detail .warp .box-cate .title{
    margin-top: 12px;
    color: #272D37;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
}
#recruiment-detail .warp .box-cate .desc{
    margin-top: 8px;
}

#recruiment-index{
    border-top: 1.5px solid #262626;
}

#recruiment-index .row{
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1.5px solid #DDD;
}
#recruiment-index .row ul{
    padding: 0;
    margin: 0;
    list-style: disc;
}
#recruiment-index .row .content_item{
    padding: 12px 0;
}

#recruiment-detail .warp .label-title{
    background: #F6F6F6;
    padding: 12px 10px;
}

#recruiment-detail .warp .label-title-02{
    padding: 12px 10px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    text-transform: uppercase;
}
#recruiment-detail .warp .send-profiles{
    display: inline-block;
    padding: 12px 25px;
    border-radius: 61px;
    background: #21468C;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    color: #fff;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    #recruiment-detail .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# About us Header Section
--------------------------------------------------------------*/
#about-us-header{

}
#about-us-header .warp{
    width: 70%;
    margin: 0 auto;
}

#about-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#about-list a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 28%;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #DDDDDD;
    padding: 12px 0;
}
#about-list a.active, #about-list a:hover{
    border-bottom: 2px solid #21468C;
}
#about-list a img{
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 768px) {
    #about-us-header .warp{
        width: 100%;
    }
    #about-list a{
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# About us page
--------------------------------------------------------------*/
#about-us-page{
    margin-top: 80px;
}
#about-us-page .warp{
    width: 70%;
    margin: 0 auto;
}

#about-us-page .warp .section-header h2{
    text-transform: none;
}

#about-us-page .warp .section-header span{
    color: #3C90FF;
}

#about-grid{
    border-top: 1.5px solid #262626;
}
#about-grid .row{
    border-bottom: 1.5px solid #ddd;
    margin-left: 0;
    margin-right: 0;
}
#about-grid .row .col-md-8{
    display: flex;
    align-items: center;
}

#about-us-page .warp .label-title{
    background: #F6F6F6;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #000;
    font-family: "SVN-Gotham 700";
    font-size: 15px;
    line-height: 30px;
}

#about-us-page #list-rule{

}

#about-us-page #list-rule .title{
    color: #272D37;
    font-family: "SVN-Gotham 700";
    font-size: 22px;
    line-height: 30px;
}

#about-us-page #list-rule .desc{
    color: #5F6D7E;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    #about-us-page .warp{
        width: 100%;
    }
}

/*--------------------------------------------------------------
# About why page
--------------------------------------------------------------*/

#about-processing{

}

#about-processing .streng_box{
    border-radius: 5px;
    border: 1px solid #EAEBF0;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    padding: 20px;
    text-align: center;
}
#about-processing .streng_box .title{
    margin-top: 15px;
    color: #5F6D7E;
    font-family: "SVN-Gotham 450";
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.cert-box{

}

.cert-box .title{
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Teams section
--------------------------------------------------------------*/

#teams .teams_box{
    padding: 12px;
}
#teams .warp{
    width: 70%;
    margin: 0 auto;
}

#teams .teams_box .img{
    height: 320px;
    overflow: hidden;
}
#teams .teams_box .img img{
    width: 100%;
    object-fit: contain;
}
#teams .teams_box .title{
    margin: 0;
    margin-top: 15px;
    font-family: "SVN-Gotham 450";
    color: #272D37;
    font-size: 20px;
    line-height: 28px; /* 140% */
}
#teams .teams_box .desc{
    color: #437EF7;
    font-size: 16px;
    line-height: 24px; /* 150% */
}

@media screen and (max-width: 768px) {
    #teams .warp{
        width: 100%;
    }
    #teams .teams_box .img{
        height: 220px;
    }
}

/*--------------------------------------------------------------
# Video home
--------------------------------------------------------------*/

#video-home{
    background: #0f0f0f;
}
#video-home iframe{
    width: 100%; height: 600px;
    margin: 0; padding: 0;
}

@media screen and (max-width: 768px) {
    #video-home iframe{
        width: 100%; height: 320px;
    }
}

/*--------------------------------------------------------------
# About us Section
--------------------------------------------------------------*/

#about-us{
    position: relative;
    padding: 80px 0;
}
#about-us h2.title{
    color: #14B6C3;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
}
#about-us .desc{
    color: #27397C;
    text-align: right;
    font-family: "Baloo 2", sans-serif;
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
}
#about-us .content{
    color: #27397C;
    text-align: justify;
}

#about-us .about-us-text{
    text-align: justify;
}

#about-us .about-us-text h3{
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    color: #2F2F88;

}
#about-us .about-us-text h2{
    font-size: 64px;
    font-weight: 700;
    text-align: left;
    color: #37BEC9;
}

.about-us-mission{
    text-align: left;
}
.about-us-mission .img img{
    max-height: 75px;
}
.about-us-mission h4{
    color: #14B6C3;
    font-size: 32px;
    font-weight: 900;
}

.about-us-mission .content{
    text-align: justify;
    color: #27397C;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.about-us-logo h2{
    color: #2F2F88;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

#about-us-team{
    margin-top: 50px;
    background: url(../images/bgteam.jpg) repeat-x bottom #30308a;
    padding-top: 150px;
    padding-bottom: 350px;
    color: #ffffff;
}

#about-us-team .section-header h2{
    color: #ffffff;
}

@media screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
#services{}

#services .warp{
    width: 70%;
    margin: 0 auto;
}

#services .warp .section-header h2{
    line-height: 38px;
    font-size: 28px;
}

#services .warp .services-item{
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #EAEBF0;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    height: 300px;
    margin-bottom: 20px;
}

#services .warp .services-item .title{
    font-family: "SVN-Gotham 700";
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
#services .warp .services-item .title span{
    color: #3C90FF;
}

#services .warp .services-item .text {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

#services .warp #services-p3 .services-item .title{
    color: #3C90FF;
}

#services .warp #services-p5 .services-item .title{
    color: #21468C;
}

#services .warp #services-p5 .services-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
@media screen and (max-width: 768px) {
    #services .warp{
        width: 100%;
    }
    #services .warp .section-header h2{
        line-height: 28px;
        font-size: 20px;
    }
    #services .warp .services-item{
        height: auto;
    }
    #services .warp #services-p5 .services-item .title{
        font-size: 14px;
        line-height: 20px;
    }

}

/*--------------------------------------------------------------
# Partner Section
--------------------------------------------------------------*/

#partner{
    margin: 0 auto;
    margin-top: -150px;
    position: relative;
    width:75%;
    background:#fff;
    border-radius: 15px;
    border:1px solid #ccc;
   /* box-shadow: rgba(0, 0, 0, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;*/
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    border-top: none;
    padding: 30px;
    z-index: 101;
}
#partner #box_partner{
    margin-top: 30px;
}

#partner .box-item{
    height: 130px;
}
#partner .featureSwiper{
    padding: 0 40px;
}
#partner #box_partner .swiper-button-next-01 {
    right: -15px;
    top: 34px;
}

#partner #box_partner .swiper-button-prev-01{
    left: -15px;
    top: 34px;
}

#partner #box_partner .swiper-button-next-01 i, #partner #box_partner .swiper-button-prev-01 i {
    color: #2F2F88;
    font-size: 40px;
}


@media screen and (max-width: 768px) {
    #partner{
        width:96%;
        background:#fff;
    }
    #partner #box_partner .swiper-button-next-01, #partner #box_partner .swiper-button-prev-01 {
        top: 35px;
    }
    #partner .featureSwiper{
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Partners Page
--------------------------------------------------------------*/

#panel_partner{
    margin-bottom: 60px;
}

#panel_partner .section-header .desc{
    color: #27397C;
    text-align: center;
    line-height: 32px;
}
#panel_partner .title{
    color: #14B6C3;
    font-size: 32px;
    font-weight: 900;
}
#panel_partner .text{
    color: #27397C;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; /* 160% */
}
#panel_partner .img_st{
    text-align: center;
}
#panel_partner .img_st img{
    border-radius: 50%;
}
#panel_partner .img{
    width: 25%;
    display: inline-block;
}
#panel_partner .inner{
    padding: 8px 25px;
}
#panel_partner .img img{
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #panel_partner .img{
        width: 50%;
    }
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.testimonials{
    padding-top: 50px;
    padding-bottom: 10px;
    z-index: 100;
}
.testimonials .box-team{
    padding: 20px 12px;
}
.testimonials .box-team .img{
    width: 150px;
    height: 190px;
    object-fit: cover;
}
.testimonials .box-team .title{
    color: #272D37;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.testimonials .box-team .content{
    color: #545454;
    font-weight: 450;
    font-size: 15px;
    line-height: 24px;
}
.testimonial-item .inner {
    padding: 30px;
}
.testimonial-item .user-title{
    font-size: 16px;
    margin-bottom: 12px;
    color: #3C90FF;
}
.testimonial-item .position{
    font-size: 16px;
    font-weight: 400;
}

.testimonial-item .testimonial-img{
    max-width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

.testimonials .testimonial-comment{
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.reviewSwiper{
    padding: 50px;
}

.reviewSwiper .swiper-button-next-01 i, .reviewSwiper .swiper-button-prev-01 i{
    font-size: 40px;
}

.reviewSwiper .swiper-button-next-01{
    right: -10px;
}
.reviewSwiper .swiper-button-prev-01{
    left: -10px;
}

@media screen and (max-width: 768px) {
    .testimonials{
       text-align: center;
    }
    #panel_testimonials{ width:100%; }
    .testimonial-item .testimonial-img{
        width: 80px;
    }

}

#follow_on{ padding-bottom: 10px; width: fit-content; margin:0 auto; margin-top: 20px; }
#follow_on img{  margin: 0 10px;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact{
    padding-top: 60px;
    margin-bottom: 80px;
}
#contact .warp{
    width: 70%;
    margin: 0 auto;
}

#panel_contact{

}

#contact #frmContact{

}

#contact #frmContact .row{

}

#contact #frmContact .contact-label{
    background: #F6F6F6;
    color: #000;
    padding: 14px 10px;
}

#contact #btnContact{
    border: none;
    font-family: "SVN-Gotham 700";
    display: flex;
    color: #fff;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    background: #21468C;
    padding: 12px 28px;
    border-radius: 30px;
    text-transform: uppercase;
}

#contact #frmContact input:not([type="checkbox"]){
    margin-top: 6px;
    border: 1px solid #DAE0E6;
    background: none;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    width: 100%;
    height: 36px;
    padding: 0 20px;
}
#contact #frmContact .form-check-input[type="checkbox"]{
    float: none;
}

#contact #frmContact textarea{
    margin: 8px 0;
    border: 1px solid #DAE0E6;
    background: none;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    width: 100%;
    padding: 0 20px;
}
#contact #frmContact label span{
    margin-left: 6px;
    color: red;
}
#contact #frmContact input::placeholder, #contact #frmContact textarea::placeholder {
    color: #919BA7;
    font-style: italic;
}

#contact #frmContact input::-ms-input-placeholder, #contact #frmContact textarea::-ms-input-placeholder {
    color: #919BA7;
    font-style: italic;
}

#panel-contact .contact-item i{ font-size: 35px; margin-right: 12px; color: #b48b24;}

#panel-contact #btnContact{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 6px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #90B239;
    border: none;
    text-transform: uppercase;
    margin-top: 15px;
}

#contact.contact-page{

}
#contact.contact-page .form-label{
    color: #000;
    font-family: "SVN-Gotham 450";
    font-size: 15px;
}
#contact.contact-page #frmContact .row {
    border-bottom: none;
}

#contact.contact-page .col-right{
    background: #F6F6F6;
}
#contact.contact-page #contact-info{
    padding: 15px;
    color: #000;
    font-family: "SVN-Gotham 450";
    font-size: 15px;
}
#contact.contact-page #contact-info a{
    color: #000;
}

@media screen and (max-width: 768px) {
    #contact{ padding-top: 20px;}
    #contact .warp{
        width: 100%;
    }
    #contact #frmContact{ padding: 20px; margin-top: 20px;}

    #panel_contact{ width: 100%; margin-left: 0;}
    #contact-map .description{
        position: relative;
        top: 0!important;
        left: 0!important;
        width: 96%;
        padding: 10px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 950px) {
    #panel_contact{ width: 100%; margin-left: 0;}
    #contact-map .description{
        left: 5%;
        top: 20px;
        background:#fff;
        padding: 20px;
    }
}

#newsletter{
    background: #fff;
}

#newsletter button{ background: none; border: none; }
#newsletter input{ background: none; border: none; }

#hotline a{ font-size: 18px; font-size: 600; }


/* News Section - Home Page ------------------------------*/

.news-home{
    margin-top: 100px;
}

#news-home .warp{
    width: 70%;
    margin: 0 auto;
}

.news-home .btn-themes img{
    margin-left: 80px;
}

.news-home .btn-viewall img{
    margin-left: 100px;
}

.news-home article {
    position: relative;
}

.news-home article .img {
    height: 220px;
    position: relative;
}

.news-home article .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.news-home .description{
    padding: 20px;
    color: #fff;
}
.news-home .title {
    color: #262626;
    font-size: 16px;
    font-family: "SVN-Gotham 700";
}

.news-home .post-date {
    color: #545454;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
}
.news-home .description .more{
    color: #3C90FF;
    font-size: 15px;
    line-height: 22px; /* 146.667% */
}

@media (max-width: 768px) {
    #news-home .warp{
        width: 100%;
    }
    .news-home article .img {
        height: 200px;
    }
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

#news-list{}


#news-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#news-cate a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 28%;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #DDDDDD;
    padding: 12px 0;
}
#news-cate a.active, #news-cate a:hover {
    border-bottom: 2px solid #21468C;
}

#news-list .img img{
  border-radius: 8px;
}
#news-list .date{
    margin-top: 10px;
    color: #545454;
    font-family: "SVN-Gotham 450";
    font-size: 12px;
    line-height: 20px; /* 166.667% */
}
#news-list .title{
    margin-top: 10px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 16px;
    line-height: 20px; /* 125% */
}
#news-list .desc{
    color: #27397C;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}

#news .pagination {
    color: #2F2F88;
    width: fit-content;
    margin: 30px auto;
}

#news .pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

#news .pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

#news .pagination li a {
    color: #000;
    font-family: "SVN-Gotham 700";
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}

#news .pagination li.active a,
#news .pagination li:hover a{
    color: #3C90FF;
    text-decoration: underline;
    background: none;
}

.news-content{ margin-top: 20px;}

.others-img{
    width: 80px;
    height: 80px;
}
.others-date{
    color: #707070;
    font-size: 12px;
    font-weight: 400;
}
.others-title{
    color: #181C32;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Blog Detail Page
--------------------------------------------------------------*/

#news-detail{
    text-align: justify;
}

#news-detail .title{
    margin-top: 15px;
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 40px;
    text-transform: uppercase;
}

.news-detail h4{
    color: #2F2F88;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}
.news-detail ul li {
    margin-bottom:8px;
}

#news .title-page{
    color: #262626;
    font-family: "SVN-Gotham 700";
    font-size: 40px;
    text-transform: uppercase;
}

#footer {
    background: #262626;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #fff;
}
#footer a{
    color: #fff;
}

#footer .bmenu a{
    color: #0c49b2;
}

#footer #blogo img{
    max-height: 75px;
}
#footer_text #company{
    margin-top: 35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
#footer_text #address{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.social-links{
    margin-top: 30px;
}
.social-links img{
    margin-right: 15px;
}
#footer .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

#footer_text ul{
    padding: 0;
    margin: 0;
    font-size: 16px;
}
#footer_text ul i{
    margin-right: 12px;
}
#footer_text ul li{
    margin-bottom: 10px;
}

#bmenu{
    font-size: 16px;
}

#footer .info-item img{margin-right: 20px;}

#bsocial i{ font-size: 22px; margin-left: 10px;}

#footer #copyright{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #footer #blogo{
        text-align: center;
    }
    #bmenu{
       text-align: right;
    }
    #bsocial{ margin-top: 15px;}
}

:root {
    --swiper-navigation-size: 44;
}

.swiper-button-next-01, .swiper-button-prev-01 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.swiper-button-next-01, .swiper-button-prev-01 i{
    font-size: 20px;
}

.swiper-button-next-01 {
    right: 10px;
    left: auto;
}

.swiper-button-prev-01{
    left: 10px;
    right: auto;
}

.swiper-pagination-bullet-active{ background:#000;}

#searchModal .btn-warning{
    background-color: #14B6C3;
    border: 1px solid #14B6C3;
    color: #fff;
}