@charset "UTF-8";
:root {
    --border-color-light: #dee2e6;
}

.border_color_dee2e6 {
    border-color: #dee2e6 !important;
}

.fs-10 {
    font-size: 0.625rem !important;
}

.fs-11 {
    font-size: 0.6875rem !important;
}

.fs-12 {
    font-size: 0.75rem !important;
}

.fs-13 {
    font-size: 0.8125rem !important;
}

.fs-14 {
    font-size: 0.875rem !important;
}

.fs-15 {
    font-size: 0.9375rem !important;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-17 {
    font-size: 1.0625rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-19 {
    font-size: 1.1875rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.color_7ABEB9 {
    color: #7ABEB9;
}

.bg_7ABEB9 {
    background-color: #7ABEB9;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: var(--bs-danger);
    opacity: .85;
}

.container {
    min-width: 320px;
    max-width: 768px;
}

.main_wrapper {
    min-height: 100vh;
}


/* <576(xs) 576(sm)  768(md)  992(lg) 1200(xl) 1400(xxl) */

.swiper_slide_index {
}

.swiper_slide_content_box .img img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}


#offcanvas_major .image_major {
    width: 1.25rem;
    height: 1.25rem;
}

.input_item {
    padding: 0 !important;
    margin: 0 !important;
}

.input_item:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}


@media (max-width: 768px) {
    html {
        font-size: 20px;
    }
}

@media (max-width: 576px) {

    html {
        font-size: 18px;
    }
}

@media (max-width: 320px) {

    html {
        font-size: 16px;
    }
}


@media (min-width: 768px) {
    html {
        font-size: 24px;
    }
}










































































































































































