.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-22{
    font-size: 2.2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.object-cover {
    object-fit: cover !important;
}
.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-300{
    font-weight: 300 !important;
}
.color-text {
    color: var(--color-text);
}
.text-underline{
    text-decoration: underline;
}
.bg-main {
    background: var(--color-main);
}


.intro-section .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.intro-section .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(0 0 0 / 82%));
}
header .intro-section ul {
    display: block !important;
}
.intro-section ul li {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}
.intro-section ul li a {
    display: flex;
    width: 6.2rem;
    height: 6.2rem;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.intro-section ul li:nth-child(1) a {
    background: #627aad
}

.intro-section ul li:nth-child(2) a {
    background: #125688
}

.intro-section ul li:nth-child(3) a {
    background: #d62d20
}

.intro-section ul li:nth-child(4) a {
    background: #212121;
}

.banner-section .item-banner a::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.banner-section .info {
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    z-index: 5;
    transform: translateY(-50%);
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.banner-section .item-banner .image {
    padding-top: 80%;
}
.banner-section .info i {
    display: flex;
    width: 7.5rem;
    height: 7.5rem;
    background: var(--color-highlight);
    color: #FFF;
    text-align: center;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    margin: 0 auto;
}
.banner-section .item-banner .info i:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.banner-section .item-banner:hover .info {
    margin-top: -2rem;
}
.entire-info-website .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
}

.entire-info-website .info {
    position: absolute;
    top: 25%;
    transform: translateY(-25%);
    text-align: center;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}

header .intro-section img{
    height: 35vw !important;
}
.title-section:before {
    content: '';
    height: 4px;
    width: 20px;
    background: var(--color-highlight);
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -10px;
}
.contact-page input.form-control {
    height: 6rem;
}
.contact-page .form-control {
    border-radius: 0.3rem;
    border: 1px solid #f3f3f3;
    padding: 1.5rem 2rem;
}
.contact-page .form-group {
    margin-bottom: 3rem;
}
.article-detail h2 {
    font-size:2.5rem
}
.article-detail h3 {
    font-size:2rem
}
.article-detail h4 {
    font-size:1.6rem
}
.article-detail h5, .article-detail h6 {
    font-size:1.4rem
}

.swiper .article-item.swiper-slide{
    height: auto;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
@media (max-width:992px) {
    .nh-admin-bar {
        display: none;
    }

}
@media (max-width:991px) {
    .logo-section img {
        height: 2.5rem;
    }
    
    header .intro-section ul li a {
        width: 5rem;
        height: 5rem;
        font-size: 1.8rem;
    }
}

@media (max-width:767px) {
    .intro-section, .intro-section .content {
        height: auto !important;
    }
    .intro-section .info h2 {
        font-size: 2rem !important;
    }
    
    .intro-section .info h1 {
        font-size: 2.7rem !important;
    }
    header .intro-section .info {
        position: relative;
        top: unset;
        transform: unset;
        margin-top: 2rem;
    }
    
    header .intro-section .content:before {
        opacity: 0;
    }
    
    header .intro-section .info h2 ,header .intro-section .info h1 {
        color: var(--color-main) !important;
    }
    
    header .intro-section ul {
        display: flex !important;
        justify-content: center;
    }
    
    header .intro-section ul li {
        margin: 0 1rem;
    }

}

