.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;
}

.rounded-5{
    border-radius: 0.5rem;
}

.object-cover {
    object-fit: cover !important;
}
.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-8>.row{
    margin-left: -8px;
    margin-right: -8px;
}
.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);
}
.shadow-1{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.shadow-2{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: #e8fafd;
}
.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;
}





.search-mb .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-mb:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.search-mb .btn-action-header i {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    transition: background-color .3s, opacity .3s;
	webkit-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.fixed .menu-section > ul > li > a {
    height: 4rem;
    line-height: 4rem;
}
.intro-item .inner-content {
    background-size: 42% 40% !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    overflow: hidden;
}
.intro-item .album-image .img {
    height: calc(50% - 3rem);
}
.kn-item:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
    background: rgb(2 2 2 / 40%);
}
.kn-item .inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
}
.kn-item:hover .inner-content {
    display: none;
}
.box-content-hover {
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.kn-item:hover .box-content-hover{
    opacity: 1;
}
.kn-item:hover:before{
    background: rgb(2 2 2 / 70%);
}
.kn-item h4 {
    line-height: 1.4;
}

.item-banner a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -ms-transition: -ms-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
}
.item-banner a:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
}
.newsletter .form-control {
    height: 5rem;
}
.btn-newsletter {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 0 0.5rem 0.5rem 0;
    height: 4.6rem;
    line-height: 4.6rem;
    padding: 0 2rem;
    font-size: 1.8rem;
}
.blog-home .left .article-item .inner-image>div {
    padding-top: 55%;
}

.blog-home .left .inner-content h4 {
    font-size: 1.8rem !important;
}
.banner-video .item::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.banner-video .item .content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.banner-video .item .content h2 span {
    color: var(--color-highlight);
}
.banner-video video {
    height: 35vw;
    width: 100%;
    object-fit: cover;
}
.swiper-btn i {
    width: 34px;
    height: 34px;
    border: 2px solid;
    text-align: center;
    line-height: 33px;
    border-radius: 50px;
    display:block;
}

.swiper-btn i:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: white;
}
.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;
}
footer {
    padding-top: 3rem;
}
.copyright>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-section li a {
    color: white;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-left: 1rem;
    background: var(--color-highlight);
    font-size: 1.5rem;
}

.social-section li a:hover {
    color: white;
    border-color: var(--color-highlight);
    background: var(--color-highlight);
}
.breadcrumbs-container .image img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}
.breadcrumbs-container .image:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0.5rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
.contact-page .right .icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
.media-item a{
    cursor: pointer;
}
.setting-menu-mb>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: end;
}

.setting-menu-mb .logo-flex {
    flex: 1;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
@media (max-width:992px) {
    .setting-menu>.container>.row>div{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .kn-item .box-content-hover {
        opacity: 1;
    }
    
    .kn-item .inner-content {
        display: none;
    }
    .banner-video video {
        height: 50vh;
    }
}
@media (max-width:991px) {
    .logo-section img {
        height: 2.5rem;
    }
}


@media (max-width:768px) {
    .restaurant-section .inner-image>div, .kn-item .inner-image>div {
        padding-top: 100%;
    }
}

@media (max-width:767px) {
    .banner-video .content .display-2 {
        font-size: 3.6rem;
    }
    .breadcrumbs-container .image img {
        height: 20vh;
    }
}

