﻿@font-face {
    font-family: 'Lexend';
    src: url('../fonts/lexend/Lexend-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Lexend", sans-serif !important;
}

a:not(.btn), h1:not(.title-breadcrumb), p, label, input, .service-unit-info, .card-body, 
h1:not(.title-breadcrumb), h2:not(.title-breadcrumb), h3:not(.title-breadcrumb),
h4:not(.title-breadcrumb), h5:not(.title-breadcrumb), h6:not(.title-breadcrumb), 
.news-card, .news-card-all, .accordion-body {
    color: black;
}

a:not(.btn,.text-danger,.link-breadcrumb):hover, .text-primary, .dropdown-item.active:not(.text-danger), 
.dropdown-item:not(.btn-logout).active span:hover, .dropdown-link:not(.text-danger):hover > a, 
.navbar-light .navbar-nav .nav-item:hover > .nav-link, .service-card:hover, .news-card:hover, 
.news-card-all:hover, .service-unit:hover, .link-normal:hover, .news-outstanding:hover, 
.nav-invert .nav-link.active, .accordion-button:not(.collapsed){
    color: #006CB5 !important;
}

.breadcrumb-item .text-white:hover {
    color: white !important;
}

.form-control {
    color: black;
    opacity: 0.6;
}

span {
    color: black;
    opacity: 2;
}

#footer a {
    color: #c6d3e6 !important;
}

.row {
    --bs-gutter-x: 0;
}

.navbar-toggler {
    margin-left: -10px;
    margin-right: 0px;
}

.button-menu-logo {
    margin-left: -18px;
}

.information-header {
    background-color: #006CB5 !important;
    color: white !important;
    height: 3vh !important;
}

.section {
    padding-top: 15vh !important;
}

.section.pt-0 {
    padding-top: 10vh !important;
}

.btn-primary, .btn-show, .bg-primary {
    background-color: #006CB5 !important;
    border-color: #006CB5 !important;
}

.btn-primary:hover {
    background-color: #006CB5;
    border-color: #006CB5;
}

.button-menu {
    border: none !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.full-div {
    width: 100% !important;
    height: 100vh !important;
}

.swiper-pagination-bullet {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px;
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.section.home-banner .full-div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.app-image img {
    height: 70vh !important;
    pointer-events: none;
}

.app-qr img {
    height: 30vh !important;
    pointer-events: none;
    border-radius: 0.5rem;
}

.container-banner {
    padding-top: 0rem !important;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.toast {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
}

.toast-body {
    background: white;
    border-bottom-right-radius: 0.3rem;
}

.toast-body .text-white {
    color: black !important;
}

button.close {
    color: white !important;
    font-weight: bold !important;
}

.swiper img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset !important;
}

.swiper-button-next, .swiper-button-prev {
    color: black !important;
}

.swiperServiceUnit {
    height: 170px !important;
}

.swiperServiceUnit .swiper-slide {
    width: 300px !important;
    height: 150px !important;
}

.swiperServiceUnit .swiper-slide img {
    box-shadow: none !important;
    width: 85% !important;
}

.container-banner, .swiperBanner {
    width: 100% !important;
    height: 25vw !important;
}

.dropzone {
    border-radius: 0.35rem;
    border: 1px dashed #dde4ea !important;
}

.title-home-page {
    font-size: 2rem !important;
}

.fig-service {
    height: 50vh !important;
    width: 100vh !important;
}

.service-card-child {
    height: 220px !important;
}

.swiperNews .swiper-slide {
    width: 20vw !important;
    min-width: 220px !important;
}

.news-img-card-child {
    margin: auto;
    position: relative;
    overflow: hidden;
    height: 100vw !important;
    max-height: 140px !important;
    border-radius: 0.35rem !important;
}

.news-img-card img, .news-img-card-child img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 0.35rem !important;
}

.news-img-card-all, .news-img-card-all img {
    height: 180px !important;
    width: 100% !important;
    border-radius: 0.35rem !important;
    object-fit: cover !important;
}

.service-img-card img {
    height: 5.5vw !important;
    min-height: 70px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100% !important;      
    height: auto !important;     
    object-fit: contain;
}

.service-card-child span {
    font-size: 0.9rem !important;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.cant-copy, img {
    pointer-events: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cookie-policy {
    bottom: 0px;
    left: 0px;
    background-color: rgb(51, 51, 51);
    padding: 15px 0px;
    z-index: 1000;
}

.cookie-policy button, .welcome-modal button {
    padding: 10px 20px;
    border-radius: 0.35rem !important;
}

.button-cookie-accept {
    background-color: #f1c40f;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.button-cookie-decline {
    background-color: #e74c3c;
    margin-left: 10px;
}

.welcome-modal {
    width: 50vw !important;
    min-width: 400px !important;
    background-color: white;
    border-radius: 0.35rem !important;
}

.welcome-modal img {
    border-radius: 0.35rem !important;
}

.service-unit-modal {
    width: 30vw !important;
    min-width: 400px !important;
}

.service-unit-modal img {
    width: 8vw !important;
    min-width: 135px !important;
}

.close-modal-button {
    top: 5px;
    right: 10px;
    font-size: 25px;
}

.prefix-link-icon:not(.prefix-icon-arrow) .dropdown-item:hover > a:not(.prefix-icon-ignore):before {
    background-color: #006CB5 !important;
}

.btn-primary:not(.btn-noshadow):hover {
    box-shadow: 0 4px 11px #006CB5 !important;
}

.btn-primary:not(.btn-noshadow):hover,
.btn-primary:not(.btn-noshadow):not(.btn-soft):focus,
.btn-primary:not(.btn-noshadow):not(.btn-soft):active {
    box-shadow: 0 4px 11px #006CB5 !important;
}

nav.navbar-light a.nav-link:not(.active):not(:hover) {
    color: black !important;
}

.btn:first-child:active {
    background-color: #0098EF !important;
    border: 1px solid #0098EF !important;
}

.news-main-title {
    font-size: 30px;
}

.news-main-title-all {
    font-size: 16px;
}

.news-main-description, .news-title {
    font-size: 17.5px;
}

.news-main-description-all {
    font-size: 14px;
}

.news-date {
    font-size: 15px;
}

.service-unit {
    color: black !important;
    height: 120px !important;
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #006CB5 0, #336699) !important;
}

.form-check-input:checked {
    background-color: #006CB5;
    border-color: #006CB5;
}

.form-control:focus {
    box-shadow: 0 0 3px #006CB5;
    color: black;
    opacity: 1;
}

.border-primary {
    border: 2px solid #006CB5 !important;
}

#btnScrollTo {
    right: 13px !important;
    bottom: 80px !important;
}

.modal-content {
    max-width: 400px;
}

.modal-dialog-centered {
    justify-content: center;
}

.bg-danh-bo {
    height: 50px !important;
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
}

.modal-unit-service-info {
    min-height: 200px !important;
}

.news-content p, .news-content span {
    font-size: 16px !important;
}

.news-content iframe {
    width: 100% !important;
    border-radius: 0.35rem !important;
}

.news-content .image, .news-content img, .news-img-display img {
    width: 100% !important;
    height: auto !important;
    border-radius: 0.35rem !important;
}

.breadcrumb-water {
    background-image: url('../img/breadcrumb.jpg') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.modal-lg .modal-content {
    max-width: none;
}

.danh-bo-card-child {
    height: 80% !important;
    box-sizing: border-box !important;
}

.bg-danh-bo-button {
    height: 10% !important;
}

.modal-lg .modal-content {
    height: 60vh !important;
    min-height: 500px !important;
}

.select2 {
    width: 100% !important;
}

.card-tab {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

@media only screen and (max-width: 1720px) {
    .service-card-child span {
        font-size: 0.87rem !important;
    }

    .service-card-child {
        height: 235px !important;
    }
}

@media only screen and (max-width: 1200px) {
    /*.service-card-child span {
        font-size: 0.75rem !important;
    }*/
}

@media only screen and (max-width: 1080px) {
    .brand-logo {
        display:none !important;
    }

    .btn-sign-in {
        margin-right: 7px !important;
    }

    .section {
        padding-top: 12vh !important;
    }

    .title-home-page {
        font-size: 1.5rem !important;
    }

    .service-card-child {
        height: 280px !important;
    }
}

@media only screen and (max-width: 960px) {
    .service-card-child {
        height: 290px !important;
    }

    .news-img-card-child {
        max-height: 160px !important;
    }
}

@media only screen and (max-width: 760px) {
    .service-card-child {
        text-align: center !important;
    }

    .card-contact {
        max-width: none !important;
    }
}
