.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.line-clamp-1 {
    -webkit-line-clamp: 1 !important;
}

.line-clamp-2 {
    -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
    -webkit-line-clamp: 3 !important;
}

.line-clamp-4 {
    -webkit-line-clamp: 4 !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.menu_top > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_top .menu-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}

.menu_top .menu-content .active {
    color: white !important;
} 

.menu_top .menu-content a {
    text-transform: none;
    font-weight: 400;
    margin: 0 1.6rem;
    line-height: 4rem;
}

.menu_top .menu-content li:last-child a {
    background-color: var(--color-main);
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 0;
    overflow: hidden;
}

.menu_top .menu-content li:last-child a::before {
    content: "\f0a9";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 1.4rem;
    padding-right: 5px;
}

.menu_top a {
    font-size: 20px;
}

header {
    position: relative;
}

body:not(.is-mobile) .setting-menu .menu-section > ul > li > a {
    color: white;
}

.setting-menu {
    background-color: var(--color-highlight);
    position: relative;
}

.setting-menu .menu-section > ul > li > a {
    color: var(--color-main);
}

.slider_setting {
    /* position: absolute; */
    /* inset: 0; */
    /* z-index: -1; */
}

.bd_radius {
    overflow: hidden;
    border-radius: 50%;
}

.read_more_ct {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: var(--color-black);
}

.item_nimation-y {
    transition: all .4s linear;
    padding: 2rem;
}

.item_nimation-y:hover {
    transform: translateY(-15px);
}

.item_nimation-y:hover .inner-image img {
    opacity: 0.6;
}

.bv_title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: 42px;
    margin-bottom: 8px;
}

.bv_description {
    color: #BDB5B5;
    font-size: 16px;
}

.bv_content > div {
    margin: 0;
    padding: 0;
    display: flex;
}

.bv_content span {
    background-color: var(--color-highlight);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 5rem;
    height: 5rem;
}

.bv_content i {
    font-size: 2.5rem;
    line-height: 5rem;
    color: white;
    font-family: 'Font Awesome 6 Pro';
}

.feature-item {
    position: relative;
    /* padding: 10px 30px; */
}

.sllide-title a {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
}

.img-contract {
    border-radius: 50%;
    overflow: hidden;
    width: 240px;
    aspect-ratio: 1;
    max-width: 100%;
    border: 5px solid var(--color-highlight);
    margin: auto;
}

.img-contract img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-contract {
    border-radius: 50%;
    overflow: hidden;
    width: 102px;
    height: 102px;
    line-height: 92px;
    border: 3px solid var(--color-highlight);
    text-align: center;
    color: #384c3f;
    font-size: 52px;
    margin: auto;
}

.title_tk {
    font-size: 14px;
    color: var(--color-black);
    font-weight: 700;
    text-align: center;
    padding: 11.5px 0;
}

.gallery_item {
    position: relative;
}

.gallery_item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2rem;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background-color: var(--color-highlight);
}

.gallery_item .inner-content .article-title a {
    color: white !important;
}

.w-custom {
    min-height: auto !important;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

.pt_custom {
    padding-top: 10rem;
}

.pb_custom {
    padding-bottom: 10rem;
}

.pb_5r {
    padding-bottom: 5rem;
}

.box_shadow {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1);
}

.our_blog .inner-content {
    position: relative;
    padding: 20px 30px 30px;
}

.tag_and_date {
    position: absolute;
    top: -24px;
    left: 30px;
}

.tag_and_date a {
    color: var(--color-highlight);
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    background: #f4faf4;
    padding: 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.fs-400 {
    font-weight: 400 !important;
}

.our_blog .article-title.sllide-title {
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 10px;
}

.radius-5 {
    overflow: hidden;
    border-radius: 5px;
}

.radius-10 {
    overflow: hidden;
    border-radius: 10px;
}

.category_custom:hover {
    color: white;
    background-color: var(--color-highlight);
    transition: all .1s linear;
}

.footer_social .social_item {
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_social .social_item:hover {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight) !important;
    transition: all .3s linear;
}

.footer_social .social_item i {
    color: white;
    font-size: 16px;
}

.footer_title {
    color: var(--color-highlight);
    font-size: 24px;
    font-family: 'utm_cafeta';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
}

.footer_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--color-highlight);
}

.social_title {
    color: white;
    font-size: 20px;
}

.website_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
    letter-spacing: 0.4px;
}

.website_description span {
    color: var(--color-highlight);
}

.border-top_cs {
    border-top: 1px solid var(--color-text);
}

.footer-menu-section ul {
    list-style-type: circle;
}

.footer-menu-section li  {
    color: white;
}

.footer-menu-section li::marker {
    font-size: 2rem;
}

.footer-menu-section li:hover::marker  {
    color: var(--color-highlight);
}

.ft_menu_item {
    font-size: 16px;
    font-weight: 400;
    vertical-align: baseline;
}

.tnp-email,
.tnp-submit {
    height: 34px;
    width: 100%;
    line-height: 34px;
    border-radius: 5px;
}

.tnp-email {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
}

.tnp-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.fw-500 {
    font-weight: 500 !important;
}

.fs-22 {
    font-size: 22px !important;
}

.img-wh_custom {
    width: 50px;
    height: 50px;
}

.copyright {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.footer-last .active {
    color: white !important;
}

.footer-last ul {
    text-align: right;
    margin: 0;
}

.footer-last li {
    border-right: 1px solid var(--color-text);
    margin: 0 !important;
    padding: 0 1rem;
    display: inline-block;
}

.footer-last li::marker {
    content: none;
}

.footer-last li:last-child {
    border: none;
    padding-right: 0;
}

.footer-last li > a {
    font-weight: 500;
    font-size: 14px;
    color: white;
}

.sc_top {
    position: absolute;
    top: -10px;
    right: -9px;
    font-size: 18px;
    color: var(--color-highlight);
}

.breadcrum {
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 4rem 0;
}

.breadcrum h1 {
    color: white;
    margin: 0;
    font-size: 5rem;
}

@media (max-width: 850px) {
    .sub-title {
        font-size: 17px;
    }
    
    .title-section {
        font-size: 28px;
        line-height: 36px;
    }
    
    .mobie_bv .bd_radius {
        border-radius: 10px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .bv_main {
        padding: 3rem 2rem 0;
    }
    
    .bv_title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .copyright {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .menu_top {
        display: none;
    }
}

@media (max-width: 992px) {
    .contact_form > .row > div:last-child {
        padding: 0;
        margin-top: 2rem;
    }
    #nh-admin-bar {
        display: none;
    }
}

@media (max-width: 768px) {
    .admin-minimize .setting-menu > .container > .row > div {
        max-width: 50%;
    }
    
    .menu-section .menu-link {
        color: var(--color-main);
    }
    
}

@media (max-width: 576px) {
    .banner_highlight {
        margin-bottom: -108px !important;
    }
}

.search_blog {
    border: 1px solid var(--light);
    border-radius: 30px;
    overflow: hidden;
}

.search_blog input {
    border: none;
    outline: none;
    padding-left: 2rem;
    height: 50px;
}

.search_blog button {
    padding: 0 3rem;
    margin: 0.4rem;
    border-radius: 25px !important;
    overflow: hidden;
    line-height: 0;
}

.lb-content {
    padding: 2rem;
}

.article-category a {
    color: var(--gray-bold);
}

.product-item.shadow {
    margin-bottom: 0rem !important;
    overflow: hidden;
}

.product-item.shadow:hover .inner-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.product-item.shadow:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}

.hover-content {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    background-color: white;
    transform: translateY(250px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s ease-in-out;
}

.hover-content .product_description {
    padding: 1rem 0;
}

.div_content-48 > div {
    width: 48%;
}

.mb_8 {
    margin-bottom: 8rem;
}

.contact_icon {
    cursor: pointer;
    font-size: 6rem;
    color: var(--gray-bold);
}

.contact_icon:hover,
.contact_title:hover {
    color: var(--color-highlight);
}

.contact_title {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.contact_description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
}

.contact_description a {
    font-size: 15px;
    font-weight: 500;
    color: var(--gray-bold);
    word-wrap: break-word;
}

.bd_top {
    border-top: 1px solid #e3e3e3;
}

.mh-52 {
    min-height: 52px;
}

.h12r {
    height: 12rem !important;
}

.img_custom {
    height: 24px;
    object-fit: contain;
}

.cs-poiter {
    cursor: pointer;
}

.btn-quantity i {
    font-size: 11px;
    font-weight: 600;
}

.home_bv .title_content,
.mobie_bv .title_content .right_description {
    padding-bottom: 0;
}

.home_bv .article-item {
    margin-bottom: 0;
}

.header_search {
    width: 530px;
    max-width: 100%;
    margin: auto;
}

.header_search input {
    height: 44px;
    background-color: #ffffff6e;
    border-radius: 5px;
}

.header_search input::placeholder {
    color: var(--white);
}

.header_search button {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 38px;
    line-height: 38px;
    width: 38px;
    padding: 0;
    font-size: 18px;
}

.banner_highlight {
    transform: translateY(-50%);
    margin-bottom: -120px;
    position: relative;
    z-index: 9;
}

.bg-image {
    background-position: bottom;
    background-size: auto calc(50% + 17px);
    background-repeat: repeat-x;
}

.item_over_img {
    position: relative;
}

.item_over_img .inner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    background: linear-gradient(
      rgba(0, 0, 0, 0.0),
      rgba(0, 0, 0, 0.8));
}

.item_over_img .article-title {
    line-height: 1.3;
}

.item_over_img .article-title a {
    font-size: 16px;
    color: var(--white);
}

.item_over_img .post-date,
.item_over_img .article-category,
.item_over_img .article-category a { 
    font-size: 12px;
    color: var(--white);
}

.item_over_img .article-title a:hover,
.item_over_img .article-category a:hover {
    color: var(--color-highlight) !important;
}

.navigation_custom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

.navigation_custom .swiper-button-prev,
.navigation_custom .swiper-button-next {
    background-color: var(--color-highlight);
    width: 28px;
    height: 30px;
    position: static;
    display: inline-flex;
    transform: none;
    color: var(--white);
    border-radius: 4px;
}

.navigation_custom .swiper-button-prev {
    margin-right: 3px;
}

.item_over_small .inner-content {
    padding: 10px 12px;
}

.item_over_small .article-title a {
    font-size: 14px;
}

.home_banner img {
    height: 120px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}

.box-title {
    position: relative;
    margin-bottom: 15px;
}

.box-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: var(--color-highlight);
}

.box-title .title-section {
    font-family: 'utm_cafeta';
    background-color: var(--color-highlight);
    border-radius: 7px 7px 0 0;
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    padding: 12px 12px 4px;
}

.box-title .title-section a {
    color: var(--white);
}

.item_home .article-title {
    font-size: 16px;
}

.block-border-bottom {
    border-bottom: 1px dashed var(--gray-bold);
    margin-bottom: 30px;
}

.tintuc_setting > .container > .row > div:first-child {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.tintuc_setting > .container > .row > div:first-child > div {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    background-color: #1b1613;
}

.footer-content {
    color: #FFF;
}

.footer-content p {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.footer-content p i {
    width: 24px;
    display: inline-block;
}

.view_counter p {
    justify-content:space-between;
}

.view-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-item {
    display: inline-flex;
    flex: 1 1 20%;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.2);
    color: var(--white);
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 30px;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 12px;
}

.topbar-section {
    font-size: 20px;
    font-family: 'utm_cafeta';
}

.header--background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.header--background svg {
    width: 30%;
}

.setting-menu .row > div {
    position: static;
    z-index: 1
}

@media(max-width: 768px) {
    .setting-menu .row > div {
        position: relative;
        z-index: 0
    }
}







