.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 {
    overflow: hidden;
}
.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);
}
.p-2rem {
    padding: 2rem;
}
.mb-2rem {
    margin-bottom:2rem;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0; 
}
[class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}



.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-top-section .menu-section > ul > li > a {
    height: 3rem;
    line-height: 3rem;
    color: white;
    font-size: 1.2rem;
}

.menu-top-section .menu-section > ul > li:first-child a {
    padding-left: 0;
}
.social-top li a {
    color: var(--gray-bold);
    font-size: 1.5rem;
    margin-left: 1.6rem;
}
.social-top li a:hover {
    color: var(--color-highlight);
}

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

.article-item-1:before {
    top: 15% !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    transition: 0.2s all ease-in-out;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.article-item-1 .inner-content {
    position: absolute;
    padding: 1.5rem;
    bottom: 0;
    z-index: 2;
}
.news-2 .left .article-item .inner-image>div {
    padding-top: 95%;
}
.news-2 .left .article-item .inner-content h4, .news-4 .top .article-item .inner-content h4 {
    font-size: 1.7rem !important;
}
.title-wrap {
    border-bottom: 2px solid rgba(155, 155, 155, 0.1);
}
.title-wrap > h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.2rem;
    width: 3rem;
    height: 0.2rem;
    background-color: var(--color-highlight);
    margin: 0;
}

.social-section .item:nth-child(1) a , footer .social-top li:nth-child(1) a:hover{
    background: #1a4fc5;
}
.social-section .item:nth-child(2) a, footer .social-top li:nth-child(2) a:hover {
    background: #19abcc;
}
.social-section .item:nth-child(3) a, footer .social-top li:nth-child(3) a:hover {
    background: #e62e3f;
}
.social-section .item:nth-child(4) a, footer .social-top li:nth-child(4) a:hover {
    background: radial-gradient(circle at 0 130%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #8e28eb 90%);
}

.social-section i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 100%;
    width: 3.4rem;
    height: 3.4rem;
    background-color: rgba(255, 255, 255, 0.08);
}
.sidebar-right>.container>.row>div{
    height: 100%;
}
.sidebar-right>.container>.row>div:nth-child(2).fix {
    position: sticky;
    top: 0;
    z-index: 1;
}

.swiper-button-prev, .swiper-button-next {
    background: var(--color-main);
    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;
}
.form-group {
    margin-bottom: 1.5rem;
}
footer {
    background: var(--color-main);
}
footer .title-wrap {
    border: none;
    color: white;
}

footer .title-wrap > h3 {
    font-size: 1.5rem !important;
    padding-bottom: 0 !important;
}

footer .title-wrap > h3:after {
    opacity: 0;
}

footer .categories-section a {
    color: white;
}

footer .categories .categories-section > li > a {
    border-bottom: 1px solid #252525 !important;
    padding-left: 2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
footer .categories .categories-section > li > a span {
    color: var(--color-text);
}
footer .article-item .inner-content h4 a {
    color: white !important;
}
footer .article-item .inner-content h4 a:hover {
    color: var(--color-highlight) !important;
}
footer .categories .categories-section > li:last-child > a {
    border: none !important;
}
footer .logo-section img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-middle {
    border-top: 1px solid rgb(155 155 155 / 10%);
}
footer .social-top>ul {
    justify-content: end;
}

footer .social-top li a {
    display: flex;
    width: 3.4rem;
    height: 3.4rem;
    background-color: rgb(155 155 155 / 5%);
    font-size: 1.6rem;
    color: white;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

footer .social-top li a:hover {
    color: white;
}
.form-control {
    height: 5rem;
    border-color: #e9e9e9;
}


.contact-page .right .icon {
    width: 7rem;
    height: 7rem;
    min-width: 7rem;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    width: 4.5rem;
    height: 4.5rem;
    background: #37b222;
    line-height: 4.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 (min-width:768px) {
    .news-1 .left .article-item .inner-content h4 , .news-9 .top .article-item .inner-content h4 {
        font-size: 2rem !important;
    }
    .news-1 .right>.row>div:first-child .article-item .inner-image>div {
        padding-top: 35.3%;
    }
    .news-1 .right>.row>div:first-child .article-item .inner-content h4 {
        font-size: 1.7rem !important;
    }
    .news-1 .right>.row>div:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .news-9 .top .article-item .inner-image>div {
        padding-top: 45%;
    }
}
@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: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 (max-width:768px) {
    footer .logo-section {
        margin-bottom: 1.5rem;
    }
    
    
    footer .social-top li a {
        margin-left: 0;
        margin-right: 1rem;
    }
    
    footer .social-top {
        margin-top: 1.5rem;
    }
    footer .social-top>ul{
        justify-content: start;
    }
}
@media (max-width:991px) and (min-width:768px) {
    .news-1 >.row>div .article-item .inner-image>div {
        padding-top: 100%;
    }
    
    .news-1 .right>.row>div:first-child .article-item .inner-image>div {
        padding-top: 48.5%;
    }

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

