.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;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}
.rounded-5{
    border-radius: 0.5rem;
}
.rounded-10{
    border-radius: 1rem;
}

.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: #f5f8fa;
}
.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);
}


.news-header h3 {
    font-size: 1.3rem;
    min-width: 5vw;
    text-align: left !important;
    margin-bottom: 0 !important;
    min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	margin-right: 1rem;
}
.news-header .title-section:before {
    content: "\f0e7";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 1.1rem;
    padding-right: 0.1rem;
}
.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;
}

.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;
}
.news-1 .article-item:before {
    top: 15% !important;
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%) !important;
    transition: 0.2s all ease-in-out;
    opacity: 0.93;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.news-1 .article-item .inner-content {
    position: absolute;
    padding: 4%;
    bottom: 0;
    z-index: 2;
}
.news-1 .center .article-item .inner-image>div {
    padding-top: 76.4%;
}
.news-1 .center .article-item .inner-content h4 {
    font-size: 2rem !important;
}
.news-3>.row>div:nth-child(1) .article-item>.row>div, .news-3>.row>div:nth-child(2) .article-item>.row>div, .news-3>.row>div:nth-child(3) .article-item>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.news-3>.row>div:nth-child(1) .article-item .inner-image>div, .news-3>.row>div:nth-child(2) .article-item .inner-image>div, .news-3>.row>div:nth-child(3) .article-item .inner-image>div {
    padding-top: 66.666667%;
    margin-bottom: 1rem;
}
.news-3>.row>div:nth-child(n+4) .article-item .article-category, .news-3>.row>div:nth-child(n+4) .article-item .post-date  {
    display: none;
}

.news-3>.row>div:nth-child(n+4) .article-item h4 {
    font-size: 1.4rem !important;
}
.news-5 .inner-content h4 a {
    color: white !important;
}

.news-5 .right .inner-content .article-description {
    display: none;
}

.news-5 .left .inner-content h4 {
    font-size:2rem !important
}
.news-6 .right .article-description, .news-6 .bottom .article-description {
    display: none;
}
.news-6 .left .inner-content h4 {
    font-size: 2rem !important;
}
.news-6 .left .inner-image>div{
    padding-top:80%
}
.news-7 .article-item .inner-image>div {
    padding-top: 55%;
}
.news-7 .article-item {
    margin-bottom: 1.5rem !important;
}
.news-8 .article-item {
    height: auto;
    background: #f5f8fa;
    padding: 1rem;
    margin-bottom: 1.5rem !important;
}
.social-section .item:nth-child(1) {
    background: #1a4fc5;
}
.social-section .item:nth-child(2) {
    background: #19abcc;
}
.social-section .item:nth-child(3) {
    background: #e62e3f;
}
.social-section .item:nth-child(4) {
    background: radial-gradient(circle at 0 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #8e28eb 90%);
}
.social-section .item:nth-child(5) {
    background: #bb0720;
}
.social-section .item:nth-child(6) {
    background: #0f404e;
}
.news-10 .top .article-item .article-description {
    display: none;
}

.news-10 .bottom .article-item {
    margin-bottom: 1.5rem !important;
}
.news-11 .article-item .article-description {
    display: none;
}
.swiper-button-prev, .swiper-button-next {
    background: var(--color-highlight);
    color: white !important;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity:0.8;
}
.swiper .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;
}
.newsletter .form-control {
    height: 5rem;
    border-radius: 0.5rem;
}
.form-group {
    margin-bottom: 1.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;
}
.social-section li a {
    color: var(--gray-bold);
    font-size: 1.5rem;
    margin-right: 1.6rem;
}
.social-section li a:hover {
    color: 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;
}

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

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
@media (max-width:1000px) {
    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(1) {
        order: 2;
    }
    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(2) {
        order: 1;
    }
    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(3) {
        order: 3;
    }
}

@media (min-width:1000px) {
    .setting-menu-mb >.container > .row > div>div:nth-child(1) {
        order: 2;
    }
    .setting-menu-mb >.container > .row > div>div:nth-child(2) {
        order: 1;
    }
    .setting-menu-mb >.container > .row > div>div:nth-child(3) {
        order: 3;
    }
}

@media (max-width:767px) {
    .breadcrumbs-container .image img {
        height: 20vh;
    }
    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

