/***********************************************************************************************************************
 * Global
 **********************************************************************************************************************/
/**
 * Global
 * 32px = 2rem
 * 24px = 1.5rem
 * 20px = 1.25rem
 * 16px = 1rem
 * 14px = .875rem
 * 12px = .75rem
 */
:root {
    --main-text-color: #07163C;
    --second-text-color: #333333;
}
body {
    font-family: "Manrope", "Calibri", "Arial", serif;
    color: #07163C;
    font-weight: 400;
    font-size: 1rem;
}
.container {
    max-width: 1400px;
}
.main-wrap {
    padding-bottom: 6rem;
    background: linear-gradient(180deg, #FFF9E1 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(0deg, #FBFBFB, #FBFBFB);
}
.banner {
    margin-top: 5.8rem;
}
.banner img {
    width: 100%;
}
a {
    text-decoration: none;
    color: #07163C;
}
a:hover {
    opacity: .6;
}
a.no-hover:hover {
    opacity: 1;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.logo {
    height: 80px;
}
/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    .main-wrap {
        padding-bottom: 1rem;
    }
    .logo {
       height: 60px;
    }
    .banner {
        margin-top: 3.7rem;
    }
}



/***********************************************************************************************************************
 * Article Container
 **********************************************************************************************************************/
article {
    background: #ffffff;
    box-shadow: 0 0 32px 0 #0000000D;
    padding: 1.5em;
    border-radius: .5rem;
    margin-top: -3rem;
    color: #333333;
    line-height: 1.75rem;
}
article h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-top: .5rem;
    margin-bottom: 1.125rem;
}
article h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
article .article-sub {
    display: flex;
}
article .article-sub .text-second:first-child {
    margin-right: 2rem;
}
article .text-second {
    font-size: .875rem;
    color: #AFAFAF;
}
article .text-pri {
    color: #07163C;
}
article .icon {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
article .icon-w2 {
    width: 32px;
    height: 32px;
}
article .icon-linkedin-share {
    background-image: url('../img/icon/linkedin-share.png');
}
article .icon-twitter-share {
    background-image: url('../img/icon/twitter-share.png');
}
article .icon-facebook-share {
    background-image: url('../img/icon/facebook-share.png');
}
/** Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    article .article-sub {
        flex-direction: column;
    }
}

/***********************************************************************************************************************
 * Aside
 **********************************************************************************************************************/
aside {
    margin-top: 2.5rem;
}

aside h4 {
    font-weight: 600;
    font-size: 2rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.03em;
}
aside .form-select {
    width: 40%;
}

/***********************************************************************************************************************
 * Recruit List
 **********************************************************************************************************************/
.recruit-list {
    padding-left: 0;
    list-style: none;
}
.recruit-list li {
    background-color: #fff;
    border-radius: 1rem;
    padding: .8rem;
    margin-bottom: 1.5rem;
}
.recruit-list a {
    text-decoration: none;
    color: #07163C;
}
.recruit-list h6 {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
.recruit-list small {
    display: block;
    font-size: .875rem;
    color: #333333;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.recruit-list .badge-hot {
    border-radius: 1rem;
    padding: .1rem .6rem;
    margin-right: .3rem;
    color: #fff;
    background-color: #DC0018;
    font-size: .75rem;
    font-weight: 500;
    vertical-align: text-top;
}
.recruit-list .badge-tag {
    color: #000000;
    background-color: #FFF0B5;
    font-size: 0.625rem;
}

/***********************************************************************************************************************
 * Card Overlay Slider
 **********************************************************************************************************************/
.card-overlay-slider .card-overlay {
    color: #fff;
    vertical-align: bottom;
}
.card-overlay-slider .card-overlay .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    /*color: var(--main-text-color);*/
}
.card-overlay-slider .card-overlay .text-body-date {
    font-size: 1.25rem;
}
.card-overlay-slider .card-overlay .card-img-overlay {
    /*background-color: #07163C;*/
    padding: 2rem 2rem 3rem;
    /*opacity: 0.6;*/
}
.card-overlay-img-home {
    height: 532px
}
.card-overlay-img-news {
    height: 423px;
}
/** Card Overlay Slick */
.card-overlay-slider .slick-dots {
    text-align: left;
    bottom: 1.5rem;
    padding-left: 1.5rem;
}
.card-overlay-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #DC0018;
}
.card-overlay-slider .slick-dots li button:before {
    opacity: 1;
    font-size: .75rem;
    color: #ffffff;
}
.card-overlay-slider .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .6;
}

@media screen and (max-width: 576px) {
    .card-overlay-img-home {
        height: 315px
    }
    .card-overlay-img-news {
        height: 389px;
    }
}

/***********************************************************************************************************************
 * Card H
 **********************************************************************************************************************/
.card-h {
    border: none;
    background-color: transparent;
    margin-bottom: 1.5rem;
}
.card-h img {
    width: 100%;
    height: 114px;
    object-fit: cover;
}
.card-h .card-body {
    padding-bottom: .1rem;
    padding-top: .1rem;
}
.card-h .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .1rem
}
.card-h .card-text {
    font-size: .875rem;
    color: #333333;
    margin-bottom: .2rem;
}
.card-h .card-text:last-child {
    margin-bottom: 0;
}
.card-h .text-body-date {
    font-size: .75rem;
    color: #AFAFAF;
    display: block;
    margin-bottom: .2rem
}
@media screen and (max-width: 576px) {
    .card-h .card-content {
        display: none;
    }
    .card-h img {
        height: 80px;
    }
}

/***********************************************************************************************************************
 * Footer Container
 **********************************************************************************************************************/
footer address {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 30px;
}
footer h5 {
    font-weight: 700;
}
footer ul li {
    font-size: .875rem;
}
footer .footer {
    background-color: #FFFBEC;
}
footer .icon {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
footer .icon-call {
    background-image: url('../img/icon/call.png');
}
footer .icon-mail {
    background-image: url('../img/icon/mail.png');
}
footer .icon-instagram {
    background-image: url('../img/icon/instagram.png');
}
footer .icon-linkedin {
    background-image: url('../img/icon/linkedin.png');
}
footer .icon-twitter {
    background-image: url('../img/icon/twitter.png');
}
footer .icon-facebook {
    background-image: url('../img/icon/facebook.png');
}
footer .icon-youtube {
    background-image: url('../img/icon/youtube.png');
}
footer .icon-up {
    background-image: url('../img/icon/up.png');
}
footer .footer .icon {
    width: 28px;
    height: 28px;
    background-size: 28px auto;
    margin-right: 1rem;
    margin-left: 1rem;
}
footer .footer p {
    margin-bottom: 0;
}
footer .scroll-top {
    margin-bottom: -1.8rem;
}
footer .btn-scroll-top {
    padding: .8rem;
}
footer .btn-scroll-top .icon {
    width: 32px;
    height: 32px;
    background-size: 32px auto;
}
@media screen and (max-width: 576px) {
    footer .footer-news {
        display: none;
    }
    footer .scroll-top {
        display: none !important;
    }
}

/***********************************************************************************************************************
 * Customer Container
 **********************************************************************************************************************/
.our-customer-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.our-customer-container h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
/** Customer Container Slider */
.our-customer-container .our-customer-slider {
    margin: 0 6rem;
}
.our-customer-container .slick-slide {
    margin: 0 1rem;
}
.our-customer-container .slick-slide img {
    width: 100%;
}
.our-customer-container .slick-arrow .btn {
    height: 100%;
    font-size: 2rem;
    padding: 0 2rem;
}
.our-customer-container .slick-control-prev,
.our-customer-container .slick-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-customer-container .slick-control-prev {
    left: -96px;
}
.our-customer-container .slick-control-next {
    right: -96px;
}

/***********************************************************************************************************************
 * Home Page
 **********************************************************************************************************************/

/** About Me Section */
.about-me {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.about-me .btn {
    border-radius: 2rem;
    font-weight: 700;
}
.about-me-vn {
    position: relative;
    padding: 2rem 6rem 1.5rem 2rem;
    border-radius: 1rem;
    background-color: #FFF0B5;
    color: var(--main-text-color);
    height: 100%;
}
.about-me-jp {
    position: relative;
    padding: 2rem 6rem 1.5rem 2rem;
    border-radius: 1rem;
    border: 4px solid #C9C9C9;
    color: var(--second-text-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.about-me-body {
    flex-grow: 1;
}
.about-me-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--main-text-color);
    margin-left: -.5rem;
}
.about-me-img-illus1 {
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    max-width: 100px;
}
.about-me-img-illus2 {
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    max-width: 148px;
}
.about-me-content {
    line-height: 1.875rem;
}
@media screen and (max-width: 576px) {
    .about-me-vn {
        padding: 1rem 1rem 1.5rem 1rem;
    }
    .about-me-jp {
        padding: 1rem 1rem 1.5rem 1rem;
    }
    .about-me-img-illus1 {
       width: 16%;
       right: 1rem;
       bottom: 1rem;
    }
    .about-me-img-illus2 {
        width: 20%;
    }
}

/** Product Service */
.product-service {
    background-color: #FFFBEC;
    padding-top: 4rem;
    padding-bottom: 2rem;
    line-height: 1.875rem;
    color: var(--second-text-color);
    background-image: url(../img/pvs-bg.svg);
}
.product-service strong {
    text-align: center;
    display: block;
}
.product-service h2 {
    text-align: center;
}
.product-service-img-top {
    width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.swiper-slide-next .product-service-img-top {
    max-height: 266px;
}
.product-service .btn {
    border-radius: 2rem;
    font-weight: 700;
}
.product-service .next-btn,
.product-service .prev-btn {
    border-radius: 50%;
    font-weight: 700;
    padding: 6px 9px;
}
.product-service-body {
    position: relative;
    display: flex;
    flex-direction: column;
}
.product-service .slick-control-prev,
.product-service .slick-control-next  {
    position: absolute;
    bottom: 0;
    font-size: 2rem;
    z-index: 1;
}
.product-service .slick-control-prev {
    right: 3.3rem;
}
.product-service .slick-control-next {
    right: 0;
}
.product-service-title {
    padding-left: 0;
    list-style: none;
    margin-top: 4rem;
    padding-right: 1rem;
}
.product-service-title div.swiper-slide {
    color: #676767;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.product-service-title div.swiper-slide-next {
    color: #DC0018;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.product-service-img-wrap {
    position: relative;
}
.product-service-img {
    width: 100%;
    border-radius: 1.5rem;
    margin-top: 4rem;
    display: none;
}
.product-service-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #FFFBEC .33%, rgba(217, 217, 217, 0) 88.26%);
}
.home-banner {
    /*margin-top: -90px;*/
    /*z-index: -1;*/
    /*position: relative;*/
}
.scroll-bottom {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -70px;
}
.icon-bottom {
    width: 25px;
    height: 60px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/icon/scroll-bottom.svg);
    cursor: pointer;
}
.icon-bottom:hover {
    opacity: .6;
}

@media screen and (max-width: 576px) {
    .product-service {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .product-service h2 {
        margin-bottom: 2rem;
    }
    .product-service-body h4 {
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--main-text-color);
    }
}

/***********************************************************************************************************************
 * ABOUT US
 **********************************************************************************************************************/
.organize {
    background: linear-gradient(0deg, #FBFBFB, #FFF5D0), linear-gradient(180deg, #FFF9E1 0%, rgba(255, 255, 255, 0.2) 100%);
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.organize .col-md-2 {
    padding: 0;
}
.organize .card {
    border: none;
    background-color: transparent;
    text-align: center;
    margin-left: .4rem;
    margin-right: .4rem;
}

.organize .card-body {
    padding: 0 .5rem;
}
.organize .card-title {
    font-weight: 600;
    font-size: 1rem;
}
.organize .card-text {
    color: #737B8F;
}

.card-img-s1 {
    height: 300px;
}
.card-img-s2 {
    height: 480px;
}

@media screen and (max-width: 576px) {
    body {
        font-size: .875rem;
    }
    .block-subtitle {
        font-size: .875rem;
    }
    .block-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--main-text-color);
        margin-bottom: 1.25rem;
        margin-top: .5rem;
    }
    .about-me-title {
        font-size: 1rem;
    }
    .about-me-title img {
        width: 50px;
    }
    .block-hot-news {
        padding-top: 0;
        padding-bottom: 1rem;
    }
    .block-body .block-img {
        margin-bottom: 1rem;
    }
    .block-hot-news .btn-outline-danger {
        display: none
    }
    .card-h .card-title {
        font-size: 1rem;
    }
    .card-overlay-slider .card-overlay .text-body-date {
        font-size: .875rem;
    }
    .card-overlay-slider .card-overlay .card-title {
        font-size: 1rem;
    }
    .card-overlay-slider .card-overlay .card-img-overlay {
        padding: 1rem 1rem 2rem;
    }
    .card-overlay-slider .slick-dots {
        bottom: .5rem;
        padding-left: .5rem;
    }
    .block-introduce,
    .block-orientation,
    .block-technology,
    .organize {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .block-highlight .block-body {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        margin-top: -2rem;
    }
    .block-highlight {
        padding-top: 0;
        padding-bottom: 0;
    }

    .card-img-s1 {
        height: 275px;
    }
    .card-img-s2 {
        height: 440px;
    }
    .news-container-2 {
        display: flex;
        flex-direction: column-reverse !important;
    }
}

.news-pagination .pagination {
    justify-content: center;
}
.news-pagination .page-link {
    border: none;
    color: #DC0018;
}
.news-pagination .active>.page-link {
    background-color: transparent;
    font-weight: 700;
}
.news-pagination .disabled>.page-link {
    background-color: transparent;
    display: none;
}

