/*
Theme Name: Flatsome Child
Description: Thicoder developed for Flatsome Theme
Author: Thihm2407
Template: flatsome
Version: 3.12.2
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
:root {
    --headline1: 36px;
    --headline2: 24px;
    --text-sub: 14px;
    --text-small: 12px;
    --main-text-color: #181818;
    --color-hightlight: #B4975D;
}
/* #main, #wrapper {
    width: 100%;
} */
.mb-0 p {
    margin-bottom: 0;
}

p, body {
    line-height: 1.5;
}
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, 
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before{
    content: none !important;
}
.header-nav li.menu-item {
    margin: 0 14px;
}

.header-nav li.menu-item a {
    font-weight: 400;
    padding: 0 !important
}

.header-nav > li.menu-item.current-menu-item > a:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    background: var(--primary-color);
}

.nav:hover>li:not(:hover)>a:before {
    opacity: 1
}

#header {
    /* border-bottom: 1px solid var(--primary-color) */
    border-bottom: 1px solid #40454D;
}
.nav-dropdown-has-border .nav-dropdown{
    border: 1px solid var(--color-hightlight);
    border-radius: 0 0 4px 4px;
	padding: 8px 0;
}
header .nav-dropdown li,
header .nav-dropdown li a{
    margin: 0 !important;
}
header .nav-dropdown li.menu-item a{
    color: var(--main-text-color) !important;
    font-weight: 400;
    border-bottom: 0 !important;
    padding: 8px 15px !important;
	font-size: 16px !important
}
.header-nav li ul.nav-dropdown li a:hover{
    font-weight: 400;
    color: var(--primary-color) !important;
}
.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover{
    background: #fff;
}
.nav-sidebar.nav-vertical>li.menu-item.active > a,
.nav-sidebar.nav-vertical>li.menu-item.active .toggle i{
    color: var(--primary-color);
}
.section-title .section-title-main {
    padding: 0;
    margin: 0;
    border: none;
    text-transform: none;
}
@media(min-width: 549px) {
    .section-title .section-title-main br{
        display: none;
    }
}
.section-title {
    margin-bottom: 0;
    border: none
}

.footer-wrapper .section-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.footer-wrapper .ux-menu .ux-menu-link a {
    padding: 0;
    min-height: unset;
    color: #fff;
}

.footer-wrapper .ux-menu .ux-menu-link:not(:last-child) a {
    margin-bottom: 10px;
}

.footer-wrapper .text-info p {
    margin-bottom: 10px;
}

.absolute-footer {
    display: none !important;
}

.section-banner .banner-layers .text-box-content .text-inner h3 {
    text-transform: none;
    background: linear-gradient(90deg, #B4975D 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0;
    max-width: max-content;
    font-size: 40px;
    margin-bottom: 26px;
}

.section-banner .banner-layers .text-box-content .text-inner p {
    margin: 0;
    font-size: 20px;
}

.section-banner .banner-layers .text-box-content .block-btn .col-inner {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.section-banner .banner-layers .text-box-content .block-btn .col-inner a {
    margin: 0;
    line-height: 50px;
    height: 50px;
    border: none;
    padding: 0 18px;
    max-width: 150px;
    width: 100%;
	gap: 10px;
}

a.button {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
a.back-to-top:hover i{
	color: #fff;
}

a.button i {
    /*margin: 0 15px 0 0 !important;*/
    font-size: 18px;
    top: 0
}

.section-banner .banner-layers .text-box-content .block-btn .col-inner a i {
    font-size: 0
}

a.button i.icon-search::before {
    content: '';
    background-image: url("/wp-content/uploads/2024/10/search-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}

a.button i.icon-dribbble::before {
    content: '';
    background-image: url("/wp-content/uploads/2024/10/book.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 18px;
}

a.button i.icon-feed::before {
    content: '';
    background-image: url("/wp-content/uploads/2024/10/question.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

a.button:hover {
    box-shadow: none
}

a.button.primary:hover {
    background: var(--main-text-color);
}

a.button.black {
    background: var(--main-text-color);
}

a.button.black:hover {
    background: var(--primary-color);
}

.title-main b {
    display: none
}

.section-title-container .section-title-center {
    justify-content: center
}

.title-main .section-title {
    font-size: var(--headline1);
}

.block-formtracuu .col-inner {
    background: url('/wp-content/uploads/2024/10/bg-form.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.block-formtracuu form {
    max-width: 630px;
    padding: 0 15px;
    margin: 0 auto;
}




.list-number .col-inner .box:hover .box-text img{
    animation: code-pro-rung-lac 2s ease infinite;
}
    
@-webkit-keyframes code-pro-rung-lac {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.col-hover-fade .col-inner {
    opacity: 1 !important;
}
.list-number .col-inner .box .box-text {
    position: absolute;
    padding: 0;
    inset: 0;
}

.list-number .col-inner .box .box-text img {
    height: 50px;
    width: auto !important;
    object-fit: contain;
}

.list-number .col-inner .box .box-text .img .img-inner {
    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-number .col-inner .box .box-text .box-text-inner,
.list-number .col-inner .box .box-text .box-text-inner .img{
    width: 100%;
    height: 100%
}
.list-number .col-inner .box .box-image {
    position: static;
}

.list-number .col-inner .box .box-image a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: transparent;
    z-index: 1
}
.list-ungdung .icon-box .icon-box-img img {
    padding: 0;
    height: 70px !important;
    /* width: auto !important; */
    object-fit: contain;
}

.list-ungdung .icon-box .icon-box-img {
    margin-bottom: 30px;
}

.list-ungdung .icon-box .icon-box-text h3 {
    margin-bottom: 15px;
    font-size: var(--headline2);
    color: var(--main-text-color) !important;
}

.list-chiso .box {
    border-radius: 4px;
    overflow: hidden
}

.list-chiso .box .box-text {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
    transform: unset;
    display: flex;
    align-items: start;
    text-shadow: none;
    padding: 30px 18px 30px 30px!important;
}

.list-chiso .box .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.list-chiso .box .box-text h3 {
    margin: 0 0 10px;
    font-size: var(--headline2);

}

.list-chiso .box .box-text p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5
}

.list-chiso .box .box-text a.button {
    margin: 18px 0 0;
    max-width: 120px;
    color: var(--color-hightlight);
    justify-content: center
}

.list-chiso .box .box-text a.button:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

a.button.is-outline {
    border-width: 1px;
	color: #a87c12;
}

@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
        padding-top: 0;
        width: 370px;
    }
}

.tabbed-content {
    gap: 30px;
}

.tabbed-content .nav.nav-vertical {
    border: 1px solid var(--color-hightlight);
    background: #F3F3ED;
    height: 400px;
}

.tabbed-content .nav.nav-vertical li a {
    padding: 0;
    color: var(--main-text-color);
    line-height: 20px;
    padding: 13px 20px;
    min-height: 50px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabbed-content .nav.nav-vertical li.active a {
    background: var(--primary-color);
    color: #fff;
}

.tabbed-content .nav.nav-vertical li {
    border: none !important
}

.tabbed-content .nav.nav-vertical li:not(:last-child) a {
    border-bottom: 2px solid var(--color-hightlight) !important;
}

.tabbed-content .nav.nav-vertical li.active>a:after {
    content: '\f054';
    font-family: fontawesome;
    font-size: 16px;
}

.tabbed-content .tab-panels {
    padding: 0;
    max-height: 400px;
    border: 1px solid var(--color-hightlight);
}

.tabbed-content .tab-panels .panel.active {
    padding: 20px 16px 20px 20px;
}

.tabbed-content .tab-panels .panel {
    overflow-y: auto;
    padding-right: 16px;

}

.tabbed-content .tab-panels .panel.active {
    height: 100%;
}

.tabbed-content .tab-panels .panel p {
    margin-bottom: 25px;
}

.tabbed-content .tab-panels .panel>*:last-child {
    margin-bottom: 0
}

.tabbed-content .tab-panels .panel::-webkit-scrollbar-track,
.accordion .accordion-item .accordion-inner::-webkit-scrollbar-track{
    background-color: #eaeae9;
}

.tabbed-content .tab-panels .panel::-webkit-scrollbar,
.accordion .accordion-item .accordion-inner::-webkit-scrollbar {
    width: 13px;
    background-color: #eaeae9;
}

.tabbed-content .tab-panels .panel::-webkit-scrollbar-thumb,
.accordion .accordion-item .accordion-inner::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
}
.accordion{
    background: #F3F3ED;
    border: 1px solid var(--color-hightlight);
}

.accordion .accordion-item >a{
    font-size: 16px;
    padding: 12px 40px 12px 14px;
    border-top: unset;
}
/* .accordion .accordion-item:not(:first-child) a{
    border-top: 2px solid var(--color-hightlight) !important;
} */
.accordion .accordion-item a.active{
    background: var(--primary-color);
    color: #fff;
    font-weight: 600
}
.accordion .accordion-item .accordion-inner{
    background: #FDFDFB;
    padding: 18px 12px 25px 14px;
    max-height: 435px;
    height: 100%;
    overflow-y: auto
}
.accordion .accordion-item .accordion-inner > *:last-child{
    margin-bottom: 0
}
.accordion .accordion-item .accordion-title button{
    border: none;
    margin: 0;
    transition: unset !important;
    height: unset;
    transform-origin: 50% 50%;
    opacity: 1 !important;
    left: unset;
    right: 0;
    bottom: 0;
    top: 0
}
.accordion .accordion-item .accordion-title button i{
    top: 0;
    transition: unset !important;
    font-size: 24px;
}
.col-flex .col-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.col-flex .col-inner .section-title span {
    font-size: var(--headline2);
}

.col-flex .col-inner a.button {
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;
    color: var(--main-text-color);
    min-height: unset;
    font-size: 14px;
    text-decoration: underline
}

.col-flex .col-inner a.button:hover {
    color: var(--primary-color)
}

.box.box-vertical {
    display: flex;
}

.box.box-vertical .box-image {
    width: 47%;
    border-radius: 4px;
    overflow: hidden
}
@media  (max-width: 549px) {
    .box.box-vertical .box-image {
        width: 74% !important;
    }
    
}

.box.box-vertical .box-text {
    padding: 0 0 0 30px;
}

.post-item .box-text .post-title,
.post-item .box-text .post-title a {
    margin: 0
}

.post-item .box-text .post-title a {
    font-size: var(--headline2);
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color:#FCFCFD !important
}

.post-item .box-text .is-divider {
    display: none !important
}

.post-item .box-text .from_the_blog_excerpt {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #C6C9CF !important;
}

.post-item .box-text a.button {
    margin: 20px 0 0;
    padding: 0;
    border: none;
    line-height: unset;
    min-height: unset;
    text-transform: none;
    font-size: 16px;
    color: var(--main-text-color);
    text-decoration: underline;
    display: inline-block
}

.post-item .box-text a.button:hover {
    color: var(--primary-color)
}

.blog-vertical-normal .post-item .box-text .post-title a {
    font-size: 20px;
    margin: 0
}

.blog-vertical-small .post-item .box-text .post-title a {
    font-size: 16px;
    margin: 0;
    font-weight: 400
}

.blog-vertical-small .post-item .box.box-vertical .box-text {
    padding: 0 0 0 25px;
}

.list-tags a {
    background: #F3F3ED;
    border: none;
    color: var(--main-text-color);
    margin: 0;
    padding: 8px 20px;
    border-radius: 99px;
}

.list-tags .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.form-tracuu .form-block input,
.form-tracuu .form-block select{
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
    border: 1px solid var(--color-hightlight);
    border-radius: 4px;
}
.form-tracuu .block-input{
    display: flex;
    column-gap: 30px;
}
.form-tracuu label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-tracuu .guide{
    margin-bottom: 20px;
    margin-top: 5px;
}
.form-tracuu button{
    margin: 0;
    border: none;
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    background: var(--primary-color);
    width: 100%;
    color: #fff;
    border-radius: 4px;
    height: 50px;
}
.form-tracuu button:hover{
    background: var(--main-text-color);
}
.form-tracuu > span{
    margin-top: 20px;
    display: block
}
#huongdan{
    border-radius: 4px;
}
#huongdan a.button{
    height: 50px;
    max-width: 200px;
    margin: 100px auto 0 !important;
    justify-content: center;
}
#huongdan p{
    margin: 0
}
.blog-wrapper .post-item .box .box-image{
    border-radius: 4px;
}
.blog-wrapper .post-item .box .box-image .image-cover{
    padding-top: 65% !important;
}
/* .blog-wrapper .post-item .box .box-text{
    padding: 0 0 0 15px !important;
} */


.blog-wrapper .much-read .post-item .box .box-text {
    padding-left: 15px !important;
}
.blog-wrapper .much-read .post-item .box.box-vertical {
    margin-bottom: 12px;
    padding-bottom: 12px;
    /* border-bottom: 1px dashed rgb(168 124 18 / 50%); */
    border-bottom: 1px solid #40454D;
}
.blog-wrapper .much-read .post-item {
    padding-bottom: 0 !important;

}
.blog-wrapper .much-read .post-item .box-text .post-title a {
    font-size: 16px;
}



.blog-wrapper .post-item .box-text .post-title a{
    margin-bottom: 4px;
}
.blog-wrapper .post-item .box-text .from_the_blog_excerpt,
.blog-wrapper .coleft .post-item .box-text .from_the_blog_excerpt{
        -webkit-line-clamp: 2;

}
.blog-wrapper .coleft .post-item .post-title a,
.blog-wrapper .colright .post-item .post-title a,
.blog-wrapper .colfull .post-item .post-title a{
    line-height: 1.4
}
.blog-wrapper .coleft .post-item .post-title a{
    font-size: var(--headline2);
}
.blog-wrapper .colright .post-item .post-title a,
.blog-wrapper .colfull .post-item .post-title a{
    font-size: 16px;
}
.blog-single .entry-header{
	margin-top: 15px !important;
}
.blog-single .entry-header .entry-header-text{
    padding-bottom: 20px;
}
.blog-single .entry-header .entry-header-text .entry-title{
    font-size: var(--headline1);
    margin-bottom: 0
}
.blog-single .entry-header .entry-header-text .entry-divider{
    display: none
}
.blog-single .entry-header  a{
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 14px;
}
.blog-single  .entry-image{
    border-radius: 4px;
    overflow: hidden
}
.blog-single article{
    margin: 0
}
.blog-single  .entry-content{
    padding-bottom: 0
}
.post-sidebar aside .widget-title {
    display: block;
    margin-bottom: 14px;
    text-transform: none;
    font-size: 18px;
    line-height: 1.4;
	font-family: "Libre Bodoni", sans-serif;
}
.post-sidebar .is-divider{
    display: none
}
.post-sidebar li{
    border: none;
}
.post-sidebar ul li{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed var(--color-hightlight);
	border-top: 0 !important;
}
.post-sidebar ul li .recent-blog-posts{
    padding: 0
}
.post-sidebar ul li .recent-blog-posts > .mr-half{
    margin-right: 12px;
}
.post-sidebar ul li .recent-blog-posts > .mr-half .badge{
    width: 90px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
	position: relative;
}
.post-sidebar ul li .recent-blog-posts > .mr-half .badge img{
	object-fit: cover;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
	object-position: center;
}
.post-sidebar ul li .recent-blog-posts a{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    margin-bottom: 0
}
.post-sidebar ul li .recent-blog-posts .post_comments{
    display: none
}
.section-blog-page .col1 .post-item .box-text .post-title a,
.section-blog-page .col3 .post-item .box-text .post-title a{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
}
.section-blog-page .col1 .post-item .box-text,
.section-blog-page .col3 .post-item .box-text{
    padding: 15px 0 0;
}
.section-blog-page .col1 .post-item .box-image,
.section-blog-page .col3 .post-item .box-image{
    border-radius: 8px;
}
.section-blog-page .col-2 > .col-inner > .row{
    max-height: 635px;
    overflow-y: scroll;
}
.section-blog-page .col-2 .blog-vertical-small .post-item .box.box-vertical .box-text{
    padding-left: 15px;
}
.section-blog-page .col-2 .blog-vertical-small .post-item{
    margin-bottom: 15px;
}
.section-blog-page .col1 .post-item .box-text .from_the_blog_excerpt,
.section-blog-page .col3 .post-item .box-text .from_the_blog_excerpt{
        -webkit-line-clamp: 3;
}
footer .ux-menu-link:hover a.ux-menu-link__link{
	color: var(--primary-color) !important;
}
.blog-archive .colright .post-item{
    padding-bottom: 20px;
}
.blog-wrapper .colright .post-item .box-text .post-title a{
    margin-bottom: 0;
}
.blog-wrapper .colfull > .col-inner,
.blog-single .related .related-title .col-inner{
    margin-top: 20px;
    padding-top: 30px;
}
.blog-wrapper .colfull > .col-inner:before,
.blog-single .related .related-title .col-inner:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background:  #999999;
    position: absolute;
    top: 0;
}
.blog-wrapper .colfull .box.box-vertical .box-text{
    padding: 0 0 0 15px !important
}
#breadcrumbs{
    padding: 15px 0;
}
#breadcrumbs span *,
#breadcrumbs span{
    color: var(--primary-color);
}
#breadcrumbs span span.breadcrumb_last{
    color: var(--main-text-color);
}
.page-wrapper{
	padding-top: 0 !important;
}
.blog-single .related .related-title h2{
    font-size: 20px;
    margin-bottom: 25px;
}
.blog-single .related .box-vertical .box-text{
    padding: 0 0 0 15px;
}
.blog-single .related .box-vertical .box-text .post-title a{
    font-size: 16px;
}
.blog-vertical-small .post-item .box.box-vertical .box-text .post-title a{
    font-family: "Be Vietnam Pro", sans-serif;
}
.blog-archive .colright .post-item .box-text .from_the_blog_excerpt {
    display: none
}
.blog-wrapper .colfull .post-item,
.blog-single .related .post-item{
    padding-bottom: 0 !important
}
.blog-wrapper .colfull .post-item .box.box-vertical,
.blog-single .related .post-item .box.box-vertical{
    margin-bottom: 12px;
    padding-bottom: 12px;
    /* border-bottom: 1px dashed rgb(168 124 18 / 50%); */
    border-bottom: 1px solid #40454D;
}
.nav-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px
}
.nav-pagination li{
    margin: 0 !important;
        display: flex;
    align-items: center;
    justify-content: center
}
.nav-pagination li > *{
    width: 40px !important;
    height: 40px !important;
    border-radius: 4px !important;
    border: 1px solid var(--primary-color) !important;
    line-height: unset !important;
    min-width: unset !important;
        display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 400 !important
}
.svl_post_view_count{
	display: none !important;
}
@media (min-width: 849px) {
    .blog-wrapper .large-9.col{
        padding-right: 40px;
    }
	.blog-wrapper .large-9.col{
		flex-basis: calc(100% - 330px) !important;
		max-width:  calc(100% - 330px) !important;
	}
	.blog-wrapper .large-3.col{
		flex-basis: 330px !important;
        max-width: 330px !important;
	}
}
/* CSS TABLE & MOBILE */
@media (max-width: 849px) {

    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        background-color: #fff !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a{
        font-size: 16px !important;
        letter-spacing: 0;
        color: var(--main-text-color);
    }
}

/* CSS TABLET */
@media (min-width: 549.1px) and (max-width: 849px) {}

/* CSS MOBILE */
@media (max-width: 549px) {
    :root {
        --headline1: 24px;
        --headline2: 20px;
    }
    .off-canvas-left .mfp-content {
        width: calc(100vw - 65px);
    }
    .section-content > .row:not(.row-collapse) > .col{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .header.show-on-scroll, 
    header .stuck .header-main {
        height: 60px !important;
    }
    #header {
        border-bottom: 1px solid #40454D;
    }
    .section-banner{
        padding-bottom: 0 !important;
    }
    .section-banner .banner-layers .text-box-content .text-inner h3 {
        font-size: 32px;
        margin-bottom: 26px;
        line-height: 40px;
    }
    .section-banner .banner-layers .text-box-content .text-inner p {
        margin: 0;
        font-size: 16px;
    }
    .section-banner .banner-layers .text-box-content .text-inner h3 span{
        width: 100%;
        display: inline-block;
    }
    .section-banner .banner-layers .text-box-content .block-btn .col-inner{
        flex-direction: column;
        align-items: center;
    }
    .section-banner .banner-layers .text-box-content .block-btn .col-inner a:nth-child(2){
        order: 1;
    }
    .section-banner .banner-layers .text-box-content .block-btn .col-inner a:nth-child(3){
        order: 2;
    }
    .section-banner .banner-layers .text-box-content .block-btn .col-inner a:nth-child(1){
        order: 3;
    }
    .title-main .section-title{
        line-height: 36px;
    }
    .list-number {
        display: grid;
        grid-template-columns: repeat(4, 70px);
        gap: 20px;
    }
    .list-number .col-inner .box .box-text img {
        height: 35px;
    }
    .list-ungdung .icon-box .icon-box-img{
        margin: 0 auto 28px;
    }
    .list-ungdung .icon-box .icon-box-text h3 {
        margin-bottom: 8px;
    }
    .list-ungdung .icon-box .icon-box-img .icon-inner{
        text-align: center;
    }
    .row.list-chiso > .col:nth-child(odd){
        padding-right: 1.5px !important
    }
    .row.list-chiso > .col:nth-child(even){
        padding-left: 1.5px !important
    }
    .row.list-chiso > .col{
        padding-bottom: 5px !important
    }
    .list-chiso .box .box-text{
        padding: 20px 15px 15px 15px !important;
    }
    .list-chiso .box .box-text p,
    .list-chiso .box .box-text a.button{
        font-size: 12px;
    }
    .list-chiso .box .box-image .image-cover{
        padding-top: 220px !important;
    }
    .list-chiso .box .box-text a.button {
        max-width: 87px;
    }
    .blog-vertical-large .box-vertical{
        flex-direction: column;
    }
    .blog-vertical-large .box.box-vertical .box-text{
        padding: 20px 0 0;
        
    }
    .blog-vertical-large .post-item .box.box-vertical .box-text .post-title a{
        margin-bottom: 18px;
    }
    .blog-vertical-large .post-item .box.box-vertical a.button{
        display: none;
    }
    .blog-vertical-normal .post-item .box.box-vertical .box-image{
        max-width: 140px;
    }
    .blog-vertical-normal .post-item .box.box-vertical .box-image .image-cover{
            padding-top: 66.25%;
    }
    .blog-vertical-normal .post-item .box.box-vertical .box-text{
        padding: 0 0 0 18px;
    }
    .blog-vertical-normal .post-item .box-text .post-title a{
        font-size: 16px;
        -webkit-line-clamp: 4;
    }
    .post-item{
        padding-bottom: 25px !important
    }
    .section-blog .btn-seemore{
        margin: 0;
        height: 50px;
        justify-content: center
    }
    .blog-vertical-small .post-item .box-vertical .box-image{
        max-width: 100px;
    }
    .blog-vertical-small .post-item .box-vertical .box-image .image-cover{
        padding-top: 66px !important;
    }
    .blog-vertical-small .post-item .box.box-vertical .box-text{
            padding: 0 0 0 16px;
    }
    .blog-vertical-small .col.post-item {
        padding-bottom: 16px !important;
    }
    .list-tags .col-inner{
        gap: 10px;
    }
    .form-tracuu .block-input {
        display: flex;
        column-gap: 8px;
    }
    .mfp-container{
        padding: 16px;
    }
    #huongdan a.button {
        margin: 50px auto 0 !important;
    }
	.section-blog-page .col3 .post-item:nth-child(odd){
    padding-right: 5px;
}
.section-blog-page .col3 .post-item:nth-child(even){
    padding-left: 5px;
}
.section-blog-page .col3 .post-item .box-text .post-title a{
    font-size: 16px;
}
	.blog-wrapper .colfull .box.box-vertical{
    /* display: block; */
}
.blog-wrapper .colfull .box.box-vertical .box-text{
    /* padding: 15px 0 0 !important */
    padding-left: 15px;
}
	.blog-single .related .box-vertical{
    /* display: block */
}
.blog-single .related .box-vertical .box-text{
    /* padding: 15px 0 0; */
    padding-left: 15px;

}
	.blog-archive .colright .post-item .box-text .from_the_blog_excerpt {
        display: -webkit-box;
}
	.blog-wrapper .colright .post-item .box-text .post-title a{
		margin-bottom: 15px;
	}
	.blog-archive .coleft .post-item,
.blog-archive .colright .post-item{
    padding-bottom: 0 !important
}
.blog-archive .coleft .post-item .box,
.blog-archive .colright .post-item .box{
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* border-bottom: 1px dashed rgb(168 124 18 / 50%); */
    border-bottom: 1px solid #40454D;
}
.blog-wrapper .colfull > .col-inner:before{
    content: none;
}
.blog-wrapper .colfull > .col-inner{
    margin-top: 0;
    padding-top: 0
}
		#logo img.header-logo-dark{
		display: block !important
	}
	#logo img.header-logo{
		display: none !important
	}

}
.page-template-page-blank-landingpage #breadcrumbs{
    display: none !important
}



//css đổi ngôn ngữ

    

.container-footer {
    width: 100%;
    max-width: 1200px !important;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.container-footer .language-selector {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

 .container-footer .label {
    font-size: 16px;
    font-weight: bold;

}

.container-footer .dropdown {
    position: relative;
}

.container-footer .dropdown-btn {
    display: flex;
    align-items: center;
    width: 200px;
    background: #222;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    border: none;

    justify-content: space-between;
}

.container-footer .flag {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.container-footer .icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

.container-footer .rotate-180 {
    transform: rotate(180deg);
}

.container-footer .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #222;
    color: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.container-footer .language-option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.container-footer .language-option:hover {
    background: gray;
}

.container-footer .footer {
    padding:0 !important;
    font-size: 14px;
    color: #555;
}
.mask-image {
    mask-image: linear-gradient(to right, black 19%, transparent 100%) !important;
}

.nav-pagination>li>.current {
    color: #EBA2A4 !important;
    border: 1px solid #700B0F !important;
    background: #1A1C1F !important;
  
}
.nav-pagination li > * {
    border: none!important;
    background: #1A1C1F !important;
}




