@media (min-width: 991px) {
    body, html {
        font-size: 1vw;
    }
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 5px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #313591;
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0);
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.0);
}
.site-content {
    display: block;
    flex-wrap: wrap;
}

body {
    color: #063B59;
    overflow-x: hidden;
    font-size: 1.25rem;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}
body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid-container {
    max-width: 76.042rem;
}

.content {
    font-size: 1.146rem;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
}
a, a:hover {
    text-decoration: none !important;
    transition: all 1s;

}
.content>*:last-child {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}



h1,
h2,
h3 {
    font-weight: 700;
}


.text_white {
    color: white !important;
}

.text_justify {
    text-align: justify;
}

.text_center {
    text-align: center;
}

.text_up {
    text-transform: uppercase;
}

.fs14 {
    font-size: 0.875rem;
}

.fs15 {
    font-size: 0.9375rem;
}

.fs18 {
    font-size: 0.9375rem;
}

.style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.max {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.display_flex {
    display: flex;
}

.display_flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.css_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content ul {
    list-style: disc;
    margin-left: 1.25rem;
}
.section {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.arrow.prev {
    transform: rotate(180deg);
}

.swiper-slide img {
    display: block;
}

.hero-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
}


.home_sec_2 {
    padding: 9.375rem 0 2.604rem;
}
.heading_title {
    font-size: 2.5rem;
    color: #063B59;
    font-weight: 500;
}

.home_sec_2 .content {
    margin-bottom: 3.646rem;
    padding-right: 1.5625rem;
    color: #063B59;
}

.view_more {
    transition: .3s all !important;
    background: var(--blueee, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0D89CA);
    color: white !important;
    font-size: 1.042rem;
    height: 2.708rem;
    display: inline-flex;
    align-items: center;
    min-width: 12.292rem;
    justify-content: center;
    padding: 0 2.083rem;
    transform: scale(1);
    opacity: 1;
}

.view_more:hover {
    transform: scale(.9);
    opacity: .8;
}

.home_sec_3 {
    padding-top: 2.604rem;
    padding-bottom: 2.604rem;
}

.hero-slider .slide-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(13, 137, 202, 0.20);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}


.hero-style h3 {
    top: 30%;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 3.333rem;
    margin: 0;
    max-width: 62.5rem;
    width: 100%;
}
.home_sec_2 .content ul {
    margin-left: 1.302rem !important;
}

.home_sec_3 .item {
    position: relative;
    width: calc(50% - 9.375rem);
    margin: 0 4.6875rem;
    padding-bottom: 2.604rem;
    border-bottom: 1px solid transparent;
    transition: .5s all;
}

.home_sec_3 .wrap {
    display: flex;
    margin: 0 -4.6875rem 6.25rem;
}

.content.top {
    font-size: 1.042rem;
    color: #081A2B;
    margin-bottom: 4.167rem;
}

.home_sec_3 .item span {
    font-size: 1.042rem;
    color: var(--light-blue, #929A9F);
    font-weight: 700;
    display: block;
    margin-bottom: 1.042rem;
}

.home_sec_3 .item h3 {
    font-size: 1.875rem;
    color: var(--blueee, #0D89CA);
    font-style: italic;
    font-weight: 700;
    margin-bottom: 1.302rem;
}

.home_sec_3 .item .content {
    color: var(--blueee, #0D89CA);
    font-size: 1.667rem;
}

a.view_more.full_width {
    width: 100%;
}

.home_sec_4 {
    padding: 2.604rem 0 4.6875rem 0;
}
.home_sec_3 .item:hover {
    border-bottom: 1px solid #0D89CA;
}
.home_sec_4 .wrap_slider {
    margin-top: 6.25rem;
}

.slider_linh_vuc .swiper-slide {
    transition: .5s all;
    transform: scale(.8);
}

.slider_linh_vuc .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.slider_linh_vuc .item {
    position: relative;
    padding-bottom: 100%;
}

.slider_linh_vuc .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_linh_vuc .item h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 2;
    font-size: 1.042rem;
    font-weight: 600;
    padding: 2.604rem;
    box-sizing: border-box;
    background: rgba(8, 26, 43, 0.80);
}
.home_sec_5 {
    padding: 5.208rem 0 2.604rem 0;
}

.slider_logo .item {
    height: 5.208rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_logo .item img {
    max-height: 100%;
    max-width: 90%;
    width: auto;
    height: auto;
}
section.section.home_sec_6 {
    padding: 2.604rem 0 4.6875rem 0;
}

.slider_partner .item {
    position: relative;
    padding: 1.823rem 2.865rem 13.021rem;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0.99rem 0.9375rem;
    text-align: center;
}

.sao {
    margin-bottom: 0.78125rem;
    display: inline-block;
}

.slider_partner .item h3 {
    font-size: 0.833rem;
    font-weight: 700;
    color: #001C27;
    font-style: italic;
    margin: 0 0 0.26rem;
}

.slider_partner .item .content {
    color: #001C27;
    font-size: 0.78125rem;
    min-height: 5.99rem;
}

.slider_partner .item .box_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8.854rem;
    left: 0;
    padding: 0 2.083rem 2.083rem;
    background: rgba(162, 184, 193, 1);
    box-sizing: border-box;
}

.slider_partner .item .box_bottom .box_logo {
    height: 7.708rem;
    width: 7.708rem;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -3.854rem auto 0;
}

.slider_partner .item .box_bottom .box_logo img {
    max-width: 75%;
    max-height: 75%;
    width: auto;
    height: auto;
}

.slider_partner .item .box_bottom b {
    color: white;
    font-size: 1.042rem;
}

section.section.home_sec_6 .content.top {
    margin: 3.125rem 0 1.042rem;
}
section.section.about_sec_2.home_sec_2 {
    background: linear-gradient(0deg, #284C63 0%, #284C63 100%), #0D89CA;
}

section.section.about_sec_2.home_sec_2 * {
    color: white;
}

section.section.about_sec_2.home_sec_2 .grid-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_sec_3 {
    padding: 5.208rem 0 1.042rem;
    background-attachment: fixed;
}

.css_bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider_vision .item {
    display: flex;
}

.slider_vision .item .box_img {
    width: 47%;
    flex: 0 0 auto;
}

.slider_vision .item .box_content {
    width: calc(53% + 2.604rem);
    background: white;
    margin: 1.042rem 0 0 -2.604rem;
    padding: 2.604rem 5.208rem 2.604rem 2.604rem;
    box-sizing: border-box;
    min-height: 36.458rem;
}

.slider_vision .item .box_content h3 {
    color: var(--main-color, #063B59);
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.slider_vision .item .box_content ul {
    margin-left: 1.302rem;
}

.slider_vision .item .box_content .content {
    font-size: 1.25rem;
    color: var(--main-color, #063B59);
}

.about_sec_3 .next_slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 9;
    cursor: pointer;
}

.wrap_slider {
    position: relative;
}

.about_sec_3 .next_slide svg {
    display: block;
}
section.section.service_sec_2 {
    padding: 5.208rem 0 0 0;
    background: #b8e5ff;
}

.wrap_service .item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    position: relative;
}

.wrap_service .item .box_content * {
    color: white;
}

.wrap_service .item .box_content .inner {
    background: #284C63;
    padding: 4rem 21.354rem 4rem 4.948rem;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    min-height: 22.396rem;
}

.wrap_service .item .box_img {
    width: 35%;
    flex: 0 0 auto;
    margin-left: -8%;
    margin-top: 4.6875rem;
    position: relative;
    box-shadow: 0px 0.521rem 2.604rem 0px rgba(0, 0, 0, 0.20);
}

.wrap_service .item:not(:last-child) {
    margin-bottom: 8.333rem;
}

.wrap_service .item .box_content b {
    color: var(--light-blue, #929A9F);
    font-size: 1.042rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.042rem;
}

.wrap_service .item .box_content h3 {
    color: var(--wei, #FFF);
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    /* 122.222% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap_service .item .box_content .content {
    font-size: 0.833rem;
    max-width: 21.979rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

section.section.service_sec_2 h1.heading_title.text_center {
    margin-bottom: 5.208rem;
}

.wrap_service .item .box_content:before {
    background: white;
    content: '';
    bottom: 0;
    right: 2.65625rem;
    width: 100vw;
    position: absolute;
    top: 3.125rem;
    height: 103%;
}

.wrap_service .item .box_img img {
    display: block;
    width: 100%;
}
.wrap_service .item .box_content {
    width: 73%;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.product_page {
    background: #b8e5ff;
    padding-top: 2.34375rem;
}

.wrap_product .item {
    display: flex;
    align-items: flex-end;
    margin: 0 -1.5625rem;
}

.wrap_product .item>* {
    width: 50%;
    padding: 0 1.5625rem;
}

.wrap_product .item:nth-child(even) .box_content {
    order: 2;
}

.wrap_product .item .box_img {margin-bottom: 4.167rem}

.wrap_product .item {
    margin-top: 2.604rem;
}

.wrap_product .item .inner>b {
    color: #E94E4E;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.458rem; /* 155.556% */
    letter-spacing: 2.88pÃŸx;
}

.wrap_product .item .inner h3 {
    font-size: 2.396rem;
    color: #063B59;
    font-style: italic;
    text-transform: capitalize;
    margin: 0;
}

.wrap_product .item  .item_content {
    margin-top: 3.646rem;
}

.wrap_product .item .item_content h4 {
    margin: 0 0 0.521rem;
    display: flex;
    align-items: center;
    color: var(--zinc-900, #18181B);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
}

.wrap_product .item .item_content h4 svg {
    flex: 0 0 auto;
    margin-right: 0.521rem;
}

.wrap_product .item .item_content .content {
    color: #000E18;
    font-size: 1.25rem;
    font-weight: 500;
    opacity: 0.5;
}

.wrap_product .item .item_content .content ul {
    margin-left: 1.302rem;
}
.wrap_product .item .box_img .inner {
    display: inline-block;
    padding-bottom: 45%;
    position: relative;
    width: 18.229rem;
}
.wrap_product .item .box_img .inner:before{
    position: absolute;
    width: 27.24rem;
    height: 23.177rem;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    background-image: url(../../images/ellipse.png);
    top: 0;
    right: 0;
    z-index: 9;
    transform: translate(50%, -60%);
}

.wrap_product .item .box_img .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.banner_tuyen_dung {
    max-height: 100vh;
}

.banner_tuyen_dung img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.banner_tuyen_dung:before {
    background: rgba(6, 59, 89, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    opacity: .5;
}

.banner_tuyen_dung .box_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: max-content;
}

.banner_tuyen_dung .box_content>span,.banner_tuyen_dung .box_content> h1,.banner_tuyen_dung .box_content>h2 {
    color: white;
}

.banner_tuyen_dung .box_content>span {
    color: var(--w-white, #FFF);
    font-size: 1.667rem;
    font-weight: 700;
}

.banner_tuyen_dung .box_content h1,.banner_tuyen_dung .box_content h2 {
    font-size: 3.333rem;
    font-weight: 900;
    margin-bottom: 4.323rem;
    display: block;
}

.banner_tuyen_dung .wrap_search_tg {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39.0625rem;
    margin: auto;
    padding: 1.042rem 2.083rem;
}

.banner_tuyen_dung .wrap_search_tg select {
    border: 0.5px solid var(--main-color, #063B59);
    font-size: 1.667rem;
    width: 100%;
    text-align: center;
    height: 3.75rem;
    border-radius: 0.208rem;
    cursor: pointer;
    padding: 0;
}

.banner_tuyen_dung .wrap_search_tg .submit_search {
    width: 3.75rem;
    height: 3.75rem;
    flex: 0 0 auto;
    background: var(--main-color, #063B59);
    display: flex;
    align-items: center;
    margin-left: 1.302rem;
    justify-content: center;
    cursor: pointer;
}

.tuyen_dung_sec_1 .wrap {
    display: flex;
    margin: 0 -2.083rem;
}

.tuyen_dung_sec_1 .wrap .item {
    width: calc(calc(100% / 3) - 4.167rem);
    margin: 0 2.083rem;
}

.tuyen_dung_sec_1 {
    padding-top: 1.042rem;
    padding-bottom: 3.125rem;
}

.tuyen_dung_sec_1 .wrap .item .box_img {
    width: 14.583rem;
    height: 14.583rem;
    margin: 0 auto 1.823rem;
    border-radius: 50%;
    overflow: hidden;
}

.tuyen_dung_sec_1 .wrap .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tuyen_dung_sec_1 .wrap .item h3 {
    text-align: center;
    font-size: 1.667rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 1.042rem;
    margin-bottom: 1.042rem;
}

.tuyen_dung_sec_1 .wrap .item h3:before {
    background: var(--main-color, #063B59);
    width: 6.667rem;
    height: 0.15625rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tuyen_dung_sec_1 .wrap .item .content {
    color: var(--main-color, #063B59);
    font-size: 1.042rem;
    letter-spacing: 0.2px;
    text-align: justify;
}

.form_td {
    background-attachment: fixed;
    padding: 1.823rem 0 10.417rem;
}

.form_td .group_content * {
    color: white;
}

.form_td .group_content h3 {
    font-size: 2.083rem;
    font-weight: 400;
    margin: 0 0 0.521rem;
}

.form_td .group_content .content {
    font-size: 0.833rem;
}

.form_td .group_content {
    margin-bottom: 5.208rem;
}

.form_td .box_form {
    background: var(--blueee, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0D89CA);
    padding: 1.302rem 2.604rem 2.604rem;
    max-width: 1000px;
    margin: auto;
}

.form_td .box_form br {
    display: none;
}

.form_td .box_form label {
    color: white;
    display: block;
    font-size: 0.833rem;
    margin-bottom: 0.521rem;
}

.form_td .box_form label span {
    color: var(--red, #E50B0B);
}

.form_td .box_form input {
    border-radius: 0.208rem;
    background: rgba(0, 0, 0, 0.11);
    width: 100%;
    border: none;
    color: #FFF;
    font-size: 0.729rem;
    height: 2.396rem;
    outline:  none;
    margin-bottom: 1.823rem;
}

.form_td .box_form input::placeholder {
    color: white;
}

.form_td .box_form input.wpcf7-file {
    background: transparent;
    width: auto;
    margin: 0;
}

.form_td .box_form p {
    margin: 0;
}

.form_td .box_form .content {
    color: white;
    font-size: 0.729rem;
}

.form_td .box_form .wpcf7-submit {
    width: auto;
    margin-top: 2.083rem;
    min-width: 15.625rem;
    border: 1px solid var(--w-white, #FFF);
    border-radius: 0;
    font-size: 1.667rem;
    height: auto;
    line-height: normal;
    padding: 0.521rem;
    background: transparent;
}

span.wpcf7-spinner {
    position: absolute;
    margin: 0;
}

.wpcf7-not-valid-tip {
    font-size: 0.625rem;
    position: absolute;
    bottom: -1.667rem;
    background: white;
    width: 100%;
    padding: 0 0.521rem;
}

.wpcf7 form .wpcf7-response-output {
    color: #0a6ea2;
    background: white;
    border: none;
    font-size: 0.833rem;
    text-align: center;
}
.td_ct .group_top {
    text-align: center;
}

.td_ct .group_top span {
    color: #757171;
    font-size: 0.833rem;
    display: block;
    margin-bottom: 0.365rem;
}

.td_ct .group_top h1 {
    font-size: 1.25rem;
    margin-bottom: 3.646rem;
}

section.section.td_ct {
    padding: 40px 0 0 0;
}

section.section.td_ct ul.info {
    list-style: none;
    margin: 0 0.521rem 5.26rem;
    display: flex;
    flex-wrap: wrap;
}

section.section.td_ct ul.info li {
    padding: 0 0.521rem;
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: var(--main-color, #063B59);
    margin-bottom: 0.521rem;
}

section.section.td_ct ul.info li svg {
    display: block;
    margin-right: 0.625rem;
    flex: 0 0 auto;
}

section.section.td_ct .content {
    font-size: 1.25rem;
    color: var(--main-color, #063B59);
    line-height: 1.7;
}
.contact_page {
    padding: 3.90625rem 0 1.042rem 0;
}

.contact_page h1.heading_title {
    color: var(--text, #252B42);
}

.contact_page h1.heading_title+.content {
    font-size: 1.458rem;
    color: var(--second-text, #374754);
    letter-spacing: 0.2px;
    margin-bottom: 3.90625rem;
}

.contact_page .wrap {
    display: flex;
}

.contact_page .wrap .left {
    width: 21.979rem;
    border-radius: 1.042rem;
    border: 1px solid #DDD;
    background: #FFF;
    /* SHADOW */
    box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
    padding: 2.604rem;
    margin-right: 3.021rem;
}

.contact_page .wrap .left h3 {
    margin: 0 0.521rem;
}


.form_contact p {
    margin: 0;
}

.form_contact input,.form_contact textarea {
    margin-top: 2.083rem;
    height: 2.8125rem;
    border: 1px solid #E8E8E8;
    background: #F5F5F5;
    font-size: 0.78125rem;
    letter-spacing: 0.1px;
    color: black;
    outline: none;
}

.form_contact input::placeholder, .form_contact textarea::placeholder {
    font-size: 0.78125rem;
    letter-spacing: 0.1px;
    color: black;
}

.form_contact textarea {
    height: 7.292rem;
}

.form_contact input.wpcf7-submit {
    background: var(--blueee, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0D89CA);
    color: var(--light-text, #FFF);
    font-size: 1.042rem;
    line-height: 1.042rem; /* 100% */
    letter-spacing: 0.2px;
    padding: 0.521rem;
    min-width: 7.552rem;
}

.form_contact .wpcf7-form-control-wrap {
    display: inline-block;
    max-width: 100%;
}

.contact_page .wrap .left ul.info li a {
    display: flex;
}

.contact_page .wrap .right .info {display: flex;align-items: center;font-size: 0.833rem;color: var(--second-text, #374754);margin: 0 -14px 3.646rem;}

.contact_page .wrap .right .info li:not(.address) {
    flex: 0 0 auto;
    text-align: center;
}

.contact_page .wrap .right .info a {
    color: var(--second-text, #374754);
    font-size: 0.833rem;
}

.contact_page .wrap .right .info .icon {
    text-align: center;
    height: 2.083rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_page .wrap .right .info li {
    padding: 0 0.729rem;
    line-height: 1.8;
}

.contact_page .wrap .right .map iframe {
    width: 31.25rem;
    text-align: center;
    display: block;
    margin: auto;
    height: 20.26rem;
}

ul.socials {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
}

ul.socials li {
    margin: 0 0.78125rem;
}

ul.socials li img {
    display: block;
}
.item_post {
    position: relative;
    padding: 1.823rem 7.8125rem;
    box-shadow: 0px 1.042rem 2.604rem 0px rgba(18, 17, 39, 0.08);
    border-radius: 1.042rem;
    overflow: hidden;
    background: white;
}

.item_post .box_img {
    padding-bottom: 25%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.604rem;
}

.item_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post:hover .box_img img {
    transform: scale(1.1);
}

.item_post h3 {
    color: var(--grayscale-100, #1A1A1A);
    /* Heading / 5 */
    font-size: 1.042rem;
}

.item_post .content {
    color: var(--grayscale-90, #464646);
    font-size: 0.833rem;
    margin-bottom: 2.604rem;
}

.item_post .wrap_bottom {
    display: flex;
    align-items: center;
}

.item_post .wrap_bottom .author {
    display: flex;
    align-items: center;
    margin-right: 9.896rem;
}

.item_post .wrap_bottom .author .wrap_img {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    flex: 0 0 auto;
    margin-right: 0.625rem;
}

.item_post .wrap_bottom .author b {
    color: var(--grayscale-100, #1A1A1A);
    font-size: 0.833rem;
}

.item_post .wrap_bottom .author .date {
    color: var(--grayscale-60, #959595);
    font-size: 0.729rem;
}

.item_post .wrap_bottom .view {
    display: inline-flex;
    align-items: center;
    color: var(--purple-100, #382E53);
    font-size: 0.833rem;
    font-weight: 600;
}

.item_post .wrap_bottom .view svg {
    margin-left: 0.521rem;
}

.item_post:not(:last-child) {
    margin-bottom: 5.208rem;
}

section.section.blog_page {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), rgba(13, 137, 202, 0.50);
    padding: 4.6875rem 0 5.208rem;
}

section.section.blog_page h1.heading_title {
    color: white;
    text-align: center;
    margin-bottom: 5.208rem;
}
.item_post .box_img span {
    color: var(--grayscale-80, #626262);
    font-size: 16px;
    background: white;
    position: absolute;
    top: 1.302rem;
    left: 1.302rem;
    z-index: 9;
    border-radius: 5.208rem;
    font-weight: 600;
    padding: 0.104rem 0.521rem;
}
section.section.banner_post {
    max-height: 100vh;
}

section.section.banner_post:before {
    background: rgba(13, 137, 202, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: '';
}

section.section.banner_post img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.blog_ct_sec_1 {
    background: #6b9db7;
    padding: 4.427rem 0 2.865rem;
}

.blog_ct_sec_1>.grid-container:nth-child(1) * {
    color: white;
}

.blog_ct_sec_1 .grid-container:nth-child(1) h2 {
    color: var(--w-white, #FFF);
    font-size: 2.5rem;
    font-weight: 400;
}

.blog_ct_sec_1 .grid-container:nth-child(1) h1 {
    color: #FFF;
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 2.083rem;
}

.blog_ct_sec_1 .section.content_inner {
    padding: 3.125rem 0 0rem;
    background: white;
}

.blog_ct_sec_1 .section.content_inner .content {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--grayscale-90, #464646);
    margin-top: 1.042rem;
}

.blog_ct_sec_1 .section.content_inner .box_img {
    display: block;
    position: relative;
    max-width: 57.292rem;
    margin: auto;
}

.blog_ct_sec_1 .section.content_inner .box_img img {
    display: block;
}

.blog_ct_sec_1 .section.content_inner .box_img img {
    width: 100%;
    object-fit: cover;
}

.blog_ct_sec_1 .section.content_inner .box_img span {
    color: var(--grayscale-80, #626262);
    font-size: 0.833rem;
    background: white;
    position: absolute;
    top: 1.302rem;
    left: 1.302rem;
    z-index: 9;
    border-radius: 100px;
    font-weight: 600;
    padding: 0.104rem 0.521rem;
}
.home_sec_7 {
    padding: 3.646rem 0 8.333rem 0;
}

.home_sec_7 .wrap_top {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 5.208rem;
}

.home_sec_7 .wrap_top h2.heading_title {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home_sec_7 .wrap_top a {
    color: #081A2B;
    font-size: 1.042rem;
    letter-spacing: 0.2px;
}

.home_sec_7 .item_post {
    box-shadow: 0px 1.042rem 2.604rem 0px rgba(18, 17, 39, 0.08);
    padding: 2.604rem;
}
header#masthead {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: .5s all;
    background: transparent;
}

header#masthead .site-logo img {
    filter: brightness(0) invert(1);
    transition: .5s all;
    height: 3.646rem;
}

header#masthead.sticky {
    background: white;
}

header#masthead.sticky .site-logo img {
    filter: brightness(1) invert(0);
    height: 2.604rem;
}

.nav-float-right #site-navigation {
    background: transparent;
}

.main-navigation .main-nav ul li a {
    color: white;
    font-size: 0.9375rem;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin: 0 1.042rem;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: white;
    border-color: white;
}

.sticky .main-navigation .main-nav ul li a {
    color: #0D89CA;
}

.sticky .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    border-color: #0D89CA;
}

footer.section {
    background: var(--blueee, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0D89CA);
    padding: 2.083rem 0;
}

span.title_footer {
    color: var(--w-white, #FFF);
    font-size: 1.25rem;
    font-weight: 600;
    /* 116.667% */
    letter-spacing: 0.1px;
    display: block;
    margin-bottom: 0.521rem;
}

footer.section ul a {
    font-size: 1.042rem;
    /* 140% */
    letter-spacing: 0.1px;
    color: white;
}

section.section.copyright .content {
    color: white;
    padding: 0.521rem;
    color: var(--w-white, #FFF);
    font-size: 1.042rem;
    line-height: 1.458rem; /* 140% */
    letter-spacing: 0.1px;
}

section.section.copyright {
    background: rgb(2 49 70);
}

.home .contact_page {
    padding: 1.042rem 0 3.4375rem;
}
.page-template-service section.section.contact_page,
.page-template-product .contact_page{
    background: #b8e5ff;
}
.page-template-thank_page header#masthead,
.page-template-thank_page footer.section,
.page-template-thank_page section.section.copyright{
    display: none;
}

section.section.thank_page {
    min-height: 100vh;
}

a.back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0 0 0.78125rem;
    position: absolute;
    top: 0;
}

section.section.thank_page {
    padding: 1.042rem 0 5.208rem;
}

section.section.thank_page .group_top .content {
    color: var(--main-color, #063B59);
    font-size: 1.042rem;
    margin-top: 1.5625rem;
    margin-bottom: 5.208rem;
}

section.section.thank_page .box_content {
    width: 656px;
    margin-left: auto;
    background: rgba(6, 59, 89, 0.70);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(1.042rem);
    padding: 4.167rem;
    box-sizing: border-box;
}

section.section.thank_page .box_content h3 {
    color: #079B28;
    font-size: 3.333rem;
    font-weight: 500;
}

section.section.thank_page .box_content .content {
    color: var(--w-white, #FFF);
    font-size: 0.833rem;
    font-weight: 400;
    /* 137.5% */
    letter-spacing: 0.48px;
    margin-bottom: 3.125rem;
}

section.section.thank_page .box_content a {
    border-radius: 0.208rem;
    background: #529A59;
    width: 100%;
    text-align: center;
    display: block;
    color: white;
    font-size: 0.833rem;
    padding: 0.521rem;
}
.contact_page .wrap .left .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -1rem;
}
.wrap_service .item .box_content .inner_content {
    padding-bottom: 2.083rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.wpd-login {
    display: none;
}

.wc_website wpd-field {
    display: none !important;
}

.wpdiscuz-subscribe-bar.wpdiscuz-hidden {
    display: none !important;
}

.wpd-form-head {
    display: none !important;
}

.wpdiscuz-item.wc_website-wrapper.wpd-has-icon {
    display: none;
}
.submit_search.hide {
    opacity: .6;
    pointer-events: none;
}
.mobile_display{
    display: none;
}
@media only screen and (max-width: 1199px) {
    body, html {
        font-size: 1.2vw;
    }

    .hero-style {
        height: auto;
        padding-bottom: 56.25%;
    }

}
@media only screen and (max-width: 991px){
    .main-navigation .main-nav ul li a {
        font-size: 1.4rem;
    }

    .main-navigation .main-nav ul li a {
        line-height: 40px;
    }

    .content {
        font-size: 1.4rem;
    }

    body {
        font-size: 1.4rem;
    }

    .content.top {
        font-size: 1.5rem;
    }

    .slider_partner .item .content {
        font-size: 1.2rem;
    }

    .slider_partner .item h3 {
        font-size: 1.2rem;
    }

    .item_post .content {
        font-size: 1.2rem;
    }

    .item_post h3 {
        font-size: 1.5rem;
    }

    .contact_page .wrap .right .info .icon svg {
        max-height: 100%;
        width: auto;
    }

    .contact_page .wrap .right .info {
        font-size: 1.2rem;
    }

    .contact_page .wrap .right .info a {
        font-size: 1.2rem;
    }

    .contact_page .wrap .right .map iframe {
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
        background: transparent !important;
        font-size: 30px;
        padding: 0;
        color: #0a6ea2;
    }

    header#masthead {
        background: white !important;
    }

    header#masthead .site-logo img {
        filter: brightness(1) invert(0);
    }

    .inside-header {
        padding: 0;
    }

    .main-navigation .main-nav ul li a {
        color: #333333 !important;
        margin: 0;
    }

    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        border-color: #0a6ea2 !important;
    }

    .has-inline-mobile-toggle #site-navigation.toggled {
        margin: 0;
    }

    .main-navigation .inside-navigation {
        padding: 0;
    }
}
@media only screen and (max-width: 767px){
    header#masthead .site-logo img {
        height: 35px !important;
    }

    div#page {
        margin-top: 60px;
    }

    body, html {
        font-size: 2vw;
    }

    .inside-header {
        padding: 0 10px;
    }

    .home_sec_2 {
        padding: 4rem 0;
    }

    .heading_title {
        font-size: 3.5rem;
    }

    .content {
        font-size: 2rem;
    }

    .view_more {
        font-size: 2rem;
        height: 5rem;
    }

    .home_sec_2 .content+a {
        margin-bottom: 3rem;
    }

    .home_sec_3 .item {
        width: calc(50% - 4rem);
        margin: 0 2rem;
    }

    .home_sec_3 .wrap {
        margin: 0 -2rem 4rem;
    }

    .content.top {
        font-size: 2rem;
    }

    .home_sec_3 .item span {
        font-size: 1.5rem;
    }
    .slider_linh_vuc .item h3 {
        font-size: 2rem;
    }

    .slider_partner .item .content {
        font-size: 1.8rem;
    }

    .slider_partner .item h3 {
        font-size: 2.2rem;
    }

    .slider_partner .item .box_bottom b {
        font-size: 2rem;
    }

    .slider_partner .item .box_bottom .box_logo {}

    .home_sec_7 .wrap_top a {
        font-size: 1.5rem;
    }

    .home_sec_7 .wrap_top {
        margin-bottom: 2rem;
    }

    .item_post .wrap_bottom .author {
        margin: 0;
    }

    .item_post .wrap_bottom {
        justify-content: space-between;
    }

    .item_post .box_img {
        padding-bottom: 40%;
    }

    .item_post .box_img span {
        font-size: 1.5rem;
    }

    .item_post h3 {
        font-size: 2.2rem;
    }

    .item_post .content {
        font-size: 1.8rem;
    }

    .item_post .wrap_bottom .author b {
        font-size: 1.5rem;
    }

    .item_post .wrap_bottom .author .date {
        font-size: 1.3rem;
    }

    .item_post .wrap_bottom .view {
        font-size: 2rem;
    }

    .contact_page h1.heading_title+.content {
        font-size: 2rem;
    }

    .contact_page .wrap {
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .contact_page .wrap>* {
        width: 100% !important;
    }

    .form_contact .wpcf7-form-control-wrap {
        width: 100%;
    }

    .form_contact input, .form_contact textarea {
        width: 100%;
    }

    .contact_page .wrap .left h3 {margin: 0;text-align: center;font-size: 3rem;}
    .form_contact input,.form_contact textarea {
        margin-top: 2.083rem;
        height: 4.8125rem;
        border: 1px solid #E8E8E8;
        background: #F5F5F5;
        font-size: 1.6rem;
        letter-spacing: 0.1px;
        color: black;
        outline: none;
    }

    .form_contact input::placeholder, .form_contact textarea::placeholder {
        font-size: 1.6rem;
        letter-spacing: 0.1px;
        color: black;
    }

    .form_contact textarea {
        height: 7rem;
    }

    .form_contact input.wpcf7-submit {
        font-size: 2rem;
    }

    .contact_page .wrap .right .info {
        flex-wrap: wrap;
        padding: 20px;
        font-size: 2rem;
    }

    .contact_page .wrap .right .info>* {
        width: 100% !important;
    }

    .contact_page .wrap .right .info li {
        text-align: center;
    }

    .contact_page .wrap .right .info a {
        font-size: 2rem;
    }

    .contact_page .wrap .right .info li:not(.address) {
        text-align: center !important;
        margin-top: 2rem;
    }

    .contact_page .wrap .right .info .icon {
        height: 3rem;
    }

    span.title_footer {
        font-size: 3rem;
    }

    footer.section ul a {
        font-size: 2rem;
        line-height: 1.7;
    }

    footer.section .grid-25:not(:last-child) {
        margin-bottom: 3rem;
    }

    section.section.copyright .content {
        font-size: 1.5rem;
        padding: 1rem 0;
    }
    .home_sec_4 .wrap_slider {
        margin-top: 3rem;
    }
    .main-navigation .main-nav ul li a {
        font-size: 2rem;
    }
    .home_sec_2 .content {
        padding-right: 0;
    }

    .slider_vision .item {
        flex-wrap: wrap;
    }

    .slider_vision .item>* {
        width: 100% !important;
        margin: 0 !important;
    }

    .slider_vision .item .box_content {
        padding: 3rem;
    }

    .slider_vision .item .box_content .content {
        font-size: 1.8rem;
    }

    .slider_vision .item .box_content h3 {
        font-size: 2.5rem;
    }

    .about_sec_3 .next_slide {
        display: none;
    }
    .hero-style h3 br {
        display: none;
    }

    .hero-style h3 {
        max-width: 100vw;
        padding: 2rem;
        box-sizing: border-box;
    }
    .wrap_service .item {
        flex-wrap: wrap;
    }

    .wrap_service .item>* {
        width: 100% !important;
        margin: 0 !important;
    }

    .wrap_service .item .box_img {
        order: -1;
    }

    .wrap_service .item .box_content .inner {
        padding: 3rem;
    }

    .wrap_service .item .box_content .content {
        max-width: 100%;
        font-size: 2rem;
    }

    .wrap_service .item .box_content h3 {
        font-size: 2.5rem;
    }
    .wrap_service .item .box_content b {
        font-size: 1.5rem;
    }
    .contact_page .wrap .left {
        margin: 0;
    }
    .wrap_product .item {
        flex-wrap: wrap;
    }

    .wrap_product .item>* {
        width: 100% !important;
        order: unset !important;
    }

    .wrap_product .item .box_img .inner {
        width: 100%;
    }

    .wrap_product .item .item_content .content {
        font-size: 2rem;
    }

    .wrap_product .item .item_content h4 {
        font-size: 2rem;
    }

    .wrap_product .item .inner>b {
        font-size: 1.5rem;
    }

    .wrap_product .item .inner h3 {
        font-size: 2.8rem;
    }

    .wrap_product .item .item_content .content ul {
        margin-left: 20px;
    }

    .wrap_product .item .box_img {
        margin: 3rem 0 0 0;
    }

    .wrap_product .item {
        margin-top: 7rem;
    }
    .item_post {
        padding: 2rem;
    }
    .blog_ct_sec_1 .section.content_inner .content {
        font-size: 2rem;
    }

    .blog_ct_sec_1 .section.content_inner .box_img span {
        font-size: 1.5rem;
    }
    .tuyen_dung_sec_1 .wrap .item .content {
        font-size: 2rem;
        text-align: left;
    }

    .tuyen_dung_sec_1 .wrap .item {
        width: calc(calc(100%) - 4.167rem);
    }

    .tuyen_dung_sec_1 .wrap {
        flex-wrap: wrap;
    }

    .tuyen_dung_sec_1 .wrap .item h3 {
        font-size: 3rem;
    }

    .tuyen_dung_sec_1 .wrap .item {
        margin-top: 3rem;
    }

    .form_td .group_content h3 {
        font-size: 3rem;
    }

    .form_td .group_content .content {
        font-size: 2rem;
    }

    .form_td .box_form label {
        font-size: 1.9rem;
    }

    .form_td .box_form input {
        height: 4rem;
        font-size: 1.5rem;
    }

    .form_td .box_form .content {
        font-size: 1.5rem;
    }
    section.section.td_ct ul.info li {width: 100%;font-size: 2rem;}

    .td_ct .group_top span {
        font-size: 2rem;
    }

    .td_ct .group_top h1 {
        font-size: 3rem;
    }

    section.section.td_ct .content {
        font-size: 2rem;
    }
    .contact_page .wrap .left .wpcf7-not-valid-tip {
        font-size: 1.3rem;
        bottom: -1.5rem;
    }
    .mobile_display {
        display: flex;
        position: absolute;
        left: 10px;
        top: 30px;
        transform: translateY(-50%);
    }

    .mobile_display li {
        list-style: none;
        margin: 0 8px 0 0;
    }

    .mobile_display {}

    .site-logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 30px;
    }
    #comments, #respond, .comments-area, #wpdcom {
        margin: 0;
    }
   
}
