:root{
    --main-cl: #0B268F;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-400: 'SVN-Gilroy';
    --font-100: 'SVN-GilroyThin';
    --font-600: 'SVN-GilroySemiBold';
    --font-500: 'SVN-GilroyMedium';
    --font-300: 'SVN-GilroyLight';
    --font-700: 'SVN-GilroyBold';
    --font-900: 'SVN-GilroyBlack';
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
body{
    overflow-x: hidden;
    font-size: 0.9rem;
    font-family: var(--font-400);
    line-height: 1.5;
}

.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.flickity-page-dots li.dot {
    border: none;
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    transition: .5s all;
}

.flickity-page-dots li.dot.is-selected {
    width: 2.2rem;
    border-radius: 1rem;
}

.home_sec_1 .img:before {
    content: '';
    position: absolute;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 13.45rem;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
}

.flickity-page-dots {
    z-index: 9;
}
.home_sec_1 .flickity-page-dots{
    bottom : 2.5rem;
}
#logo {
    width: 11rem !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 0.6rem;
    display: inline-block;
    top: unset;
    max-height: unset;
    height: 5rem;
    background: #fff;
}

body .stuck #logo img,body #logo img {
    max-height: unset !important;
}

.header-top {
    background: #fff;
}

header#header .nav>li>a {
    font-size: 0.8rem;
    color: var(--9_0B268F, #0B268F);
    padding: 0 !important;
    font-family: var(--font-500);
    text-transform: unset;
    line-height: 3.15rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-700);
}

b, strong {
    font-weight: normal;
    font-family: var(--font-700);
}
body * {
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

.header-main {
    height: auto !important;
    z-index: 11;
}

#logo img {
    height: 100%;
    width: auto;
    display: block;
}

header#header div#top-bar .nav>li+li {
    margin-left: 0.95rem;
}

div#top-bar {}

header#header .nav>li {
    margin: 0;
}

header#header .nav>li+li {
    margin-left: 3rem;
}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 73.5rem !important;
}

.header-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, transparent, black, transparent);
    opacity: .1;
}

.header-search-form-wrapper form {
    width: 16.75rem;
    background: rgb(39 39 39 / 7%);
    Selection colors
    Hex

    #272727;
    border-radius: 950rem;
    overflow: hidden;
    position: relative;
}

.header-search-form-wrapper form input {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 0.65rem;
    padding: 0 1rem;
    height: 1.75rem;
}

.header-search-form-wrapper form input::placeholder {}

.header-search-form-wrapper form button.ux-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #0B268F;
    line-height: 1.95rem;
    padding: 0 0.85rem;
}

header#header .nav>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.15rem;
    background: var(--9_0B268F, #0B268F);
    transition: .5s all;
    width: 0;
}

header#header .nav>li>a:hover:before {
    width: 100%;
}

header#header .nav>li.current-menu-item>a:before {
    width: 100%;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}
.header-bg-color {
    background: #fff;
}
.col, .columns, .gallery-item {
    padding-bottom: 0;
}

.icon-box.Heading {
    align-items: center;
}

.icon-box.Heading {
    color: rgb(11 38 143 / 70%);
}

.icon-box.Heading p {
    margin: 0;
}

.icon-box.Heading h1,.icon-box.Heading h2,.icon-box.Heading h3 {
    font-size: 3.5rem;
    font-family: var(--font-900);
    margin: 0;
    line-height: 1.1;
}

.icon-box-img img, .icon-box-img svg {
    padding: 0;
}

.icon-box.Heading .icon-box-img {
    width: auto !important;
}

.tab_banner .icon-box-center .icon-box-img .icon-inner {
    height: 18.5rem !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box.Heading .icon-inner {width: 4.5rem;height: 4.5rem;display: flex;align-items: center;justify-content: flex-start;}

a.button.primary.lowercase {
    margin: 0;
    height: 2.25rem;
}

a.button.primary.lowercase span {
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
}

.left_auto {
    margin: 0 0 0 auto !important;
}

.icon-box.Heading .icon-inner img {
    max-height: 100%;
    width: auto;
}

.icon-box.Heading .icon-box-text {
    padding-top: 0.7rem;
    font-size: 1rem;
}

.slider_process .row {
    max-width: calc(100% / 3) !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.slider_process .row .col {
    padding: 0 0.5rem;
}

.slider_process {
    margin: 2.5rem -0.5rem 0;
}

.slider_process .box_content {
    height: 15.1rem;
    max-width: 19rem;
    padding-top: 2rem;
}

.slider_process .box_content h3,.slider_process .box_content h2,.slider_process .box_content h1 {
    font-size: 2rem;
    margin: 0;
}

.slider_process .img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.slider_process .img img {
    height: 16rem;
    object-fit: cover;
}
.slider_logo .row {
    max-width: 25% !important;
    opacity: 1 !important;
    margin: 0 !important;
    justify-content: center;
}

.slider_logo .row .col-inner {
    display: flex;
    justify-content: center;
}

.slider_logo .ux-logo-link {
    padding: 0 !important;
    height: 5.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_logo .ux-logo-link img {
    height: auto !important;
    max-height: 100% !important;
}

.home_sec_6 {
    background: linear-gradient(180deg, #EFF9FF 0%, rgba(239, 249, 255, 0.00) 100%);
    Selection colors
    Hex;
}

.home_sec_6 .tabbed-content .nav {
    position: absolute;
    top: -2.85rem;
}

.tab-panels {
    padding: 0;
}

.home_sec_6 .tabbed-content {
    margin-top: 0.25rem;
}

.tabbed-content .nav.nav-outline a {
    height: 2.25rem;
    border: 1px solid var(--9_0B268F, #0B268F);
    Selection colors
    Hex

    9_0B268F;
    font-family: var(--font-500);
    color: var(--9_0B268F, #0B268F);
    padding: 0 1.5rem;
}

.tabbed-content .nav.nav-outline a span {
    height: 2.25rem;
    display: flex;
    align-items: center;
}

.tabbed-content .nav.nav-outline li+li {
    margin-left: 1.5rem;
}

.tabbed-content .nav.nav-outline .active a {
    background: var(--9_0B268F, #0B268F);
    color: #fff;
}

.slider_logo {
    margin-top: 3rem;
}

.slider_process .box_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0B268F;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
}

.slider_process:before {
    content: '';
    width: calc(100% + calc(100vw - 75.55rem)/2);
    height: 1px;
    background: linear-gradient(90deg, #6B6B6B, transparent);
    position: absolute;
    top: 0.35rem;
    left: 0.65rem;
}

h3.section-title b {
    display: none;
}

.home_sec_7 .Heading {
    margin-bottom: 0.45rem;
}

.home_sec_6_items .row {
    width: 100% !important;
}

.home_sec_6_items .row .col {
    padding: 0;
}

.home_sec_6_items .large-7 .col-inner {
    display: flex;
    align-items: center;
}

.home_sec_6_items .row .col-inner p {
    margin: 0;
}

.home_sec_6_items .number {
    font-size: 2rem;
    color: var(--9_0B268F, #0B268F);
    font-family: var(--font-700););
    width: 3.35rem;
    flex: 0 0 auto;
    line-height: 1;
}

.home_sec_6_items .item+.item {
    border-top: 2px solid #EDEDED;
}

.home_sec_6_items .item .img {
    width: 13.9rem !important;
    height: 8.7rem;
    border-radius: 1rem;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: 0;
    transition: .5s all;
    pointer-events: none;
}
.home_sec_6_items .item {
    cursor: pointer;
    padding: 1rem 0;
}

.home_sec_6_items .item:hover .img {
    transform: translateY(-50%) scale(1);
}

.home_sec_6_items .item a.button {
    margin: 0;
    float: right;
    color: #333333;
}
.home_sec_6_items .item a.button i.icon-plus{
    background-image: url(../images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(0);
    opacity: .5;
}
.home_sec_6_items .item a.button i.icon-plus:before{
    opacity: 0;
}

.home_sec_6_items {
    max-height: 21.4rem;
    overflow: auto;
}
.home_sec_6_items::-webkit-scrollbar-track
{
    background-color: #dfdfdf;
}

.home_sec_6_items::-webkit-scrollbar
{
    width: 0.15rem;
    background-color: #cedbffe8;
}

.home_sec_6_items::-webkit-scrollbar-thumb
{
    background-color: #0B268F;
}

.home_sec_8_title {margin: 0;}

.section-title-normal span {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.section-title {
    border: none;
    margin: 0;
}

.home_sec_8_title h3 {
    font-size: 1.5rem;
    margin-top: -0.4rem;
    margin-bottom: 1.25rem;
}

.home_sec_8_title h3:before {
    content: '';
    position: absolute;
    height: 1.5rem;
    width: 0.25rem;
    background: #0B268F;
    top: 0.2rem;
    left: -16px;
}

.col.border_left {
    border-left: 2px solid rgb(107 107 107 / 10%);
    margin-top: 2rem !important;
}

.slider_thong_bao h3 {
    font-size: 1.25rem;
    font-family: var(--font-500);
    Assets;
    margin: 0;
    line-height: 1.5;
}

.slider_thong_bao .banner:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10.65%, rgba(0, 0, 0, 0.90) 100%);
    Assets;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider_thong_bao .banner .text-box {
    z-index: 2;
    padding: 0 1.5rem 1.5rem;
}

.slider_thong_bao .banner {
    border-radius: 0.75rem;
    overflow: hidden;
}

.home_sec_8
ol.flickity-page-dots {
    position: unset !important;
    text-align: left;
    margin-top: 1.2rem;
}

.slider-nav-dark .flickity-page-dots li.dot {
    background: #0B268F;
}

.slider_kdt .row {
    max-width: calc(100% / 3) !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.slider_kdt .col {
    padding: 0 0.25rem;
}

.slider_kdt .image-cover {
    border-radius: 0.5rem;
    overflow: hidden;
}


.slider_kdt .box-text {
    padding: 0.75rem 0 0 !important;
}

.slider_kdt .box-text h3 {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.slider_kdt .box-text {
    height: 4rem;
    display: inline-block;
}

.right_auto .col-inner {
    margin: 0 auto 0 0 !important;
}

.home_sec_8_banner {
    background: transparent;
    margin-top: 3.5rem;
}

.home_sec_8_banner h1,.home_sec_8_banner h2,.home_sec_8_banner h3 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.home_sec_8_banner p {
    font-size: 1rem;
}

a.button.white {
    margin: 0;
    font-size: 0.9rem;
    height: 2.25rem;
    color: var(--9_0B268F, #0B268F);
}

a.button.white span {
    color: var(--9_0B268F, #0B268F);
    text-transform: unset !important;
    display: inline-flex;
}

.home_sec_8_banner .text-box {
    margin-top: 1.5rem;
    max-width: 25rem !important;
    margin-left: 4.5rem;
}

.group_heading {
    color: rgb(11 38 143 / 70%);
    font-size: 1rem;
}

.group_heading p {
    margin: 0;
}

.group_heading h1,.group_heading h2,.group_heading h3 {
    font-size: 3.5rem;
    font-family: var(--font-900);
    margin: 0;
    line-height: 1.2;
}

.home_sec_9_img .img-inner {
    overflow: unset;
}

.home_sec_9_img .img-inner img {
    max-width: unset;
    float: right;
    width: calc(100% + calc(100vw - 69.25rem)/2);
}

.icon-box.Heading.text-center {}

.icon-box.Heading.text-center .icon-box-img {
    display: flex;
    justify-content: center;
    margin: 0;
}

.home_sec_10 ul.nav {
    margin: 1rem 0 2.5rem;
}

.tab_banner .col {
    padding: 0 0.5rem;
}

.tab_banner .col .col-inner .icon-box {
    background: rgb(11 38 143 / 10%);
    border-radius: 1rem;
    height: 34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    flex-wrap: wrap;
    align-content: center;
}

.tab_banner .icon-box-center .icon-box-img {
    width: auto !important;
    height: auto !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tab_banner .icon-box-center .icon-box-img img {
    max-height: 100%;
}

.tab_banner h1,.tab_banner h2,.tab_banner h3 {
    font-size: 1.5rem;
    margin: 0;
}

a.button.primary.is-outline.lowercase {
    border-width: 1px;
    padding: 0 1.5rem;
}

.tab_banner .icon-box-left,.tab_banner .icon-box-right {
    width: 100%;
    align-items: center;
    height: 16.5rem !important;
    padding: 2.25rem !important;
}

.tab_banner .icon-box-right {
    text-align: left;
    margin-top: 1rem;
}


.tab_banner .col .col-inner .icon-box .icon-box-img {
    width: auto !important;
    flex: 0 0 auto;
    max-width: unset;
}

.tab_banner .col .col-inner .icon-box .icon-inner {
    width: 11.25rem;
    display: flex;
    justify-content: center;
    height: 12.75rem;
}

.tab_banner .col .col-inner .icon-box .icon-inner img {
    width: auto;
    height: auto;
}
.footer_top .group_heading h1,.footer_top .group_heading h2,.footer_top .group_heading h3 {
    font-size: 2.5rem;
    font-family: var(--font-700);
}

.footer_top {
    padding: 3rem 0 !important;
}

.footer_top p {
    margin: 0;
}

.right_auto .col-inner {
    margin: 0 auto 0 0 !important;
}

.footer_page {
    padding: 2.5rem 0 1rem !important;
}

.footer_page h3 {
    font-size: 0.95rem;
}

.footer_page {
    font-size: 0.8rem;
    color: var(--2_333333, #333);
}

.footer_page a {
    color: var(--2_333333, #333);
    text-decoration: underline;
}

.footer_page a strong {
    font-family: var(--font-600);
}

.footer_page a:hover {
    color: var(--9_0B268F, #0B268F);
}

.footer_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_page ul li {
    margin: 0;
}

.footer_page ul li a {
    text-decoration: none;
}

.footer_page ul li + li {
    margin-top: 0.5rem;
}

.footer_bottom p {
    margin: 0;
}

.footer_bottom {
    font-size: 0.7rem;
}

.footer_bottom {
    padding: 0.7rem 0 !important;
}

.absolute-footer {
    display: none;
}
.wrap_post_home .wrap_left {
    display: flex;
    margin: 0 -0.5rem;
}

.list_post_left,.list_post_right {
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
}

.list_post_right .item {
    display: flex;
    align-items: center;
    padding-right: 6.5rem;
    position: relative;
    padding: 0.9rem 5rem 0.9rem 0;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    margin: 0 0 0 1rem;
}

.list_post_right .item .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list_post_right .item svg {
    width: 2.5rem;
    display: block;
}

.list_post_right .item h3 {
    color: var(--11_6B6B6B, #6B6B6B);
    font-family: var(--font-500);
    margin: 0;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .5s all;
}

.list_post_right .item .box_date {
    text-align: center;
    width: 2.5rem;
    flex: 0 0 auto;
    margin-right: 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--11_6B6B6B, #6B6B6B);
    transition: .5s all;
}

.list_post_right .item .box_date b {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
}

.list_post_right .item .box_date span {
    font-size: 0.55rem;
}

.list_post_right .item:hover h3 {
    color: var(--9_0B268F, #0B268F);
}

.list_post_right .item:hover .box_date {
    color: var(--9_0B268F, #0B268F);
}

.list_post_left {
    display: flex;
    justify-content: space-between;
}

.list_post_left .item .box_img {
    height: 22.7rem;
}

.list_post_left .item {
    width: calc(50% - 0.5rem);
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.list_post_left .item .box_content {
    position: absolute;
    bottom: 0;
    padding: 1.4rem;
    z-index: 2;
}

.list_post_left .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0rem);
    transition: .5s all;
    transform: scale(1);
}

.list_post_left .item:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    z-index: 1;
}

.list_post_left .item h3 {
    font-size: 0.9rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.list_post_left .item .box_content .date {
    display: flex;
    font-size: 0.75rem;
    align-items: center;
}

.list_post_left .item .box_content .date .dot {
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 50%;
    flex: 0 0 auto;
    margin: 0 0.5rem;
}

.list_post_left .item:hover .box_img img {
    filter: blur(0.15rem);
    transition: .5s all;
    transform: scale(1.1);
}

.wrap_post_home {
    margin: 2rem 0 0 0;
}
.tabs_hv .box h3 {
    justify-content: center;
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    position: relative;
}

.tabs_hv .box .box-text {
    padding: 1rem 4rem 0;
}

.tabs_hv .box .container.section-title-container {
    margin: 0;
}

.tabs_hv .box h3:before {
    content: '';
    width: 3.95rem;
    height: 2px;
    background: #0B268F;
    bottom: 0;
    position: absolute;
}

.tabs_hv {
    font-size: 0.85rem;
}

.tabs_hv img {
    border-radius: 0.5rem;
}

.tabs_hv .col {
    margin-top: 2.5rem;
}
.search-form-he-thong {
    background-color: #fff;
}
.search-form-he-thong .form-group {
}
.search-form-he-thong .form-group label {
    display: block;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
    color: #333;
}
.search-form-he-thong .form-group select,
.search-form-he-thong .form-group input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 1.3rem;
    box-sizing: border-box;
    height: 3rem;
    border-radius: 5rem;
    color: var(--11_6B6B6B, #6B6B6B);
    margin: 0 0 1rem;
}
.search-form-he-thong .form-group.date-group {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
}
.search-form-he-thong .form-group.date-group input {
    width: calc(50% - 0.25rem);
}
.submit-btn {
    width: 100%;
    padding: 0.6rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: #0B268F;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    height: 2.75rem;
}
.submit-btn:hover {
    background-color: #0033a3;
}
.search-form-he-thong>.form-group:nth-child(1), .search-form-he-thong >.form-group:nth-child(2) {
    width: calc(50% - 0.25rem);
    float: left;
    display: inline-block;
}

.search-form-he-thong .form-group label {
    display: none;
}

form.search-form-he-thong {
    margin-top: 2rem;
}

.search-form-he-thong >.form-group:nth-child(2) {
    float: right;
}
form {
    margin: 0;
}

.wrap_form_footer input[type="email"] {
    margin: 0;
    height: 3.25rem;
    border-radius: 5rem;
    color: var(--2_333333, #333);
    padding: 0 0 0 1.5rem;
}

.wrap_form_footer input[type="email"]::placeholder {
    opacity: .3;
}

.wrap_form_footer [type="submit"] {
    margin: 0;
    position: absolute;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;
    top: 0.35rem;
    right: 0.4rem;
    font-size: 0;
    padding: 0;
    background-image: url(../images/right.svg);
    background-position: center;
    background-size: 1.2rem;
    background-repeat: no-repeat;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5rem 0 0 0;
    background: #fff;
}

span.wpcf7-spinner {
    position: absolute;
}
#logo img {
    height: 5rem;
}
.about_sec_2 .Heading {
    margin-bottom: 3rem;
}

.about_sec_2_img img {
    border-radius: 1rem;
}

blockquote {
    border: none;
    padding: 0;
    font-size: 1.25rem;
    color: var(--2_333333, #333);
    font-style: normal;
    font-family: var(--font-500);
    line-height: 1.4;
    margin: 0;
}
blockquote:before{
    content: '';
    position: absolute;
    top: 0;
    right: -4rem;
    width: 3rem;
    height: 2.6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon_quote.svg);
}

blockquote p {
    margin: 0;
}

.about_sec_2  .name p {
    margin: 0;
}

.about_sec_2 .name {
    color: var(--9_0B268F, #0B268F);
    font-size: 1.5rem;
    font-family: var(--font-700);
}

.about_sec_2 {
    background: linear-gradient(180deg, rgba(237, 247, 255, 0.00) 0%, #EDF7FF 100%);
    Selection colors
    Hex;
}

.about_sec_4 img.bg {
    float: right;
}

.items_about_sec_4 {}

.items_about_sec_4 .icon-box {
    border-radius: 0.5rem;
    border: 1px solid var(--9_0B268F, #0B268F);
    background: #FFF;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 1.75rem;
}

.items_about_sec_4 .col {
    padding: 0 0.5rem;
}

.items_about_sec_4 {margin: 0 -0.5rem !important;}

.items_about_sec_4 .icon-box .icon-box-img {
    width: 100% !important;
}

.items_about_sec_4 .icon-box .icon-box-img .icon-inner {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}

.items_about_sec_4 .icon-box .icon-box-img .icon-inner img {
    max-height: 100%;
    width: auto;
}

.items_about_sec_4 h3 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem;
}

.items_about_sec_4 {
    margin-top: 1.75rem !important;
}

.about_sec_5 {
    height: 34.75rem;
    align-items: center;
}

.about_sec_5 .Heading {
    margin-top: 2.5rem;
    margin-bottom: 1.75rem;
}

hr {
    margin: 1.5rem 0;
}

.about_sec_4 {
    padding: 15rem 0 7.5rem !important;
}

.about_sec_4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15rem;
    background: linear-gradient(0deg, #fff, transparent);
    z-index: 1;
}

.history_process .row {
    justify-content: space-between;
}

.history_process:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, black, transparent);
    display: block;
}

.history_process .row:after {
    display: none;
}

.history_process h3 {
    font-size: 3.5rem;
    margin: 0;
    line-height: 1.2;
}

.history_process .row+.row {
    margin-top: 2.5rem !important;
}
.history_process .row:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.45rem;
    height: 0.45rem;
    background: #0B268F;
    border-radius: 50%;
}

.history_process .row {
    position: relative;
}

.history_process {
    margin-top: 5rem;
}

.slider_team .col {
    padding: 0 0.5rem;
}

.slider_team {
    margin: 0 -0.5rem;
}

.slider_team .row {
    max-width: 25% !important;
    opacity: 1 !important;
    margin: 0 !important;

}

.slider_team img {
    height: 21.5rem;
    object-fit: cover;
    border-radius: 1rem;
}

.slider_team .box-text {
    padding: 1.25rem 0 0;
}

.slider_team .box-text strong {
    font-size: 1.15rem;
}


.slider_team ol.flickity-page-dots {
    display: none;
}

.slider_team {
    margin-top: 1.5rem;
}
.wrap_function {
    margin: 3.5rem  -1.75rem 0;
    display: flex;
    flex-wrap: wrap;
}

.item_function {
    position: relative;
}

.item_function .box_img {
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.item_function .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
    filter: blur(0rem);
}

.item_function:hover .box_img img {
    transform: scale(1.1);
    transition: .5s all;
    filter: blur(0.15rem);
}

.item_function .box_img h3 {
    margin-bottom: 1rem;
}

.wrap_function .item_function {
    width: calc(calc(100% / 3) - 3.5rem);
    margin: 0 1.75rem 3rem;
}

.item_function h3 {
    font-size: 1rem;
    color: #333;
    margin: 1rem 0 0 0;
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
section.single_function {
    padding: 5rem 0;
}

section.single_function h1.title {
    font-size: 2rem;
}

section.single_function .content h2,section.single_function .content h3,section.single_function .content h4,section.single_function .content h5 {
    color: var(--2_333333, #333);
}

section.single_function .col_left {
    padding-right: 5rem;
}

.wp-caption .wp-caption-text {
    background: transparent;
}

section.single_function .item_function+.item_function {
    margin-top: 1.75rem;
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}
.load_home_page svg {
    width: 15rem;
    max-width: 80vw;
}
div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 15rem;
    }
}

.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}

.item_post_top {
    position: relative;
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem 1rem;
    float: left;
}

.item_post_top .box_img {
    position: relative;
    height: 17.25rem;
    border-radius: 1rem;
    overflow: hidden;
}

.item_post_top .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    filter: blur(0rem);
    transition: .5s all;
}

.item_post_top .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.5rem;
    background: linear-gradient(180deg, rgba(11, 38, 143, 0.00) 0%, #0B268F 100%);
    Selection colors
    Hex;
    z-index: 2;
}

.item_post_top .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 1.75rem 1.25rem;
}

.box_meta {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.item_post_top .box_content h3 {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box_meta .dot {
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 50%;
    flex: 0 0 auto;
    margin: 0 0.5rem;
}

.item_post_top:hover .box_img img {
    transform: scale(1.1);
    filter: blur(0.25rem);
}

.item_post_top:first-child .box_img {
    height: 35.5rem;
}

.item_post_top:first-child .box_content h3 {
    font-size: 1.25rem;
}

.item_post_top:first-child {
    width: calc(calc(100% / 3) + calc(100% / 3) - 1rem);
}

.wrap_post_top {
    display: inline-block;
    min-width: 100%;
    margin: 0 -0.5rem 4.5rem;
}

.item_post_top:first-child .box_content {
    padding: 0 3.75rem 2.75rem;
}


@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.item_post {
    position: relative;
    width: calc(calc(100% / 3) - 3.5rem);
    margin: 0 1.75rem 3rem;
}

.item_post .box_img {
    height: 15rem;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.75rem;
}

.item_post {}

.item_post_top .box_img {}

.item_post .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
    filter: blur(0rem);
}

.item_post:hover .box_img img {
    transform: scale(1.1);
    filter: blur(0.25rem);
}

.item_post h3 {
    font-size: 1rem;
    color: var(--2_333333, #333);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_post .box_meta dot {
    opacity: 0.3;
    background: #333;
}

.item_post .box_meta .dot {
    background: #333;
    opacity: .3;
}

.item_post .content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.single_page {
    padding: 4rem 0;
}

.single_page .date_post {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-bottom: 0.75rem;
}

.single_page .date_post svg {
    display: block;
    width: 1rem;
    height: auto;
    margin-right: 0.3rem;
}

h1.title_post {
    font-size: 2rem;
    font-family: var(--font-700););
    line-height: 1.2;
}

.banner_post {
    margin: 2.5rem 0;
}

.banner_post img {
    width: 100%;
    display: block;
}

.content.mota {
    text-align: justify;
    text-align-last: center;
}

.content.content_post {
    text-align: justify;
}

.content.content_post img {
    width: 100%;
}

.wp-caption {
    width: 100% !important;
    margin-bottom: 0;
}
.nav_bottom_post {
    border-top: 1px solid rgb(0 0 0 / 10%);
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
}

.nav_bottom_post ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 0.5rem;
    padding: 0;
}

.nav_bottom_post>* {
    display: flex;
    align-items: center;
}

b {
    margin: 0;
    padding: 0;
}

.nav_bottom_post ul li svg {
    display: block;
    width: 1.5rem;
}

.nav_bottom_post ul li {
    margin: 0 0 0 0.5rem;
}

.nav_bottom_post .tags ul li {
    font-family: var(--font-700);
}

.nav_bottom_post .tags ul li+li:before {
    content: '/';
    padding: 0 0.25rem;
}
section.post_related h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.arrow_slider {
    border: 1px solid #0B268F;
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: -3.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .3s all;
    z-index: 9;
}

.arrow_slider svg {
    width: 1.5rem;
    filter: brightness(1) invert(0);
    transition: .3s all;
}

.arrow_slider.right {
    left: unset;
    right: -3.5rem;
}

.slider_post {
    margin: 0 -1.75rem;
}

.arrow_slider.right svg {
    transform: rotate(180deg);
}

.arrow_slider:hover svg {
    filter: brightness(0) invert(1);
}

.arrow_slider:hover {
    background: #0B268F;
}

.slider_post .slick-list {
    overflow: unset;
}

.slider_post .arrow_slider {
    top: -4.4rem;
    transform: unset;
    right: 1.75rem;
}

.slider_post .arrow_slider.left {
    right: 5rem;
    left: unset;
}

section.post_related {
    padding-bottom: 5rem;
}
.slider_post .item_post {
    width: calc(100% - 3.5rem);
    display: block;
    margin: 0 1.75rem 0;
}
.slider_post .item_slide {
    opacity: .5;
    transition: .5s all;
}

.slider_post .item_slide.slick-active {
    opacity: 1;
}
.menu_product ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 1.85rem;
}

.menu_product ul li {
    border: none !important;
}

.menu_product ul a {
    padding: 0.65rem 1.2rem !important;
    border-radius: 5rem;
    border: 1px solid var(--9_0B268F, #0B268F);
    line-height: normal;
}

.menu_product ul li+li {
    margin-left: 1rem;
}

.item_product {
    position: relative;
    width: calc(25% - 2rem);
    margin: 0 1rem 2rem;
    text-align: center;
    padding-bottom: 1rem;
}

.nav_product_top {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 0.85rem;
}

.nav_product_top>* {
    display: flex;
    a;
    align-items: center;
    flex: 0 0 auto;
    width: max-content;
    font-size: 0.8rem;
}

.nav_product_top select {
    margin: 0 0 0 0.5rem;
    border: none;
    width: auto;
    background: none;
    padding: 0;
    color: var(--353535, #353535);
    font-family: var(--font-500);
    height: fit-content;
    box-shadow: none;
}

.wrap_product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem 2rem;
}

.item_product .box_img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.item_product .box_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .5s all;
}

.item_product:hover .box_img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.item_product h3 {
    font-size: 0.85rem;
    color: var(--2_333333, #333);
    text-transform: uppercase;
    font-family: var(--font-600);
    margin: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 2.55rem;
    position: relative;
    transition: .5s all;
}

.item_product h3:before {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.15rem;
    background: #0B268F;
    width: 0;
    transition: .5s all;
}

.item_product:hover h3 {
    color: #0b268f;
}

.item_product:hover h3:before {
    width: 100%;
}
.menu_product ul .current-menu-item a,.menu_product ul a:hover {
    background: #0B268F;
    color: #fff;
}
.slider-for .box_img,
.slider-nav .box_img{
    padding-bottom: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.slider-for .box_img img,
.slider-nav .box_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.slider-nav {
    position: absolute;
    width: calc(calc(100% - 6rem));
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5rem;
}

.slider-for .box_img:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 11rem;
    z-index: 1;
    bottom: 0;
}

.slider-nav .box_img {
    border-radius: 0.5rem;
}

.slider-nav .item_slide {
    padding: 0 0.25rem;
}

.info_product {
    padding-left: 4rem;
}

.info_product .product_code {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
}

h1.title_product {
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #D9D9D9;
}

.info_product  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info_product ul li {
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 0.8rem;
    align-items: center;
}

.info_product ul b {
    flex: 0 0 auto;
}

.info_product ul li b {
    margin-right: 0.5rem;
    color: var(--2_333333, #333);
}

.info_product ul li {
    margin-bottom: 1.25rem;
}

.info_product ul li.price {
    color: var(--4_EE413E, #EE413E);
}

.info_product ul li  .box {
    border-radius: 0.4rem;
    background: #BDF8B1;
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
}

.mota_product {
    font-size: 0.8rem;
    padding: 1.7rem 1.5rem;
    border-radius: 1rem;
    background: #F9F9F9;
    margin-bottom: 2rem;
}

.product_details .tabbed-content .nav a {
    font-size: 0.9rem;
    font-family: var(--font-500);
    padding: 0.5rem 1.35rem;
}

.product_details .tabbed-content .nav .active a {
    color: var(--9_0B268F, #0B268F);
}

.product_details .tabbed-content .nav {
    display: inline-flex;
    width: auto;
    margin: 0 auto 2.5rem;
    border-bottom: 0.1rem solid #F8F8F8;
}

.product_details .tabbed-content .nav {}

.contact_product {
    width: 100%;
    font-size: 0.9rem;
    height: 3rem !important;
    line-height: 3rem;
    text-transform: uppercase !important;
    font-family: var(--font-500);
}

.product_related .row-full-width {
    max-width: 100% !important;
}

.slider_product .item_product {
    width: calc(100% - 2rem);
    margin-bottom: 0;
    padding-bottom: 0;
}

.slider_product .slick-list {
    padding: 0 20%;
}

.slider_product
.item_slide {
    opacity: .5;
    transition: .5s all;
}

.slider_product .item_slide.slick-active {
    opacity: 1;
}

.slider_product .left {
    left: 5rem;
}

.slider_product .right {
    right: 5rem;
}
.product_related .group_heading {
    margin-bottom: 40px;
}
section.van_bang_page {
    padding: 5rem 0;
}

section.van_bang_page .box_img {
    width: 16.9rem;
    display: block;
    margin: 0 0 0 auto;
    border-radius: 1rem;
    overflow: hidden;
}

section.van_bang_page .box_img img {
    display: block;
    width: 100%;
}
.van_bang_page .box_content ul {
    list-style: none;
    margin: 0;
}

.van_bang_page .box_content ul li {
    font-family: var(--font-700);
    _;
    display: flex;
    margin: 0;
}

.van_bang_page .box_content ul li strong {
    font-family: var(--font-400);
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.van_bang_page .box_content {
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.07);
    padding: 2.5rem 6rem 2.5rem 3.5rem;
}

.van_bang_page .box_content ul li+li {
    margin-top: 0.75rem;
}

h1.name {
    font-size: 2rem;
    margin: 0.5rem 0 0.5rem;
}

.diploma_list_page table {
    margin: 1rem auto;
    border-collapse: collapse;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0;
}
.diploma_list_page thead {
    background-color: #0d47a1;
    color: white;
}
.diploma_list_page th,.diploma_list_page  td {
    padding: 0.75rem;
    text-align: left;
}
.diploma_list_page th {
}
.diploma_list_page tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.diploma_list_page tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.diploma_list_page  tbody tr:hover {
    background-color: #f1f5fc;
}
.diploma_list_page .avatar {
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.diploma_list_page .name-cell {
    display: flex;
    align-items: center;
}
.diploma_list_page tbody td {
    color: #333;
}
.ket_qua {
    font-size: 0.8rem;
    margin: 0.75rem 0;
}

.ket_qua b {
    font-family: var(--font-500);
}

.diploma_list_page {
    padding: 6rem 0;
}

.diploma_list_page tbody tr {
    cursor: pointer;
}

.diploma_list_page tbody td:nth-child(2), .diploma_list_page th:nth-child(2) {
    color: var(--9_0B268F, #0B268F);
    font-family: var(--font-700);
}

.diploma_list_page th:nth-child(2) {
    color: var(--3_FFFFFF, #FFF);
}
.box_avtar {
    display: inline-flex;
    align-items: center;
}

.box_avtar svg {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
}
.box_tra_cuu_van_bang {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(1.6rem);
    padding: 3.75rem 5.5rem;
}

.box_tra_cuu_van_bang h1 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}

form.form_tra_cuu input {
    height: 3rem;
    border-radius: 2rem;
    border: 1px solid var(--11_6B6B6B, #6B6B6B);
    background: #FFF;
    padding: 0 1.25rem;
    color: rgb(107 107 107 / 70%);
    margin-bottom: 0.75rem;
}

form.form_tra_cuu input::placeholder {
    opacity: .7;
}

form.form_tra_cuu button {
    height: 2.75rem;
    width: 100%;
    margin: 0;
    background: var(--9_0B268F, #0B268F);
    border-radius: 5rem;
    color: #fff;
    font-family: var(--font-500);
    text-transform: unset;
    font-size: 0.9rem;
}
.box_item.open_date {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 5rem;
    margin-bottom: 1rem;
}

div#datepicker {
    position: absolute;
    top: 0;
    transform: translateY(0%) scale(0);
    z-index: 9;
    width: 100%;
    pointer-events: none;
    transition: .5s all;
    border-radius: 1rem;
}

.box_item.open_date .wrap_item {
    width: calc(50% - 0.25rem);
}

.box_item.open_date .wrap_item input {
    width: 100%;
    margin: 0;
    border: none;
    box-shadow: none;
    background-image: url(../images/icon_date.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    pointer-events: none;
}

.ui-widget.ui-widget-content {
    width: 100% !important;
}

.box_item.open_date.active div#datepicker {transform: translateY(0%) scale(1);pointer-events: unset}

/*DATE PICKER*/
#datepicker {
    margin-bottom: 1rem;
}

input[type=text] {
    height: 1.5rem;
}

.ui-datepicker-hover a,
.ui-datepicker-hover:after {
    background-color: #8c9baf !important;
    color: #fff !important;
}

.ui-datepicker-select a {
    background-color: #434f5f;
    color: #fff !important;
}

.ui-datepicker {
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
.ui-datepicker:after {
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    clear: both;
}
.ui-datepicker .ui-datepicker-group {
    float: left;
    width: 50%;
}
.ui-datepicker .ui-datepicker-header {
    color: #62748c;
    font: 0.7rem/1.25rem "Arial";
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background: #000;
    cursor: pointer;
    height: 0.75rem;
    overflow: hidden;
    position: absolute;
    text-indent: -100em;
    top: 0.25rem;
    user-select: none;
    width: 0.75rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    background-color: #050505;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0.5rem;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0.5rem;
}
.ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 0.6rem;
    cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    text-align: left;
    vertical-align: middle;
    width: 1.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0;
    z-index: 1;
}
.ui-datepicker .ui-datepicker-calendar th {
    color: #62748c;
    font: 0.4666666667;
}
.ui-datepicker .ui-datepicker-calendar td {
    color: #8d8d8d;
    padding: 0.1rem 0;
    position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:before, .ui-datepicker .ui-datepicker-calendar td:after {
    bottom: 0.1rem;
    content: "";
    left: 0;
    top: 0.1rem;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.ui-datepicker .ui-datepicker-calendar td:before {
    background: #eee;
}
.ui-datepicker .ui-datepicker-calendar td:first-child:before {
    border-radius: 0.75rem 0 0 0.75rem;
}
.ui-datepicker .ui-datepicker-calendar td:last-child:before {
    border-radius: 0 0.75rem 0.75rem 0;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    color: #d0d0d0;
}
.ui-datepicker .ui-datepicker-calendar a {
    color: inherit;
    display: flex;
    height: 1.5rem;
    text-decoration: none;
    width: 1.5rem;
    border: none !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #51c197;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin:after {
    left: 50%;
    width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkout:after {
    right: 50%;
    width: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin a,
.ui-datepicker .ui-datepicker-calendar .ui-checkout a {
    background-color: red;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-checkin.ui-datepicker-hover .ui-state-hover {
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-hover .ui-state-hover {
    border-radius: 0 50% 50% 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #62748c;
    border-radius: 50%;
    color: #fff;
}

.ui-datepicker-trigger {
    float: left;
    height: 0.75rem;
    margin: 0.65rem 0 0 -1.75rem;
    overflow: hidden;
    text-indent: -100em;
    width: 0.8rem;
}
span.ui-datepicker-year {
    width: auto !important;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 5rem;
    background: #ffffffba;
    border: none;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 0.5rem;
    backdrop-filter: blur(0.125rem);
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 !important;
}

span.ui-icon.ui-icon-circle-triangle-e {
    filter: brightness(1) invert(1);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    background-color: transparent !important;
    border-radius: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    display: inline-flex;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.ui-datepicker .ui-datepicker-calendar td {
    background: transparent;
}

.ui-datepicker .ui-datepicker-calendar td:before {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background: #0b268f;
    border-color: #0b268f;
}

.ui-datepicker .ui-datepicker-calendar .ui-checkin a, .ui-datepicker .ui-datepicker-calendar .ui-checkout a {
    background: #63C3D2;
    border-color: #63C3D2;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight:after {
    background: #dadada !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a {
    background: #0b268f !important;
    border-color: #0b268f !important;
    color: #fff;
}

.ui-datepicker-hover a, .ui-datepicker-hover:after {
    background: #8c9baf !important;
}

.ui-datepicker-hover a {
    border: red !important;
    border-color: red !important;
}
/*//////*/
div#load_he_thong {
    display: flex;
    border-radius: 1rem;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.07);
}

div#load_he_thong .left {
    width: 100%;
    padding: 1rem 0;
}

div#load_he_thong .right {
    width: 28rem;
    flex: 0 0 auto;
}

.item_office {
    display: flex;
}

.item_office {
    display: flex;
    padding: 1rem 2.25rem;
    cursor: pointer;
    transition: .5s all;
}

.item_office .box_img {
    width: 9.6rem;
    height: 9rem;
    flex: 0 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    margin-right: 1.25rem;
}

.item_office .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item_office h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.item_office h4 {
    font-size: 1rem;
    font-family: var(--font-600);
    color: var(--2_333333, #333);
    margin-bottom: 0.5rem;
}

.item_office ul {
    list-style: none;
    margin: 0;
}

.item_office ul li {
    display: flex;
    margin: 0;
    font-size: 0.8rem;
    align-items: flex-start;
}

.item_office ul li .icon {
    width: 1rem;
    flex: 0 0 auto;
    margin-right: 0.4rem;
    padding-top: 0;
}

.item_office ul li span {
    border-radius: 0.15rem;
    background: #E1EEFF;
    display: inline-block;
    line-height: 1;
    padding: 0.2rem;
    font-size: 0.6rem;
}

.item_office ul li span + span {
    margin-left: 0.45rem;
}

.item_office ul li+li {
    margin-top: 0.35rem;
}

.item_office:hover,.item_office.active {
    background: #F5F8FF;
    Selection colors
    Hex

    #F5F8FF;
}

.list_office {
    max-height: 41rem;
    overflow: auto;
    margin-right: 0.5rem;
}
.list_office::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.list_office::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.list_office::-webkit-scrollbar-thumb
{
    background-color: #0B268F;
}
.box_iframe iframe {
    height: 100%;
}

.box_iframe {
    height: 100%;
}
.iframe_map br {
    display: none;
}

.iframe_map p {
    margin: 0;
}

.iframe_map iframe {
    display: block;
    width: 100%;
    height: 30rem;
}

.box_info_contact {
    display: inline-block;
    padding: 2.5rem 3.5rem;
    box-shadow: 0 0 0.45rem rgba(75, 75, 75, 0.18);
    background-color: #ffffff;
}

.box_info_contact a {
    color: #333;
}

.box_info_contact .icon-box-img {
    height: auto !important;
}

.box_info_contact  .icon-inner {
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.box_info_contact .icon-inner img {
    max-height: 100%;
    width: auto;
}

.box_info_contact .icon-box {
    padding: 1.5rem 0;
}

.box_info_contact .icon-box+.icon-box {
    border-top: 1px solid #eeeeee;
}

.wrap_form input:not([type="file"]), .wrap_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 1.3rem;
    box-sizing: border-box;
    height: 2.5rem;
    border-radius: 5rem;
    color: var(--11_6B6B6B, #6B6B6B);
    margin: 0 0 1rem;
}

.wrap_form textarea {
    border-radius: 1rem;
    padding: 1.3rem;
}
.item_office ul li .icon svg {
    max-width: 100%;
}
.box_info_contact  .left {
    border-right: 1px solid #eeeeee;
    padding-right: 0;
}

.box_info_contact .right {
    padding-left: 2rem;
}

.box_info_contact .right p {
    margin-bottom: 0.5rem;
}

.wrap_form input[type="submit"] {
    color: #fff;
}
.wrap_table_td {
    border: 0rem solid #000000;
}

th {
    border-width: 0 0rem 1px 0;
}

table.table_td {
    table-layout: fixed;
    margin: 0;
    /*font-family: Bodoni;*/
    border: none;
    background-color: white;
}

table.table_td thead {
    background-color: #f5f5f5;
    color: #fff;
}

table.table_td thead th {
    border-right: 1px solid #f5f5f5;
    color: #333333;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-700););
}

table.table_td thead th:nth-child(2) {
    width: 25%;
    text-align: center;
}

table.table_td tbody tr {
    vertical-align: middle;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

th,
td {
    padding: 0.75rem 1.5rem;
    text-align: center;
}

table.table_td tbody tr:hover {
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

/*table.table_td tbody tr:hover td:nth-child(2) a {*/
/*    color: #1c1c1c;*/
/*}*/

table.table_td tbody tr:not(:last-child) {
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

table,
th,
td {
    border: 1px solid #ebebeb;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #ebebeb;
}

table.table_td tbody td {
    color: #333333;
    padding: 1.25rem 1rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.24;
}

/*table.table_td tbody tr:nth-child(2n+1){*/
/*    background-color: #f5f5f5;*/
/*}*/
table.table_td tbody td:nth-child(1) {
    color: #b5b5b5;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    font-family: var(--font-700);
}

table.table_td tbody tr:hover td a {
    color: #var(--9_0B268F, #0B268F);

}


table.table_td tbody td:nth-child(2),
table.table_td tbody td:nth-child(3),
table.table_td tbody td:nth-child(4) {
    text-align: center;
    /*padding-left: 0 !important;*/
}
table.table_td tbody td:nth-child(2) {
    text-align: left;
}

table.table_td tbody td a {
    outline: none;
    text-decoration: none;
    color: #333333;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1rem;
}
table.table_td tbody td a.apply_position{
    color: #var(--9_0B268F, #0B268F);
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.1rem;
    text-transform: uppercase;
    padding: 0.6rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid #var(--9_0B268F, #0B268F);
    background-color: #f8f8f8;
}
table.table_td tbody td:nth-child(3){
    padding: 0;
}
table.table_td tbody td:nth-child(4){
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--font-700);
}
table.table_td .new_td {
    float: right;
    color: #ff0000;
}

.title_td {
    color: #007c0f;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9rem;
    margin: 0 0 1.55rem;
    text-transform: inherit;
}

.wrap_date_time_td .date {
    color: #333333;
    font-family: Averta;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 0.65rem;
}

.employment_information {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
}

.employment_information i {
    color: #007c0f;
    padding-right: 0.1rem;
}

.employment_information p {
    color: #333333;
}

.employment_information h2 {
    color: #333333;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.employment_information ul.list_info_td {
    padding: 0;
    margin-bottom: 1.5rem;
    list-style: none;
}

.employment_information ul.list_info_td li {
    padding: 0.6rem 1.65rem;
}

.employment_information ul.list_info_td li:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.employment_information ul.list_info_td li * {
    color: #333333;
    font-size: 0.75rem;
    line-height: 0.8rem;
}

.employment_information label.name_info {
    min-width: 10rem;
    display: inline-block;
    margin-right: 0.5rem;
}

.employment_information .desc {
    color: #333333;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2rem;
}

.employment_information .desc ul {
    padding-left: 1.25rem;
    margin-bottom: 1.2rem;
    list-style: none;
}

.employment_information .desc li {
    position: relative;
}

.employment_information .desc li::before {
    position: absolute;
    color: #999999;
    font-family: "FontAwesome";
    font-size: 0.4rem;
    display: block;
    content: '\f111';
    right: calc(100% + 0.85rem);
    top: 0;
}
.info_recruitment .content_top h2.heading_h2{
    color: #333333;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 0;
    display: inline-block;
    max-width: 65%;
}

.share_recruitment{
    display: inline-block;
    float: right;
}
.share_recruitment a{
    color: var(--9_0B268F, #0B268F);
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid var(--9_0B268F, #0B268F);
    text-align: center;
    line-height: 1.4rem;
    display: inline-flex;
    margin-left: 0.25rem;
    align-items: center;
    justify-content: center;
}
.share_recruitment a span{
    font-size: 0.75rem;
}
.share_recruitment .at-resp-share-element .at-share-btn .at-label{
    display: none;
}
.single-tuyen-dung .at-resp-share-element .at-share-btn {
    padding: 0;
    margin: 0 0.25rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50% !important;
    line-height: 1.4rem;
    text-align: center;
    background: transparent !important;
    position: relative;
    border: 1px solid #var(--9_0B268F, #0B268F);
}
.single-tuyen-dung .at-resp-share-element .at-share-btn:hover{
    border: 1px solid #var(--9_0B268F, #0B268F);

}
.single-tuyen-dung .at-resp-share-element .at-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    fill: #var(--9_0B268F, #0B268F) !important;
    transform: translate(-50%,-50%);
}
.info_recruitment .content_top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.31);
    margin-bottom: 2rem;
}
.info_recruitment{
    padding: 4rem 0 3.5rem 0;
}
.info_recruitment .info_genaral ul{
    list-style: none;
    margin: 0;
    width: calc(50% - 1rem);
    float: left;
    margin-right: 1rem;
}
.info_recruitment .info_genaral ul li img{
    margin-right: 0.5rem;
}
.info_recruitment .info_genaral ul li{
    color: #333333;
    font-weight: 400;
    margin-bottom: 1rem;
}
.info_recruitment .info_genaral ul li span{
    margin-left: 2rem;
    font-weight: 700;
}
.info_recruitment .info_orther .item h3{
    width: 25%;
    display: inline-block;
    float: left;
    color: var(--9_0B268F, #0B268F);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.info_recruitment .info_orther .item .content{
    width: 75%;
    display: inline-block;
    float: left;
}
.info_recruitment .info_orther .item {
    padding: 1.5rem 0 2rem 0;
    width: 100%;
    float: left;
}
.info_recruitment  .info_orther
{
    padding: 1.5rem 0;
}
.info_recruitment .info_orther .item:not(:last-child){
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    display: inline-block;
}
label
.info_recruitment .info_orther h3{
    color: #var(--9_0B268F, #0B268F);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.info_recruitment .info_orther .content{
    color: #333333;
    font-weight: 400;
}
.info_recruitment .info_orther .content p:last-child{
    margin-bottom: 0;
}
.form_single h3{
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.form_single h4{
    color: #333333;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.1rem;
    margin-bottom: 3rem;
    text-align: center;

}
.form_single label{
    color: #333333;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
}
.form_single input:not(.wpcf7-submit):not(.wpcf7-file){
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
    outline: none;
}

.up_file{
    margin-top: 1rem;
}
.form_single input.wpcf7-submit{
    width: auto;
    float: right;
    height: 2.35rem;
    border-radius: 100px;
    background-color: #var(--9_0B268F, #0B268F);
    text-align: center;
    line-height: 2.45rem;
    color: #f5f5f5;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5rem;
    transition: .3s;
    border : 0.1rem solid #var(--9_0B268F, #0B268F);
    transition: .3s;
}
.form_single input.wpcf7-submit:hover{
    transition: .3s;
    background: transparent;
    color: #var(--9_0B268F, #0B268F);
}
span.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-not-valid{
    border: 1px solid red !important;

}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    display: none !important;
}
.form_single textarea{
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    opacity: 0.8;
    height: 5.6rem;
    outline: none;

}
.form_single input:not(.wpcf7-submit):focus,
.form_single textarea:focus{
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.05);
    border: 1px solid #var(--9_0B268F, #0B268F);
}
.form_single{
    background-color: #f7f7f7;
    padding: 3rem 5rem;
    display: inline-block;
    margin-bottom: 3.5rem;
}
.info_recruitment .grid-25{
    float: right;
}
.download_recruitment h3{
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}
.download_recruitment{
    background-color: var(--9_0B268F, #0B268F);
    padding: 2.5rem 1.5rem 0rem 1.5rem;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}
.download_recruitment .content,
.download_recruitment .content a{
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 1.85rem;
    padding-left: 0.75rem;
    font-size: 0.8rem;
}
.download_recruitment h3 i{
    margin-right: 0.25rem;
    font-size: 0.5rem;
}
.download_recruitment_bottom{
    background-color: #var(--9_0B268F, #0B268F);
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
    display: inline-block;
    margin-bottom: 0.75rem;
}
.download_recruitment_bottom img{
    width: 1.35rem;
    display: inline-block;
    float: left;
    display: inline-block;
}
.download_recruitment_bottom a{
    width: calc(100% - 2.35rem);
    display: inline-block;
    padding-left: 1rem;
    float: left;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 0.9rem;
    text-transform: uppercase;
}
.contact_recruitment {
    background-color: #f7f7f7;
    padding: 2rem 1.5rem 3rem 1.5rem;
}
.contact_recruitment h3{
    color: #333333;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    position: relative;
}
.contact_recruitment h3:before{
    position: absolute;
    left: -1.5rem;
    top: 0;
    width: 0.15rem;
    height: 100%;
    background-color: var(--9_0B268F, #0B268F);
    content: '';
}
.contact_recruitment .content,
.contact_recruitment .content a{
    color: #333333;
    font-weight: 400;
}
.contact_recruitment .content strong:last-child{
    font-size: 0.9rem;
}
.contact_recruitment .content p:last-child{
    margin-bottom: 0;
}
.recruitment_orther {
    margin-top: 1.5rem;
    background-color: #f7f7f7;
    padding: 1.75rem 1.5rem;
}
.recruitment_orther ul{
    list-style: none;
    margin: 0;
}
.recruitment_orther h2{
    position: relative;
    color: #333333;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}
.recruitment_orther h2:before{
    position: absolute;
    left: -1.5rem;
    top: 0;
    width: 0.15rem;
    height: 100%;
    background-color: var(--9_0B268F, #0B268F);
    content: '';
}
.recruitment_orther ul li{
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(183, 183, 183, 0.31);
}.recruitment_orther ul li:last-child{
     border-bottom: none;
 }
.recruitment_orther ul li:first-child{
    padding-top: 0;
}
.recruitment_orther ul li h3{
    color: #333333;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0rem;
}
.recruitment_orther ul li span{
    color: #666666;
    font-size: 0.7rem;
    font-weight: 400;
}

.gallery_page {
    padding: 2.5rem 0 4rem 0;
}
.gallery_page .box_gallery_project a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.gallery_page .box_gallery_project{
    width: calc(25% - 0.75rem);
    display: inline-block;
    float: left;
    height: 14rem;
    margin: 0 0.375rem;
    margin-bottom: 0.75rem;
    position: relative;
    overflow: hidden;
}
.gallery_page .box_gallery_project img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transform: scale(1);
    transition: .3s;
}
.gallery_page .box_gallery_project:hover img{
    transform: scale(1.2);
    transition: .3s;
}
.gallery_page .box_gallery_project:nth-child(1){
    width: calc(50% - 0.75rem);
}
.gallery_page .box_gallery_project:after{
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    background-image: url(../images/galley_img.png);
    width: 1.95rem;
    height: 1.65rem;
    content: '';
    z-index: 2;
}
.gallery_page .box_gallery_project.vid_gallery:after{
    background-image: url(../images/play.png);
    width: 1.9rem;
    height: 1.9rem;
}
.gallery_page .box_gallery_project:before{
    background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
    width: 100%;
    height: 9.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.gallery_page .box_gallery_project h3{
    margin-bottom: 0;
    left: 0.75rem;
    bottom: 0.75rem;
    position: absolute;
    z-index: 9;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    right: 3.5rem;
}
.news_page h2,
.gallery_page h2{
    display: inline-block;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 40px;
}
.gallery_page .box_all{
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}
.news_page .menu_news,
.menu_gallery,
.menu_document{
    float: right;
}
.news_page .menu_news ul,
.menu_gallery ul,
.menu_document ul,
.menu_gallery_image ul,
.menu_category_new_child{
    margin: 0;
    list-style: none;
}
.news_page .menu_news ul li,
.menu_gallery ul li,
.menu_document ul li,
.menu_gallery_video ul li,
.menu_gallery_image ul li,
.menu_category_new_child li{
    display: inline-block;
    float: left;
    border: none !important;
}
.news_page .menu_news ul li a,
.menu_gallery ul li a,
.menu_document ul li a,
.menu_gallery_video ul li a,
.menu_gallery_image ul li a,
.menu_category_new_child li a{
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 25px;
    display: inline-block;
    transition: .3s;
    border-radius: 100px;
}
.news_page .menu_news ul li:not(:last-child) a,
.menu_gallery ul li:not(:last-child) a,
.menu_document ul li:not(:last-child) a,
.menu_gallery_video ul li:not(:last-child) a,
.menu_gallery_image ul li:not(:last-child) a,
.menu_category_new_child li:not(:last-child) a{
    margin-right: 10px;
}
.news_page .menu_news ul li.current-menu-item a,
.menu_gallery ul li.current-menu-item a,
.menu_document ul li.current-menu-item a,
.menu_faq ul li.current-menu-item a,
.menu_gallery_video ul li.current-menu-item a,
.menu_gallery_image ul li.current-menu-item a{
    color: var(--9_0B268F, #0B268F);
    font-weight: 700;
    border-color: var(--9_0B268F, #0B268F);
    border-radius: 100px;
}
.news_page .menu_news ul li a:hover,
.menu_gallery ul li a:hover,
.menu_document ul li a:hover,
.menu_faq ul li a:hover,
.menu_gallery_video ul li a:hover,
.menu_gallery_image ul li a:hover,
.menu_category_new_child li a:hover{
    color: #0B268F;
    border-color: #0B268F;
    transition: .3s;
}
.search_post_type input.field{
    border-radius: 0.25rem 0 0 0.25rem;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    outline: none;
    width: 15rem;

}
.search_post_type input.field::placeholder{
    color: #999999;
    font-size: 0.7rem;
    font-weight: 400;
}
.btn_submit_search input{
    width: auto;
    background-color: #54aada !important;
    border-radius: 0 0.25rem 0.25rem 0;
    text-align: center;
    color: #ffffff;
    font-size: 0.7rem;
    padding-right: 2rem;
    height: 2.35rem;

}
.btn_submit_search {
    position: relative;
}
.btn_submit_search i{
    color: white;
    font-size: 0.5rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.share_recruitment a svg {
    fill: var(--9_0B268F, #0B268F);
    max-width: 50%;
}
div#cat-gallery {
    display: flex;
    align-items: center;
}

.menu_gallery {
    flex: 0 0 auto;
}

div#cat-gallery h2.title_course {
    margin: 0;
}
.flickity-button {
    opacity: 1 !important;
    background: transparent;
    pointer-events: unset !important;
}

.flickity-button svg {
    width: 2.75rem;
    height: 2.75rem;
    border-color: #0B268F !important;
    padding: 0.85rem !important;
}


.flickity-button, body .flickity-button[disabled] {
    width: 2.75rem;
    height: 2.75rem;
    opacity: 1 !important;
}

.flickity-button svg path {
    fill: #0B268F !important;
}

.slider_process .flickity-button,
.slider_logo .flickity-button
,.slider_team .flickity-button{
    top: -5rem;
    transform: unset !important;
    right: 0 !important;
    left: unset !important;
    margin: 0 !important;
}

.slider_process .flickity-button.previous ,
.slider_logo .flickity-button.previous,
.slider_team .flickity-button.previous{
    right: 3.65rem !important;

}

.tab_banner .col .col-inner .icon-box p {
    margin-bottom: 1rem;
}
.left_auto .col-inner {
    margin: 0 0 0 auto !important;
}
.icon_center {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_center svg {
    width: 1rem;
}
.section-bg.fill img {
    height: 100%;
    object-fit: cover;
}

.about_sec_5 .large-7 .col-inner {
    padding-left: 2rem;
}
.ui-datepicker-multi .ui-datepicker-group table {
    border: none;
}
.ui-widget.ui-widget-content {
    padding: 2rem 11%;
}

.ui-datepicker .ui-datepicker-calendar th {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar a {
    margin: auto;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    margin: auto;
    display: flex;
}
.ui-datepicker-hover a, .ui-datepicker-hover:after {
    background: #dadada !important;
}
.nav-dropdown-has-border .nav-dropdown {
    border-width: 1px;
    border-radius: 20px;
    padding: .5rem;
    font-size: .85rem;
}

.nav-dropdown li.active>a {
    color: #0b268f;
}
.slider_dt .row {
    max-width: calc(100% / 5) !important;
    opacity: 1 !important;
}

.slider_dt.img-inner {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_dt .img-inner {
    height: 5rem;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.slider_dt .img-inner img {
    max-height: 100%;
    width: auto;
    height: auto;
}


.slider_dt {
    margin-top: 2rem;
}
.slider_dt
ol.flickity-page-dots {
    position: unset;
    margin-top: 2rem;
}
ul.thenativePagination {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    width: 2rem;
    height: 2rem;
    border: 1px solid #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
}

ul.thenativePagination li {
    margin: 0 .3rem;
}

ul.thenativePagination .active a {
    background: var(--9_0B268F, #0B268F);
    border-color: var(--9_0B268F, #0B268F);
    color: #fff;
}
.menu_function ul {
    list-style: none;
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: center;
}

.menu_function ul a,.menu_function ul li {
    border: none !important;
}

.menu_function ul a {
    line-height: 1;
    border: 1px solid #0b268f !important;
    align-items: center;
    height: 2.5rem;
    border-radius: 100px;
    display: inline-flex !important;
    padding: 0 1.5rem !important;
    transition: .3s all;
}

.menu_function ul li + li {
    margin-left: .5rem;
}

.menu_function ul .current-menu-item a,.menu_function ul a:hover {
    background: #0b268f;
    color: #fff;
}
@media only screen and (max-width: 59.95rem) {
    table.table_td tbody td:nth-child(1){
        font-size: 1.75rem;
    }
}
@media only screen and (max-width: 49.55rem) {
    #recruitment_detail .col-md-3 .sidebar_td h2:before,
    #recruitment_detail .col-md-3 .contact_requirements h2:before{
        left: -0.75rem;
    }
    .employment_information {
        padding-bottom: 1rem;
        padding-top: 0.75rem;
    }
    .list_orther_td li {
        padding-top: 0.75rem;
    }

    .wrap_date_time_td .date {
        font-size: 0.55rem;
    }

    #recruitment_detail .col-md-3 .sidebar_td h2 {
        line-height: 1.15rem;
    }

    #recruitment_detail .col-md-3 .contact_requirements a:nth-child(3) {
        margin-bottom: 0.5rem;
    }

    #recruitment_detail .col-md-3 .sidebar_td {
        padding: 1rem 0.75rem 1rem;
    }

    #recruitment_detail .col-md-3 .contact_requirements {
        padding: 1rem 0.75rem 1rem;
    }

    #recruitment_detail .col-md-9 .employment_information h2 {
        width: 100%;
        float: none;
        margin-bottom: 0.75rem;
    }

    #recruitment_detail .col-md-9 .employment_information .content {
        width: 100%;
        float: none;
    }

    .info_job_detail .col-xl-9 {
        padding: 1rem 0.75rem;
    }

    table.table_td tbody td:nth-child(1) {
        font-size: 1.5rem;
    }

    a.no_apply_position,
    a.apply_position {
        width: auto;
        padding: 0.5rem 0.25rem;
        font-size: 0.7rem;
    }
}
@media only screen and (max-width: 1700px){
    .container-width, .full-width .ubermenu-nav, .container, .row {
        max-width: 75.5rem !important;
    }
}
@media only screen and (max-width: 767px) {
    #recruitment_detail .col-md-3 {
        padding: 0rem 0.75rem;
    }
    #recruitment_detail {
        padding-bottom: 1rem;
    }
    div.wpcf7 input[type="file"]{
        background: #fff;
    }
    .form_td .info_form {
        margin-top: 0.5rem;
    }
    #recruitment_detail .col-md-9 {
        padding-right: 0.75rem;
    }
    .employment_information:nth-last-of-type(2){
        border-bottom: unset !important;
    }
    .info_job_detail .info p {
        margin-bottom: 0.5rem !important;
    }

    .box_info_right,
    .box_info_left{
        float: none;
        width: 100%;
    }
    .info_job_detail .col-xl-9 {
        padding: 2rem 1.5rem;
    }

    .info_job_detail .col-xl-9 h2{
        display: block;
    }
    section.info_job_detail{
        margin-top: 0;
    }
    table.table_td tbody tr:not(:last-child) {
        margin-bottom: 1.5rem;
        border-bottom: unset;
    }

    a.no_apply_position,
    a.apply_position {
        padding: 0.25rem;
    }

    table.table_td tbody td:nth-child(1) {
        font-size: 1rem;
    }

    table.table_td tbody td {
        position: relative;
        padding-left: 40% !important;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 0.5rem;
        width: 35%;
        padding-right: 0.5rem;
        white-space: nowrap;
        font-size: 0.65rem;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
    .home_sec_6_items .item:nth-child(1) .img {
        bottom: 0;
        transform: translateY(0%) scale(0);
    }

    .home_sec_6_items .item:nth-child(1):hover .img {
        transform: translateY(0%) scale(1);
    }


    .home_sec_6_items .item:last-child .img {
        bottom: 0;
        transform: translateY(0%) scale(0);
        top: unset;
    }

    .home_sec_6_items .item:last-child:hover .img {
        transform: translateY(0%) scale(1);
    }
}
@media only screen and (max-width: 1199px){
    html {
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 849px){
    html {
        font-size: 1.3vw;
    }
    #logo {
        position: unset;
        transform: unset;
    }

    div#top-bar {
        display: none;
    }

    .header-inner {
    }

    div#masthead {
        padding: 1rem 0;
    }

    .top-divider {
        display: none;
    }

    i.icon-menu {
        font-size: 3rem !important;
    }
    .arrow_slider svg {
        width: .7rem;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        padding: .5rem;
        color: #333;
        text-transform: unset;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li.current-menu-item>a {
        color: #fff;
        background: #0b268f;
    }
    #logo img {
        height: 4rem;
    }

    div#masthead {
        padding: .5rem 0;
    }

    .nav>li.has-icon>a>i.icon-search {
        font-size: 1.7rem !important;
    }
    #logo {
        height: auto;
    }
}
@media only screen and (max-width: 767px){
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    html {
        font-size: 3.6vw;
    }

    body {
        font-size: 1rem;
    }

    .icon-box.Heading h1, .icon-box.Heading h2, .icon-box.Heading h3 {
        font-size: 2.5rem;
    }

    .icon-box.Heading .icon-inner {
        width: 3.5rem;
        height: 3.5rem;
    }

    .slider_process .row {
        max-width: calc(100%) !important;
    }

    .slider_process .box_content {
        max-width: 100%;
    }

    .slider_process:before {
        width: calc(100% + 20px);
    }

    .wrap_post_home .wrap_left {
        display: block;
    }

    .list_post_left {
        width: calc(100% - 1rem);
    }

    .list_post_left .item .box_img {
        height: 12.7rem;
    }

    .home_sec_4 .text-right {
        text-align: center;
        margin: 2rem 0 0;
    }

    .list_post_left, .list_post_right {
        width: calc(100% - 1rem);
    }

    .list_post_right .item {
        margin-left: 0;
    }

    .slider_logo .row {
        max-width: calc(100% / 3) !important;
    }

    .home_sec_6 .tabbed-content .nav {
        position: unset;
        justify-content: center;
        margin-top: 2rem;
    }

    .icon-box.Heading .icon-box-img {
        width: 100% !important;
        max-width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .icon-box.Heading {
        display: block;
        text-align: center;
    }

    .tabs_hv .box h3 {
        font-size: 1.2rem;
    }

    .tabs_hv .box p {
        font-size: 135% !important;
    }

    .home_sec_6_items .item .img {
        display: none;
    }

    .home_sec_6_items .large-7 .col-inner {align-items: flex-start;}

    .home_sec_6_items .number {
        font-size: 2.8rem;
        width: 4.5rem;
    }

    .home_sec_7 .text-right {
        text-align: center;
        margin-bottom: 1rem;
    }

    .home_sec_8 .col-inner.text-right {
        text-align: center;
        margin: 2rem 0 0;
    }
    .flickity-page-dots {
        pointer-events: unset;
    }

    .home_sec_1 .flickity-page-dots {
        bottom: 1rem;
    }

    .col.border_left {
        margin-left: 15px;
    }

    .home_sec_8_title h3:before {
        left: -1.3rem;
    }

    .slider_kdt .row {
        max-width: calc(100%) !important;
    }

    .slider_kdt .box-text h3 {
        font-size: 1.4rem;
    }

    .home_sec_8_banner {
        min-height: 20rem;
    }

    .home_sec_9_img .img-inner img {
        width: 100%;
    }

    .tabbed-content .nav.nav-outline li+li {
        margin-left: .5rem;
    }

    .tabbed-content .nav.nav-outline li {
        margin-bottom: .5rem;
    }

    .tab_banner .icon-box-left {
        margin: 1.5rem 0;
    }

    .tab_banner .col .col-inner .icon-box {
        display: block;
        height: auto !important;
    }

    .tab_banner .col .col-inner .icon-box .icon-inner {
        margin: 0 auto 2rem;
    }

    .icon-box-left .icon-box-img+.icon-box-text {
        padding: 0;
        text-align: center;
    }

    .tab_banner .col .col-inner .icon-box .text {
        text-align: center !important;
    }

    .tab_banner .col .col-inner .icon-box .icon-box-text {
        text-align: center !important;
    }

    .tab_banner .icon-box-center .icon-box-img .icon-inner {
        width: 11.25rem !important;
        display: flex;
        justify-content: center;
        height: 12.75rem !important;
    }

    .footer_top .group_heading {
    }

    .footer_top .group_heading p {}

    .footer_top {
        text-align: center;
    }

    .wrap_form_footer {
        margin-top: 2rem;
    }

    .footer_page {
        font-size: 1.1rem;
    }

    .footer_page h3 {
        font-size: 1.4rem;
    }

    .logo_footer img {
        max-width: 9rem;
        margin-bottom: 2rem;
    }

    .footer_bottom .col-inner.text-right {
        text-align: center;
    }

    .footer_bottom {
        text-align: center;
    }
    .home_sec_8_banner {
        background: #0b268f;
        border-radius: 20px;
    }

    .home_sec_8_banner .banner-bg {
        display: none;
    }

    .home_sec_8_banner .text-box {
        margin: 0;
        width: 100% !important;
        padding: 0 2rem;
    }

    .home_sec_8_banner h1, .home_sec_8_banner h2, .home_sec_8_banner h3 {
        font-size: 2rem;
    }
    .group_heading h1, .group_heading h2, .group_heading h3 {
        font-size: 2.5rem;
    }

    .footer_page ul {
        margin-bottom: 1.5rem;
    }
    .about_sec_2 .col+.col {
        margin-top: 2rem;
    }

    .about_sec_4 {
        padding: 3rem 0 2.5rem !important;
        background: linear-gradient(0deg, rgba(237, 247, 255, 0.00) 0%, #EDF7FF 100%);
    }

    .about_sec_4 .section-bg.fill {
        display: none;
    }

    .about_sec_5 .section-bg.fill {
        display: none;
    }

    .about_sec_5 {
        background: linear-gradient(0deg, rgba(237, 247, 255, 0.00) 0%, #EDF7FF 100%);
    }

    .history_process .row:before {
        display: none;
    }

    .history_process:before {
        display: none;
    }

    .history_process .box_img {
        order: 2 !important;
    }

    .history_process .col {
        padding: 0;
    }

    .history_process  .text {
        text-align: left !important;
    }

    .slider_team .row {
        max-width: 50% !important;
    }

    .slider_team img {
        height: 16.5rem;
    }

    .slider_team .box-text {
        font-size: 1rem;
    }

    .slider_team .box-text strong {
        font-size: 1.2rem;
    }
    .item_product {
        width: calc(50% - 2rem);
    }

    .menu_product ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .menu_product ul li {
        margin-bottom: 1rem;
    }

    .slider_post {
        margin: 0 -0.6rem;
    }

    .slider_post .item_post {
        width: calc(100% - 1.2rem);
        margin: 0 0.6rem;
    }

    .item_post .box_img {
        height: 9rem;
    }
    .item_product h3:before{
        display: none;
    }
    .info_product {
        padding-left: 15px;
        margin-top: 2rem;
        font-size: 1rem;
    }

    h1.title_product {
        font-size: 2rem;
    }

    .mota_product {
        font-size: 1rem;
    }

    .info_product ul li .box {
        font-size: 1rem;
    }

    .info_product ul li {
        font-size: 1rem;
    }
    .slider_product .left {
        left: 2rem;
    }

    .slider_product .right {
        right: 2rem;
    }
    .wrap_function .item_function {
        width: calc(calc(100% / 2) - 1.2rem);
        margin: 0 0.6rem 2rem;
    }

    .wrap_function {
        margin: 3.5rem  -0.6rem 0;
    }
    section.single_function .col_left {
        padding-right: 15px;
    }

    section.single_function {
        padding: 4rem 0;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }
    .section-bg.fill img {
        height: 100%;
        object-fit: cover;
    }

    .box_tra_cuu_van_bang {
        padding: 2rem 1rem;
    }
    .diploma_list_page {
        padding: 4rem 0;
    }

    .wrap_table table {
        width: 50rem;
    }

    .wrap_table {
        overflow-x: auto;
    }
    .wrap_post_top {
        margin: 0 0 2rem 0;
    }

    .item_post_top {
        width: 100% !important;
        margin-left: 0;
    }

    .item_post_top .box_img {
        height: 17.25rem !important;
    }

    .item_post_top:first-child .box_content {
        padding: 1.5rem !important;
    }

    .box_meta {
        font-size: 1rem;
    }

    .item_post_top .box_content h3 {
        font-size: 1.25rem;
    }

    .item_post {
        width: calc(calc(100% / 2) - 1.2rem);
        margin: 0 .6rem 2.2rem;
    }

    .wrap_posts {
        margin: 0 -0.6rem;
    }
    .nav_bottom_post {
        display: block;
    }
    div#load_he_thong {
        display: block;
    }

    .list_office {
        overflow-x: hidden;
    }

    .item_office {
        padding: 1rem;
    }

    .item_office .box_img {
        width: 4rem;
        height: 4rem;
    }

    .item_office .box_img .inner {
        width: 100%;
        height: 100%;
    }

    .item_office ul li {
        font-size: 1rem;
    }

    .item_office ul li {
    }



    .item_office ul li span {
        font-size: .7rem;
        text-align: center;
    }

    div#load_he_thong .right {
        width: 100%;
    }

    .list_office {
        max-height: 24rem;
    }
    div#load_he_thong .left {
        padding: 0;
    }
    .box_info_contact .left {
        border: none;
        padding: 0;
    }

    .box_info_contact {
        padding: 2rem;
    }

    .box_info_contact .right {
        padding: 0;
        margin-top: 2rem;
    }

    .box_info_contact .right strong {
        font-size: 1.2rem;
    }

    .iframe_map iframe {
        height: 20rem;
    }
    section.van_bang_page .box_img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .van_bang_page .box_content ul li {
        display: block;
    }

    .van_bang_page .box_content {
        padding: 2rem;
    }

    section.van_bang_page {
        padding: 3rem 0;
    }
    table.table_td tbody td:nth-child(3) {
        padding: 1.25rem 1rem;
    }
    .info_recruitment .info_genaral ul {
        width: calc(100% - 1rem);
    }

    .info_recruitment .info_orther .item h3 {
        width: 100%;
        font-size: 1.2rem;
    }

    .info_recruitment .info_orther .item .content {
        width: 100%;
    }

    .info_recruitment .info_orther .item .content ul,.info_recruitment .info_orther .item .content ol {
        margin-left: 20px;
    }

    .form_single {
        padding: 2rem;
        width: 100%;
    }

    .form_single label {
        font-size: 1rem;
    }

    .download_recruitment .content, .download_recruitment .content a {
        font-size: 1rem;
    }

    .download_recruitment h3 {
        font-size: 1.2rem;
    }

    .contact_recruitment h3,.recruitment_orther h2 {
        font-size: 1.2rem;
    }

    .recruitment_orther ul li h3 {
        font-size: 1.1rem;
    }

    .recruitment_orther ul li span {
        font-size: 1rem;
    }
    .home_sec_1 .img:before {
        height: 5rem;
    }
    div#cat-gallery {
        display: block;
        text-align: center;
    }

    .gallery_page .box_gallery_project {
        width: 100% !important;!i;!iu;
    }

    .gallery_page .box_gallery_project h3 {
        font-size: 1.2rem;
    }

    div#cat-gallery h2.title_course {
        font-size: 2rem;
    }

    .menu_gallery li {
        display: inline-block;
        float: unset;
    }

    .menu_gallery ul {
        display: flex;
    }

    .news_page .menu_news ul li a, .menu_gallery ul li a, .menu_document ul li a, .menu_gallery_video ul li a, .menu_gallery_image ul li a, .menu_category_new_child li a {
        font-size: 1rem;
        height: 3rem;
        line-height: 3rem;
    }

    .menu_gallery {
        float: unset;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: .5rem 0;
    }
    .gallery_page .box_gallery_project {
        margin: 0 0 1.5rem;
    }
    .search-form-he-thong>.form-group:nth-child(1), .search-form-he-thong >.form-group:nth-child(2) {
        width: 100%;
    }
    blockquote {
        margin-right: 4rem;
    }
    .about_sec_5 .large-7 .col-inner {
        padding-left: 0rem;
    }
    .ui-widget.ui-widget-content {
        padding: 1rem;
    }
    .off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
        top: 0;
    }
    .slider_dt .row {
        max-width: calc(100% / 2) !important;
        margin: 0 !important;
    }
    .slider_dt .img-inner{
        justify-content: center;
    }
    .menu_function ul a {
        font-size: .8rem;
        height: 2.2rem;
    }

    .menu_function ul {
        flex-wrap: wrap;
    }

    .menu_function ul li {
        margin: 0 .2rem .4rem;
    }
    .menu_function ul li + li {
        margin-left: .2rem;
    }
}
