﻿.color-main {
    color: #20398B;
}

.no-filter {
    filter: none !important;
}

.brd-none {
    border: none !important;
}

.border-bottom-red-info {
    border-bottom: 5px #C52A1F solid;
}

.cssulheader {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.cssulheader a.dropdown-item {
        border-radius: 0;
        border-bottom: 1px #C52A1F solid;
        margin-bottom: 0 !important;
}

.cssulheader a.dropdown-item:last-child {
            border-bottom: none;
            border-radius: 0 0 0.5rem 0.5rem;
}

.cssulheader .lihome a.nav-link:hover{background:none;}
.cssulheader .lihome a.nav-link:hover i{color:#C52A1F !important;}

.swiper-zoom-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.swiper-wrapper {
    height: auto !important;
    width: 100%;
}

::selection {
    background-color: #20398B1A;
    color: #000000;
}

blockquote::selection {
    background-color: #20398B1A;
    color: #000000;
}

::-moz-selection {
    background: #20398B1A;
    color: #000000;
}

::-webkit-selection {
    background: #20398B1A;
    color: #000000;
}

@font-face {
    font-family: 'HelveticaBoldVU';
    src: url('font/HelveticaBoldVU.eot');
    src: local('HelveticaBoldVU'), url('font/HelveticaBoldVU.eot?#iefix') format('embedded-opentype'), url('font/HelveticaBoldVU.woff2') format('woff2'), url('font/HelveticaBoldVU.woff') format('woff'), url('font/HelveticaBoldVU.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaRegularVU';
    src: url('font/HelveticaRegularVU.eot');
    src: local('HelveticaRegularVU'), url('font/HelveticaRegularVU.eot?#iefix') format('embedded-opentype'), url('font/HelveticaRegularVU.woff2') format('woff2'), url('font/HelveticaRegularVU.woff') format('woff'), url('font/HelveticaRegularVU.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'HelveticaLightVU';
    src: url('font/HelveticaLightVU.eot');
    src: local('HelveticaLightVU'), url('font/HelveticaLightVU.eot?#iefix') format('embedded-opentype'), url('font/HelveticaLightVU.woff2') format('woff2'), url('font/HelveticaLightVU.woff') format('woff'), url('font/HelveticaLightVU.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
a.card-text:hover{color:#C52A1F;}

body {
    /*font-family: 'HelveticaRegularVU' !important;   */
}
/*Ipad ngang(1024 x 768)*/
@media screen and (min-width: 1024px) {
    .slidehome.swiper-wrapper {
        height: 380px !important;
    }

        .slidehome .swiper-wrapper .swiper-slide .swiper-zoom-container img {
            height: 380px;
        }
}
/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
}
/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 480px) {
    .content-space-1 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .content-space-b-2 {
        padding-bottom: 2rem !important;
    }

    .card-title {
        padding-top: 1rem !important;
    }

    .homepage-CSKH-bg-img {
        background-size: 100% !important;
    }
}
/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {
    .card-title {
        padding-top: 1rem !important;
    }
}
/*Smart phone nhỏ*/
@media screen and (max-width: 240px) {
    .card-title {
        padding-top: 1rem !important;
    }
}
