:root {
    --white: #FFFFFF;
    --a: #182692;
    --a-active: #2B6CF5;
    --b: #868686;
    --c: #d91a1a;
}
body {
    font-family: "Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.wrapper {
    margin-left: 24px;
    margin-right: 24px;
}
.banner-bg {
    background-image: url("/images/banner_bg.webp");
}
a {
    text-decoration: none;
}

header {
    padding-top: 50px;
    transition: 0.5s;
}
header.not-top {
    background-color: #FFFFFF;
    padding-top: 10px;
}
header .menu {
    border-radius: 38px 38px 38px 38px;
    background-color: #FFFFFF;
    margin-right: 24px;
    margin-left: 24px;
    padding: 4px;
}
header.not-top .menu {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
header .menu .items {
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 500;
}
header .menu .item {
    flex-grow: 1;
    margin: 0 2px;
    display: inline-flex;
}
header .menu .item:first-child {
    margin-left: 0;
}
header .menu .item:last-child {
    margin-right: 0;
}
header .menu a:not(.dropdown-menu-link) {
    text-decoration: none;
    white-space: nowrap;
    color: var(--a);
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 38px 38px 38px 38px;
    border-style: none;
    padding: 12px 32px;
}
header .menu a:hover:not(.dropdown-menu-link),
header .menu a.active:not(.dropdown-menu-link) {
    color: #FFFFFF;
    background-color: var(--a-active);
}
header .menu .dropdown-menu {
    padding: 10px;
    border-radius: 10px;
}
header .menu .dropdown-menu-item {
    width: 300px;
    margin: 5px;
    padding: 10px;
    background-color: #f7fafd;
    border-radius: 10px;
}
header .menu .dropdown-menu img {
    width: 100px;
    border-radius: 5px;
    margin-right: 10px;
}
header .menu .dropdown-menu a {
    font-size: 15px;
    font-weight: 600;
    color: var(--a);
}
header .menu .dropdown-menu a:hover {
    color: var(--a-active);
}
header .menu .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    inset: 0 auto auto 0;
    margin: 0;
    transform: translate(0px, 60px);
}
header .menu .dropdown-menu:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    top: -20px;
    left: 0;
    background-color: transparent;
}
header .menu .dropdown:hover .dropdown-menu {
    display: block;
}
header .contact .text {
    font-weight: 600;
    font-size: 16px;
    color: var(--a);
}
header .contact .text:hover {
    color: var(--a-active);
}
header .menu_btn {
    color: var(--a);
    font-size: 25px;
    border: 1px solid var(--a);
    border-radius: 10px;
}
header .menu-mobile .items {
    list-style: none;
}
header .menu-mobile .item {
    padding: 15px 0;
}
header .menu-mobile a {
    padding: 10px 0;
    color: #204289;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
header .menu-mobile a.active {
    color: #2B6CF5;
}
.img-logo {
    max-width: 190px;
}

.banner {
    margin-top: calc(-107px + 24px);
    border-radius: 24px;

    background-position: top center;
    background-size: cover;
    padding-top: 200px;
    min-height: 600px;
}
.block-1 {
    padding: 50px 0;
}
.block-1 .heading {
    padding-left: 50px;
    font-size: 24px;
    font-weight: bold;
    color: var(--a);
    text-align: justify;
}
.block-1 .heading img {
    padding-bottom: 30px;
}
.page-top .banner .content {
    padding: 0 50px;
}
.page-top .banner .heading {
    font-size: 44px;
    font-weight: bold;
    color: var(--a);
    text-transform: uppercase;
    text-align: center;
}
.page-top .banner .title {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.page-top .banner .btn {
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    color: var(--white);
    background-color: var(--a);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 38px 38px 38px 38px;
    border-style: none;
    padding: 20px 50px;
    margin-top: 30px;
}
.page-top .banner .btn:active {
    color: var(--white);
    background-color: var(--a-active);
}

.page-top .block-b {
    padding: 50px 0;
    border-radius: 24px;
    background-position: top center;
    background-size: cover;
}
.page-top .block-b .head {
    text-align: center;
    padding-bottom: 50px;
}
.page-top .block-b .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--a-active);
    padding-bottom: 15px;
}
.page-top .block-b .heading {
    font-size: 50px;
    font-weight: bold;
    color: var(--a);
    padding-bottom: 32px;
}
.page-top .block-b .desc {
    font-size: 20px;
    font-weight: lighter;
    color: var(--a);
}
.page-top .block-b .content .card {
    border-radius: 24px;
    overflow: hidden;
    border: none;
}
.page-top .block-b .content .card-body {
    text-align: center;
}
.page-top .block-b .content .card-title {
    color: var(--a);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-top .block-b .content .card-text {
    color: var(--a);
    font-size: 20px;
    font-weight: lighter;
}
.page-top .block-b .content .card-footer {
    background-color: var(--white);
    border: none;
    text-align: center;
    padding-bottom: 20px;
}
.page-top .block-b .content .btn {
    outline: none;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 32px 16px 32px;
    border: 1px solid var(--b);
    border-radius: 38px;
    color: var(--a);
}
.page-top .block-b .content .btn:hover {
    border: 1px solid var(--a-active);
}
.page-top .block-c {
    margin-top: 30px;
    padding: 80px 0;
    border-radius: 24px;
    background-image: url("/images/why_chose.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.page-top .block-c:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(24, 38, 146, 0.2);
    border-radius: 24px;
    z-index: -1;
}
.page-top .block-c>div {
    z-index: 1;
}
.page-top .block-c .heading {
    font-size: 50px;
    font-weight: bold;
    color: var(--white);
    padding-bottom: 150px;
}
.page-top .block-c .icon {
    padding-bottom: 30px;
}
.page-top .block-c .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    text-align: justify;
}
.page-about .banner {
    padding-bottom: 100px;
}
.page-about .banner .heading {
    font-size: 30px;
    font-weight: bold;
    color: var(--a);
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.page-about .banner .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--a);
    padding-bottom: 40px;
    text-align: center;
}
.page-about .banner .item {
    padding: 0 10px;
}
.page-about .banner .card {
    border-radius: 20px;
}
.page-about .banner .card-title {
    font-size: 20px;
    font-weight: normal;
    color: var(--a);
    text-align: center;
    text-transform: capitalize;
}
.page-about .block-a {
    padding: 50px 0;
}
.page-about .block-a .item {
    padding-bottom: 20px;
}
.page-about .block-a .heading {
    font-size: 30px;
    font-weight: bold;
    color: var(--a);
    padding-bottom: 10px;
}
.page-about .block-a .title {
    font-size: 18px;
    font-weight: normal;
    color: var(--a);
    text-align: justify;
}
.page-about .slick {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.page-about .slick .card-body {
    height: 80px;
}
.page-about .slick .autoplay-arrow {
    color: var(--a);
    font-size: 25px;
    position: absolute;
    top: calc(50% - 50px);
    content: "";
}
.page-about .slick .autoplay-arrow:hover {
    color: var(--a-active);
}
.page-about .slick .autoplay-arrow.autoplay-pre {
    left: 0;
}
.page-about .slick .autoplay-arrow.autoplay-next {
    right: 0;
}

.page-product .banner {
    padding-bottom: 100px;
}
.page-product .banner .heading {
    font-size: 30px;
    font-weight: bold;
    color: var(--a);
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.page-product .banner .title {
    font-size: 20px;
    font-weight: bold;
    color: var(--a);
    padding-bottom: 40px;
    text-align: center;
}
.page-product .block-a  .info {
    padding: 50px;
    background-color: var(--white);
    border-radius: 24px;
}
.page-product .block-a  .info .product-heading {
    font-size: 38px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 20px;
}
.page-product .block-a  .info .product-title {
    font-size: 16px;
    font-weight: normal;
    color: var(--a);
}
.page-product .block-a  .info .small {
    font-size: 14px;
    font-weight: lighter;
    color: var(--a);
}
.page-product .block-a  .info .product-title:hover {
    color: var(--a-active);
}
.page-product .block-a  .info .item {
    padding-bottom: 5px;
}
.page-product .block-a  .info .item img {
    width: 70px;
    height: auto;
}
.page-product .block-a .picture img {
    border-radius: 24px;
}
.page-product .block-a .row:nth-of-type(odd)>.col:first-child {
    order: 1;
}
.page-product .block-a .row:nth-of-type(odd)>.col {
    order: 2;
}
.page-product .block-a .row:nth-of-type(even)>.col:first-child {
    order: 2;
}
.page-product .block-a .row:nth-of-type(even)>.col {
    order: 1;
}
.page-product-detail .banner {
    padding-top: 120px;
}
.page-product-detail .block-a .heading {
    font-size: 60px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 40px;
}
.page-product-detail .block-a .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--a);
    padding-bottom: 100px;
    text-align: justify;
}
.page-product-detail .block-a .breadcrumb-title {
    padding-bottom: 16px;
}
.page-product-detail .block-a .breadcrumb-title>a {
    font-size: 14px;
    font-weight: 700;
    color: var(--a);
}
.page-product-detail .block-a .breadcrumb-title>a:hover {
    color: var(--a-active);
}
.page-product-detail .block-a .content {
    padding: 20px;
}
.page-product-detail .block-a .item {
    margin-bottom: 20px;
}
.page-product-detail .block-a .accordion-item {
    border: none;
    border-radius: 24px !important;
}
.page-product-detail .block-a .accordion-header>button {
    border: none;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    color: var(--a) !important;
    background-color: var(--white) !important;
    font-size: 20px;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: none;
}
.page-product-detail .block-a .accordion-header>button.collapsed {
    border: none;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}
.page-product-detail .block-a .accordion-header>button:focus {
    box-shadow: none;
}
.page-product-detail .block-a .accordion-body {
    font-size: 18px;
    color: var(--a);
    text-align: justify;
}
.page-product-detail .block-a .accordion-body th,
.page-product-detail .block-a .accordion-body td {
    font-size: 18px;
    color: var(--a);
}
.page-product-detail .block-a .wrapper-icon {
    width: 36px;
    height: 36px;
    background-color: #EEF3FF;
    border-radius: 50% 50% 50% 50%;
}

.page-contact .block-a .heading {
    font-size: 60px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 150px;
}
.page-contact .block-a .detail {
    padding: 50px;
}
.page-contact .block-a .detail .small {
    font-size: 18px;
    font-weight: 700;
    color: var(--a-active);
    padding-bottom: 10px;
}
.page-contact .block-a .detail .title {
    font-size: 28px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 20px;
}
.page-contact .block-a .detail .time {
    font-size: 20px;
    font-weight: 400;
    color: var(--a);
    padding-bottom: 20px;
}
.page-contact .block-a .detail .info {
    font-size: 28px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 20px;
}
.page-contact .contact-form {
    padding: 50px;
    background-color: var(--white);
    border-radius: 20px;
    margin-bottom: 50px;
}
.page-contact .contact-form .title {
    font-size: 38px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 50px;
}
.page-contact .contact-form .outform {
    font-size: 28px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 20px;
}
.page-contact .contact-form .btn-submit {
    outline: none;
    padding: 10px 50px;
    border-radius: 40px;
    color: var(--a);
    background-color: var(--white);
    border: 1px solid var(--b);
    font-size: 20px;
    font-weight: bold;
}
.page-contact .contact-form .btn-submit:hover {
    color: var(--white);
    background-color: var(--a);
    border: 1px solid var(--a);
}
.page-recruitment .block-a .heading {
    font-size: 60px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 40px;
}
.page-recruitment .block-a .content {
    padding-bottom: 50px;
}
.page-recruitment .block-a .item {
    padding: 50px;
    background-color: var(--white);
    border-radius: 30px;
    margin: 20px 0;
}
.page-recruitment .block-a .item .icon {
    font-size: 30px;
    color: var(--a);
}
.page-recruitment .block-a .item a {
    font-size: 30px;
    font-weight: bold;
    color: var(--a);
}
.page-recruitment .block-a .item a:hover {
    color: var(--a-active);
}

.page-recruitment-detail .block-a .breadcrumb-title {
    padding-bottom: 16px;
}
.page-recruitment-detail .block-a .breadcrumb-title>a {
    font-size: 14px;
    font-weight: 700;
    color: var(--a);
    text-transform: capitalize;
}
.page-recruitment-detail .block-a .heading {
    font-size: 65px;
    font-weight: 700;
    color: var(--a);
    padding-bottom: 40px;
}
.page-recruitment-detail .block-a .content {
    padding: 20px;
}
.page-recruitment-detail .block-a .item {
    margin-bottom: 20px;
}
.page-recruitment-detail .block-a .accordion-item {
    border: none;
    border-radius: 24px !important;
}
.page-recruitment-detail .block-a .accordion-header>button {
    border: none;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    color: var(--a) !important;
    background-color: var(--white) !important;
    font-size: 20px;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: none;
}
.page-recruitment-detail .block-a .accordion-body.super-text {
    border-radius: 24px !important;
    color: var(--a) !important;
    background-color: var(--white) !important;
    font-size: 20px;
    font-weight: 500;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
}
.page-recruitment-detail .block-a .accordion-header>button.collapsed {
    border: none;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}
.page-recruitment-detail .block-a .accordion-header>button:focus {
    box-shadow: none;
}
.page-recruitment-detail .block-a .accordion-body {
    font-size: 18px;
    color: var(--a);
    text-align: justify;
}
.page-news .card-trending {
    border-radius: 10px;
}
.page-news .card-trending::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
    border-radius: 10px;
}
.page-news .card-trending img {
    border-radius: 10px;
    width: 100%;
}
.page-news .card-trending-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    font-size: 30px;
    font-weight: bold;
    padding: 30px 100px 30px 30px;
}
.page-news .items {
    padding-bottom: 100px;
}
.page-news .item-body {
    padding: 10px 5px;

}
.page-news .item-body a:not(.btn) {
    color: var(--a);
    font-size: 20px;
    font-weight: bold;
}
.page-news .item-body a:hover {
    color: var(--a-active);
}
.page-news .social-item {
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.page-news .social-item .icon {
    font-size: 55px;
    color: var(--a);
    margin-right: 50px;
}
.page-news .facebook .icon {
    color: #1877F2;
}
.page-news .social-item .number {
    font-weight: bold;
    font-size: 22px;
    color: var(--a);
}
.page-news .social-item .text {
    font-weight: normal;
    font-size: 20px;
    color: var(--a);
}
.page-news.page-detail .heading {
    font-size: 40px;
    font-weight: bold;
    color: var(--a);
}
.page-news.page-detail .detail {
    padding-bottom: 50px;
}
.page-news.page-detail .content {
    padding: 30px;
}
.page-news .card-tag {
    border-radius: 40px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: normal;
    color: var(--a);
    background-color: var(--white);
}
.page-news .card-tag:hover {
    color: var(--white);
    background-color: var(--a);
}
.page-news .card-tag i {
    margin-right: 5px;
}
.page-news .item-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.page-news.page-detail .content ul.plus>li {
    list-style-type: "+";
    padding-inline-start: 1ch;
}
.page-news.page-detail .content ul.minus>li {
    list-style-type: "-";
    padding-inline-start: 1ch;
}

footer {
    padding: 50px 0 20px 0;
}
footer .block-contact {
    margin-bottom: 30px;
    padding: 80px 0;
    border-radius: 24px;
    background-image: url("/images/footer-banner.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
footer .block-contact .heading {
    font-size: 38px;
    font-weight: bold;
    color: var(--white);
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
footer .block-contact .btn {
    outline: none;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 32px 16px 32px;
    border: 1px solid var(--white);
    border-radius: 38px;
    color: var(--a);
    background-color: var(--white);
    width: 200px;
}
footer .block-contact .btn:hover {
    background-color: var(--a);
    border: 1px solid var(--a);
    color: var(--white);
}
footer .top .logo {
    padding-bottom: 20px;
}
footer .top .heading {
    font-size: 30px;
    font-weight: bold;
    color: var(--a);
    padding-bottom: 20px;
}
footer .top .title {
    font-size: 20px;
    font-weight: normal;
    color: var(--a);
    padding-bottom: 10px;
}
footer .top .title>a {
    color: var(--a);
    text-transform: uppercase;
}
footer .top .title>a:hover {
    color: var(--a-active);
}
footer .top .text-b {
    font-size: 38px;
    font-weight: 700;
    color: #2B6CF5;
}
footer .top .col-b .title {
    padding-bottom: 20px;
}
footer .bottom {
    margin-top: 20px;
    padding-top: 20px;
    color: var(--a);
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    border-top: 1px solid var(--b);
}
@media (max-width: 1399.98px) {
    header .menu a:not(.dropdown-menu-link) {
        padding: 12px 20px;
        font-size: 13px;
    }
    .page-top .banner .content {
        padding: 0 10px;
    }
    .page-product .block-a .info {
        padding: 20px;
    }
    .page-product .block-a .info .product-heading {
        font-size: 34px;
    }
}
@media (max-width: 1199.98px) {
    .page-top .block-b .heading {
        font-size: 45px;
    }
    .page-top .block-b .content .card-title {
        font-size: 28px;
    }
    .page-about .banner .card-title {
        font-size: 18px;
        line-height: 25px;
    }
    .page-product .banner .heading {
        font-size: 44px;
    }
    .page-product .block-a .info .product-heading {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .page-product-detail .block-a .heading {
        font-size: 44px;
    }
    .page-recruitment .block-a .heading {
        font-size: 44px;
        text-align: center;
    }
    .page-recruitment-detail .block-a .heading {
        font-size: 44px;
    }
    .page-contact .block-a .heading {
        font-size: 44px;
    }
    .page-contact .block-a .detail .title {
        font-size: 21px;
    }
    .page-contact .contact-form .title {
        font-size: 36px;
    }
    footer .top .heading {
        font-size: 29px;
    }
    footer .top .text-b {
        font-size: 33px;
    }
}
@media (max-width: 991.98px) {
    .block-1 .heading {
        padding-left: 0;
    }
    footer .top .heading {
        font-size: 21px;
    }
    footer .top .title {
        font-size: 16px;
    }
    footer .top .text-b {
        font-size: 25px;
    }
    .page-top .block-b .heading {
        font-size: 36px;
    }
    .page-about .banner .heading {
        font-size: 25px;
    }
    .page-about .banner .title {
        font-size: 19px;
    }
    .page-about .banner {
        padding-bottom: 15px;
    }
    .page-product .block-a .row:nth-of-type(odd)>.col:first-child {
        order: 2;
    }
    .page-product .block-a .row:nth-of-type(odd)>.col {
        order: 1;
    }
    .page-product .block-a .row:nth-of-type(even)>.col:first-child {
        order: 2;
    }
    .page-product .block-a .row:nth-of-type(even)>.col {
        order: 1;
    }
    .page-product .block-a .picture img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .page-product .block-a .info {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .page-product .banner {
        padding-bottom: 1px;
    }
    .page-product-detail .block-a .breadcrumb-title {
        padding-bottom: 10px;
    }
    .page-product-detail .block-a .heading {
        padding-bottom: 25px;
    }
    .page-product-detail .block-a .title {
        padding-bottom: 25px;
    }
    .page-product .block-a .info .small {
        height: auto;
    }
    .page-recruitment .block-a .content {
        padding-bottom: 0;
    }
    .page-contact .block-a .heading {
        padding-bottom: 0;
        font-size: 42px;
    }
    .page-contact .contact-form {
        margin-bottom: 15px;
    }
    .page-contact .contact-form .title {
        font-size: 30px;
    }
    .page-news .social-item {
        padding: 15px 25px;
    }
    .page-news .social-item .icon {
        margin-right: 30px;
    }
    .page-detail .banner {
        min-height: 500px;
    }
}
@media (max-width: 767.98px) {
    header {
        padding-top: 20px;
    }
    .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .banner {
        margin-top: -107px;
        border-radius: 0;
    }
    .page-top .banner .title {
        font-size: 24px;
    }
    .page-top .block-c {
        border-radius: 0;
    }
    .page-top .block-c:before {
        border-radius: 0;
    }
    .page-top .block-c .heading {
        padding-bottom: 50px;
    }
    .page-top .block-b .content .card-title {
        font-size: 26px;
    }
    footer .top .heading {
        text-align: center;
    }
    footer .top .title {
        text-align: center;
    }
    footer .top .col-a {
        padding-bottom: 20px;
    }
    footer .top .col-b {
        padding-bottom: 20px;
    }
    footer .top .col-b .title {
        padding-bottom: 5px;
    }
    .page-contact .block-a .detail {
        padding: 0;
    }
    .page-contact .block-a .heading {
        padding-bottom: 30px;
        font-size: 44px;
    }
    .page-news .trending .card .card-content {
        font-size: 18px;
        padding: 20px 30px 20px 20px;
    }
    .page-news .items {
        padding-bottom: 30px;
    }
    .page-news .item-body {
        padding: 0 5px;
    }
    .page-news .item-body a:not(.btn) {
        font-size: 16px;
    }
    .page-news .item-tag {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .page-news .card-tag {
        font-weight: normal;
    }
    .page-about .slick {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-about .slick .autoplay-arrow {
        padding: 5px;
    }
    .page-about .slick .autoplay-arrow:active {
        border-color: transparent;
    }
    .page-about .slick .autoplay-arrow.autoplay-pre {
        left: -5px;
    }
    .page-about .slick .autoplay-arrow.autoplay-next {
        right: -5px;
    }
}
@media (max-width: 575.98px) {
    footer .block-contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .block-contact .heading {
        font-size: 29px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-top .banner .heading {
        font-size: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-top .banner .title {
        font-size: 22px;
    }
    .page-top .block-c .heading {
        font-size: 33px;
    }
    .page-about .block-a {
        padding: 20px 0;
    }
    .page-about .block-a .heading {
        padding-top: 20px;
    }
    .page-product .banner .heading {
        font-size: 34px;
    }
    .page-product-detail .block-a .heading {
        font-size: 34px;
    }
    .page-product-detail .block-a .content {
        padding: 0;
    }
    .page-recruitment .block-a .heading {
        font-size: 34px;
    }
    .page-recruitment .block-a .item a {
        font-size: 19px;
    }
    .page-recruitment .block-a .item {
        padding: 30px
    }
    .page-recruitment-detail .block-a .heading {
        font-size: 34px;
    }
    .page-recruitment-detail .block-a .content {
        padding: 0 0 10px 0;
    }
    .page-contact .block-a .heading {
        font-size: 34px;
    }
    .page-contact .contact-form {
        padding: 15px;
    }
    .page-contact .block-a .detail .info {
        font-size: 25px;
    }
    .page-news .card-trending-content {
        position: relative;
        padding: 20px;
        font-size: 22px;
    }
    .page-news.page-detail .heading {
        padding-top: 20px;
        font-size: 22px;
    }
}
@media (max-width: 399.98px) {
    footer .container-xxl .block-contact {
        margin-right: calc(var(--bs-gutter-x)* -.5);
        margin-left: calc(var(--bs-gutter-x)* -.5);
    }
    footer .block-contact {
        border-radius: 0;
    }
    footer .block-contact .heading {
        font-size: 23px;
    }
    .page-top .banner .content {
        padding: 0;
    }
    .page-top .banner .btn {
        padding: 15px 25px;
    }
    .page-top .banner .heading {
        font-size: 28px;
    }
    .block-1 .heading {
        padding-top: 20px;
    }
    .block-1 .heading img {
        display: none;
    }
    .page-top .block-b {
        padding: 0;
    }
    .page-top .block-c .heading {
        font-size: 25px;
    }
    .page-top .block-b .heading {
        font-size: 25px;
    }
    .page-product .block-a .info {
        padding: 5px;
    }
    .page-recruitment .block-a .heading {
        font-size: 28px;
    }
    .page-recruitment-detail .block-a .heading {
        font-size: 28px;
    }
    .page-contact .block-a .heading {
        font-size: 28px;
    }
    .page-contact .contact-form .title {
        font-size: 26px;
    }
    .page-contact .block-a .detail .info {
        font-size: 22px;
    }
}
