/***********************************************************************************************************************
 * Contact Container
 **********************************************************************************************************************/
.contact-container {
    position: relative;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

/** Contact Map Image Background */
.contact-container .contact-background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
}

/** Contact Info */
.contact-container .contact-info {
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}
.contact-container .contact-info .contact-info-inner {
    background-color: #FFF0B5;
    border-radius: 1rem;
    padding: 2.5rem;
    width: 80%;
}
.contact-container .contact-info strong {
    font-size: 1.25rem;
    font-weight: 700;
    color: #DC0018;
}
.contact-container .contact-info h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: .5rem;
}
.contact-container .contact-info p {
    color: #333333;
    line-height: 1.875rem;
    margin-bottom: 0;
}

/** Contact Form */
.contact-container .contact-form {
    background-color: #ffffff;
    box-shadow: 0 0 2rem 0 #00000029;
    padding: 2rem;
    border-radius: .75rem;
    position: relative;
    width: 80%;
    margin: auto;
}
.contact-container .contact-form .contact-form-note {
    font-weight: 500;
    text-align: center;
    color: #676767;
}
.contact-container .contact-form .required {
    color: #dc3545;
}

.contact-container .contact-form label {
    font-weight: 500;
    color: #303A42;
}
.contact-container .contact-form input,
.contact-container .contact-form textarea {
    background-color: #f2f3f5;
}
.contact-container .contact-form button {
    padding-right: 3rem;
    padding-left: 3rem;
    border-radius: 2rem;
    margin-top: 1rem;
}
/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .contact-container {
        margin-top: 0;
    }
    .contact-container .contact-background-img {
        display: none;
    }
    .contact-container .container .row .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
        margin-top: -.5rem;
    }
    .contact-container .contact-info .contact-info-inner {
        padding: 1rem;
        width: 100%;
    }
    .contact-container .contact-info h4 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-top: .5rem;
    }
    .contact-container .contact-form {
        margin-top: 2rem;
        padding: 1rem;
        width: 100%;
    }
    .contact-container .contact-form textarea {
        margin-bottom: 1rem;
    }
    .contact-container .contact-form button {
      margin-top: 0;
    }
}

/***********************************************************************************************************************
 * Recruit Form
 **********************************************************************************************************************/
.recruit-form p {
    font-size: .875rem;
    font-weight: 500;
    color: #676767;
}
.recruit-form .form-row {
    display: flex;
    position: relative;
}

.recruit-form .form-label {
    width: 11%;
    padding-right: 1rem;
    color: #303A42;
    font-weight: 500;
}
.recruit-form .form-control {
    width: 31%;
    margin-right: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.recruit-form textarea.form-control {
    width: 77.6%;
}
article form .form-control {
    display: inline-block;
    width: auto;
}
.recruit-form .file-input-button {
    position: absolute;
    top: .1rem;
    right: .5rem;
}
.recruit-form .input-file-container {
    position: relative;
    width: 4.5rem;
    display: inline-block;
    border-radius: .4rem;
    border: 2px solid #dc3545;
    text-align: center;
}
.recruit-form .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 4.2rem;
    opacity: 0;
    cursor: pointer;
}
.recruit-form .input-file-trigger {
    display: block;
    color: #dc3545;
    cursor: pointer;
    padding: 0.1rem;
}
.recruit-form .btn {
    padding-right: 2rem;
    padding-left: 2rem;
}
/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .recruit-form .form-row {
        flex-direction: column;
        align-items: stretch !important;
    }
    .recruit-form .form-row:last-child {
        align-items: center !important;
    }
    .recruit-form .form-control,
    .recruit-form textarea.form-control {
        width: auto;
        margin-right: 0;
    }
    .recruit-form .form-label {
        width: auto;
    }
    .recruit-form .file-input-button {
        position: absolute;
        bottom: 1.2rem;
        right: .5rem;
        top: auto;
    }
    .recruit-form .input-file-trigger {
        padding: 0;
    }
}

/***********************************************************************************************************************
 * Related Articles
 **********************************************************************************************************************/
.related-articles {
    margin-top: 3rem;
}
.related-articles h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;

}
.related-articles .card {
    border: none;
    margin-bottom: 1.5rem;
}
.related-articles .card .card-text {
    color: #333333;
}
.related-articles .card .text-body-date {
    color: #AFAFAF;
    font-size: .75rem;
}

/***********************************************************************************************************************
 * New Page
 **********************************************************************************************************************/
.news-container h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.card-news {
    border: none;
    margin-bottom: 1.5rem;
}
.card-news .card-img {
    border-radius: .5rem;
}
.card-news .card-body {
    padding: 0;
}
.card-news .card-title {
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
}
.card-news .card-text {
    color: #333333;
}
.card-news .text-body-date {
    color: #AFAFAF;
}
/***********************************************************************************************************************
 * Header Nav
 **********************************************************************************************************************/
header .navbar-toggler-icon {
    background-image: url('../img/icon/toggler.svg');
}
header .navbar-toggler {
    border: 0;
}
header .navbar-toggler:focus {
    box-shadow: none;
}
header ul.navbar-nav li a.nav-link {
    padding: .5rem 1.4rem !important;
    color: #07163C;
    font-weight: 600;
}
header ul.navbar-nav li a.nav-link.active {
    border: 2px solid #DC0018;
    border-radius: 2rem;
    color: #DC0018;
}
header ul.navbar-nav li a.nav-link.active:hover {
    color: #FFF;
    background-color: #DC0018;
}
header ul.navbar-nav li a.nav-link.contact {
    color: #FFF;
    background-color: #DC0018;
    border-radius: 2rem;
    margin-left: 1rem;
}
header ul.navbar-nav li.dropdown button {
    border: 2px solid var(--main-text-color);
    border-radius: 2rem;
    color: var(--main-text-color);
    margin-left: 1rem;
    font-size: 1rem;
    font-weight: 600;
}
header ul.navbar-nav li.dropdown .dropdown-header {
    color: #676767;
    font-size: .75rem;
    font-weight: 500;
}
header ul.navbar-nav li.dropdown a {
    color: var(--main-text-color);
    font-size: .875rem;
    font-weight: 600;
}
header .icon {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    margin-bottom: 0.2rem;
}
header .icon-lang {
    background-image: url('../img/icon/language.svg');
}
header .icon-vn {
    width: 16px;
    height: 16px;
    background-image: url('../img/icon/vietnam.svg');
    background-color: #fff;
    border-radius: 50%;
}
header .icon-jp {
    background-image: url('../img/icon/japan.svg');
    background-color: #fff;
    border-radius: 50%;
}
header .icon-en {
    background-image: url('../img/icon/english.svg');
}
.dropdown-desktop {
    display: block;
}
.dropdown-mobile {
    display: none;
}


/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 992px) {
    header .btn-close {
        border: 3px solid #07163C;
        color: #07163C;
        opacity: 1;
    }

    header ul.navbar-nav li a.nav-link.contact {
        color: #07163C;
        background-color: transparent;
        border: 0;
    }
    header ul.navbar-nav li a.nav-link.contact.active {
        border: 2px solid #DC0018;
        border-radius: 2rem;
        color: #DC0018;
    }
    header .offcanvas {
        background-color: #FFF0B5;
        align-items: center;
        text-align: center;
        padding-top: 3rem;
    }
    header .offcanvas.offcanvas-end {
        width: 100%;
    }
    header ul.navbar-nav li.nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    header ul.navbar-nav li a.nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    header .mobile-language {
        display: flex;
        justify-content: space-between;
        margin-top: 1.2rem;
        margin-bottom: 2rem;
    }
    header .mobile-language .icon-jp{
        width: 26px;
        height: 26px;
        background-size: 26px auto;
    }
    header .mobile-language .icon-en {
        width: 24px;
        height: 24px;
        background-size: 24px auto;
    }
    header .mobile-language .icon-vn {
        width: 20px;
        height: 20px;
        background-size: 20px auto;
        padding: 12px 12px 12px 12px;
        border: red 1px solid;
    }

    header .mobile-language-title {
        margin-top: .5rem;
    }
    header ul.navbar-nav li a.nav-link.contact {
        margin-left: 0;
    }
    .dropdown-desktop {
        display: none;
    }
    .dropdown-mobile {
        display: block;
    }
}



/***********************************************************************************************************************
 *
 **********************************************************************************************************************/
.block {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.block-body {
    color: var(--second-text-color);
    line-height: 1.875rem;
}
.block-subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #DC0018;
    text-transform: uppercase;
}
.block-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--main-text-color);
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.block-img {
    width: 100%;
    /*box-shadow: 0 0 2rem 0 #00000033;*/
    border-radius: 1rem;
}
.block-btn {
    border-radius: 2rem;
    font-weight: 700;
}
@media screen and (max-width: 576px) {
    .block .block-body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.block-hot-news {
    padding-top: 12rem;
    padding-bottom: 6rem;
}
.block-hot-news .block-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
.block-hot-news .hot-news-img-ellipse {
    position: absolute;
    height: 80%;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 576px) {
    .block-hot-news .hot-news-img-ellipse {
        height: 30%;
    }
}

.block-introduce {
    background-color: #fff;
    padding-top: 4rem;
}
.block-introduce .block-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.block-orientation {
    background: linear-gradient(0deg, #FBFBFB, #FFF5D0), linear-gradient(180deg, #FFF9E1 0%, rgba(255, 255, 255, 0.2) 100%);
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.block-orientation .block-body {
    padding-right: 4rem;
}

.block-highlight {

}
.block-highlight .container {
    position: relative;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.block-highlight .block-body {
    margin-left: -4rem;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 #00000033;
    border-radius: 1rem;
    padding-left: 5rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.block-highlight .block-highlight-img {
    position: relative;
    z-index: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.block-highlight .block-highlight-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 576px) {
    .block-highlight .container {
        padding-right: .75rem !important;
        padding-left: .75rem !important;
    }
    .block-highlight .block-highlight-bg {
        display: none;
    }
    .block-highlight .block-body {
        margin-left: 0;
        margin-top: -1rem;
    }
}

.block-technology {
    padding-top: 4rem;
    padding-bottom: 6rem;
}
.block-technology .block-technology-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-technology p {
    margin-right: 5rem;
}
@media screen and (max-width: 576px) {
    .block-technology .block-technology-bg {
        display: none;
    }
    .block-technology p {
        margin-right: 0;
    }
}

.block-partner {
    margin-bottom: 2rem;
}
.block-partner-img {
    position: relative;
    padding-bottom: 4rem;
}
.block-partner-stats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ECBB00;
    display: flex;
}
.block-partner-partner {
    padding: 2rem 2rem 2rem 3rem;
    text-align: center;
}
.block-partner-project {
    padding: 2rem 3rem 2rem 2rem;
    text-align: center;
}
.block-partner-num {
    font-weight: 700;
    font-size: 4rem;
}
@media screen and (max-width: 576px) {
    .block-partner .block-img {
        border-bottom-right-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .block-partner-stats-mobi {
        position: relative;
        font-weight: 600;
        line-height: 1.4rem;
    }
    .block-partner-partner-mobi {
        display: flex;
        align-items: center;
        padding: 1rem;
        background-color: #ECBB00;
        margin-bottom: .5rem;
        margin-top: -.3rem;
    }
    .block-partner-project-mobi {
        display: flex;
        align-items: center;
        padding: 1rem;
        background-color: #ECBB00;
    }
    .block-partner-num-mobi {
        font-size: 3rem;
        padding-right: 1rem;
    }
}


.ps-swiper {
    width: 100%;
    height: 100%;
}
.ps-swiper-slide {

}

/*.swiper-slide img {*/
/*    display: block;*/
/*    width: 80%;*/
/*    object-fit: cover;*/
/*}*/
/*.swiper-slide-active img {*/
/*    width: 100%;*/
/*}*/

.ps-swiper-slide {
    width: 65%;
    /*transition: all 300ms ease;*/
}
.ps-swiper-slide .block-title {
    text-align: left;
    margin-bottom: 1rem;
}

.ps-swiper .swiper-slide-active .next-btn,
.ps-swiper .swiper-slide-active .prev-btn {
    display: none;
}

.ps-swiper .swiper-slide-next {
    width: 40%;
}
.ps-swiper .swiper-slide-next .product-service-content {
    display: none;
}
.ps-swiper .swiper-slide-next img {
    margin-top: 4rem;
}
.ps-swiper .swiper-slide-next .swiper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #FFFBEC .33%, rgba(217, 217, 217, 0) 88.26%);
}

/*.t-swiper {*/
/*    height: 200px;*/
/*}*/
.t-swiper-wrapper {
    height: 240px;
}

@media screen and (max-width: 576px) {
    .icon-bottom {
        width: 16px!important;
        height: 96px!important;
    }
}

.product-service2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
}
.product-service2 .next-btn,
.product-service2 .prev-btn {
    border-radius: 50%;
    font-weight: 700;
    padding: 6px 9px;
}
.product-service2 strong {
    text-align: center;
    display: block;
}
.product-service2 h2 {
    text-align: center;
}
.product-service2 .block-title {
    font-size: 1.25rem;
}
.product-service2 .swiper-slide-active .product-service-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    box-shadow: 0px 0px 32px 0px #0000001A;
}
.product-service2 .product-service2-img-ellipse {
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 576px) {
    .product-service2 .product-service2-img-ellipse {
        height: 38%;
    }
    .product-service2 {
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .product-service2 .swiper-slide-active .product-service-body {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: .5rem;
        box-shadow: none;
    }
}
