/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.section-certificates .page-title{
    background: #000;
    padding: 30px 15px;
    color: #fff;

}
.section-certificates  h2{
    font-size: 25px;
    font-weight: 400;
}
.section-certificates  p{
    margin: 0;
    font-size: 14px;
}
.section-certificates form label{
    margin: 14px 0;
    display: flex;
    align-items: center;
}
.section-certificates form .search-text{
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.section-certificates form .search-field{
    margin-bottom: 0;
    max-width: 200px;
}
.section-certificates .search-submit{
    text-transform: initial;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}
.table-certifi td{
    border-bottom: none;
}
.table-certifi .table-left{
    width: 40%;
    font-weight: 600;
}

:root{
    --quacert-blue: #0b4d94;
    --quacert-blue-dark: #06366a;
    --quacert-red: #d51f26;
    --quacert-text: #11355f;
}

body .header-top,
body .header-bottom,
body .header-bg-color {
    background: var(--quacert-blue) !important;
}

body .header-main{
    background: #fff !important;
    border-bottom: 1px solid #d9e4f2;
    box-shadow: 0 10px 24px rgba(5, 34, 68, 0.08);
}

body .header-main .header-inner{
    min-height: 132px;
    align-items: center;
}

body .header-main .logo{
    padding-right: 16px;
}

body .header-main .logo img{
    max-height: 96px !important;
}

body .header-main .header-nav-main.nav.nav-left{
    align-items: flex-start;
}

.html_topbar_left h2,
.html_topbar_left h3{
    margin: 0;
    line-height: 1.2;
}

.html_topbar_left .quacert-vn{
    color: var(--quacert-red);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.html_topbar_left .quacert-en{
    margin-top: 4px;
    color: var(--quacert-text);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.top-bar-slogan {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.top-bar-slogan-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 16px;
    transition: .3s ease;
}

.top-bar-slogan-item svg {
    width: 28px;
    height: 28px;
}

.top-bar-slogan-item svg path {
    fill: var(--quacert-text) !important;
}

.top-bar-slogan-item svg polygon {
    fill: #304f72 !important;
}

.slogan-item-info {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    text-wrap: nowrap;
    white-space: nowrap;
    color: var(--quacert-text);
}

.top-bar-slogan-item h3 {
    margin: 0;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    color: #0a92cd;
}

.top-bar-slogan-item p {
    margin: 3px 0 0;
    line-height: 1.1;
    font-size: 14px;
    color: var(--quacert-text);
}

.top-bar-slogan-item:hover {
    box-shadow: inset 7px 0 7px -9px #193963;
}

@media only screen and (max-width: 1200px) {
    .top-bar-slogan {
        gap: 16px;
    }

    .top-bar-slogan-item {
        padding-left: 12px;
    }

    .top-bar-slogan-item h3 {
        font-size: 14px;
    }
}

#wide-nav .header-bottom-nav > li > a.nav-top-link{
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

#wide-nav .header-bottom-nav > li + li{
    margin-left: 2px;
}

#wide-nav .header-bottom-nav > li > a.nav-top-link:hover,
#wide-nav .header-bottom-nav > li.active > a.nav-top-link,
#wide-nav .header-bottom-nav > li.current-menu-item > a.nav-top-link{
    background: transparent !important;
    color: #fff;
}

#wide-nav .nav-dropdown{
    border-top: 3px solid var(--quacert-red);
}

#wide-nav .header-search-form .search-field{
    border: 0;
    border-radius: 4px 0 0 4px;
}

#wide-nav .header-search-form .submit-button{
    border-radius: 0 4px 4px 0;
    background: var(--quacert-red);
}

body.home .section.section1 {
    background-color: #fff;
}

body.home .section.section1 .section-content {
    padding: 0;
}

body.home .section.section1 .slider-section {
    background-color: #fff;
    height: 540px;
    position: relative;
}

body.home .section.section1 .slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

body.home .section.section1 .slider {
    display: flex;
    height: 100%;
}

body.home .section.section1 .slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

body.home .section.section1 .slide-item {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.6s ease;
}

body.home .section.section1 .slide-item::after {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    height: 60%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

body.home .section.section1 .slide-item::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: 2;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff);
    opacity: .2;
}

body.home .section.section1 .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home .section.section1 .slide-item-info {
    position: absolute;
    top: calc(50% - 72px);
    transform: translateY(-50%);
    width: 40%;
    min-width: 540px;
    z-index: 3;
    padding-left: 86px;
}

body.home .section.section1 .slide-item-info h2 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    transform: translateY(60px);
    opacity: 0;
    transition: .6s ease;
}

body.home .section.section1 .slide-item-info-description,
body.home .section.section1 .slide-item-info p {
    margin-top: 12px;
    color: #fff;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    transform: translateX(900px);
    opacity: 0;
    transition: .8s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

body.home .section.section1 .slide-item-btn {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 4px;
    background: #0a8e3a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

body.home .section.section1 .slide-item-btn:hover {
    background: #076e2d;
    color: #fff;
}

body.home .section.section1 .slide-item.active {
    opacity: 1;
    z-index: 3;
}

body.home .section.section1 .slide-item.active .slide-item-info h2,
body.home .section.section1 .slide-item.active .slide-item-info-description,
body.home .section.section1 .slide-item.active .slide-item-info p {
    transform: translateY(0);
    transform: translateX(0);
    opacity: 1;
}

body.home .section.section1 .slider-control {
    position: absolute;
    width: 100%;
    top: calc(50% - 72px);
    transform: translateY(-50%);
    z-index: 11;
}

body.home .section.section1 .slider-control-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    height: 0;
}

body.home .section.section1 .slider-control-prev,
body.home .section.section1 .slider-control-next {
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100px;
    transition: 0.3s ease;
}

body.home .section.section1 .slider-control-next {
    position: relative;
    right: -30%;
}

body.home .section.section1 .slider-control-prev:hover,
body.home .section.section1 .slider-control-next:hover {
    background-color: #fff;
    color: var(--quacert-blue);
}

@media only screen and (max-width: 992px) {
    body.home .section.section1 .slider-section {
        height: 430px;
    }

    body.home .section.section1 .slide-item-info {
        max-width: calc(100% - 24px);
        min-width: auto;
        top: calc(50% - 120px);
        width: 100%;
        padding-left: 14px;
    }

    body.home .section.section1 .slide-item-info h2 {
        font-size: 32px;
    }

    body.home .section.section1 .slide-item-info-description,
    body.home .section.section1 .slide-item-info p {
        font-size: 15px !important;
    }

    body.home .section.section1 .slider-control {
        top: auto;
        bottom: 104px;
    }

    body.home .section.section1 .slider-control-container {
        justify-content: end;
        gap: 12px;
        height: auto;
    }
}

body.home .section.section-2 {
    padding-top: 0;
    padding-bottom: 24px;
    background: #f6f9fd;
}

body.home .section.section-2 .service .container {
    margin-top: -171px;
    z-index: 10;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    background-color: #fff;
    padding: 24px 20px 36px;
    box-shadow: 0 16px 34px rgba(17, 53, 95, 0.09);
}

body.home .section.section-2 .service-title {
    margin: 0 0 16px;
    text-align: center;
    color: var(--quacert-blue);
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}

body.home .section.section-2 .service-title span {
    color: #0a8e3a;
}

body.home .section.section-2 .service-slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: visible;
}

body.home .section.section-2 .service-slide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

body.home .section.section-2 .service-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

body.home .section.section-2 .service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.home .section.section-2 .service-item {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 0.425em 0.5em 0 #cecece;
    background: #fff;
}

body.home .section.section-2 .service-item:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

body.home .section.section-2 .service-item-img {
    width: 100%;
    aspect-ratio: 35 / 23;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

body.home .section.section-2 .service-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

body.home .section.section-2 .service-item-img img:hover {
    transform: scale(1.08);
}

body.home .section.section-2 .service-item-info {
    color: var(--quacert-blue);
    font-weight: 400;
    font-size: 20px;
    padding: 18px 12px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

body.home .section.section-2 .service-item-info-title {
    line-height: 30px;
    color: var(--quacert-blue);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

body.home .section.section-2 .service-item-info-title:hover {
    color: var(--quacert-red);
}

body.home .section.section-2 .service-slide-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: calc(50% + 8px);
    transform: translate(-50%, -50%);
    width: calc(100% + 96px);
    left: 50%;
    max-width: 100vw;
    height: 0;
}

body.home .section.section-2 .service-slide-control button {
    border: none;
    background-color: #fff;
    color: var(--quacert-blue);
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 5px 18px rgba(9, 30, 66, 0.18);
}

@media only screen and (max-width: 992px) {
    body.home .section.section-2 .service .container {
        margin-top: -130px;
        padding: 16px 12px 24px;
    }

    body.home .section.section-2 .service-title {
        font-size: 24px;
    }

    body.home .section.section-2 .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.home .section.section-2 .service-item-info {
        font-size: 16px;
        padding: 12px 8px 14px;
    }

    body.home .section.section-2 .service-item-info-title {
        line-height: 22px;
    }

    body.home .section.section-2 .service-slide-control {
        width: calc(100% + 20px);
    }

    body.home .section.section-2 .service-slide-control button {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }
}

body.home .section.section-1 {
    padding-top: 42px;
    padding-bottom: 40px;
    background: #fff;
}

body.home .section.section-1 .news-title {
    margin: 0 0 24px;
    text-align: center;
    color: var(--quacert-blue);
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}

body.home .section.section-1 .news-title span {
    color: #0a8e3a;
}

body.home .section.section-1 .news-tabs {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 24px;
    max-width: 100%;
    flex-wrap: wrap;
}

body.home .section.section-1 .news-tabs-btn {
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px 14px;
    color: #fff;
    background: #2c6db5;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

body.home .section.section-1 .news-tabs-btn.active,
body.home .section.section-1 .news-tabs-btn:hover {
    background: #0a8e3a;
}

body.home .section.section-1 .news-tabs-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

body.home .section.section-1 .news-block {
    width: 100%;
    gap: 28px;
    display: none;
}

body.home .section.section-1 .news-block.active {
    display: flex !important;
}

body.home .section.section-1 .news-block-left {
    flex: 6;
    display: block;
    text-decoration: none;
}

body.home .section.section-1 .news-block-left img {
    width: 100%;
    border-radius: 2px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

body.home .section.section-1 .news-block-left-info h6 {
    font-weight: 700;
    font-size: 20px;
    color: var(--quacert-blue);
    margin: 20px 0 8px;
    line-height: 28px;
}

body.home .section.section-1 .news-block-left-info p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 24px;
}

body.home .section.section-1 .news-block-right {
    flex: 4;
}

body.home .section.section-1 .news-block-right hr {
    border: 1px dashed #d3d8e4;
    opacity: 1;
    margin: 14px 0;
}

body.home .section.section-1 .news-block-right-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: flex-start;
}

body.home .section.section-1 .news-block-right-item img {
    width: 160px;
    border-radius: 2px;
    aspect-ratio: 14 / 9;
    object-fit: cover;
}

body.home .section.section-1 .news-block-right-item p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--quacert-blue);
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home .section.section-1 .news-block-left:hover h6,
body.home .section.section-1 .news-block-right-item:hover p {
    color: var(--quacert-red);
}

body.home .section.section-3,
body.home .section.section-4 {
    display: none !important;
}

body.home .section.section__footer-1 {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

body.home .section.section__footer-1 .partner-container {
    padding-top: 24px;
    padding-bottom: 40px;
}

body.home .section.section__footer-1 .partner-container h3 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--quacert-blue);
    text-transform: uppercase;
}

body.home .section.section__footer-1 .partner-container h3 span {
    color: #0a8e3a;
}

body.home .section.section__footer-1 .partner-content-box-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.home .section.section__footer-1 .partner-item {
    width: 100%;
    aspect-ratio: 17 / 11;
    background: #f3f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: .2s ease;
    padding: 10px;
}

body.home .section.section__footer-1 .partner-item img {
    max-height: 90%;
    max-width: 90%;
    object-fit: contain;
    mix-blend-mode: darken;
}

body.home .section.section__footer-1 .partner-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 19px 10px -16px rgba(0, 0, 0, .2);
}

body.home #footer.footer-wrapper {
    background: var(--quacert-blue);
}

body.home #footer .section.section__footer-2 {
    background: var(--quacert-blue);
    color: #fff;
    padding-top: 32px;
    padding-bottom: 0;
}

body.home #footer .section.section__footer-2 .section-bg {
    display: none;
}

body.home #footer .section.section__footer-2 h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0 20px;
    color: #fff;
}

body.home #footer .section.section__footer-2 p,
body.home #footer .section.section__footer-2 a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

body.home #footer .section.section__footer-2 a:hover,
body.home #footer .section.section__footer-2 .ux-menu-link__link:hover {
    color: #9bd24e;
}

body.home #footer .section.section__footer-2 .ux-menu {
    gap: 8px;
}

body.home #footer .section.section__footer-2 .ux-menu-link {
    margin: 0;
}

body.home #footer .section.section__footer-2 iframe {
    border-radius: 2px;
}

body.home #footer .absolute-footer {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 16px 0;
}

body.home #footer .absolute-footer .container {
    display: flex;
    justify-content: center;
}

body.home #footer .absolute-footer .footer-primary {
    float: none;
}

body.home #footer .absolute-footer .copyright-footer {
    color: #fff;
    opacity: .8;
    text-align: center;
    font-size: 14px;
}

.quacert-footer {
    background-color: var(--quacert-blue);
    color: #fff;
    padding-top: 32px;
}

.quacert-footer .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr 1fr;
    gap: 24px;
}

.quacert-footer h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0 14px;
}

.quacert-footer .footer-info-title {
    padding-right: 20px;
}

.quacert-footer .footer-info-title p {
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    line-height: 24px;
}

.quacert-footer .footer-social-links {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
}

.quacert-footer .footer-social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: var(--quacert-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}

.quacert-footer .footer-info-contact,
.quacert-footer .footer-quick-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quacert-footer .footer-info-contact p,
.quacert-footer .footer-quick-links a,
.quacert-footer .footer-info-visit-number a,
.quacert-footer .footer-credits p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.quacert-footer .footer-quick-links a:hover,
.quacert-footer .footer-info-contact a:hover,
.quacert-footer .footer-info-visit-number a:hover {
    color: #9bd24e;
}

.quacert-footer .footer-info-visit-number span {
    color: #9bd24e;
}

.quacert-footer hr {
    margin: 24px 0 16px;
    border-color: rgba(255, 255, 255, 0.25);
}

.quacert-footer .footer-credits {
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    opacity: .9;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    body.home .section.section-1 .news-title {
        font-size: 24px;
    }

    body.home .section.section-1 .news-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    body.home .section.section-1 .news-tabs::-webkit-scrollbar {
        display: none;
    }

    body.home .section.section-1 .news-block {
        flex-direction: column;
        gap: 20px;
    }

    body.home .section.section-1 .news-block-right-item img {
        width: 120px;
    }

    body.home .section.section__footer-1 .partner-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.home .section.section__footer-1 .partner-content::-webkit-scrollbar {
        display: none;
    }

    body.home .section.section__footer-1 .partner-content-box-row {
        width: 960px;
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    body.home #footer .section.section__footer-2 h3 {
        margin-top: 24px;
        margin-bottom: 8px;
    }

    body.home #footer .section.section__footer-2 .row > .col:first-child h3 {
        margin-top: 3px;
    }

    .quacert-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .top-bar-slogan{
        display: none;
    }

    .html_topbar_left .quacert-vn{
        font-size: 16px;
    }

    .html_topbar_left .quacert-en{
        font-size: 11px;
    }

    body .header-main .header-inner{
        min-height: 78px;
    }

    body .header-main .logo img{
        max-height: 64px !important;
    }


}
