:root{
    --main-cl: #002859;
    --sub-cl: #FF7000;
    --third-cl: #0C0C0C;
    --gradient-cl: linear-gradient(90deg, #FF7000 0%, #FF9D00 100%);
    --container-w: 73.4375rem  /* 1410/19.2 */;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px 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(--sub-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;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
/*body{*/
/*    overflow-x: hidden;*/
/*}*/
.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%);
}

/*background color*/
#wrapper a {
    color: #fff;
    transition: .5s all;
}
#wrapper, #main{
    background-color: var(--third-cl);
}
#wrapper a:hover {
    color: var(--sub-cl);
}

/*banner child*/
.banner_page_child:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
    pointer-events: none;
}
.content_banner_child {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*section contact*/
.section_contact {
    padding-top: 4.583rem  /* 88/19.2 */;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 49.7%, rgba(255, 255, 255, 0.05) 100%);
}
.section_contact .content_sec {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*button go to top*/
.btn_go_top {
    gap: 0.5rem;
    bottom: 2.604rem  /* 50/19.2 */;
    right: 2.604rem  /* 50/19.2 */;
    cursor: pointer;
    opacity: 0;
}
.btn_go_top.active {
    opacity: 1;
}
.btn_go_top:hover svg {
    transform: translateY(-10px);
}

/*home*/
.home_1 {
    padding-top: 9.635rem  /* 185/19.2 */;
}
.home_2 {
    padding-bottom: 10.417rem  /* 200/19.2 */;
}
.home_3 {
    padding-bottom: 15.625rem  /* 300/19.2 */;
}
.home_4 {
    padding-bottom: 14.583rem  /* 280/19.2 */;
}
.home_5 {
    padding-bottom: 7.8125rem  /* 150/19.2 */;
}
.banner_hero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
    pointer-events: none;
}
.content_banner_home {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.content_banner_home .content_heading {
    margin-top: 6.615rem  /* 127/19.2 */;
}
.arrow_down_wrapper {
    bottom: 2.1875rem  /* 42/19.2 */;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.accordion_wrapper {
    margin-top: 2.083rem  /* 40/19.2 */;
    margin-bottom: 2.96875rem  /* 57/19.2 */;
}
.accordion_title {
    cursor: pointer;
}
.earth_wrapper {
    margin-bottom: 1.927rem  /* 37/19.2 */;
}
.earth_wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0C0C0C 100%);
    z-index: 1;
    pointer-events: none;
}
.earth_wrapper li.item_country .dot {
    width: 0.625rem  /* 12/19.2 */;
    height: 0.625rem  /* 12/19.2 */;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #fff;
    outline: #fff solid 0.68px;
    outline-offset: 10px;
}
.earth_wrapper.dark li.item_country .dot {
    background: var(--sub-cl);
    outline: var(--sub-cl) solid 0.68px;
}
.earth_wrapper li.item_country .dot:before {
    content: '';
    position: absolute;
    bottom: 1.667rem  /* 32/19.2 */;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 4.427rem  /* 85/19.2 */;
    background: radial-gradient(73.02% 73.02% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.earth_wrapper.dark li.item_country .dot:before {
    background: radial-gradient(73.02% 73.02% at 50% 50%, #F89418 0%, rgba(248, 148, 24, 0) 100%);
}
.earth_wrapper li.item_country .dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem  /* 24/19.2 */;
    height: 1.25rem  /* 24/19.2 */;
    background: radial-gradient(73.02% 73.02% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(5.428173065185547px);
    border-radius: 5.208rem  /* 100/19.2 */;
    opacity: 0;
    transition: .5s all;
}
.earth_wrapper.dark li.item_country .dot:after {
    background: radial-gradient(73.02% 73.02% at 50% 50%, #F89418 0%, rgba(248, 148, 24, 0) 100%);
}
.earth_wrapper li.item_country:hover .dot:after {
    opacity: 1;
}
.earth_wrapper li.item_country .country_name {
    min-width: 5rem  /* 96/19.2 */;
    height: 1.823rem  /* 35/19.2 */;
    padding: 0 0.5rem;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #FF923D4D;
    backdrop-filter: blur(10px);
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    transition: .5s all;
    z-index: 1;
}
.earth_wrapper li.item_country:hover .country_name {
    opacity: 1;
    transform: scale(1);
}
.box_video_home video {
    width: 44.323rem  /* 851/19.2 */;
    height: 27.03125rem  /* 519/19.2 */;
    object-fit: cover;
    background: linear-gradient(0deg, #0C0C0C 0%, rgba(12, 12, 12, 0.670776) 12.31%, rgba(12, 12, 12, 0.52115) 24.68%, rgba(12, 12, 12, 0.406378) 36.73%, rgba(12, 12, 12, 0) 100%);
    mix-blend-mode: difference;
}
.box_video_home:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: 20%;
    background: linear-gradient(-90deg, #0C0C0C 0%, rgba(12, 12, 12, 0.802536) 15.77%, rgba(12, 12, 12, 0.558643) 34.75%, rgba(12, 12, 12, 0.309267) 58.58%, rgba(12, 12, 12, 0.177454) 73.59%, rgba(12, 12, 12, 0) 100%);
    z-index: 1;
}
.box_video_home:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom,
        #0C0C0C 0%,
        rgba(12, 12, 12, 0) 20%,
        rgba(12, 12, 12, 0) 80%,
        #0C0C0C 100%);
    z-index: 1;
}

.home_2 .content_section {
    margin-top: -15rem;
}
.shape_slide_wrapper {
    margin-top: 3.125rem  /* 60/19.2 */;
}
.item_shape {
    padding: 3.125rem  /* 60/19.2 */ 1.823rem  /* 35/19.2 */ 3.646rem  /* 70/19.2 */;
    background-image: url("../images/bg_item_shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.item_shape .icon {
    margin-bottom: 1.40625rem  /* 27/19.2 */;
}
.item_shape h3 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 0.9375rem  /* 18/19.2 */;
}
.item_shape .content {
    font-weight: 400;
    font-size: 0.729rem  /* 14/19.2 */;
    line-height: 1.5;
}
.box_content_home4 {
    margin-top: 3.4375rem  /* 66/19.2 */;
}
.box_content_home4 h3 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 20px;
    margin-bottom: 0.78125rem  /* 15/19.2 */;
}
.box_content_home4 .content {
    font-weight: 400;
    line-height: 1.5;
}
.box_content_home4 .item:not(:last-child) {
    margin-bottom: 2.448rem  /* 47/19.2 */;
}
.brand_wrapper {
    margin-top: 7.8125rem  /* 150/19.2 */;
}
.item_brand:first-child {
    border-top: 1px solid #FFFFFF26;
    padding-top: 3.646rem  /* 70/19.2 */;
}
.item_brand {
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 6.615rem  /* 127/19.2 */;
    margin-bottom: 3.646rem  /* 70/19.2 */;
    padding-right: 5.104rem  /* 98/19.2 */;
    padding-left: 5.104rem  /* 98/19.2 */;
}
.item_brand .index {
    font-weight: 600;
    font-size: 0.729rem  /* 14/19.2 */;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.3);
}
.item_brand:hover h3,
.item_brand:hover .index {
    color: var(--sub-cl);
}
.item_brand h3 {
    width: 17%;
    font-family: Manrope;
    font-weight: 800;
    font-size: 1.302rem  /* 25/19.2 */;
    font-style: inherit !important;
    margin-left: 2rem  /* 100/19.2 */;
    margin-right: 1rem;
    margin-bottom: 0;
}
.item_brand .content {
    width: 31%;
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.5;
}
.item_brand .box_img {
    bottom: 30%;
    right: 5.104rem  /* 98/19.2 */;
    opacity: 0;
    z-index: 1;
    transition: .5s all;
}
.item_brand:hover .box_img {
    opacity: 1;
}
.item_brand .box_img img {
    aspect-ratio: 477/277;
}
.service_slide_wrapper {
    margin-top: 5.521rem  /* 106/19.2 */;
    margin-bottom: 7.865rem  /* 151/19.2 */;
}
.slide_service:after,
.slide_service:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(calc(var(--container-w) / 2) - 100%);
    width: 70%;
    height: 100%;
    background: linear-gradient(270deg, rgba(12, 12, 12, 0) 0%, #0C0C0C 100%);
    z-index: 9;
}
.slide_service:after {
    left: unset;
    right: calc(calc(var(--container-w) / 2) - 100%);
    background: linear-gradient(-270deg, rgba(12, 12, 12, 0) 0%, #0C0C0C 100%);
}


.swiper-slide .item_service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.833rem  /* 16/19.2 */ 1.823rem  /* 35/19.2 */ 1.823rem  /* 35/19.2 */;
    background-image: url("../images/bg_item_service.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .5s all;
}
.swiper-slide.swiper-slide-active .item_service {
    background-image: url("../images/bg_item_service_hover.png");
}
.item_service .index {
    font-family: Manrope;
    font-weight: 600;
    font-size: 1.25rem  /* 24/19.2 */;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.3);
}
.item_service h3 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 1.458rem  /* 28/19.2 */;
    line-height: 1.4;
}
.item_service .button_details {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.counter_home_wrapper {
    padding: 3.021rem  /* 58/19.2 */ 3.333rem  /* 64/19.2 */ 1.71875rem  /* 33/19.2 */;
}
.item_counter .number_counter {
    font-family: Manrope;
    font-weight: 300;
    font-size: 3.90625rem  /* 75/19.2 */;
    line-height: 1.5;
    background: var(--gradient-cl);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.item_counter .counter {
    width: 239px;
}
.item_counter .title_counter {
    font-weight: 300;
    font-size: 1.5625rem  /* 30/19.2 */;
    line-height: 1.5;
    margin-bottom: 10px;
}
.item_counter .content {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 25px;
}
.home_7 {
    padding-top: 5.625rem  /* 108/19.2 */;
}
.box_video_effect {
    padding: 5.885rem calc(100% - calc(100vw + var(--container-w)) / 2) 5.885rem;
    transition: .6s all;
    height: 48.75rem  /* 936/19.2 */;
}
.box_video_effect:hover {
    padding: 0;
}
.box_video_effect video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_8 {
    padding-top: 5.052rem  /* 97/19.2 */;
    padding-bottom: 10.417rem  /* 200/19.2 */;
}

/*about*/
.partner_slide_wrapper {
    margin-top: 2.5rem  /* 48/19.2 */;
}
.about_1 {
    padding-top: 6.615rem  /* 127/19.2 */;
}
.video_about_1 {
    bottom: -25%;
    right: -25%;
    transform: translate(-25%, -25%);
    width: 12.34375rem  /* 237/19.2 */;
    height: 7.396rem  /* 142/19.2 */;
    z-index: 1;
}
.sign_ceo {
    margin-top: 1.40625rem  /* 27/19.2 */;
    padding-left: 3.3rem;
}
.sign_ceo:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2.604rem  /* 50/19.2 */;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 157, 0, 0) 0%, #FF9D00 100%);
}
.counter_about {
    margin-top: 6.09375rem  /* 117/19.2 */ ;
}
.about_2 {
    padding-top: 2rem;
}
section.about_2.bg_image {
    height: auto;
}
.counter_about .number_counter {
    font-family: DoumbarVN;
    width: 11rem;
    font-weight: 400;
    font-size: 7.8125rem  /* 150/19.2 */;
    line-height: 1;
}
.counter_about .year {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #fff !important;
}
.counter_about .title_counter {
    font-weight: 600;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
    margin-top: 1.042rem  /* 20/19.2 */;
}
.about_3 {
    padding-top: 7.708rem  /* 148/19.2 */;
}
.vision_mission_heading h2 {
    width: fit-content;
}
.vision_mission_heading .item:not(:last-child) {
    margin-bottom: 2.552rem  /* 49/19.2 */;
}
.vision_mission_heading .item:nth-child(odd) {
    padding-right: 6.042rem  /* 116/19.2 */;
}
.vision_mission_heading .item:nth-child(even) {
    padding-left: 6.198rem  /* 119/19.2 */;
}
.about_4 {
    padding-top: 5.625rem  /* 108/19.2 */;
}
.about_4.bg_image {
    height: auto;
    background-position: center center;
    background-size: 100% 100%;
}
.about_4:after,
.about_4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(to bottom, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
    pointer-events: none;
}
.about_4:after {
    top: unset;
    bottom: 0;
    background: linear-gradient(to top, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
}
.box_history_wrapper {
    margin-top: 3.59375rem  /* 69/19.2 */;
}
.slide_history {
    padding-right: 20rem;
}
.item_history .index {
    width: fit-content;
    height: 70px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding-left: 0.6rem;
}
.item_history .index:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}
.item_history .box_img {
    margin-top: 2.448rem  /* 47/19.2 */;
    margin-left: 5.052rem  /* 97/19.2 */;
}
.item_history_container {
    height: 52.083rem  /* 1000/19.2 */;
}
.item_history_container .item_history:not(:last-child) {
    margin-right: 6.25rem  /* 120/19.2 */;
}
.item_history_container .item_history:last-child {
    padding-top: 7.292rem  /* 140/19.2 */;
}
.item_history_container .item_history:nth-child(1),
.item_history_container .item_history:nth-child(2) {
    height: 100%;
}
.item_history_container .item_history:nth-child(2) {
    padding-top: 7rem;
}
.item_history_container .item_history:nth-child(3),
.item_history_container .item_history:nth-child(4) {
    height: 50%;
}
.item_history_container .item_history:nth-child(1) img {
    aspect-ratio: 239/286;
}
.item_history_container .item_history:nth-child(2) img {
    aspect-ratio: 238/218;
}
.item_history_container .item_history:nth-child(3) img {
    aspect-ratio: 238/159;
}


.about_5,
.about_6,
.about_7 {
    padding-top: 7.8125rem  /* 150/19.2 */;
}
.about_8 {
    padding-top: 7.1875rem  /* 138/19.2 */;
    padding-bottom: 9.74rem  /* 187/19.2 */;
}
.teams_slide_wrapper {
    margin-top: 3.59375rem  /* 69/19.2 */;
}
.item_teams .box_inner {
    filter: saturate(0.3);
    background: #E1E1E1;
    margin-bottom: 0.729rem  /* 14/19.2 */;
    transition: .5s all;
}
.item_teams:hover .box_inner {
    filter: saturate(1);
}
.item_teams .envelope {
    bottom: 1.042rem  /* 20/19.2 */;
    right: 1.042rem  /* 20/19.2 */;
}
.item_teams .envelope>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.667rem  /* 32/19.2 */;
    height: 1.667rem  /* 32/19.2 */;
    background: var(--main-cl);
    border-radius: 5.208rem  /* 100/19.2 */;
    transition: .5s all;
}
.item_teams .envelope>a:hover {
    background: var(--sub-cl);
}
.item_teams h3 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.3;
}
.item_teams .position {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

/*brand & service*/
.brand_service_1 {
    padding: 6.771rem  /* 130/19.2 */ 0;
}
.img_brand_1 {
    margin-left: 5.78125rem  /* 111/19.2 */;
}
#brand, #service{
    scroll-margin-top: 4rem;
}
.brand_service_2 {
    padding: 4.01rem  /* 77/19.2 */ 0;
    margin-bottom: 5.729rem  /* 110/19.2 */;
    background: linear-gradient(92.24deg, rgba(255, 255, 255, 0.05) 1.33%, rgba(12, 12, 12, 0.05) 98.67%);
}
.brand_counter_item .number_counter {
    width: 14rem;
    font-weight: 300;
    font-size: 3.333rem  /* 64/19.2 */;
    line-height: 1.2;
    margin-bottom: 8px;
}
.brand_counter_item span.plus {
    font-size: 1.667rem  /* 32/19.2 */;
    line-height: 1;
}
.brand_service_3 {
    padding-bottom: 6.979rem  /* 134/19.2 */;
}
.box_commerce {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 2.083rem  /* 40/19.2 */;
    margin-top: 3.854rem  /* 74/19.2 */;
}
.box_commerce .item .box_content {
    width: 40%;
    padding: 4.6875rem 5.15625rem 2rem;
    z-index: 2;
}
.box_commerce .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.box_commerce .item:nth-child(2):before,
.box_commerce .item:nth-child(3):before {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.box_commerce .item:nth-child(2) .box_content,
.box_commerce .item:nth-child(3) .box_content {
    padding: 1rem 3rem 4rem;
    top: unset;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.box_commerce .item:nth-child(2):hover .box_content,
.box_commerce .item:nth-child(3):hover .box_content {
    padding-bottom: 5rem;
}
.box_commerce .item .content {
    font-weight: 400;
    line-height: 1.4;
    margin-top: 1.25rem  /* 24/19.2 */;
}
.box_commerce .item:nth-child(1),
.box_commerce .item:nth-child(4) {
    grid-column: span 2;
}
.box_commerce .item:nth-child(1) .box_content,
.box_commerce .item:nth-child(4) .box_content {
    top: 0;
    left: 0;
}
.btn_commerce_wrapper {
    width: 50%;
    padding: 0 0 4.6875rem 5.15625rem;
    bottom: 0;
    left: 0;
    gap: 1.25rem;
    opacity: 0;
    transform: translateY(2rem);
    z-index: 2;
}
.box_commerce .item:nth-child(2) .btn_commerce_wrapper,
.box_commerce .item:nth-child(3) .btn_commerce_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 2rem;
}
.btn_commerce_wrapper>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 5.208rem;
}
.btn_commerce_wrapper>a>img {
    width: 5.208rem  /* 100/19.2 */;
    height: 1rem;
    object-fit: contain;
}
.box_commerce .item:hover .btn_commerce_wrapper {
    transform: translateY(0);
    opacity: 1;
}
.brand_service_4 {
    padding-bottom: 9.6875rem  /* 186/19.2 */;
}
.brand_service_4 .content_heading {
    font-size: 1.146rem  /* 22/19.2 */;
}
.accordion_service_wrapper {
    margin-top: 1.25rem  /* 24/19.2 */;
}
.accordion_service_item .accordion_title {
    font-weight: 400;
    font-size: 1.458rem  /* 28/19.2 */;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
}
.accordion_service_item .accordion_title>.index {
    width: 10%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    transition: .4s all;
}
.accordion_service_item .accordion_title path:nth-child(2) {
    opacity: 1 !important;
}
.accordion_service_item .accordion_title svg {
    opacity: 0;
    transform: translateX(-1rem);
}
.accordion_service_item .accordion_title:hover,
.accordion_service_item .accordion_title.active {
    color: var(--sub-cl);
}
.accordion_service_item .accordion_title:hover>.index,
.accordion_service_item .accordion_title.active>.index {
    color: #fff !important;
}
.accordion_service_item .accordion_title:hover svg,
.accordion_service_item .accordion_title.active svg {
    opacity: 1;
    transform: translateX(0);
}
.img_accordion_service {
    margin-left: 2rem;
}
.img_accordion_service > .accordion_item_img {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out, height 0.4s linear, visibility 0.4s;
}
.img_accordion_service > .accordion_item_img.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

/*danh sach tuyen dung*/
.recruit_1 {
    padding: 6.823rem 0 8.646rem;
}
.recruit_1.bg_image {
    background-size: unset !important;
}
.recruit_video {
    margin-top: 2.604rem  /* 50/19.2 */;
}
.recruit_video .graphic_img .item {
    position: absolute;
}
.recruit_video .graphic_img img {
    border-radius: 1rem;
}
.recruit_video .graphic_img .item:nth-child(1) {
    top: -1rem;
    left: 0;
}
.recruit_video .graphic_img .item:nth-child(3) {
    top: -1rem;
    right: 3.75rem  /* 72/19.2 */;
}
.recruit_video .graphic_img .item:nth-child(2) {
    bottom: -1rem;
    left: 3.75rem  /* 72/19.2 */;
}
.recruit_video .graphic_img .item:nth-child(4) {
    bottom: -1rem;
    right: 0;
}
.recruit_video .graphic_img .item:nth-child(2) img,
.recruit_video .graphic_img .item:nth-child(1) img {
    transform: perspective(31.25rem  /* 600/19.2 */) rotateY(15deg) rotateX(0deg);
}
.recruit_video .graphic_img .item:nth-child(4) img,
.recruit_video .graphic_img .item:nth-child(3) img {
    transform: perspective(31.25rem  /* 600/19.2 */) rotateY(-15deg) rotateX(0deg);
}
.recruit_video .thumbnail_about>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjYwIiBjeT0iNjAiIHI9IjYwIiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjIiLz4KPGNpcmNsZSBjeD0iNTkuOTk5NiIgY3k9IjU5Ljk5OTkiIHI9IjM1LjIwNjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik03MS40MDQzIDYwLjAwMDFMNTQuMjk2OSA2OS44NzdMNTQuMjk2OSA1MC4xMjMxTDcxLjQwNDMgNjAuMDAwMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6.25rem;
    transition: .5s all;
}
.recruit_video .thumbnail_about>a:hover:before {
    transform: scale(1.1);
}
.recruit_2 {
    padding-bottom: 7.8125rem  /* 150/19.2 */;
}
.recruit_map {
    margin-top: 3.333rem  /* 64/19.2 */;
}
.recruit_map .counter_recruit_country {
    width: 20%;
    bottom: 3rem;
    left: 0;
    z-index: 3;
}
.recruit_map span.counter {
    width: 4rem;
    font-family: DoumbarVN;
    font-weight: 400;
    font-size: 6.771rem  /* 130/19.2 */;
    line-height: 1;
    color: var(--sub-cl);
}
.recruit_map span.countries {
    font-weight: 300;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.2;
    margin-bottom: .8rem;
}
.recruit_map .content {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.4;
    margin-top: 0.833rem  /* 16/19.2 */;
}
.values_slide_wrapper {
    margin-top: 2.5rem  /* 48/19.2 */;
}
.item_values .heading {
    border-bottom: 1px solid #333333;
    margin-bottom: 1.25rem  /* 24/19.2 */;
    padding-bottom: 1.25rem  /* 24/19.2 */;
}
.item_values h2 {
    font-weight: 600;
    font-size: 1.25rem  /* 24/19.2 */;
    line-height: 1.3;
    margin-left: 1.25rem  /* 24/19.2 */;
    color: var(--sub-cl);
}
.item_values .content {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 32px;
}
.item_values .content:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
}
.item_values .content:not(:last-child) {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.recruit_4,
.recruit_3 {
    padding-bottom: 8.646rem  /* 166/19.2 */;
}
.whychoose_slide_wrapper {
    margin-top: 2.5rem  /* 48/19.2 */;
}
.item_whychoose {
    background-image: url("../images/bg_item_shape.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.25rem  /* 24/19.2 */ 0.625rem  /* 12/19.2 */;
}
.item_whychoose .content {
    margin-top: 1.25rem  /* 24/19.2 */;
    font-weight: 400;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
}
.item_whychoose .content>span {
    font-weight: 600;
}
.recruit_5 {
    padding-bottom: 7.8125rem  /* 150/19.2 */;
}
.item_benefit h2 {
    border-bottom: 1px solid #333333;
    margin-bottom: 0.833rem  /* 16/19.2 */;
    padding-bottom: 0.833rem  /* 16/19.2 */;
}
.item_benefit .box_content {
    width: 50%;
    flex: 0 0 auto;
}
.item_benefit:nth-child(odd) .box_content {
    padding-bottom: 5.208rem  /* 100/19.2 */;
    padding-right: 6.667rem  /* 128/19.2 */;
}
.item_benefit:nth-child(even) .box_content {
    order: 2;
    padding-top: 5.208rem  /* 100/19.2 */;
    padding-left: 6.667rem  /* 128/19.2 */;
}
.item_benefit .content>p {
    position: relative;
    padding-left: 1.667rem  /* 32/19.2 */;
}
.item_benefit .content>p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/check.svg');
    background-repeat: no-repeat;
}

.recruit_6 {
    padding-bottom: 7.8125rem  /* 150/19.2 */;
}
.group_heading_recruit {
    margin-bottom: 2.5rem  /* 48/19.2 */;
}
.box_terms_recruit {
    padding: 1.25rem  /* 24/19.2 */;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #333333;
    border-radius: 0.833rem  /* 16/19.2 */;
}
.box_terms_recruit .item_recruit_terms:not(:last-child) {
    border-bottom: 1px solid #333333;
    margin-bottom: 1.25rem  /* 24/19.2 */;
    padding-bottom: 1.25rem  /* 24/19.2 */;
}
.box_terms_recruit .item_recruit_terms label:not(:last-child) {
    margin-bottom: 10px;
}
.box_terms_recruit span.name_checkbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}
.table_custom {
    margin-left: 1rem;
}
.table_custom .btn.btn_text {
    margin-top: 0 !important;
    min-width: unset;
    padding: 0 1rem;
    width: 100%;
}
.recruit_7 {
    padding-bottom: 8.646rem  /* 166/19.2 */;
}
.recruit_7 .btn {
    margin-top: 2.5rem  /* 48/19.2 */;
}
.recruit_7 .heading_post_related {
    text-transform: uppercase;
}


/*recruit single*/
.recruit_details_1 {
    padding-bottom: 3.28125rem  /* 63/19.2 */;
}
.recruit_bg {
    padding: 1.667rem  /* 32/19.2 */;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.recruit_bg.to-left {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.recruit_bg.border_right {
    border-right: 1px solid #FFFFFF1A;
}
.recruit_info_wrapper.bg_image {
    background-position: bottom right;
    background-size: 13rem;
}
.recruit_heading {
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 1.667rem  /* 32/19.2 */;
    padding-bottom: 0.625rem  /* 12/19.2 */;
}
.recruit_info_job .item:not(:last-child) {
    margin-bottom: 0.833rem  /* 16/19.2 */;
}
.recruit_info_job span {
    font-weight: 400;
    line-height: 1.3;
}
.recruit_info_job .date_job>.date {
    color: var(--sub-cl) !important;
}
.apply_wrapper .item:first-child {
    margin-bottom: 1.25rem  /* 24/19.2 */;
}
.apply_wrapper span.title {
    font-weight: 900;
    font-size: 1.146rem  /* 22/19.2 */;
    line-height: 1.3;
    margin-bottom: 0.3rem;
}
.job_desc_wrapper .item {
    gap: 1.1rem;
}
.job_desc_wrapper .item:not(:last-child) {
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 1.667rem  /* 32/19.2 */;
    padding-bottom: 1.667rem  /* 32/19.2 */;
}
.job_desc_wrapper h3.title_job {
    width: 21%;
    flex: 0 0 auto;
    font-family: Manrope;
    font-weight: 700;
    font-size: 1.146rem  /* 22/19.2 */;
    line-height: 1.2;
}
.job_desc_wrapper .item h2 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.3;
}
.recruit_other {
    padding: 1.25rem  /* 24/19.2 */;
    background-image: url("../images/bg_item_shape.png");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.recruit_other .item:not(:last-child) {
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.recruit_other>h2 {
    border-bottom: 1px solid #FFFFFF1A;
    margin-bottom: 1.25rem  /* 24/19.2 */;
    padding-bottom: 1.25rem  /* 24/19.2 */;
}
.recruit_other h2.title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.3;
    margin-bottom: 0.208rem  /* 4/19.2 */;
}
.recruit_other .item:hover h2.title {
    color: var(--sub-cl) !important;
}
.recruit_other span.date {
    font-weight: 400;
    font-size: 0.729rem  /* 14/19.2 */;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.38);
}
.recruit_details_3 {
    padding: 8.333rem  /* 160/19.2 */ 0 4.479rem  /* 86/19.2 */;
}
.recruit_details_3:after,
.recruit_details_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
    pointer-events: none;
}
.recruit_details_3:after {
    top: unset;
    bottom: 0;
    background: linear-gradient(to top, #0C0C0C 0%, rgba(12, 12, 12, 0) 100%);
}
.recruit_details_3.bg_image {
    background-position: center center;
}
.form_apply_wrapper {
    position: relative;
    z-index: 2;
}
.form_apply_wrapper .group_heading {
    margin-bottom: 1.354rem  /* 26/19.2 */;
}
.form_apply_wrapper label {
    margin-bottom: 8px;
}
.form_apply_wrapper .form_item {
    margin-bottom: 16px;
}
.form_apply_wrapper .file_input {
    margin-top: 1.042rem  /* 20/19.2 */;
}
.form_apply_wrapper .file_input>span {
    position: unset;
}
.form_apply_wrapper .file_input input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}
.form_apply_wrapper .custom_file_input {
    text-align: center;
    background-image: url('../images/file_input.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.25rem  /* 24/19.2 */ 2.5rem  /* 48/19.2 */;
}
.form_apply_wrapper .custom_file_input div.file_accept {
    font-weight: 400;
    font-size: 0.833rem  /* 16/19.2 */;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 16px;
}
.form_apply_wrapper .custom_file_input div.click {
    color: #fff;
}


/*danh sach bai viet - news*/
.news_highlight_wrapper {
    margin: 4.0625rem 0 /* 78/19.2 */ 4.479rem  /* 86/19.2 */;
    gap: 2.083rem  /* 40/19.2 */;
}
.news_highlight_wrapper .item_large {
    width: 60%;
    flex: 0 0 auto;
}
.news_highlight_wrapper .item_small_container {
    width: 40%;
}
.news_highlight_wrapper .item_small_container .box_img {
    width: 40%;
    flex: 0 0 auto;
}
.news_highlight_wrapper .item_large h2 {
    font-family: Manrope;
    font-weight: 700;
    font-size: 1.302rem  /* 25/19.2 */;
    line-height: 1.3;
    color: #E4E5E6;
}
.news_highlight_wrapper .item_large .box_img {
    margin-bottom: 1.51rem  /* 29/19.2 */;
}
.news_highlight_wrapper .item_large .term_time {
    gap: 4px;
    margin-bottom: 10px;
}

ul.tab_terms {
    margin-left: 3rem;
}
ul.tab_terms>li:not(:first-child) {
    margin-left: 3rem;
}
ul.tab_terms>li a {
    position: relative;
    font-size: 1.146rem  /* 22/19.2 */;
    font-weight: 500;
    line-height: 1.3;
    color: #E4E5E6;
    cursor: pointer;
    margin-bottom: 0;
}
ul.tab_terms>li a:hover,
ul.tab_terms>li a[aria-current="page"] {
    color: var(--sub-cl) !important;
}
ul.tab_terms>li a:before {
    left: 0;
    opacity: 0;
    -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;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 2rem  /* 99/19.2 */;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 157, 0, 0) 0%, #FF9D00 100%);
}
ul.tab_terms > li a:hover:before,
ul.tab_terms > li.current-menu-item a:before {
    opacity: 1;
    left: -2.6rem;
}

.news_highlight_wrapper .item_post.flex .box_content {
    order: -1;
}
.news_highlight_wrapper .item_post.flex {
    gap: 1.042rem  /* 20/19.2 */;
}
.news_highlight_wrapper .item_post:not(:last-child) {
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 1.667rem  /* 32/19.2 */;
    padding-bottom: 1.667rem  /* 32/19.2 */;
}
.news_categories_wrapper {
    margin-bottom: 3.802rem  /* 73/19.2 */;
}
.news_wrapper {
    margin-bottom: 5.208rem  /* 100/19.2 */;
}
.news_container {
    column-gap: 1.979rem  /* 38/19.2 */;
    row-gap: 3.229rem  /* 62/19.2 */;
}
.news_container .item_post {
    width: calc((100% / 4) - 1.51rem  /* 29/19.2 */);
}
.news_wrapper .btn {
    margin-top: 2.24rem  /* 43/19.2 */;
}
.item_post .heading_post_related {
    min-height: 2.604rem  /* 50/19.2 */;
}

/*danh muc bai viet - category*/
.news_1,
.category_section {
    padding-top: 4.635rem  /* 89/19.2 */;
}

/*single post*/
.single .breadcrumbs {
    padding: 1.823rem  /* 35/19.2 */ 0 4.427rem  /* 85/19.2 */;
}
.box_info_post {
    border-left: 1px solid #FFFFFF1A;
    padding-left: 1.042rem  /* 20/19.2 */;
    margin-left: 1rem;
    margin-bottom: 3.28125rem  /* 63/19.2 */;
}
.box_info_post .item_info:not(:last-child) {
    margin-bottom: 16px;
}
.box_info_post span.title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF61;
    margin-bottom: 4px;
}
.box_info_post time,
.box_info_post span.author,
.box_info_post span.term {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}
.img_top_post {
    margin-bottom: 2.65625rem  /* 51/19.2 */;
}
.content_post_details .summary {
    font-weight: 700;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.3;
    margin-bottom: 2.083rem  /* 40/19.2 */;
}
.content_post_details h1,
.content_post_details h2,
.content_post_details h3,
.content_post_details h4,
.content_post_details h5,
.content_post_details h6 {
    font-family: Manrope;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.78125rem  /* 15/19.2 */;
}
.content_post_details h2 {
    font-size: 1.354rem  /* 26/19.2 */;
}
.content_post_details h3 {
    font-size: 1.146rem  /* 22/19.2 */;
}
.content_post_details h4 {
    font-size: 0.9375rem  /* 18/19.2 */;
}
.content_post_details strong {
    font-weight: 700;
}
.content_post_details img {
    border-radius: 1.042rem  /* 20/19.2 */;
    margin: 2.083rem  /* 40/19.2 */ 0;
}
.content_post_details .ftwp-postcontent a {
    color: var(--sub-cl) !important;
}
.post_details_2 {
    padding: 5.208rem  /* 100/19.2 */ 0 3.28125rem  /* 63/19.2 */;
}
.post_slide_wrapper {
    margin-top: 3rem;
}
.item_post .box_img {
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.item_post img  {
    aspect-ratio: 324/227;
    object-fit: cover;
}
.item_post .term_time {
    gap: 4px;
    color: #969696;
    margin-bottom: 10px;
}
.item_post span.term,
.item_post time {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
}
.item_post .heading_post_related {
    font-family: Manrope;
    font-weight: 700;
    font-size: 0.9375rem  /* 18/19.2 */;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #E4E5E6;
}
.item_post .summary_related {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #E4E5E6;
}
.content_post_details .sticky_share {
    position: sticky;
    top: 14rem;
    right: 4rem;
    margin-top: 6rem;
}
.content_post_details .share_title {
    transform: rotate(90deg);
    margin-bottom: -1.5rem;
}



/*contact*/
.contact_1 {
    padding: 7.8125rem 0 /* 150/19.2 */;
}
.form_contact {
    margin-top: 1.25rem  /* 24/19.2 */;
}
.contact_info .item_contact:not(:last-child) {
    border-bottom: 1px solid #333333;
    margin-bottom: 1.667rem  /* 32/19.2 */;
    padding-bottom: 1.667rem  /* 32/19.2 */;
}
.item_contact .item_inner {
    margin-top: 1.25rem  /* 24/19.2 */;
}
.item_contact img {
    margin-right: 0.7rem;
}
.item_contact .item_child:not(:last-child) {
    margin-bottom: 0.6rem;
}
.contact_info span {
    font-family: DoumbarVN;
    font-weight: 400;
    font-size: 1.25rem  /* 24/19.2 */;
    line-height: 1.2;
}
.contact_socials {
    margin-top: 2.5rem  /* 48/19.2 */;
}
.contact_socials a {
    width: 2.083rem  /* 40/19.2 */;
    height: 2.083rem  /* 40/19.2 */;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #fff;
    transition: .5s all;
    margin-right: 0.5rem;
}
.contact_socials a:hover {
    background: var(--sub-cl);
}



.title_sec_about {
    font-family: DoumbarVN;
    font-weight: 500;
    font-size: 1.823rem  /* 35/19.2 */;
    line-height: 1.3;
}



/*footer*/
#footer.footer-wrapper {
    padding: 3.021rem  /* 58/19.2 */ 0 2.135rem  /* 41/19.2 */;
}
.footer_top {
    border-bottom: 1px solid #467CEE33;
    padding-bottom: 3.646rem  /* 70/19.2 */;
    margin-bottom: 2.76rem  /* 53/19.2 */;
    justify-content: center;
}
.footer_top .title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
}
.footer_top a,
.footer_top .content {
    font-weight: 500;
    font-size: 1.042rem  /* 20/19.2 */;
    line-height: 1.4;
}
.footer_top a {
    text-decoration-thickness: 0.5px;
    text-decoration: underline;
    text-decoration-style: solid;
}
.footer_logo {
    width: 30%;
    justify-content: center;
}
.footer_bottom {
    gap: 1rem;
}
.footer_bottom.flex>div {
    width: calc((100% / 3) - 0.677rem  /* 13/19.2 */);
}
.information_wrapper>.inner {
    display: flex;
    gap: 1rem;
}
.footer_logo img {
    width: 10rem;
}
.footer_top .information_wrapper {
    flex-wrap: wrap;
    width: 70%;
    justify-content: space-between;
}
.footer_bottom {
    border-bottom: 1px solid #467CEE33;
    padding-bottom: 2.76rem  /* 53/19.2 */;
    margin-bottom: 1.042rem  /* 20/19.2 */;
}
.footer_bottom .title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1.146rem  /* 22/19.2 */;
}
.footer_bottom ul>li>a,
.footer_bottom .content p {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer_policy a:hover,
.footer_top a:hover,
.footer_bottom ul>li:hover>a {
    color: var(--sub-cl);
}
.footer_bottom ul>li {
    width: fit-content;
}
.footer_bottom ul>li:not(:last-child) {
    margin-bottom: 0.521rem  /* 10/19.2 */;
}
.socials_white,
.footer_socials {
    gap: 0.5rem;
}
.socials_white a,
.footer_socials .icon_social {
    width: 2.083rem  /* 40/19.2 */;
    height: 2.083rem  /* 40/19.2 */;
    border-radius: 5.208rem  /* 100/19.2 */;
    background: #FFFFFF33;
}
.socials_white a:hover,
.footer_socials .icon_social:hover {
    background: var(--sub-cl);
}
.footer_policy {
    gap: 2rem;
}
.copyright,
.footer_policy a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #FFFFFFE5;
}

/*pagination slide*/
.swiper-pagination {
    display: none;
    position: unset;
}




.gtranslate_wrapper a+a {
    margin-left: .3rem !important;
}






/*mobile*/
@media (min-width: 1280px) {
    html {
        font-size: 1vw;
    }
}
@media (max-width: 1600px) {
    :root{
        --container-w: 77rem;
    }

    html {
        font-size: 1.1vw;
    }

    .item_brand .box_img {
        right: 0;
    }
    .item_brand .content {
        font-size: 1rem;
    }
    .box_video_home video {
        width: 39rem;
    }

    .recruit_video .graphic_img .item:nth-child(1) {
        left: -16%;
    }
    .recruit_video .graphic_img .item:nth-child(2) {
        left: -12%;
    }
    .recruit_video .graphic_img .item:nth-child(3) {
        right: -12%;
    }
    .recruit_video .graphic_img .item:nth-child(4) {
        right: -16%;
    }

    .slide_history {
        padding-right: 0;
    }
    .item_history_container .item_history:last-child {
        padding-top: 4rem;
    }
}

@media (max-width: 1199px) {
    :root{
        --container-w: 59.375rem;
    }

    html {
        font-size: unset;
    }

    /*home*/
    .banner_hero video {
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
    }
    .home_1 {
        padding-top: 5rem /* 185/19.2 */;
    }
    .home_2,
    .home_3,
    .home_4,
    .home_5 {
        padding-bottom: 4rem;
    }
    .arrow_down_wrapper {
        bottom: 0;
    }
    .content_banner_home .content_heading {
        margin-top: 2rem;
    }
    .box_video_home video {
        width: 100%;
    }
    .item_shape .icon>img {
        width: auto;
        height: 2rem;
    }

    .item_brand {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .item_brand .box_img {
        bottom: 20%;
        right: 1rem;
    }
    .item_brand .box_img img {
        width: 24rem;
        aspect-ratio: 16/9;
    }
    .service_slide_wrapper {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }
    .item_service h3 {
        font-size: 1.4rem;
    }
    .counter_home_wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .item_counter .counter {
        width: 14rem;
    }
    .home_7 {
        padding-top: 3rem;
    }
    .home_8 .heading_1 {
        font-size: 3rem;
    }
    .footer_top {
        padding-bottom: 2rem;
    }
    .home_3 .content_heading br {
        display: none;
    }
    .item_shape .content {
        font-size: 0.9rem;
    }
    .brand_wrapper {
        margin-top: 5rem;
    }

    /*about*/
    .about_4 .heading_1,
    .about_1 .heading_1 {
        font-size: 2.6rem;
    }
    .counter_about .year {
        font-size: 1.2rem;
    }

    /*brand & service*/
    .brand_counter_wrapper {
        gap: 2rem;
        justify-content: center;
    }
    .box_commerce .item .box_content {
        width: 60%;
    }
    .box_commerce .item:before {
        width: 100%;
    }
    .btn_commerce_wrapper {
        padding-bottom: 4rem;
    }
    .item_history_container {
        height: 80rem;
    }
    .item_history_container .item_history:nth-child(1),
    .item_history_container .item_history:nth-child(2) {
        height: 40%;
    }

    /*recruit*/
    .recruit_video .item>img {
        width: 10rem;
    }
    .recruit_video .graphic_img .item:nth-child(1) {
        left: 8%;
    }
    .recruit_video .graphic_img .item:nth-child(2) {
        left: 10%;
    }
    .recruit_video .graphic_img .item:nth-child(3) {
        right: 10%;
    }
    .recruit_video .graphic_img .item:nth-child(4) {
        right: 8%;
    }
    .recruit_video .thumbnail_about img {
        width: 25rem;
    }
    .recruit_2 {
        padding-bottom: 5rem;
    }
    .whychoose_slide_wrapper .swiper-pagination {
        display: block;
    }
    .item_benefit:nth-child(odd) .box_content {
        padding-bottom: 4rem;
        padding-right: 2rem;
    }
    .item_benefit:nth-child(even) .box_content {
        padding-top: 4rem;
        padding-left: 2rem;
    }
    .item_post .heading_post_related {
        font-size: 1.1rem;
    }
    .recruit_7 {
        padding-bottom: 5rem;
    }
    .table_custom {
        margin-left: 0;
    }
    .post_slide_wrapper .swiper-pagination {
        display: block;
        margin-top: 2rem;
    }
    .values_slide_wrapper .swiper-pagination {
        display: block;
    }

    /*news*/
    .news_highlight_wrapper {
        margin-top: 1.2rem !important;
        gap: 1.5rem !important;
    }
    .news_container .item_post {
        width: calc((100% / 3) - 1.39rem);
    }
}

@media (max-width: 991px) {
    :root{
        --container-w: 45rem;
    }

    /*home*/
    .content_banner_home .content_heading {
        margin-top: 0.5rem;
    }
    .home_1 .box_img {
        width: calc(100% + (100vw - var(--container-w))) !important;
        margin-left: calc((100vw - var(--container-w)) / -2);
        margin-top: 2rem;
    }
    .home_2 .content_section {
        margin-top: -9rem;
    }
    .shape_slide_wrapper.w_full_right {
        width: unset !important;
    }
    .service_slide_wrapper .swiper-pagination,
    .shape_slide_wrapper .swiper-pagination {
        display: block;
    }
    .item_brand .box_img img {
        width: 17rem;
    }
    .item_brand .box_img {
        bottom: 30%;
    }
    .item_brand:first-child {
        padding-top: 3rem;
    }
    .item_brand {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .slide_service {
        overflow: hidden;
    }
    .item_service h3 {
        font-size: 1.1rem;
    }
    .item_counter .number_counter {
        display: block;
        font-size: 3rem;
        line-height: 1.4 !important;
    }
    .counter_home_wrapper {
        gap: 2rem;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .item_counter {
        width: calc((100% /2) - 3rem);
    }
    .box_video_effect {
        padding: 0;
    }
    .home_8 .heading_1 {
        font-size: 2.5rem;
    }
    .home_8 .heading_1 br {
        display: none;
    }
    .item_brand .index {
        font-size: 1.2rem;
    }
    .box_content_home4 h3 {
        font-size: 1.2rem;
    }
    .box_content_home4 .content {
        font-size: 1rem;
        line-height: 1.4;
    }

    /*about*/
    .box_img_about1.w_full_left {
        width: calc(100% + (100vw - var(--container-w))) !important;
        margin-left: calc((100vw - var(--container-w)) / -2) !important;
    }
    .video_about_1 {
        bottom: 1.5rem;
        right: -1rem;
        transform: unset;
    }
    .about_2 {
        /*padding-top: 4rem;*/
        padding-bottom: 2rem;
        position: relative;
    }
    .about_2 .row .large-7 {
        order: -1;
    }
    .about_2 .box_img.w_full_right {
        width: 100% !important;
    }
    .about_2 .box_img.w_full_right>img {
        height: 30rem;
    }
    .about_2 .counter_about {
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: 2rem;
        transform: translateY(-50%);
    }
    .about_3 .box_img {
        width: calc(100% + calc(100vw - var(--container-w)) / 2) !important;
        float: right;
    }
    .vision_mission_heading .item {
        padding: 0 !important;
    }
    .partner_slide_wrapper .swiper-pagination {
        display: block;
    }
    .section_contact img {
        width: 20rem;
    }
    .item_history_container .item_history:not(:last-child) {
         margin-right: 2.25rem /* 120/19.2 */;
    }
    .item_history_container {
        height: 75rem;
    }
    .about_4.bg_image {
        background-size: cover;
    }
    .about_5 {
        padding-top: 0;
    }


    /*brand & service*/
    .box_commerce {
        grid-template-columns: 1fr;
    }
    .box_commerce .item:nth-child(1),
    .box_commerce .item:nth-child(4) {
        grid-column: span 1;
    }
    .brand_service_1 {
        padding-top: 4rem;
    }
    .img_brand_1 {
        margin-top: 2rem;
        margin-left: 0;
    }
    .brand_counter_wrapper {
        column-gap: 1rem;
        justify-content: center;
        row-gap: 3rem;
    }
    .brand_counter_item .number_counter {
        font-size: 2.8rem;
    }
    .brand_counter_wrapper .title_counter {
        font-size: 1rem;
    }
    .btn_commerce_wrapper {
        opacity: 1;
        transform: unset;
        padding-bottom: 2rem;
        padding-left: 2rem;
    }
    .box_commerce .item .box_content {
        width: 100%;
        padding: 2rem;
    }
    .box_commerce .box_img>img {
        aspect-ratio: 16/9;
    }
    .box_commerce .item:nth-child(2):before, .box_commerce .item:nth-child(3):before {
        height: 100%;
    }
    .brand_service_4 {
        padding-bottom: 4rem;
    }
    .accordion_service_wrapper {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .img_accordion_service {
        margin-left: 0;
    }
    .img_accordion_service > .accordion_item_img > img {
        aspect-ratio: 16/9;
    }

    /*recruit*/
    .recruit_1 {
        padding: 4rem 0 6rem;
    }
    .recruit_1 .content_heading br {
        display: none;
    }
    .recruit_video .graphic_img .item:nth-child(2),
    .recruit_video .graphic_img .item:nth-child(1) {
        left: -1%;
    }
    .recruit_video .graphic_img .item:nth-child(4),
    .recruit_video .graphic_img .item:nth-child(3) {
        right: -1%;
    }
    .recruit_map .counter_recruit_country {
        width: 50%;
        left: 0;
        z-index: 3;
        position: relative !important;
    }

    /*single recruit*/
    .recruit_heading {
        align-items: center;
    }
    .recruit_heading h2 {
        width: 70%;
        flex: 0 0 auto;
    }
    .recruit_other {
        background-size: 100% 100%;
        margin-top: 4rem;
        height: unset;
        border-top-left-radius: 0.833rem  /* 16/19.2 */;
        border-top-right-radius: 0.833rem  /* 16/19.2 */;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    }
    .recruit_other h2.title {
        font-size: 1.2rem;
    }
    .recruit_other span.date {
        font-size: 1rem;
    }
    .recruit_other .item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .recruit_other>h2 {
        font-size: 1.6rem;
    }

    /*news*/
    .news_highlight_wrapper {
        flex-wrap: wrap;
    }
    .news_highlight_wrapper .item_small_container,
    .news_highlight_wrapper .item_large {
        width: 100%;
    }
    .news_highlight_wrapper .item_large img {
        aspect-ratio: 16/6;
    }
    .news_highlight_wrapper .item_large {
        border-bottom: 1px solid #FFFFFF33;
        margin-bottom: 1.667rem /* 32/19.2 */;
        padding-bottom: 1.667rem /* 32/19.2 */;
    }

    /*single news*/
    .box_info_wrapper {
        justify-content: flex-start;
        margin-top: 2rem;
    }
    .box_info_post {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 3rem;
        border-left: unset;
        padding-left: 0;
        margin-left: 0;
    }
    .box_info_post .item_info:not(:last-child) {
        margin-bottom: 0;
    }
    .content_post_details .sticky_share {
        position: unset;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        margin-top: 2rem;
        margin-bottom: 1.2rem;
    }
    .content_post_details .share_title {
        display: block;
        transform: unset;
        margin-bottom: 0;
    }
    .content_post_details .group_share {
        flex-direction: row;

    }

    /*contact*/
    .contact_1 {
        padding: 4rem 0;
    }

    .title_sec_about {
        font-size: 1.3rem;
    }

    /*footer*/
    .footer_top {
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .footer_bottom {
        flex-wrap: wrap;
    }
    .footer_bottom.flex>div {
        width: calc((100% / 2) - 0.5rem);
    }
    .footer_bottom.flex>div:last-child {
        width: 100% !important;
    }


}


@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .row,
    .grid-container{
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .banner_page_child .breadcrumbs {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .content_banner_child {
        transform: translateY(-10%);
    }
    .btn_go_top {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 5rem;
        background: var(--sub-cl);
        border-radius: 5.208rem  /* 100/19.2 */;
    }

    /*home*/
    .home_2 {
        padding-bottom: 0 !important;
    }
    .home_2>.row>.large-12:last-child {
        order: -1;
    }
    .home_2 .content_section {
        position: relative;
        margin-top: 5rem;
        margin-bottom: -2rem;
        z-index: 9;
    }
    .home_3 {
        margin-top: -4rem;
    }

    .home_3>.row>.large-5:last-child {
        order: -1;
        margin-bottom: 2rem;
    }


    .content_banner_home {
        transform: translateY(-100%);
    }
    .banner_hero video {
        aspect-ratio: unset;
        height: 100vh;
    }
    .banner_hero:before {
        height: 20%;
    }
    .content_banner_home .content_heading br {
        display: none;
    }
    .content_banner_home .heading_2 {
        font-size: 1.4rem;
    }
    .arrow_down_wrapper {
        bottom: -2rem;
    }
    .accordion_item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .earth_wrapper .box_img {
        width: calc(2 * var(--container-w));
        margin-left: calc(var(--container-w) / -2);
    }
    .earth_wrapper .item_country>.flex {
        flex-direction: column;
    }
    .earth_wrapper li.item_country .country_name {
        margin-left: 0;
        margin-top: 1rem;
    }
    .box_video_home.w_full_left {
        width: 100% !important;
        float: unset;
    }
    .box_video_home video {
        width: 100%;
        height: unset;
        aspect-ratio: 16 / 12;
    }
    .box_content_home4 .item:not(:last-child) {
        margin-bottom: 1.5rem /* 47/19.2 */;
    }
    .home_4 .box_img.w_full_right {
        width: 100% !important;
        margin-top: 2rem;
    }
    .item_brand,
    .item_brand:first-child {
        flex-direction: column;
        padding: 1rem;
        align-items: center;
    }
    .item_brand .box_img {
        position: unset !important;
        opacity: 1;
        margin-top: 1rem;
    }
    .item_brand .box_img img {
        width: 100%;
    }
    .item_brand h3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.6rem;
        text-align: center;
    }
    .item_brand .content {
        width: 100%;
        font-size: 1rem;
    }
    .item_brand:not(:last-child) {
        margin-bottom: 1.2rem;
    }
    .item_brand:last-child {
        margin-bottom: 0;
    }
    .service_slide_wrapper {
        margin-bottom: 3.5rem;
    }
    .item_counter .number_counter {
        font-size: 2.2rem;
    }
    .item_counter .counter {
        width: 10rem;
    }
    .item_counter .title_counter {
        font-size: 1.2rem;
    }
    .item_counter .content br {
        display: none;
    }

    /*about*/
    .about_1 {
        padding-top: 1rem;
    }
    .about_4 .heading_1, .about_1 .heading_1 {
        font-size: 2.4rem;
    }
    section.about_2.bg_image {
        background-size: cover;
        padding-bottom: 4rem;
    }
    .about_2 .box_img.w_full_right>img {
        height: 26rem;
    }
    .about_2 .counter_about {
        position: unset;
        transform: translateY(-40%);
        display: flex;
        justify-content: center;
    }
    .counter_about .number_counter {
        width: 4rem;
        font-size: 3rem;
    }
    .about_2 .box_img.w_full_right {
        width: calc(100% + (100vw - var(--container-w))) !important;
        margin-left: calc((100vw - var(--container-w)) / -2) !important;
    }
    .counter_about .year,
    .counter_about .title_counter{
        font-size: 0.9rem;
    }
    .counter_about>.inner>.flex {
        justify-content: center;
    }
    .about_2 .heading_3 {
        font-size: 1.1rem;
    }
    .about_3 {
        padding-top: 0;
    }
    .swiper_arrow_wrapper {
        margin-top: 1rem;
    }
    .box_history_wrapper.w_full_right {
        width: 100% !important;
    }
    .item_history .box_img {
        margin-top: 1.3rem;
        margin-left: 0;
    }
    .item_history .index {
        height: unset;
        margin-bottom: 1rem;
    }
    .item_history .index:before {
        width: 3rem;
        height: 1px;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
        top: unset;
        bottom: -0.5rem;
    }
    .content_heading br {
        display: none;
    }
    .partner_slide_wrapper {
        margin-top: 1.4rem;
    }
    .about_8 {
        padding: 4rem 0 !important;
    }
    .section_contact {
        padding-top: 2rem;
    }
    .section_contact br {
        display: none;
    }
    .item_history_container {
        height: 55rem;
    }
    .item_history_container .item_history {
        height: 40% !important;
        width: 45%;
    }
    .item_history_container .item_history:nth-child(1) img,
    .item_history_container .item_history:nth-child(2) img,
    .item_history_container .item_history:nth-child(3) img {
        width: 150px;
        height: 150px;
    }
    .item_history_container .item_history:last-child,
    .item_history_container .item_history:nth-child(2) {
        padding-top: 0;
    }
    .item_history_container .item_history:not(:last-child) {
        margin-right: 0;
    }



    /*brand & service*/
    .brand_service_1 {
        padding-bottom: 4rem;
    }
    .brand_service_1 .heading_1 {
        font-size: 2.3rem;
    }
    .brand_service_1 .heading_1 br {
        display: none;
    }
    .brand_counter_item .number_counter {
        width: 10rem;
        font-size: 2.5rem;
    }
    .brand_service_2 {
        margin-bottom: 3rem;
    }
    .btn_commerce_wrapper {
        width: 100%;
        justify-content: center;
    }
    .box_commerce .box_img>img {
        aspect-ratio: 16 / 15;
    }
    .box_commerce .item:nth-child(2) .box_content, .box_commerce .item:nth-child(3) .box_content {
        padding: 2rem 1rem;
        bottom: 30%;
    }
    .box_commerce .logo_brand>img {
        width: 7rem;
    }

    /*recruit*/
    .recruit_video .graphic_img .item {
        display: none;
    }
    .recruit_2 {
        padding-bottom: 10rem;
    }
    .recruit_map .counter_recruit_country {
        width: 100%;
        bottom: -4rem;
    }
    .recruit_map span.counter {
        font-size: 4rem;
    }
    .recruit_map .content {
        font-size: 1rem;
    }
    .item_values h2 {
        margin-bottom: 0;
    }
    .recruit_4, .recruit_3 {
        padding-bottom: 5rem;
    }
    .item_whychoose .content {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .item_benefit {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .item_benefit .box_content {
        order: 2 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .item_benefit:not(:last-child) {
        margin-bottom: 2rem;
    }
    .recruit_5 {
        padding-bottom: 4rem;
    }

    /*single recruit*/
    .recruit_bg.border_right {
        border-right: unset;
    }
    .recruit_heading {
        flex-wrap: wrap;
    }
    .job_desc_wrapper h3.title_job,
    .recruit_heading h2 {
        width: 100%;
    }
    .job_desc_wrapper .item {
        flex-wrap: wrap;
    }
    .job_desc_wrapper h3.title_job {
        font-size: 1.3rem;
    }
    .job_desc_wrapper .item h2 {
        font-size: 1rem;
    }
    .recruit_details_3 {
        padding-top: 4rem;
    }
    .form_apply_wrapper .content br {
        display: none;
    }
    .form_wrap .form_item.col-6 {
        width: 100% !important;
    }
    .form_wrap .flex {
        gap: unset !important;
    }

    /*news*/
    .news_1 .heading_1 {
        text-align: center;
    }
    .news_highlight_wrapper {
        gap: 0 !important;
    }
    .item_post .box_img {
        margin-bottom: 0;
    }
    .news_container {
        column-gap: 1rem;
        row-gap: 2rem;
    }
    .news_container .item_post {
        width: calc((100% / 2) - 8px);
    }
    ul.tab_terms {
        margin-left: 3rem;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 2rem;
    }

    /*single news*/
    .single .breadcrumbs {
        padding-bottom: 2rem;
    }
    .heading_post_details .heading_1 {
        font-size: 2rem;
    }
    .box_info_post {
        gap: 2rem;
    }
    .content_post_details img {
        margin: 1rem 0;
    }
    .post_details_2 .heading_1 {
        text-align: center;
    }
    .post_details_2 .swiper_arrow_wrapper {
        display: none;
    }

    /*contact*/
    .form_contact .flex:not(:last-child) {
        /*margin-bottom: 0 !important;*/
    }
    .form_contact .flex {
        gap: 1rem !important;
    }
    .contact_2 img {
        height: 20rem;
        object-fit: cover;
    }

    .title_sec_about {
        font-size: 1.1rem;
    }

    /*footer*/
    .footer_bottom.flex>div {
        width: 100% !important;
    }
    .copyright_policy {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1.5rem;
    }
    .copyright {
        text-align: center;
    }
    .footer_policy {
        justify-content: center;
    }
    .form_item input {
        height: 3rem;
    }
    .footer_form .submit-btn .btn,
    .footer_socials .icon_social {
        width: 3rem;
        height: 3rem;
    }



    /*system*/
    #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;
    }
    .header-main li.html.custom {
        display: flex;
    }

    .gtranslate_wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    .gtranslate_wrapper img {
        max-width: 1.3rem;
    }
}