/*
Theme Name: bictweb-child
Description: This is a child theme for BICTweb.vn
Author: BICTweb.vn
Template: flatsome
Version: 3.17.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.h-100 {
	height: 100% !important;
}
.col.post-item {
	overflow: hidden;
}
.header_top {
    background-color: #eeefef;
    padding: 12px 30px;
}
.social a:not(:last-child) {
    margin-right: 29px;
}
.header_top-content a, .header_top-content span {
    color: #2c3638;
    font-size: 14px;
}
.header_top-content a {
    margin-right: 30px;
}
.header_top-content i {
    color: rgba(44, 54, 56, 0.6);
    font-size: 16px;
    margin-right: 7px;
}
.header_top-content img {
    margin-right: 7px;
}
.post-title a,
.post-title span {
    height: 2.6em;
    font-size: 1.375rem;
font-size: 1.125rem;
    overflow: hidden;
/* 	two line */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dark .heading-font, .dark a.lead, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark label, .hover-dark:hover a, .hover-dark:hover h1, .hover-dark:hover h2, .hover-dark:hover h3, .hover-dark:hover h4, .hover-dark:hover h5, .hover-dark:hover h6, .hover-dark:hover p {
    color: #fff;
}

/* .col.post-item .box-image {
    min-width: 165px;
    vertical-align: top;
} */
.overlay-icon {
    margin-left: auto;
	margin-right: auto;
}
/* language */
ul.header-nav.header-nav-main.nav.nav-right .header-language-dropdown {
    height: 100%;
    background: #c22219;
    padding: 0px 16px;
    color: #fff;
}
.header-wrapper.stuck .header-nav.header-nav-main.nav.nav-right .header-language-dropdown {
    height: 100%;
    background: #c22219;
    padding: 0px 16px;
    color: #fff;
}

.header:not(.transparent) .header-nav-main.nav.nav-right  > li:not(.header-search-dropdown) > a {
    color: #fff;
	padding: 10px
}
.header:not(.transparent) .header-nav-main.nav.nav-right  > li > a:hover {
    color: #fff;
	padding: 10px
}
.header:not(.transparent) .header-nav-main.nav.nav-right .image-icon {
    display: none;
}


.header:not(.transparent) .header-nav-main.nav.nav-right .nav-dropdown {
    min-width: 78px;
}

.header-wrapper.stuck:not(.transparent) .header-nav-main.nav.nav-right  > li > a {
    height: 70px;
    padding: 0 10px;
}
.header-wrapper.stuck .header-nav-main.nav  > li > a {
    line-height: 50px
}
.nav  > li.header-language-dropdown a {
    font-size: .8rem
}
.nav  > li.header-language-dropdown a {
    font-size: .8rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.nav  > li.header-language-dropdown a .image-icon {
	margin-top: -3px;
}

.slider-nav-outside .flickity-prev-next-button.next,
.slider-nav-outside .flickity-prev-next-button.previous {
	border: 2px solid #1d57a5;
	background: #1d57a5;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	opacity: 1!important;
}
/* Menu style */
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    border-radius: 0px;
    margin: 0 10px;
    padding-left: 10px;
    padding-right: 5px;
}
.header-nav-main .sub-menu li>a{
	font-size: 130%;
}
.header-wrapper .nav li.has-icon-left>a>i {
    margin-right: 3px;
    font-size: .8rem;
}
.header-wrapper .nav li.has-icon-left>a>i.fa.fa-home {
    margin-right: 3px;
    font-size: .8rem;
    min-height: 3.4rem;
    display: flex;
    align-items: center;
}

/* Bage blog style */
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    background-color: lab(52 71.8 50.42 / 0.9);
}
.box-badge .box-text {
    background-color: hsl(0deg 0% 100% / 90%);
    bottom: 0;
    padding: .8em 1em 1em;
    position: absolute;
    transition: background .3s;
    z-index: 1;
}

.box-badge.has-hover .box-text .cat-label.tag-label {
    background: transparent;
    color: #333;
    font-size:0.8rem;
	display:flex;
	align-items:center;
	gap: 8px;
	transition:all ease .3s;
}
.box-badge.has-hover .box-text .cat-label.tag-label:before {
	content: " ";
	display: flex;
	height: 2px;
	width: 40px;
	background: #ccc;
	transition:all ease .3s;
}
.box-badge.has-hover:hover .box-text .cat-label.tag-label:before {
	width: 60px;
}
.box-badge.has-hover:hover .box-text .cat-label.tag-label,
.box-badge.has-hover:active .box-text .cat-label.tag-label,
.box-badge.has-hover:focus .box-text .cat-label.tag-label{
    color: #f9f9f9;
}
.box-badge .box-text a:not(.button) {
	font-size: 1.6rem;
	height: 2rem;
	font-weight: 400;
	margin-top: 0.6rem;
}
.box-badge .is-divider {
	display: none
}
/* style bag project */
.box-badge .box-text.dark {
    background: transparent;
    position:absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    white-space: nowrap;
    display: flex;
    align-items: stretch;
    padding: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.box-badge:hover .box-text.dark,
.box-badge:active .box-text.dark,
.box-badge:focus .box-text.dark {
	background: transparent;
}
.box-badge.has-hover .box-text.dark .cat-label.tag-label {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all ease .3s;
    position: absolute;
    top: 27%;
    left: -32%;
    right: 0;
    bottom: 0;
    width: 50%;
    transform: rotate(90deg) translateY(-125%);
    background: #f00;
    padding: 1rem;
    color: #fff;
    height: 50px;
    flex-direction: row-reverse;
}
.box-badge .box-text.dark .post-title {
	display: block;
	width: 100%;
}
.box-badge .box-text.dark .post-title a {
	background: hsl(0deg 0% 100% / 90%);
	border-left: 45px solid #1d57a5;
	display: flex;
	width: 100%;
	color: #333;
	padding: 1rem;
	margin: 0;
	margin-bottom:  -1px;
	font-size: 1.125rem;
}
.box-badge .box-text.dark .from_the_blog_excerpt {
	min-height:68px;
}
.box-badge .box-text.dark .from_the_blog_excerpt,
.box-badge .box-text.dark .post-meta{
	background: hsl(0deg 0% 100% / 90%);
	border-left: 45px solid #1d57a5;
	color: #333;
	padding: 0rem 1rem 1rem 1rem;
	margin-top: -2px;
	margin-bottom:  1px;
	opacity: 1;
}

/* style box push */
.has-shadow .box:not(.box-overlay):not(.box-shade),
.has-shadow.box:not(.box-overlay):not(.box-shade) {
/*     background-color: #c22219; */
}
.box-push .box-text {
	border-left: 46px solid #c22219;
}
.box-push .box-text {
    background-color: hsla(0, 0%, 100%, .95);
	margin: 0 auto 0 0;
    max-width: calc(100%);
    padding: 15px 20px;
}
.box-push .box-text .cat-label {
    margin-bottom: .1em;
    margin-top: .1em;
}
.box-push .box-text .cat-label {
    margin-bottom: .1em;
    margin-top: 0;
    margin-left: 0rem;
    padding: 1rem;
    width: calc(100% + 8.25rem);
    white-space: nowrap;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    transform: translate(calc((50% + 2.45rem) * -1), -79%) rotate(90deg);
    font-size: 0.86rem;
}
.box-push .box-text .cat-label:before {
	content: " ";
    display: flex;
    height: 546px;
    width: 46px;
    transition: all ease .3s;
    position: absolute;
    left: -46px;
    top: -546px;
}
.box-push .image-cover {
    z-index: 0;
}
.box-push .box-image {
	height: auto !important;
}
.box-push .image-cover:before {
	content: " ";
    display: flex;
    height: 546px;
    width: 46px;
    background: #1d57a5c2;
    transition: all ease .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-push .box-text .post-title {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display:flex;
	align-items: baseline;
	margin-top: -3rem;
	--fa: "\f080";
/* 	--fa: "\f3c5"; */
}
.box-push .box-text .post-title  a {
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.box-push .box-text .post-title:before{
	content: var(--fa);
	font-family: "Font Awesome 6 Free";
	margin-right: 4px;
}
.box-push .box-text .post-meta {
	--fa: "\f073";
}
.from_the_blog_excerpt:has(.location),
.project-time-meta{
--fa: "\f058";
	--fa: "\f058";
	--fa: "\f3c5";
	color: #666;
	text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}
.project-time-meta {
	margin-right: 2px;
}
.from_the_blog_excerpt:has(.location):before,
.box-push .box-text .post-meta:before{
	content: var(--fa);
	font-family: "Font Awesome 6 Free";
	margin-right: 6px;
	    font-weight: 900;
}
.box-push .box-text:before {
	
}
/* content box .box-default  */
.box-default  .box-image {
    width: 100% !important;
}
.box-default .box-image > div.image-cover {
    padding-top: 56.26%;
    display: block;
    width: 100%;
}
.box-default .box-image > div img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.col.post-item .col-inner{
	height: 100%
}
/* table responsive */
.pd-30.pj_info_index {
	padding-top: 30px;
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
	height: 100%;
}
.pj_info_index .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.pj_info_index .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.pj_info_index .col {
    flex: 1 0 0;
}

.pj_info_index .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.pj_info_index .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.pj_info_index .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.pj_info_index .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.pj_info_index .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.pj_info_index .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.pj_info_index .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.pj_info_index .col-auto {
    flex: 0 0 auto;
    width: auto;
}

.pj_info_index .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.pj_info_index .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.pj_info_index .col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.pj_info_index .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.pj_info_index .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.pj_info_index .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.pj_info_index .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.pj_info_index .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.pj_info_index .col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.pj_info_index .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.pj_info_index .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.pj_info_index .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.pj_info_index .offset-1 {
    margin-left: 8.33333333%;
}

.pj_info_index .offset-2 {
    margin-left: 16.66666667%;
}

.pj_info_index .offset-3 {
    margin-left: 25%;
}

.pj_info_index .offset-4 {
    margin-left: 33.33333333%;
}

.pj_info_index .offset-5 {
    margin-left: 41.66666667%;
}

.pj_info_index .offset-6 {
    margin-left: 50%;
}

.pj_info_index .offset-7 {
    margin-left: 58.33333333%;
}

.pj_info_index .offset-8 {
    margin-left: 66.66666667%;
}

.pj_info_index .offset-9 {
    margin-left: 75%;
}

.pj_info_index .offset-10 {
    margin-left: 83.33333333%;
}

.pj_info_index .offset-11 {
    margin-left: 91.66666667%;
}

.pj_info_index .g-0, .pj_info_index .gx-0 {
    --bs-gutter-x: 0;
}

.pj_info_index .g-0, .pj_info_index .gy-0 {
    --bs-gutter-y: 0;
}

.pj_info_index .g-1, .pj_info_index .gx-1 {
    --bs-gutter-x: 0.25rem;
}

.pj_info_index .g-1, .pj_info_index .gy-1 {
    --bs-gutter-y: 0.25rem;
}

.pj_info_index .g-2, .pj_info_index .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.pj_info_index .g-2, .pj_info_index .gy-2 {
    --bs-gutter-y: 0.5rem;
}

.pj_info_index .g-3, .pj_info_index .gx-3 {
    --bs-gutter-x: 1rem;
}

.pj_info_index .g-3, .pj_info_index .gy-3 {
    --bs-gutter-y: 1rem;
}

.pj_info_index .g-4, .pj_info_index .gx-4 {
    --bs-gutter-x: 1.5rem;
}

.pj_info_index .g-4, .pj_info_index .gy-4 {
    --bs-gutter-y: 1.5rem;
}

.pj_info_index .g-5, .pj_info_index .gx-5 {
    --bs-gutter-x: 3rem;
}

.pj_info_index .g-5, .pj_info_index .gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .pj_info_index .col-sm {
        flex: 1 0 0;
    }

    .pj_info_index .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .pj_info_index .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .pj_info_index .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .pj_info_index .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pj_info_index .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .pj_info_index .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .pj_info_index .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .pj_info_index .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .pj_info_index .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .offset-sm-0 {
        margin-left: 0;
    }

    .pj_info_index .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .pj_info_index .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .pj_info_index .offset-sm-3 {
        margin-left: 25%;
    }

    .pj_info_index .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .pj_info_index .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .pj_info_index .offset-sm-6 {
        margin-left: 50%;
    }

    .pj_info_index .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .pj_info_index .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .pj_info_index .offset-sm-9 {
        margin-left: 75%;
    }

    .pj_info_index .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .pj_info_index .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .pj_info_index .g-sm-0, .pj_info_index .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .pj_info_index .g-sm-0, .pj_info_index .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .pj_info_index .g-sm-1, .pj_info_index .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .pj_info_index .g-sm-1, .pj_info_index .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .pj_info_index .g-sm-2, .pj_info_index .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .pj_info_index .g-sm-2, .pj_info_index .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .pj_info_index .g-sm-3, .pj_info_index .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .pj_info_index .g-sm-3, .pj_info_index .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .pj_info_index .g-sm-4, .pj_info_index .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .pj_info_index .g-sm-4, .pj_info_index .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .pj_info_index .g-sm-5, .pj_info_index .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .pj_info_index .g-sm-5, .pj_info_index .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .pj_info_index .col-md {
        flex: 1 0 0;
    }

    .pj_info_index .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .pj_info_index .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .pj_info_index .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .pj_info_index .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pj_info_index .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .pj_info_index .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .pj_info_index .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .pj_info_index .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .pj_info_index .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .offset-md-0 {
        margin-left: 0;
    }

    .pj_info_index .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .pj_info_index .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .pj_info_index .offset-md-3 {
        margin-left: 25%;
    }

    .pj_info_index .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .pj_info_index .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .pj_info_index .offset-md-6 {
        margin-left: 50%;
    }

    .pj_info_index .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .pj_info_index .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .pj_info_index .offset-md-9 {
        margin-left: 75%;
    }

    .pj_info_index .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .pj_info_index .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .pj_info_index .g-md-0, .pj_info_index .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .pj_info_index .g-md-0, .pj_info_index .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .pj_info_index .g-md-1, .pj_info_index .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .pj_info_index .g-md-1, .pj_info_index .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .pj_info_index .g-md-2, .pj_info_index .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .pj_info_index .g-md-2, .pj_info_index .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .pj_info_index .g-md-3, .pj_info_index .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .pj_info_index .g-md-3, .pj_info_index .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .pj_info_index .g-md-4, .pj_info_index .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .pj_info_index .g-md-4, .pj_info_index .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .pj_info_index .g-md-5, .pj_info_index .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .pj_info_index .g-md-5, .pj_info_index .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .pj_info_index .col-lg {
        flex: 1 0 0;
    }

    .pj_info_index .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .pj_info_index .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .pj_info_index .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .pj_info_index .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pj_info_index .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .pj_info_index .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .pj_info_index .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .pj_info_index .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .pj_info_index .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .offset-lg-0 {
        margin-left: 0;
    }

    .pj_info_index .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .pj_info_index .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .pj_info_index .offset-lg-3 {
        margin-left: 25%;
    }

    .pj_info_index .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .pj_info_index .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .pj_info_index .offset-lg-6 {
        margin-left: 50%;
    }

    .pj_info_index .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .pj_info_index .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .pj_info_index .offset-lg-9 {
        margin-left: 75%;
    }

    .pj_info_index .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .pj_info_index .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .pj_info_index .g-lg-0, .pj_info_index .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .pj_info_index .g-lg-0, .pj_info_index .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .pj_info_index .g-lg-1, .pj_info_index .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .pj_info_index .g-lg-1, .pj_info_index .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .pj_info_index .g-lg-2, .pj_info_index .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .pj_info_index .g-lg-2, .pj_info_index .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .pj_info_index .g-lg-3, .pj_info_index .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .pj_info_index .g-lg-3, .pj_info_index .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .pj_info_index .g-lg-4, .pj_info_index .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .pj_info_index .g-lg-4, .pj_info_index .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .pj_info_index .g-lg-5, .pj_info_index .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .pj_info_index .g-lg-5, .pj_info_index .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .pj_info_index .col-xl {
        flex: 1 0 0;
    }

    .pj_info_index .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .pj_info_index .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .pj_info_index .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .pj_info_index .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pj_info_index .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .pj_info_index .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .pj_info_index .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .pj_info_index .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .pj_info_index .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .offset-xl-0 {
        margin-left: 0;
    }

    .pj_info_index .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .pj_info_index .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .pj_info_index .offset-xl-3 {
        margin-left: 25%;
    }

    .pj_info_index .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .pj_info_index .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .pj_info_index .offset-xl-6 {
        margin-left: 50%;
    }

    .pj_info_index .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .pj_info_index .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .pj_info_index .offset-xl-9 {
        margin-left: 75%;
    }

    .pj_info_index .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .pj_info_index .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .pj_info_index .g-xl-0, .pj_info_index .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .pj_info_index .g-xl-0, .pj_info_index .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .pj_info_index .g-xl-1, .pj_info_index .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .pj_info_index .g-xl-1, .pj_info_index .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .pj_info_index .g-xl-2, .pj_info_index .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .pj_info_index .g-xl-2, .pj_info_index .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .pj_info_index .g-xl-3, .pj_info_index .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .pj_info_index .g-xl-3, .pj_info_index .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .pj_info_index .g-xl-4, .pj_info_index .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .pj_info_index .g-xl-4, .pj_info_index .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .pj_info_index .g-xl-5, .pj_info_index .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .pj_info_index .g-xl-5, .pj_info_index .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .pj_info_index .col-xxl {
        flex: 1 0 0;
    }

    .pj_info_index .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .pj_info_index .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .pj_info_index .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .pj_info_index .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .pj_info_index .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .pj_info_index .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pj_info_index .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .pj_info_index .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .pj_info_index .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .pj_info_index .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .pj_info_index .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .pj_info_index .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .pj_info_index .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .pj_info_index .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .pj_info_index .offset-xxl-0 {
        margin-left: 0;
    }

    .pj_info_index .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .pj_info_index .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .pj_info_index .offset-xxl-3 {
        margin-left: 25%;
    }

    .pj_info_index .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .pj_info_index .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .pj_info_index .offset-xxl-6 {
        margin-left: 50%;
    }

    .pj_info_index .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .pj_info_index .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .pj_info_index .offset-xxl-9 {
        margin-left: 75%;
    }

    .pj_info_index .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .pj_info_index .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .pj_info_index .g-xxl-0, .pj_info_index .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .pj_info_index .g-xxl-0, .pj_info_index .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .pj_info_index .g-xxl-1, .pj_info_index .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .pj_info_index .g-xxl-1, .pj_info_index .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .pj_info_index .g-xxl-2, .pj_info_index .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .pj_info_index .g-xxl-2, .pj_info_index .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .pj_info_index .g-xxl-3, .pj_info_index .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .pj_info_index .g-xxl-3, .pj_info_index .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .pj_info_index .g-xxl-4, .pj_info_index .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .pj_info_index .g-xxl-4, .pj_info_index .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .pj_info_index .g-xxl-5, .pj_info_index .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .pj_info_index .g-xxl-5, .pj_info_index .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
/* Style pj_info */
.pj_info_index .col-md-6:nth-child(1) > div ,
.pj_info_index .col-md-6:nth-child(6) > div ,
.pj_info_index .col-md-6:nth-child(5) > div ,
.pj_info_index .col-md-6:nth-child(10) > div ,
.pj_info_index .col-md-6:nth-child(9) > div {
    background-color: #f6f7f8;
}
.pj_info_index .col-md-12:nth-child(1) > div ,
.pj_info_index .col-md-12:nth-child(4) > div ,
.pj_info_index .col-md-12:nth-child(8) > div ,
.pj_info_index .col-md-12:nth-child(10) > div,
.pj_info_index .col-md-12:nth-child(9) > div,
.pj_info_index .col-md-12:nth-child(14) > div ,
.pj_info_index .col-md-12:nth-child(13) > div
{
    background-color: #f6f7f8;
}
.pj_info_index {
	font-size: 1.25rem;
}
.pj_info_index strong {
    flex: 0 0 220px;
}
.pj_info_index span {
    font-style: italic;
}
.pj_gl .zoom-img:before {
    padding-bottom: 51%;
}
.pj_gl_thumb .zoom-img:before {
    padding-bottom: 61%;
}
.pj_gl {
    pointer-events: none;
}
.pj_info_index .flex-center {
    padding: 20px;
}
.pj_info_index .col-md-6:nth-child(1) > div ,
.pj_info_index .col-md-6:nth-child(2) > div ,
.pj_info_index .col-md-6:nth-child(6) > div ,
.pj_info_index .col-md-6:nth-child(5) > div ,
.pj_info_index .col-md-6:nth-child(10) > div ,
.pj_info_index .col-md-6:nth-child(9) > div {
    background-color: #f6f7f8;
}
.pj_info_index strong {
    flex: 0 0 220px;
}
.pj_info_index span {
    font-style: italic;
}
.box-text-inner.blog-post-inner > .pj_info_index ,
.box-text-inner.blog-post-inner > .slider-container{
	display: none
}
/* home silder  */
.home-slider .slider-wrapper  {
    position: relative;
	overflow:hidden;
}
/* .home-slider .slider-wrapper .banner-bg:before {
    content: '';
    border-bottom: 800px solid rgb(130 19 19 / 53%) !important;
	border-bottom: 800px solid rgb(0 0 0 / 53%) !important;
    border-left: 0 solid transparent !important;
    border-right: 670px solid transparent !important;
    width: 80%;
    position: absolute;
    z-index: 99;
    opacity: 0.6;
}
.home-slider .slider-wrapper .banner-layers {
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 9988;
} */

/* home project block */
.section-title-normal span {
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
	color: rgb(201 34 26);
    border-bottom: 2px solid rgb(201 34 26);
}
.section-title-normal i.icon-star-o {
    background: transparent url(https://hacc1.bictweb.com/wp-content/uploads/2015/11/logo.png) no-repeat top left /100% 130%;
    width: 32px;
	    opacity: 1;
}
.section-title-normal i.icon-star-o:before {
   opacity: 0
}
.slider_nav_top .flickity-prev-next-button {
	position: absolute;
	top: -85px;
}
.slider_nav_top .flickity-prev-next-button,
.slider_nav_top .flickity-prev-next-button.previous {
	opacity: 1;
	background: #1d57a5;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.slider_nav_top .flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
	color: #d7d7d7;
	    max-height: 75%;
    max-width: 75%;
}
.slider_nav_top .flickity-prev-next-button.previous {
    right: calc(4% + 60px);
	    left: auto;
    transform: translateX(20%);
}
.flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled] {
	border: none !important;
}

@media screen and (max-width: 549px) {
	.row-slider .flickity-prev-next-button {
        background-color: #1d57a5 !important;
        box-shadow: none !important;
        opacity: .8;
        transform: translateX(0) !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 1rem !important;
    }
	.row-slider .flickity-prev-next-button svg{
		max-height: 60%;
	    max-width: 60%;
	}
	.slider_nav_top .flickity-prev-next-button {
	    position: absolute;
	    top: -78px;
	}
	.slider_nav_top .flickity-prev-next-button.previous {
		right: calc(4% + 40px);
	}
}
@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display: block;
    }
}
/* Blog danh muc */
.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
}
.archive-page-header {
	min-height: 250px;
	display: flex;
	align-items: center;
	background: #313a84;
	margin-bottom: 30px;
}
@media screen and (max-width: 549px) {
	.archive-page-header {
		min-height: 160px;
	}
}
.archive-page-header {
	position: relative;
}
.archive-page-header::before {
    content: " ";
    display: block;
    grid-area: image;
	background: url(/wp-content/uploads/2025/07/bg2207.v2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100% ;
	background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
	opacity:0.8;
}
.featured-title .page-title-bg {
    grid-area: image;
	background: url(/wp-content/uploads/2025/07/bg2207.v2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
	opacity: 1;
}

.blog-wrapper.blog-archive.page-wrapper  .page-title {
    position: relative;
    display: flex;
	justify-content: center;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}
.blog-wrapper.blog-archive.page-wrapper  .taxonomy-description {
	color: #f5f5f5;
}
.blog-wrapper.blog-archive.page-wrapper  .page-title span {
    font-size: 1.8rem;
    margin-top: 1rem;
	color:#fff;
	text-shadow: 1px 1px #000000ab;
}
 .blog-wrapper.blog-archive.page-wrapper .archive-page-header .page-title {
	 color: #ffffff;
 }
/* single post */
.page-title.blog-featured-title{
	    background-color: #1873db;
}
.page-title.blog-featured-title .flex-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-cover img {
    -o-object-fit: fill;
    object-fit: fill;
}
/* Icon box */
.icon-box.featured-box:not(.timeline) {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0px 3px 9px #00000022;
	transition: all ease .3s;
    height: 100%;
}
.icon-box-container .icon-box.featured-box:not(.timeline):hover {
	box-shadow: 0px 5px 16px #00000022;
	background: #c22219;
}
.icon-box-container .icon-box.featured-box:not(.timeline):hover p,
.icon-box-container .icon-box.featured-box:not(.timeline):hover h5,
.icon-box-container .icon-box.featured-box:not(.timeline):hover h6{
	color: #fff
}
.icon-box-container .icon-box.featured-box:not(.timeline):hover h6 {
	opacity: 0.1;
	font-size: 444%;
	transform: scale(1.1)
}
.icon-box-container .icon-box.featured-box:hover img {
	filter: brightness(0) invert(1);
}
.icon-box-container .icon-box.featured-box:not(.timeline) p {
	font-size: .86rem;
	color: #868686;
	color:#6f6f6f;
}
.icon-box-container .icon-box.featured-box:not(.timeline) h5 {
    font-size: 1.125rem;
    min-height: 3rem;
    color: rgb(29 87 165);
    padding-left: 0rem;
}
@media screen and (min-width: 849px) {
	.icon-box-container .icon-box.featured-box:not(.timeline) h6 {
		position: absolute;
		font-size: 363%;
		font-weight: 700;
		top: 29%;
		left: 6%;
		opacity: 0.065;
		color: #c22219;
		transform: rotate(0deg);
		transition: all ease .3s;
	}
}
/* counter box */
.home .anc-6310-counter-1 {
    border-style: solid;
    font-family: Amaranth;
    letter-spacing: 0.11em;
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0);
    width: <?php echo calc(100% - 0px * 2); ?>;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 100%;
}
.home .anc-6310-counter-1:hover {
    background-color: rgba(130, 127, 127, 0);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0);
}
.home .anc-6310-counter-1-paralax {
    background-image: none;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    font-size: 0;
    width: 100%;
}
.home .anc-6310-counter-1-common-overlay{
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    font-size: 0;
}
.home .anc-6310-counter-1-common-overlay:hover{
    background-color: rgba(0, 0, 0, 0);
}
.home .anc-6310-counter-1-row{
    padding: 0;
    overflow: hidden;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home .anc-6310-counter-1-icon {
    text-align: center;
}
.home .anc-6310-counter-1-icon i{
    color: rgb(29 87 165);
    font-size: 36px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
.home .anc-6310-counter-1-count-number {
    display: inline-block;
    font-family: Droid Sans;
    font-weight: 100;
    font-size: 35px;
    color: rgb(194 34 25) !important;
    line-height: 35px;
}
/* ion reamore */
.text-center .button:last-of-type, .text-right .button:last-of-type {
    margin-right: 0 !important;
    border: none;
	border-radius: 3px;
}
/* Box project list item */
/* .box {
	background: #c02119;
}
.blog-archive .box .box-text {
    background-color: hsl(0deg 0% 95.82%);
    margin: 0 auto 0 32px;
    max-width: calc(100% - 32px);
    padding: 15px 20px;
}
.blog-archive .box .box-text .cat-label {
    margin-bottom: .1em;
    margin-top: .1em;
}
.blog-archive .box .box-text .cat-label {
    margin-bottom: .1em;
    margin-top: 0;
    margin-left: 0rem;
    padding: 1rem;
    width: calc(100% + 5.25rem);
    white-space: nowrap;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    transform: translate(calc((50% + 2.75rem) * -1), -79%) rotate(90deg);
    font-size: 1rem;
}
.blog-archive .box .box-text .cat-label:before {
	content: " ";
    display: flex;
    height: 546px;
    width: 46px;
    transition: all ease .3s;
    position: absolute;
    left: -46px;
    top: -546px;
}
.blog-archive .box .image-cover {
    z-index: 0;
}
.blog-archive .box .image-cover:before {
	content: " ";
	display: flex;
	height: 100%;
	width: 32px;
	background: #1d57a5c2;
	transition: all ease .3s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.blog-archive .box .box-text .post-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display:flex;
	align-items: baseline;
	margin-top: 0;
	--fa: "\f080";
}
.blog-archive .box .box-text .post-title  a {
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
}
.blog-archive .box .box-text .post-title:before{
	content: var(--fa);
	font-family: "Font Awesome 6 Free";
	margin-right: 4px;
}
.blog-archive .box .box-text .post-meta {
	--fa: "\f073";
} */

/* BICT BLOCK POST LIST */
.bict-block-post {
	border-bottom: 1px dashed #ccc;
	    margin-bottom: 1rem !important;
}
.bict-block-post .badge.post-date .badge-inner {
    background: #ccc;
}
.bict-block-post .list-post1 .col.post-item,
.bict-block-post .list-post2 .col.post-item {
	margin-bottom: 0;
	padding-bottom: 0;
}
.bict-block-post .list-post2 .post-title {
	font-size: 0.8rem;	
}
.bict-block-post .list-post2 .post-title a,
.bict-block-post .list-post2 .post-title span {
    height: 1.6rem;
    overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
}
.bict-block-post .list-post2 .is-divider {
	display: none;
}
.bict-block-post .list-post2 .badge.post-date  {
	position: relative !important;
	display: none;
}
.bict-block-post .list-post2 .badge.post-date .badge-inner {
    background: #ccc;
}
.bict-block-post .list-post2 .box-text {
	padding: 0.8rem;
	vertical-align: top;
}
.bict-block-post .list-post2 .overlay-icon {
    background-color: rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    height: 2em;
    line-height: .8em;
    width: 2em;
}
.bict-block-post .list-post2  .col.post-item:not(:last-child) .col-inner {
    height: 100%;
    border-bottom: 1px dashed #ccc;
}

/* archire list post */
.box-vertical .box-image{
    height: 100%;
    padding: 5px 0;
    min-width: 156px;
    float: left;
 }
.box-vertical .box-text {
    height: 100%;
	width: calc(100% - 186px);
	max-width: calc(100% - 156px);
    float: left;
 }
.box-vertical .box-text:nth-child(1) {
	width: calc(100%);
	max-width: calc(100%);
 }
/* archire list post item box */
.box.box-text-bottom:not(.box-badge) {
    box-shadow: 0 3px 9px #0000001c;
    height: 100%;
    background: #f7f7f7;
}
.box.box-text-bottom:not(.box-badge) .box-text {
    padding: 1rem;
    background: transparent;
/* 	pointer-events: none; */
}

/* image not found */
/* .archive.category .box.box-text-bottom:not(.box-badge.box-push),
.single .box.box-text-bottom:not(.box-badge.box-push){
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: calc(169 / 300 * 100%);
}
.archive.category .box.box-text-bottom:not(.box-badge.box-push) > .box-image,
.single .box.box-text-bottom:not(.box-badge.box-push)  > .box-image{
    width: 100%;
    position: absolute;
    top:0; left:0;
    height: calc(169 / 300 * 100%);
}
.archive.category .box.box-text-bottom:not(.box-badge.box-push):before ,
.single .box.box-text-bottom:not(.box-badge.box-push):before{
    content: "";
    width: 100%;
    position: absolute;
    top:0; left:0;
    height: calc(136 / 300 * 100%);
	height: calc(190 / 340 * 100%);
    background: #c3c3c3 url(/wp-content/uploads/2025/06/no-image.png) no-repeat center/cover;
} */

/* /no image */
/* .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1):before {
	content: " ";
	background: #f90;
	width: calc(100% + 2rem);
	aspect-ratio: 16 / 9;
	display: block;
	margin: -1rem 0 1rem -1rem;
	background: #c3c3c3 url(/wp-content/uploads/2025/06/no-image.png) no-repeat center/cover;
} */

.box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) .post-title > a {
    display: block;
    height: auto;
    min-height: 2.6rem;
	    width: calc(100% + 2rem);
    padding: 1rem;
    margin: -1rem;
}
.box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) .post-title > a:before {
	content: " ";
	background: #f90;
	width: calc(100% + 2rem);
	aspect-ratio: 16 / 9;
	display: block;
	margin: -1rem -1rem 1rem -1rem;
	background: #c3c3c3 url(/wp-content/uploads/2025/06/no-image.png) no-repeat center/cover;
}



/* hide categries */
body.archive.category.category-thong-bao.category-193 .box-image{
    display: none !important;
    padding-top: 0 !important;
}
body.archive.category.category-thong-bao.category-193 .post-item .box {
    padding-top: 0;
}
body.archive.category.category-thong-bao.category-193 .post-item .box:before {
    display: none;
} 
body.archive.category.category-thong-bao.category-193 .post-item .from_the_blog_excerpt,
body.archive.category.category-thong-bao.category-193 .post-item .is-divider {
    display: none
} 
/* body.archive.category.category-tin-cong-ty.category-24 .box-image{
    display: none !important;
    padding-top: 0 !important;
} */
body.archive.category.category-tin-cong-ty.category-24 .post-item .box {
    padding-top: 0;
}
body.archive.category.category-tin-cong-ty.category-24 .post-item .box:before {
    display: none;
} 
body.archive.category.category-tin-cong-ty.category-24 .post-item .from_the_blog_excerpt,
body.archive.category.category-tin-cong-ty.category-24 .post-item .is-divider {
    display: none
} 
body.archive.category.category-tuyen-dung.category-162 .box-image{
    display: none !important;
    padding-top: 0 !important;
}
body.archive.category.category-tuyen-dung.category-162 .post-item .box {
    padding-top: 0;
	min-height: 160px;
	display: flex;
    align-items: flex-end;
	    overflow: hidden;
}
body.archive.category.category-tuyen-dung.category-162 .post-item .box:before {
    display: none;
} 
body.archive.category.category-tuyen-dung.category-162 .post-item .from_the_blog_excerpt,
body.archive.category.category-tuyen-dung.category-162 .post-item .is-divider {
    display: none
} 

body.archive.category.category-tuyen-dung.category-162 .box-image{
    display: block !important;
    padding-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
	top:0;
/*     top: 50%; */
/*     transform: translate(0px, -50%); */
    min-height: 300px;
    opacity: 0.1;
}
body.archive.category.category-tuyen-dung .box.box-text-bottom:not(.box-badge) .box-text:before {
    content: "";
    font-size: 3.4rem;
    color: #ffffff;
    font-weight: 700;
}
/* hide category */
h6.entry-category.is-xsmall {
    display: none;
}

/* home slider */
.home-slider .flickity-prev-next-button svg {
    width: 3rem;
    height: 3rem;
    max-width: 3rem;
    max-height: 3rem;
}
/* footer logo */
.fillter-white {
	filter: brightness(0) invert(1);
}

/* / Block tuyen dung / */
.box.box-overlay {
	overflow: hidden;
}
.box.box-overlay.box-text-bottom:not(.box-badge) > .box-text:nth-child(1):before {
	display: none
}
.box-overlay.dark .heading-font,
.box-overlay.dark a.lead,
.box-overlay.dark h1,
.box-overlay.dark h2,
.box-overlay.dark h3,
.box-overlay.dark h4,
.box-overlay.dark h5,
.box-overlay.dark h6,
.box-overlay.dark label,
.box-overlay.has-hover:hover a:not(.button),
.box-overlay.has-hover:hover h1,
.box-overlay.has-hover:hover h2,
.box-overlay.has-hover:hover h3,
.box-overlay.has-hover:hover h4,
.box-overlay.has-hover:hover h5,
.box-overlay.has-hover:hover h6,
.box-overlay.has-hover:hover p,
.box-overlay.dark,
.box-overlay.dark p,
.box-overlay.dark td {
    color: #0e0e0e;
	text-shadow: 1px 1px #ffffff3b;
}
.box-overlay.bg-color .bg,
.box-overlay.bg-grayscale:hover .bg,
.box-overlay.has-hover .image-color img,
.box-overlay.has-hover:hover .image-grayscale img {
/*     filter: grayscale(100%);
    filter: blur(4px);
    -webkit-filter: blur(4px); */
}
.box-overlay .button.secondary:not(.is-outline) {
	border-radius: 16px;
}
/* header tuye dung */
.archive-page-header .page-title {
        position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000;
}
.blog-wrapper.blog-archive.page-wrapper  .taxonomy-description {
	color: #f5f5f5;
}
.blog-wrapper.blog-archive.page-wrapper  .page-title span {
    font-size: 1.8rem;
    margin-top: 1rem;
	color:#fff;
	text-shadow: 1px 1px #000000ab;
}
/* title sub */
.sub-heading-line {
    display: flex;
    align-items: center;
    gap: 16px;
	margin-bottom: 1rem;
}
.sub-heading-line:before,
.sub-heading-line.justify-center:after {
    content: "";
    display: flex;
    height: 2px;
    width: 40px;
    background: #ca3b10;
	transition: all ease .3s;
}
.sub-heading-line:hover:before,
.sub-heading-line.justify-center:hover:after{
	width: 60px;
} 

/*hungnv*/
.post-item .box-image:hover::before{
        -webkit-animation:shine .75s;
        animation:shine .75s}
        @-webkit-keyframes shine{
        100%{left:125%}
        }
        @keyframes shine{
        100%{left:125%}
        }
        .post-item .box-image::before{
        position:absolute;
        top:0;
        left:-75%;
        z-index:2;
        display:block;
        content:'';
        width:50%;
        height:100%;
        background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
        background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
        -webkit-transform:skewX(-25deg);transform:skewX(-25deg)
        }
 
@keyframes light-left{0%{left:-5%;opacity:0}50%{left:50%;opacity:1}to{left:105%;opacity:0}}@keyframes light-right{0%{right:-5%;opacity:0}50%{right:50%;opacity:1}to{right:105%;opacity:0}}

/*Timeline vertical by MyWebsite*/
.mywebsite-timeline-vertical .my-timeline{
  padding-bottom: 2rem;
  border-left: 2px solid var(--primary-color);
  position: relative;
}
.mywebsite-timeline-vertical .my-timeline:last-child{
    border: 0px;
    padding-bottom: 0;
  }
.mywebsite-timeline-vertical .my-timeline:before{
    content:"\e01a";
    font-family: fl-icons;
    color: var(--primary-color);
    font-size: 17pt;
    width: 40px;
    height: 40px;
    background: white;
    box-shadow: 3px 3px 0px #bab5f8;
    position: absolute;
    left: -22px;
    top: -1px;
    padding: 0 7px;
    border: 2px solid var(--primary-color);
    border-radius: 99px;
  }
.my-timeline .my-time{
  line-height: 32px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: var(--primary-color);
  color: #ffffff;
}
.time-section{
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-left: 33px;
    margin-top: -13px;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}
.time-section:before{
    top: 21px;
    left: -10px;
    border-top: 8px solid transparent;
    border-right: 8px solid var(--primary-color);
    border-bottom: 8px solid transparent;
    position:
    absolute;
    content: '';
    z-index: 1000;
    }
.my-timeline-vertical{
  padding: 16px 5px 0 25px!important;
}
.mywebsite-timeline-vertical .my-timeline:hover:before{
    color: white;
    background:  var(--primary-color);
    box-shadow: 3px 3px 0px #bab5f8;
  }
.my-time p{margin-bottom:0}
/*End timeline vertical*/

/* bic-subcat */
.bic-subcat {
	margin-top: 0rem;
    margin-bottom: 0px;
    font-size: 1.25rem;
}
.bic-subcat.nav>li.active>a {
	color: #ed2121;
}
.bic-subcat.nav>li.active>a {
	color: #ed2121;
	background: #ed2121;
	color: #fff;
	border: 1px solid #ed2121;
}
.bic-subcat-wrapper {
	padding-bottom: 0 !important;
        margin-bottom: 30px;
}
.bic-subcat.nav>li {
	margin-left: 0;
	margin-bottom:1rem;
}
/* .bic-subcat.nav>li {
	position: relative;
}
.bic-subcat.nav>li:before {
	content: " ";
	height:1px;
	width: 100%;
	position:absolute;
	border-bottom: 3px solid #ed212100;
	bottom: 3px;
}
.bic-subcat.nav>li.active:before {
	border-bottom: 3px solid #ed2121;
} */
/* @media screen and (min-width: 849px) { */
	.bic-subcat-wrapper {
		overflow: auto;
	}
	.bic-subcat {
		margin-top: 0rem;
		margin-bottom: 0px;
		font-size: 1.125rem;
		text-transform: uppercase;
		white-space: nowrap;
		display: block;
		flex-wrap: nowrap;
		        text-align: right;
	}
/* } */
.bic-subcat.nav>li>a,
.bic-subcat.nav>li > span{
	padding: 4px 8px;
	border-radius: 30px;
	background: #1d57a5;
	color: #fff;
	border: 1px solid #1d57a5;
}
/* @media screen and (max-width: 849px) {
    .bic-subcat.nav>li {
        border-bottom: 1px solid #ccc;
		        width: 100%;
		margin: 0 !important;
    }
} */

/* Tin Tuye dung */
.news-list .box-vertical .box-text {
	float: none;
}
.news-list .box-vertical .box-image,
.news-list .box-vertical .is-divider{
	display: none;
}
.news-list .box-text-inner.blog-post-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	align-content: space-between;
	flex-wrap: nowrap;
	gap: 1rem;
}
.news-list .box-text .button {
	white-space:nowrap;
	min-width: 138px;
	line-height: 36px;
	margin-top: auto;
}
/* tin tuyen dung table */
.td-table th {
	text-transform: none;
}
.td-table {
    margin-top: 60px;
	overflow: auto;
}
.td-table th  {
    border: none !important;
    color: #1d57a5;
    font-weight: bold;
    font-size: 24px;
}
.td-table th, .td-table td {
    padding: 20px;
    vertical-align: middle;
}
.td-table th, .td-table td {
    padding: 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.td-table th:last-child, .td-table td:last-child {
    text-align: right;
    padding-right: 0;
}
.td-table th:first-child, .td-table td:first-child {
    padding-left: 0;
}
.td-name a {
    color: #464646;
    font-weight: bold;
    font-size: 18px;
}
.td-name a:hover {
    color: #006231;
}
.hot {
    background: #006231;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    height: 28px;
    padding: 0 10px;
    line-height: 1;
}
.td-table .btn-red_bl {
    padding: 0 15px;
}
.btn_ct {
    border: solid 1px #c22319;
    color: #c22319;
    height: 42px;
    width: 110px;
    font-size: 14px;
    font-weight: 500;
}
.btn_ct span {
    margin-right: 10px;
}
.btn_ct:hover {
    background: #c22319;
    color: #fff;
}
.td-box_1 {
    border-bottom: 1px solid rgba(35, 35, 25, 0.5);
    font-size: 18px;
    padding-bottom: 20px;
}
.td-box_1 strong {
    margin-right: 20px;
    width: 150px;
}
.td-box_1 p:not(:last-child) {
    margin-bottom: 5px;
}
.td_2-item {
    border-bottom: 1px solid rgba(35, 35, 25, 0.1);
    padding: 15px 0;
}
.td_box-3 {
    margin-top: 40px;
}
.td_box-3 .title_sm {
    font-size: 22px;
    font-weight: 600;
    color: #006231;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.desc-list p {
    margin-bottom: 15px;
}
.desc-list i {
    color: #006231;
    font-size: 18px;
    margin-right: 10px;
}
.cs {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 30px 0;
}
.pdt-60 {
    padding-top: 60px;
}
.td-send {
    border-radius: 12px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
}
.frm-i {
    border-radius: 6px;
    border: solid 0.5px #c5c5c5;
    background-color: #f6f7f8;
    height: 46px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 12px;
}
.frm-i::-webkit-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i::-moz-placeholder {color: rgba(23, 45, 6, 0.8);}
.frm-i:-ms-input-placeholder {color: rgba(23, 45, 6, 0.8);}
.td-send h4 {
    color: #006231;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}
.btn-submit {
    border-radius: 6px;
    background-color: #f26522;
    border: 1px solid #f26522;
    font-weight: bold;
    color: #fff;
    margin: 30px 0;
    height: 46px;
    width: 100%;
}
.btn-submit:hover {
    background: #fff;
    color: #f26522;
}
.note {
    text-align: center;
}
.note p {
    color: #172d06;
    margin-bottom: 15px;
    text-align: center;
}
.btn-cv {
    border-radius: 23px;
    border: solid 1px #f26522;
    color: #f26522;
    height: 46px;
    font-weight: 500;
    width: 180px;
    text-transform: uppercase;
    margin: 0 auto;
}
.btn-cv:hover {
    background: #f26522;
    color: #f26522;
}
.td_related {
    padding: 30px 0;
}
.td_related h4 {
    color: #006231;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}
.td_related li {
    border-bottom: 1px solid rgba(35, 35, 25, 0.1);
    padding: 15px 0;
}
.td_related li:last-child {
    border-bottom: none;
}
.td_related li a {
    color: #111;
    font-weight: 600;
}
.td_related li a:hover {
    color: #f26522;
}
.td_related .hot {
    background: #f26522;
}
.td-name a {
    color: #464646;
    font-weight: bold;
    font-size: 18px;
}
.td-name a:hover {
    color: #c22319;
}
.hot {
    background: #c22319;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    height: 28px;
    padding: 4px 10px;
    line-height: 1;
    font-family: system-ui;
}
.td-table .btn-red_bl {
    padding: 0 15px;
}
.btn_ct {
    border: solid 1px #c22319;
    color: #c22319;
    height: 42px;
    width: 110px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_ct span {
    margin-right: 10px;
}
.btn_ct:hover {
    background: #c22319;
    color: #fff;
}
/* slider-partner */
.slider-partner .box-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-partner .box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: 100px;
}
.slider-partner .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: inherit;
}
.slider-partner .slider_nav_top .flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
	color: #d7d7d7;
	max-height: 100%;
	max-width: 100%;
}

/* hide image cover */
.archive.category.category-343 .box-image ,
.archive.category.category-quan-he-co-dong .box-image,
.archive.category.category-thong-bao .box-image,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .box-image,
.archive.category.category-bien-ban-va-nghi-quyet .box-image,
.archive.category.category-van-kien-to-chuc-dai-hoi .box-image,
.archive.category.category-dieu-le-cong-ty .box-image,
.archive.category.category-tai-lieu-trinh-dai-hoi .box-image,
.archive.category.category-quy-che-hoat-dong .box-image,
.archive.category.category-van-kien-to-chuc-dai-hoi .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1):before{
	display: none !important;
}
.archive.category.category-343 .box-image,
.archive.category.category-quan-he-co-dong .box-image,
.archive.category.category-thong-bao .box-image,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .box-image,
.archive.category.category-bien-ban-va-nghi-quyet .box-image,
.archive.category.category-van-kien-to-chuc-dai-hoi .box-image,
.archive.category.category-dieu-le-cong-ty .box-image,
.archive.category.category-tai-lieu-trinh-dai-hoi .box-image,
.archive.category.category-quy-che-hoat-dong .box-image,
.archive.category.category-343 .box-text:nth-child(1) a:before,
.archive.category.category-quan-he-co-dong .box-text:nth-child(1) a:before,
.archive.category.category-thong-bao .box-text:nth-child(1) a:before,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .box-text:nth-child(1) a:before,
.archive.category.category-bien-ban-va-nghi-quyet .box-text:nth-child(1) a:before,
.archive.category.category-van-kien-to-chuc-dai-hoi .box-text:nth-child(1) a:before,
.archive.category.category-dieu-le-cong-ty .box-text:nth-child(1) a:before,
.archive.category.category-tai-lieu-trinh-dai-hoi .box-text:nth-child(1) a:before,
.archive.category.category-quy-che-hoat-dong .box-text:nth-child(1) a:before,
.archive.category.category-343 .is-divider,
.archive.category.category-quan-he-co-dong .is-divider,
.archive.category.category-thong-bao .is-divider,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .is-divider,
.archive.category.category-bien-ban-va-nghi-quyet .is-divider,
.archive.category.category-van-kien-to-chuc-dai-hoi .is-divider,
.archive.category.category-dieu-le-cong-ty .is-divider,
.archive.category.category-tai-lieu-trinh-dai-hoi .is-divider,
.archive.category.category-quy-che-hoat-dong .is-divider,
.archive.category.category-343 .from_the_blog_excerpt,
.archive.category.category-quan-he-co-dong .from_the_blog_excerpt,
.archive.category.category-thong-bao .from_the_blog_excerpt,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .from_the_blog_excerpt,
.archive.category.category-bien-ban-va-nghi-quyet .from_the_blog_excerpt,
.archive.category.category-van-kien-to-chuc-dai-hoi .from_the_blog_excerpt,
.archive.category.category-dieu-le-cong-ty .from_the_blog_excerpt,
.archive.category.category-tai-lieu-trinh-dai-hoi .from_the_blog_excerpt,
.archive.category.category-quy-che-hoat-dong .from_the_blog_excerpt {
  display: none !important;
}
.archive.category[class*="category-nam"] .box-image,
.archive.category[class*="category-nam"] .is-divider,
.archive.category[class*="category-nam"] .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category[class*="ategory-nam"] .from_the_blog_excerpt {
  display: none !important;
}
.archive.category.category-349 .box-image,
.archive.category.category-349 .is-divider,
.archive.category.category-349 .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category.category-349 .from_the_blog_excerpt {
	display: none !important;
}
.archive.category.category-341 .box-image,
.archive.category.category-341 .is-divider,
.archive.category.category-341 .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category.category-341 .from_the_blog_excerpt {
	display: none !important;
}
.archive.category.category-347 .box-image,
.archive.category.category-347 .is-divider,
.archive.category.category-347 .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category.category-347 .from_the_blog_excerpt {
	display: none !important;
}
.archive.category.category-345 .box-image,
.archive.category.category-345 .is-divider,
.archive.category.category-345 .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category.category-345 .from_the_blog_excerpt {
	display: none !important;
}
/* single post quan he co dong */
.post-template-default.single[class*="category-nam"] .box-image,
.post-template-default.single[class*="category-nam"] .is-divider,
.post-template-default.single[class*="category-nam"] .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.post-template-default.single[class*="category-nam"] .from_the_blog_excerpt {
  display: none !important;
}
.post-template-default.single[class*="category-202"] .box-image,
.post-template-default.single[class*="category-202"] .is-divider,
.post-template-default.single[class*="category-202"] .box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.post-template-default.single[class*="category-202"] .from_the_blog_excerpt {
  display: none !important;
}
.archive.category.category-tin-du-an ._box-image,
.archive.category.category-tin-du-an .is-divider,
.archive.category.category-tin-du-an ._box.box-text-bottom:not(.box-badge) > .box-text:nth-child(1) a:before,
.archive.category.category-tin-du-an .from_the_blog_excerpt {
  display: none !important;
}
/* show date */
.archive.category.category-343 .post-meta.is-small.op-8 ,
.archive.category.category-quan-he-co-dong .post-meta.is-small.op-8,
.archive.category.category-thong-bao .post-meta.is-small.op-8,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-meta.is-small.op-8,
.archive.category.category-bien-ban-va-nghi-quyet .post-meta.is-small.op-8,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-dieu-le-cong-ty .post-meta.is-small.op-8,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-quy-che-hoat-dong .post-meta.is-small.op-8,
.archive.category.category-343 .post-meta.is-small.op-8,
.archive.category.category-quan-he-co-dong .post-meta.is-small.op-8,
.archive.category.category-thong-bao .post-meta.is-small.op-8,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-meta.is-small.op-8,
.archive.category.category-bien-ban-va-nghi-quyet .post-meta.is-small.op-8,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-dieu-le-cong-ty .post-meta.is-small.op-8,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-quy-che-hoat-dong .post-meta.is-small.op-8,
.archive.category[class*="category-nam"] .post-meta.is-small.op-8,
.archive.category.category-349 .post-meta.is-small.op-8,
.archive.category.category-341 .post-meta.is-small.op-8,
.archive.category.category-345 .post-meta.is-small.op-8,
.archive.category.category-347 .post-meta.is-small.op-8,
.post-template-default.single[class*="category-nam"] .post-meta.is-small.op-8,
.post-template-default.single[class*="category-202"] .post-meta.is-small.op-8{
  display: block;
}
.archive.category.category-343 .post-meta.is-small.op-8 ,
.archive.category.category-quan-he-co-dong .post-meta.is-small.op-8,
.archive.category.category-thong-bao .post-meta.is-small.op-8,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-meta.is-small.op-8,
.archive.category.category-bien-ban-va-nghi-quyet .post-meta.is-small.op-8,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-dieu-le-cong-ty .post-meta.is-small.op-8,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-quy-che-hoat-dong .post-meta.is-small.op-8,
.archive.category.category-343 .post-meta.is-small.op-8,
.archive.category.category-quan-he-co-dong .post-meta.is-small.op-8,
.archive.category.category-thong-bao .post-meta.is-small.op-8,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-meta.is-small.op-8,
.archive.category.category-bien-ban-va-nghi-quyet .post-meta.is-small.op-8,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-dieu-le-cong-ty .post-meta.is-small.op-8,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-meta.is-small.op-8,
.archive.category.category-quy-che-hoat-dong .post-meta.is-small.op-8,
.archive.category[class*="category-nam"] .post-meta.is-small.op-8,
.archive.category.category-349 .post-meta.is-small.op-8,
.archive.category.category-341 .post-meta.is-small.op-8,
.archive.category.category-345 .post-meta.is-small.op-8,
.archive.category.category-347 .post-meta.is-small.op-8,
.post-template-default.single[class*="category-nam"] .post-meta.is-small.op-8,
.post-template-default.single[class*="category-202"] .post-meta.is-small.op-8, 
.archive.category.category-tin-du-an .post-meta.is-small.op-8{
  display: block;
}
.archive.category.category-343 .box ,
.archive.category.category-quan-he-co-dong .box,
.archive.category.category-thong-bao .box,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .box,
.archive.category.category-bien-ban-va-nghi-quyet .box,
.archive.category.category-van-kien-to-chuc-dai-hoi .box,
.archive.category.category-dieu-le-cong-ty .box,
.archive.category.category-tai-lieu-trinh-dai-hoi .box,
.archive.category.category-quy-che-hoat-dong .box,
.archive.category.category-343 .box,
.archive.category.category-quan-he-co-dong .box,
.archive.category.category-thong-bao .box,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .box,
.archive.category.category-bien-ban-va-nghi-quyet .box,
.archive.category.category-van-kien-to-chuc-dai-hoi .box,
.archive.category.category-dieu-le-cong-ty .box,
.archive.category.category-tai-lieu-trinh-dai-hoi .box,
.archive.category.category-quy-che-hoat-dong .box,
.archive.category[class*="category-nam"] .box,
.archive.category.category-349 .box,
.archive.category.category-341 .box,
.archive.category.category-345 .box,
.archive.category.category-347 .box,
.post-template-default.single[class*="category-nam"] .box,
.post-template-default.single[class*="category-202"] .box,
.archive.category.category-tin-du-an ._box{
  box-shadow: 0 3px 9px #1d57a54d;
    border: 1px solid #1d57a54f;
    border-radius: 4px;
    height: 100%;
    background: #f7f7f7;
	color: #1d57a5;
}
.archive.category.category-343 .blog-post-inner ,
.archive.category.category-quan-he-co-dong .blog-post-inner,
.archive.category.category-thong-bao .blog-post-inner,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .blog-post-inner,
.archive.category.category-bien-ban-va-nghi-quyet .blog-post-inner,
.archive.category.category-van-kien-to-chuc-dai-hoi .blog-post-inner,
.archive.category.category-dieu-le-cong-ty .blog-post-inner,
.archive.category.category-tai-lieu-trinh-dai-hoi .blog-post-inner,
.archive.category.category-quy-che-hoat-dong .blog-post-inner,
.archive.category.category-343 .blog-post-inner,
.archive.category.category-quan-he-co-dong .blog-post-inner,
.archive.category.category-thong-bao .blog-post-inner,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .blog-post-inner,
.archive.category.category-bien-ban-va-nghi-quyet .blog-post-inner,
.archive.category.category-van-kien-to-chuc-dai-hoi .blog-post-inner,
.archive.category.category-dieu-le-cong-ty .blog-post-inner,
.archive.category.category-tai-lieu-trinh-dai-hoi .blog-post-inner,
.archive.category.category-quy-che-hoat-dong .blog-post-inner,
.archive.category[class*="category-nam"] .blog-post-inner,
.archive.category.category-349 .blog-post-inner,
.archive.category.category-341 .blog-post-inner,
.archive.category.category-345 .blog-post-inner,
.archive.category.category-347 .blog-post-inner,
.post-template-default.single[class*="category-nam"] .blog-post-inner,
.post-template-default.single[class*="category-202"] .blog-post-inner,
.archive.category.category-tin-du-an ._blog-post-inner{
    display: flex;
    flex-direction: column-reverse;
	color: #1d57a5;
}
.archive.category.category-343 .post-title ,
.archive.category.category-quan-he-co-dong .post-title,
.archive.category.category-thong-bao .post-title,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-title,
.archive.category.category-bien-ban-va-nghi-quyet .post-title,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-title,
.archive.category.category-dieu-le-cong-ty .post-title,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-title,
.archive.category.category-quy-che-hoat-dong .post-title,
.archive.category.category-343 .post-title,
.archive.category.category-quan-he-co-dong .post-title,
.archive.category.category-thong-bao .post-title,
.archive.category.category-bao-cao-tai-chinh-thuong-nien .post-title,
.archive.category.category-bien-ban-va-nghi-quyet .post-title,
.archive.category.category-van-kien-to-chuc-dai-hoi .post-title,
.archive.category.category-dieu-le-cong-ty .post-title,
.archive.category.category-tai-lieu-trinh-dai-hoi .post-title,
.archive.category.category-quy-che-hoat-dong .post-title,
.archive.category[class*="category-nam"] .post-title,
.archive.category.category-349 .post-title,
.archive.category.category-341 .post-title,
.archive.category.category-345 .post-title,
.archive.category.category-347 .post-title,
.post-template-default.single[class*="category-nam"] .post-title,
.post-template-default.single[class*="category-202"] .post-title,
.archive.category.category-tin-du-an ._blog-post-inner .post-title {
	color: #1d57a5;
}
/* Full width content col-large-10 */
@media screen and (min-width: 850px) {
    .blog-wrapper > .row > .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* slider */
@media (min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        left: calc(100% - 36px);
        right: auto;
    }
	.slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: calc(100% - 36px);
    }
}
/* breadcrumb */
.rank-math-breadcrumb a {
    color: #fff;
    font-weight: bold;
    text-shadow:1px 1px #00000094;
}
/* page page-id-32 */
.page.page-id-32 .menu_page .bic-subcat li:nth-child(1) a,
.page.page-id-40 .menu_page .bic-subcat li:nth-child(2) a,
.page.page-id-5485 .menu_page .bic-subcat li:nth-child(3) a,
.page.page-id-42 .menu_page .bic-subcat li:nth-child(4) a,
.page.page-id-4928 .menu_page .bic-subcat li:nth-child(5) a,
.page.page-id-280 .menu_page .bic-subcat li:nth-child(1) a,
.page.page-id-268 .menu_page .bic-subcat li:nth-child(2) a,
.page.page-id-5528 .menu_page .bic-subcat li:nth-child(3) a,
.page.page-id-283 .menu_page .bic-subcat li:nth-child(4) a,
.page.page-id-506 .menu_page .bic-subcat li:nth-child(5) a,
.page.page-id-260 .menu_page .bic-subcat li:nth-child(6) a,
.page.page-id-6586 .menu_page .bic-subcat li:nth-child(5) a
{
    background: #ed2121;
    color: #fff;
    border: 1px solid #ed2121;
}
/* Dropdown cusstom */
/* Custom Dropdown Styling */
.custom-dropdown {
    position: relative;
    display: inline-block; /* Or block, depending on your layout */
}

.dropdown-toggle {
    background-color: #f1f1f1;
    color: #333;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
	margin-bottom: -0.5rem;
	margin-right: 0;
	    min-width: 190px;
    text-align: right;
    /* Add Flatsome button styles if desired */
}

.dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin-top: 5px; /* Space between button and dropdown */
    border-radius: 3px;
	right: 0rem;
    z-index: 99999;
}

.dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap; /* Prevent text wrapping */
}

.dropdown-menu li a:hover {
    background-color: #f6f6f6;
    color: #007bff; /* Example hover color */
}

/* Show the dropdown menu on hover */
.custom-dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Add a small arrow for the dropdown toggle */
.dropdown-toggle .icon-angle-down {
    margin-left: 8px;
}
/* Date box */
.col.post-item .badge.post-date {
    width: 100%;
    margin-left: 0em;
    position: relative !important;
    height: auto;
    margin-top: -1.4rem;
}
.col.post-item .badge-inner {
    border-radius: 0 !important;
    background: #f7f7f7;
    color: #3d3d3d;
    text-align: left;
    font-size: 0.8rem;
    padding-left: 1rem;
}
.col.post-item .badge-inner ,
.col.post-item .badge-inner .is-xsmall {
    font-size: 0.8rem;
    font-weight: 400;
    font-style: normal;
}
.col.post-item .badge-inner br {
    display: none;
}
/* bage date */
.badge.absolute.top.post-date,
.post-meta.is-small.op-8 {
	display: none
}
.archive.category-tin-cong-ty .post-meta.is-small.op-8 {
	display: block;
}
.single.category-tin-cong-ty .post-meta.is-small.op-8 {
	display: block;
}

#wp-admin-bar-customize { display:none !important;}
#wp-admin-bar-plugins { display:none !important;}
#wp-admin-bar-themes { display:none !important;}
#wp-admin-bar-widgets{ display:none !important;}

/* restyle chi tiết dự án subtitle */
.page-title .entry-divider.is-divider.small {
    display: none;
}
.page-title .entry-meta {
    text-transform: none;
    font-size: 1.1rem;
    color: #f5f5f5;
}
.single-post .page-title .byline {
	display: none
}

/* Nav medium */
@media screen and (min-width: 849px)  and (max-width: 1024px){

    .nav>li>a {
        font-size: .68em !important;
        letter-spacing: -0.04rem;
    }
	.nav .nav-dropdown li {
		font-size: 80%
	}
}

@media screen and (min-width: 1024px)  and (max-width: 1324px){

    .nav>li>a {
        font-size: 0.88em !important;
        /* letter-spacing: -0.04rem; */
    }
	.nav .nav-dropdown li {
		font-size: 80%
	}
}