/* Header */
.header-button a {
        min-width: 120px;
    height: 40px;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    border: none;
}
.header-top li.html.custom.html_topbar_left {
    font-size: 14px;
    text-transform: capitalize;
}

.header-button a:before {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: transparent;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5));
    transform: skew(-25deg);
}

.header-button a:hover:before {
    -webkit-animation: shine-data-v-a1c521e2 1s;
    animation: shine-data-v-a1c521e2 1s;
}
@keyframes shine-data-v-a1c521e2 {
    to {
        left: 125%
    }
}
.header_right {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    font-size: 14px;
}

.header_right a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
div#timkiem form.searchform {
    position: absolute;
    right: 0px;
    margin: 0;
    width: 250px;
    display: none;
    top: 50px;
}

div#timkiem {
    position: relative;
}

div#timkiem form.searchform .search-field {
    border: none;
    border-radius: 99px;
    box-shadow: none;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    color: #fff !important;
    height: 40px;
}
div#timkiem form.searchform .search-field::placeholder {
    color: #fff;
  }
div#timkiem form.searchform button.ux-search-submit {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    color: #fff;
}
div#timkiem .icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}

li.html.custom.html_top_right_text {
    margin: 0;
}
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
div#menu_bar .social_footer {
    color: #fff;
}
section.section.page_header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
    padding: 20px 0;
}

.page_header .page_title {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    margin: 0 0 16px;
    text-transform: uppercase;
    color: #fff;
}

nav.rank-math-breadcrumb p,nav.rank-math-breadcrumb p a {
    margin: 0;
    color: #F5F5F5;
    font-size: 16px;
}

nav.rank-math-breadcrumb p span.separator {
    margin: 0 15px;
}
ul.header-nav.header-nav-main li > ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #1c48c1;
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}
ul.header-nav.header-nav-main > li> .sub-menu {
    left: 0;
    top: 100%;
}

ul.header-nav.header-nav-main > li >.sub-menu {
    opacity: 0; 
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg); 
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid #1c48c1;
}

ul.header-nav.header-nav-main > li >.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}
ul.header-nav.header-nav-main > li.current-dropdown >.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);

}
ul.header-nav.header-nav-main > li >.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}
ul.header-nav.header-nav-main > li >.sub-menu li a:hover{
    color: #fff !important;
}
/*  */
ul.header-nav.header-nav-main > li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main > li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%                                                                         ;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    position: relative;
}

ul.header-nav.header-nav-main > li .sub-menu > li {
    width: 100%;
}

ul.header-nav.header-nav-main > li .sub-menu >li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
ul.header-nav.header-nav-main li > ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after, 
.nav-dropdown-has-arrow li.has-dropdown:before
{
    display: none;
}
ul.header-nav.header-nav-main .icon-angle-down:before{
    display: none;
}
ul.header-nav.header-nav-main.nav.nav-left > li.has-dropdown > a > i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%231C1C1C"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
/* Footer */
#footer {
    background: linear-gradient(270deg, rgb(56 77 153) 0%, rgb(16 71 201) 100%);
    padding-top: 65px;
    overflow: hidden;
}
#footer .shape16 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    transform: scalex(-1);
}
.ss_footer .ux-menu-title {
    font-size: 16px;
    padding: 0;
    min-height: inherit;
    margin-bottom: 15px !important;
}
.ss_footer a.ux-menu-link__link {
    font-size: 15px;
    min-height: 30px;
}

.ux-menu-link.flex.menu-item a:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
.ux-menu-link.flex.menu-item.address a:before {
    content: "\f3c5";
}
.ux-menu-link.flex.menu-item.phone a:before {
    content: "\f095";
}
.ux-menu-link.flex.menu-item.email a:before {
    content: "\f0e0";
}
.social_footer {
    margin-top: 15px;
}

.social_footer .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
}

.social_footer .icon a {
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    color: #fff;
}

.social_footer .icon a.facebook {
    background-color: #337FFF;
}

.social_footer .icon a.tiktok {
    background-color: #000;
}

.social_footer .icon a.youtube {
    background-color: #ff3333;
}
.absolute-footer {
    padding: 10px !important;
}

.copyright-footer {
    font-size: 14px;
    color: #fff;
    position: relative;
}

.copyright-footer:after {
    content: "";
    top: -10px;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #ffffff78;
}
/* phone ring */

.phone-ring a{
	color:white !important;
	margin-bottom:0;
}

.dev_tell {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.dev_tell-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    left: -11px;
    bottom: 0px;
    display: block;
}
.dev_tell-cricle {
    width: 85px;
    height: 85px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #bc2326;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.dev_tell-cricle-fill {
    width: 55px;
    height: 55px;
    top: 27px;
    left: 27px;
    background-color: rgba(188 ,35 ,38  , 0.7);
    border-radius: 100%;
    position: absolute;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.dev_tell-img-cricle {
    background-color: #bc2326;
    width: 38px;
    height: 38px;
    top: 35px;
    left: 35px;
    position: absolute;
    background-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-img 1s infinite ease-in-out;
    animation: phonering-circle-img 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    align-items: center;
    justify-content: center;
}

.dev_tell-img-cricle .n-pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.dev_tell-img-cricle .n-pps-btn-img img {
    width: 25px;
    height: 25px;
}
.dev_tell .dev_tell-bar {
    position: absolute;
    background: rgba(188 ,35 ,38 , 0.75);
    height: 40px;
    width: 150px;
    line-height: 40px;
    border-radius: 3px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    padding: 0 10px;
    left: 35px;
    top: 35px;
    border-radius: 50px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.dev_tell .dev_tell-bar>a {
    color: #fff !important;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: bold !important;
    text-indent: 15px;
    display: block !important;
    letter-spacing: 1px;
}
.dev_tell .dev_tell-bar .dev_text-tell {
    position: absolute;
    bottom: 0;
}
@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-circle-img {
    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(-25deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}
@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    50% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
	}
}
/* end */
.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	z-index: 0;
}

.lines .line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.lines .line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;

	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
	-webkit-animation: run 7s 0s infinite;
	animation: run 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
	margin-left: -25%;
}

.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line:nth-child(3) {
	margin-left: 25%;
}

.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

@keyframes run {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}
/* Blog */
.page_archive {
    padding-top: 50px;
    background: #f9f9f9;
}

.box_shadown {
    padding: 10px;
    background: #fff;
}

.flickity-page-dots li.dot {
    background-color: rgb(12 187 231) !important;
    border: none;
    opacity: 1;
    transition: .5s;
}

.flickity-page-dots li.dot.is-selected {
    width: 30px;
    border-radius: 99px;
}
.box.box-blog-post {
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    border-radius: 6px;
    overflow: hidden;
}

.box.box-blog-post .box-text {
    padding: 20px;
    background-color: #fff;
}

.box.box-blog-post .box-text .post-title a {
    font-size: 18px;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display:
    -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0 15px;
}

.box-blog-post .is-divider {
    display: none;
}
.box.box-blog-post .box-text 
 .post-meta {
    font-weight: 500;
    font-size: 13px;
}

.box.box-blog-post .box-text .post-meta i {
    color: var(--primary-color);
}

.box.box-blog-post .box-text a.button.is-link {
    margin-left: auto !important;
    margin-right: 0 !important;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
    border: none;
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}
p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display:
    -webkit-box;
    -webkit-box-orient: vertical;
}
.title_siderbar {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
}

.title_siderbar * {
    margin: 0;
}

.title_siderbar:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--primary-color);
}

.blog-right .box.box-blog-post {
    box-shadow: none;
}

.blog-right .box.box-blog-post .box-text .post-title a {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}
.blog-right .box.box-blog-post .box-text a.button.is-link {
    display: none !important;
}
.blog-right .col.post-item:not(:last-child) {
    padding-bottom: 10px;
}
.blog-right .box.box-blog-post .box-text {
    padding: 0 0 0 15px;
}
h1.single_title {
    margin: 15px 0;
    font-size: 24px;
}
.related_post-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--primary-color);
}
/* Giới thiệu */
.list_quytrinh .col-inner {
    display: flex;
    align-items: center;
    padding-left: 32px;
    gap: 24px;
}

.list_quytrinh .box {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #f7f6f9;
}

.list_quytrinh:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #ecf2eb;
}

.list_quytrinh {
    position: relative;
}

.list_quytrinh .year p {
    padding: 8px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
    background: rgb(16 164 201 / 18%);
    line-height: 1;
    border-radius: 6px;
    position: relative;
    width: max-content;
}

.list_quytrinh .col .col-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ecf2eb;
    transform: translateY(-50%);
}

.list_quytrinh .year p:after {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #d4eff5;
    rotate: 45deg;
}

.list_quytrinh .box .box-image {
    max-width: 286px;
    min-width: 286px;
}

.list_quytrinh .box .box-image img {
    height: 200px;
    object-fit: cover;
}

.list_quytrinh .box .box-text {
    padding: 0 0 0 20px;
}

.list_quytrinh .box .box-text h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_page p {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.title_page h2 {
    font-size: 32px;
    letter-spacing: 0.16px;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 5px;
}
.profile-card {
    max-width: 400px;
    background-color: #fff;
    width: 100%;
    display: grid;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
  }
  
  .skeleton {
    background-color: #e0e0e0;
    background-image: linear-gradient(90deg, #e0e0e0 0%, #cecece 50%, #e0e0e0 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
  }
  
  .profile-card .cover-wrapper {
    height: 210px;
    position: relative;
    border-radius: 0 0 20% 20%;
    overflow: hidden;
  }
  
  .profile-card img {
    width: 100%;
    height: 100%;
  }
  
  .cover-wrapper img {
    object-fit: cover;
  }
  
  .avatar-wrapper {
    height: 150px;
    width: 150px;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 4px;
    background-color: white;
    box-shadow: 0px 0px 8px 0px #00000038;
    margin-bottom: -75px;
    overflow: hidden;
  }
  
  .avatar-wrapper img {
    object-fit: contain;
    border-radius: 50%;
  }
  
  .profile-details {
    text-align: center;
    line-height: 1.4;
  }
  
  .user-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .user-name.skeleton {
    width: 30%;
    height: 25px;
    margin: 10px auto;
    border-radius: 5px;
  }
  
  .user-title {
    color: #e20909;
  }
  
  .user-title.skeleton {
    width: 50%;
    height: 15px;
    margin: 10px auto;
    border-radius: 5px;
  }
  
  .profile-card .separator {
    background: linear-gradient(273deg, white, #215eae, white);
    width: 70%;
    height: 1px;
    margin: 10px auto 20px;
  }
  
  .loading a,
  .loading .separator {
    visibility: hidden;
    opacity: 0;
  }
  
  .user-about {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .user-about.skeleton {
    width: 90%;
    height: 50px;
    margin: 10px auto;
    border-radius: 2px
  }
  
  .social-handles-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 15px 0;
  }
  
  .social-handles-wrapper.skeleton {
    width: 50%;
    height: 30px;
    margin: 10px auto;
    border-radius: 5px
  }
  
  .profile-card .icon {
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 !important;
  }
  
  .profile-card .icon:hover {
    filter: brightness(0.9);
  }
  
  .profile-card .icon::before {
    vertical-align: middle;
  }
  
  .profile-card .bi-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  }
  
  .profile-card .bi-facebook {
    background: #215eae;
  }
  
  .profile-card .bi-twitter-x {
    background: black;
  }
  
  .profile-card .bi-youtube {
    background: #FF0000;
  }
  .list_counter .box-counter {
    border-left: 1px solid #d9d9d9;
    padding-left: 40px;
}

.list_counter .box-counter .title {
    font-size: 20px;
    color: #000;
    padding-bottom: 32px;
    line-height: 1;
    margin-bottom: 32px;
    border-bottom: 1px solid #d9d9d9;
}

.list_counter .box-counter p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list_counter .box-counter p span.count {
    font-size: 56px;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 400;
}
#particles-canvas {
    height: 470px;
    width: 100%;
}
.ss_doitac .icon-box {
    align-items: center;
}

.ss_doitac .icon-box .icon {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.ss_doitac .icon-box .icon img {
    padding: 0;
}

.ss_doitac .icon-box  p {
    margin: 0;
}

.ss_doitac .icon-box .number {
    font-size: 42px;
    font-weight: 600;
    line-height: 45px;
}

.ss_doitac .icon-box .count-txt {
    font-size: 18px;
}
.ss_doitac .section-bg.fill {
    height: 470px;
}

canvas#particles-canvas {
    position: absolute;
    top: 0;
}
/* Home */
.border_5{
    border-radius: 5px;
    overflow: hidden;
}
a.button.primary.btn_home {
    min-width: 140px;
    height: 40px;
    font-size: 14px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    border: none;
    border-radius: 99px;
}
.ss_why .img_right img {
    height: 220px;
    object-fit: cover;
}
.ss_why .col_bg 
 .col-inner {
    background-image: url(/wp-content/uploads/2025/06/image-69.jpg);
    height: 220px;
    background-position: 0 center;
    padding: 24px;
}

.ss_why .col_bg .text_bg {
    background: #fff;
    padding: 28px 0;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    height: 100%;
}

.ss_why .col_bg .text_bg p:first-child {
    background-image: url(/wp-content/uploads/2025/06/image-69.jpg);
    margin: 0;
    font-size: 114px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    font-weight: 900;
}

.ss_why .col_bg .text_bg p:last-child {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    opacity: .5;
}
button.flickity-button.flickity-prev-next-button svg{
    display: none;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC00"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32"></stop><stop offset="1" stop-color="%23FFCC32" stop-opacity="0.2"></stop></linearGradient></defs></svg>') !important;}
button.flickity-button.flickity-prev-next-button.next{
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC32"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23FFCC32"></stop></linearGradient></defs></svg>') !important;
}
button.flickity-button.flickity-prev-next-button {
    background-repeat: no-repeat;
    margin: 0 !important;
}
.row_discover .item {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
    height: 80vh;
    padding: 0;
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.row_discover {
    display: flex;
}

.body_discover .gallery_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    background-size: cover;
    background-position: center center;
}

.body_discover .gallery_item.current_item {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.body_discover {
    overflow: hidden;
    position: relative;
}

.gallery_items {
    overflow: hidden;
}

.row_discover .item h3.info-title {
    padding: 40px 10px 40px 20px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.row_discover .item::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: .3s;
}
.row_discover .item.active::before{
    opacity: 1;
}
.row_discover .item h3.info-title:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--primary-color);
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: var(--primary-color);;
}
.row_discover .item:hover h3.info-title:after{
    height: 100%;
}
.row_discover .item:hover h3.info-title{
    color: #fff;
}
.form_lh .wpcf7-form-control {
    border: 1px solid #17171b;
    box-shadow: none;
    border-radius: 5px;
}

.form_lh input.wpcf7-form-control.wpcf7-submit {
    border: none;
    font-weight: 500;
    text-transform: initial;
}
.list_linhvuc .col-inner {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.list_linhvuc .box:first-child {grid-area: 1/1/3/3;}
.list_linhvuc .box 
 a.btn_icon {
    position: absolute;
    bottom: 16px;
    margin: 0 !important;
    left: 16px;
    width: calc(100% - 32px);
    display: flex;
    background: hsla(0,0%,100%,.1019607843);
    backdrop-filter: blur(20px);
    transition: .3s ease;
    text-decoration: unset;
    border: none;
    padding: 24px 0 24px 16px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    align-items: center;
    padding-right: 84px !important;
    text-align: left;
}
.list_linhvuc .box.box_last .box-text {
    background: hsla(0,0%,100%,.1019607843);
    border: 1px solid hsla(0,0%,100%,.1019607843);
    backdrop-filter: blur(20px);
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
    padding: 40px;
    text-align: left;
    
}

.list_linhvuc .box:first-child .box-image {
    height: 100%;
    position: relative;
}

.list_linhvuc .box:first-child .image-cover {
    padding-top: 0% !important;
    height: 100%;
}
.list_linhvuc .box a.btn_icon:after {
    content: "";
    width: 84px;
    height: 100%;
    position: absolute;
    right: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="%23ffffff" viewBox="0 0 256 256"><path d="M200,64V168a8,8,0,0,1-16,0V83.31L69.66,197.66a8,8,0,0,1-11.32-11.32L172.69,72H88a8,8,0,0,1,0-16H192A8,8,0,0,1,200,64Z"></path></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-color: var(--primary-color);
}
.list_linhvuc .box.box_last .box-text h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.product_video.img_boder {
    position: relative;
    overflow: hidden;
    height: 400px;
    margin-bottom: 30px;
}

.btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.btn_pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.product_video video {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.product_video {
    position: relative;
}

.product_video:hover {
    cursor: pointer;
}
/* Lĩnh vực */
.box.box_product .box-image:after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    left: 16px;
    top: 16px;
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(.5);
}

.box.box_product .box-text {
    position: absolute;
    bottom: 0;
    height: 100%;
    padding: 30px;
}

.box.box_product:hover .box-image:after {
    opacity: 1;
    transform: scale(1);
}
.box.box_product .box-text:before {
    content: "";
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgb(13 84 101 / 81%) 90%, rgb(3 77 96) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: height .3s ease-in-out;
}
.box.box_product:hover .box-text:before {
    height: 100%;
    transition: height .3s ease-in-out;
}
.box.box_product {
    overflow: hidden;
    transition: .3s;
}

.box.box_product .box-text .box-text-inner {
    transform: translateY(180px);
}

.box.box_product .box-text h3 {
    font-size: 24px;
}

.box.box_product .box-text .box-text-inner p,.box.box_product .box-text .box-text-inner .button {
    opacity: 0;
}

.box.box_product .box-text .box-text-inner .button {
    color: #fff;
    margin: 0;
}

.box.box_product:hover .box-text .box-text-inner {
    transform: translateY(50px);
    position: relative;
}

.box.box_product * {
    transition: all 0.3s ease-in-out;
}

.box.box_product:hover .box-text .box-text-inner p, .box.box_product:hover .box-text .box-text-inner .button {
    opacity: 1;
}
.row_duan-big .content {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    left: 15px;
}

.row_duan-big >.col >.col-inner {
    position: relative;
}
.row_duan-big .content .title h2 {
    font-size: 45px;
    text-transform: uppercase;
}

.row_duan-big .content .list_number {
    border-bottom: 1px solid hsla(0,0%,100%,.3);
    margin-bottom: 40px;
}

.row_duan-big .content .list_number .col:nth-child(2) {
    border-right: 1px solid hsla(0,0%,100%,.3);
    border-left: 1px solid hsla(0,0%,100%,.3);
}
.row_duan-big .content .list_number .box-counter p {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
}

.row_duan-big .content .list_number .leading p {
    margin-bottom: 5px;
}
.row_duan-big .content a.button.primary.btn_home {
    margin: 0;
    text-transform: uppercase !important;
    height: 56px;
    padding: 0 30px;
}
/* Gallery */
.gallery_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
    gap: 5px;
}

.gallery-item {
    padding: 0 !important;
}

.gallery_list .gallery-item:nth-child(5) {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    position: relative;
    overflow: hidden;
}

.gallery_list .gallery-item:nth-child(10) {
    grid-row: 3/5;
    grid-column: 3/5;
    position: relative;
    overflow: hidden;
}
.gallery-item .box .box-text {
    transform: translateY(20px);
    transition: .5s;
    opacity: 0;
}

.gallery-item .box .box-text a.post_title {
    font-size: 16px;
    color: #fff;
}

.gallery-item .box:hover .box-text {
    transform: translateY(0px);
    transition: .5s;
    opacity: 1;
}

.gallery-item .box .box-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    opacity: 0;
    transition: .5s;
}

.gallery-item .box:hover .box-image a:after {
    opacity: 1;
    transition: .5s;
}
/* Slider */
.home-testimonials-carousel {
    margin-bottom: 24px;
}

.testi-item .img {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.home-testimonials-carousel button.flickity-button.flickity-prev-next-button {
    opacity: 1;
}
.content-wrapper-gallery .content-text {
    overflow: hidden;
    max-height: 300px; /* Giới hạn chiều cao ban đầu */
    transition: max-height 0.5s ease;
    position: relative;
}

.content-wrapper-gallery.expanded .content-text {
    max-height: 10000px; /* Mở rộng tối đa khi "Xem thêm" */
}

.read-more-toggle {
    border: none;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    justify-content: center;
    margin: 0;
    display: flex;
    width: 100%;
    color: var(--primary-color);
}
.content-wrapper-gallery .content-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(360deg, rgb(255 255 255) 0%, rgb(255 255 255 / 78%) 100%);
}

.content-wrapper-gallery.expanded .content-text:after {
    opacity: 0;
}
.row_discover .item a.button {
    text-align: center;
    min-width: 120px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff !important;
    border: none;
    color: var(--fs-color-primary);
    gap: 10px;
    margin: 0 auto !important;
    border-radius: 99px;
    font-size: 13px !important;
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.row_discover .item {
    text-align: center;
}

.row_discover .item:hover a.button {
    opacity: 1;
    transition: .3s;
}
/* Video */
.video-items .box .box-image {
    border-radius: 4px;
}

.video-items .box .box-image a:after {
    cursor: pointer;
    width: 61px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjEyNDExIDAuNzcwODM2TDQuMzY2ODkgMC43OTM5MjJDNC44MDU1OCAwLjg2MDMwMyA1LjM5ODkxIDEuMDU5NTUgNS45MjUwNyAxLjI2NzQ5QzguMzE3MjMgMi4xOTY5NiAxMy4wMDAyIDUuMzQxODIgMTQuNzg5OSA3LjI0OTI1TDE1LjMxMTYgNy44MDYyNEwxNS40OTc2IDguMDIxMjdDMTUuODc4MSA4LjUwMzU4IDE2LjA3NzUgOS4wOTQ3NiAxNi4wNzc1IDkuNzAwMjNDMTYuMDc3NSAxMC4yNzAyIDE1Ljg5ODkgMTAuODMzIDE1LjU1NjIgMTEuMjk4OUMxNS40NjQyIDExLjQyNDIgMTUuMzU1OSAxMS41NDQgMTUuMTE0OSAxMS44MDE0TDE0LjQ4NTUgMTIuNDU2NUMxMi41OTAxIDE0LjMwODEgOC40ODggMTcuMDU0MiA2LjE1ODczIDE4LjAzNDFDNS41MTE5MyAxOC4zMDU2IDQuNTgxODIgMTguNjE0OCA0LjEzOTA4IDE4LjYyNDdDMy4xMDA5NSAxOC42NTc2IDIuMTI0MTUgMTguMDg0NyAxLjY0Mzk4IDE3LjE1NzFDMS41MTgxMSAxNi45MTI3IDEuMzYxMDQgMTYuMzMzIDEuMjQyODEgMTUuNzg5MUwxLjEyNDA1IDE1LjE3NzRDMC45MDc0NDkgMTMuODQ1OSAwLjc5MDIxNyAxMS44MjUgMC43OTI1MTQgOS43MDE5MUwwLjc5NTc0NSA5LjAyODk1QzAuODE3MTY5IDcuMDI3OTMgMC45NDM2NDUgNS4yMDQ1IDEuMTYxMSA0LjAxODg0QzEuMjQ3NjkgMy41MzYzOSAxLjQ0MDIxIDIuNzA1NjkgMS41NTE1NyAyLjQzNjU5QzEuNzkzNzggMS44NTUyOCAyLjIzMDY3IDEuMzg1NzcgMi43NzE4OCAxLjA5NjA0QzMuMTkwMDEgMC44NzA0NzEgMy42NjQzMSAwLjc1NTA2MiA0LjEyNDExIDAuNzcwODM2Wk00LjczNzI0IDQuMjk4ODdMNC40NDc1NCA0LjE5Mzc4TDQuMzg2MzUgNC40ODc2NEw0LjMwNzEyIDQuOTUxNjNDNC4xNDIxOCA2LjA3NzYyIDQuMDQ2NDIgNy44MjcxMSA0LjA0ODM0IDkuNzAxOTlMNC4wNTE2NiAxMC4zNTIzQzQuMDcxMSAxMi4wNzEzIDQuMTc0MzMgMTMuNjUwNyA0LjMzNjYxIDE0LjY0ODRMNC40NDk3MSAxNS4xOTYzTDQuODk3NDMgMTUuMDMyNkM2Ljk1ODU0IDE0LjE2NTUgMTEuMDQ5MiAxMS4zOTE4IDEyLjQzNDUgOS44OTgyNUwxMi42MjE4IDkuNjk2MTFMMTIuMTI3MyA5LjE4NjgzQzEwLjQ2NjIgNy41OTYyNyA2LjU3MjMgNS4wMTE5MSA0LjczNzI0IDQuMjk4ODdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    position: absolute;
    z-index: 3;
    min-width: 61px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    background-color: rgba(29, 147, 227, 0.99);
    border-radius: 8px;
    content: "";
}

.video-items .box a.post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 32px;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyQzYuNDc3MTYgMiAyIDYuNDc3MTYgMiAxMkMyIDE3LjUyMjggNi40NzcxNiAyMiAxMiAyMkMxNy41MjI4IDIyIDIyIDE3LjUyMjggMjIgMTJDMjIgNi40NzcxNiAxNy41MjI4IDIgMTIgMlpNMTIgMy4zOTUzNUMxNi43NTIyIDMuMzk1MzUgMjAuNjA0NyA3LjI0Nzc5IDIwLjYwNDcgMTJDMjAuNjA0NyAxNi43NTIyIDE2Ljc1MjIgMjAuNjA0NyAxMiAyMC42MDQ3QzcuMjQ3NzkgMjAuNjA0NyAzLjM5NTM1IDE2Ljc1MjIgMy4zOTUzNSAxMkMzLjM5NTM1IDcuMjQ3NzkgNy4yNDc3OSAzLjM5NTM1IDEyIDMuMzk1MzVaTTEwLjg3MTQgOC4wNTQ1NEwxMC43Njc0IDguMDQ0NjVDMTAuNTcwMyA4LjAzNzg5IDEwLjM2NzEgOC4wODczNSAxMC4xODc5IDguMTg0MDJDOS45NTU5MiA4LjMwODE5IDkuNzY4NjkgOC41MDk0MSA5LjY2NDg4IDguNzU4NTVDOS42MTcxNiA4Ljg3Mzg3IDkuNTM0NjUgOS4yMjk4OSA5LjQ5NzU0IDkuNDM2NjVDOS40MDQzNSA5Ljk0NDc5IDkuMzUwMTQgMTAuNzI2MyA5LjM0MDk2IDExLjU4MzhMOS4zMzk1NyAxMS44NzIzQzkuMzM4NTkgMTIuNzgyMiA5LjM4ODgzIDEzLjY0ODIgOS40ODE2NiAxNC4yMTg5TDkuNTMyNTYgMTQuNDgxMUM5LjU4MzIzIDE0LjcxNDEgOS42NTA1NCAxNC45NjI2IDkuNzA0NDkgMTUuMDY3M0M5LjkxMDI3IDE1LjQ2NDkgMTAuMzI4OSAxNS43MTA0IDEwLjc3MzggMTUuNjk2M0MxMC45NjM2IDE1LjY5MjEgMTEuMzYyMiAxNS41NTk2IDExLjYzOTQgMTUuNDQzMkMxMi42Mzc2IDE1LjAyMzIgMTQuMzk1NyAxMy44NDYzIDE1LjIwOCAxMy4wNTI4TDE1LjQ3NzcgMTIuNzcyQzE1LjU4MSAxMi42NjE3IDE1LjYyNzUgMTIuNjEwNCAxNS42NjY4IDEyLjU1NjdDMTUuODEzNyAxMi4zNTcgMTUuODkwMyAxMi4xMTU4IDE1Ljg5MDMgMTEuODcxNUMxNS44OTAzIDExLjYxMiAxNS44MDQ4IDExLjM1ODcgMTUuNjQxOCAxMS4xNTJMMTUuNTYyMSAxMS4wNTk4TDE1LjMzODUgMTAuODIxMUMxNC41NzE1IDEwLjAwMzYgMTIuNTY0NSA4LjY1NTg1IDExLjUzOTIgOC4yNTc1QzExLjMxMzcgOC4xNjgzOSAxMS4wNTk1IDguMDgyOTkgMTAuODcxNCA4LjA1NDU0Wk0xMC45MDYgOS41MTE2M0wxMS4wMzAyIDkuNTU2NjZDMTEuODE2NiA5Ljg2MjI1IDEzLjQ4NTQgMTAuOTY5OCAxNC4xOTc0IDExLjY1MTVMMTQuNDA5MyAxMS44Njk4TDE0LjMyOSAxMS45NTY0QzEzLjczNTMgMTIuNTk2NSAxMS45ODIxIDEzLjc4NTIgMTEuMDk4OCAxNC4xNTY4TDEwLjkwNjkgMTQuMjI3TDEwLjg1ODUgMTMuOTkyMkMxMC43ODg5IDEzLjU2NDYgMTAuNzQ0NyAxMi44ODc3IDEwLjczNjMgMTIuMTUxTDEwLjczNDkgMTEuODcyM0MxMC43MzQxIDExLjA2ODggMTAuNzc1MSAxMC4zMTkgMTAuODQ1OCA5LjgzNjQyTDEwLjg3OTggOS42Mzc1N0wxMC45MDYgOS41MTE2M1oiIGZpbGw9IiMyMDBFMzIiLz4KPC9zdmc+Cg==);
}

.dv-idvideo-youtube-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.80);
    display: none;
}
.dv-idvideo-youtube {
    position: relative;
    background: #000;
    display: none;
    width: 800px;
    height: 450px;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}
.dv-idvideo-youtube iframe {
    width: 100%;
    height: 100%;
}
.dv-idvideo-youtube a.close_vdeo {
    background: url(/wp-content/uploads/2025/06/fotorama.png) no-repeat;
    width: 32px;
    height: 32px;
    top: -25px;
    right: -25px;
    background-position: -64px 0;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 999;
}
.dv-idvideo-youtube-cont.actii {
    display: flex;
}
/* Dự án  */
.box_phaply 
 .col-inner {
    padding: 15px;
}

.box_phaply .box {
    padding: 15px;
    background: #ececec;
    border-radius: 10px;
    display: flex;
    flex-flow: column-reverse;
}

.box_phaply .col-inner:before {
    content: "";
    background: linear-gradient(270deg, rgba(56, 72, 153, 1) 0%, rgba(16, 105, 201, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    border-radius: 20px;
}

.box_phaply .col-inner:after {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    right: 0;
    margin: 0 auto;
    background: var(--primary-color);
    border-radius: 50%;
}
.box_phaply .box .box-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    #footer {
        padding-top: 30px;
    }
    
    .footer_logo {
        margin: 0 auto 15px !important;
    }
    
    .social_footer {
        text-align: center;
    }
    
    .social_footer .icon {
        justify-content: center;
    }
    
    .copyright-footer {
        font-size: 12px;
    }
    section.section.page_header {
        min-height: 124px;
        text-align: center;
    }
    
    .page_header .page_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    
    nav.rank-math-breadcrumb p, nav.rank-math-breadcrumb p a {
        font-size: 12px;
    }
    .box.box-blog-post .box-text .post-title a {
        font-size: 16px;
        margin: 10px 0;
    }
    h1.single_title {
        font-size: 20px;
    }
    
    .single_content.entry-content {
        font-size: 14px;
    }
    
    .blog-right .box.box-blog-post {
        display: flex;
    }
    
    .blog-right .box.box-blog-post .box-image {
        width: 100px !important;
        border-radius: 5px !important;
    }
    .title_page h2 {
        font-size: 24px;
    }
    
    .list_quytrinh .col-inner {
        flex-flow: column;
        align-items: start;
    }
    
    .list_quytrinh .box {
        flex-flow: column;
    }
    
    .list_quytrinh .box .box-image {
        min-width: 100%;
    }
    
    .list_quytrinh .box .box-text {
        padding: 15px  0 0;
    }
    
    .list_quytrinh .col .col-inner:after {
        top: 20px;
        left: 1px;
    }
    
    .list_quytrinh .box .box-text h4 {
        font-size: 16px;
    }
    
    .list_quytrinh .year p {
        font-size: 18px;
    }
    .list_counter .box-counter {
        padding-left: 20px;
    }
    
    .list_counter .box-counter .title {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    
    .list_counter .box-counter p span.count {
        font-size: 40px;
    }
    .ss_doitac .section-bg.fill {
        height: 600px;
    }
    
    .ss_doitac .icon-box .number {
        font-size: 32px;
        text-align: center;
    }
    
    .ss_doitac .icon-box .count-txt {
        font-size: 16px;
        text-align: center;
    }
    
    .ss_doitac .icon-box  .icon-box-img {
        width: 60px !important;
    }
    
    .ss_doitac .icon-box {
        display: flex;
        flex-flow: column;
    }
    .row_discover .item h3.info-title {
        padding: 40px  5px;
        font-size: 15px;
    }
    .row_discover .item{
        height: 500px;
    }
    .list_linhvuc .col-inner {
        display: flex;
        flex-flow: column;
        gap: 16px;
    }
    
    .list_linhvuc .box a.btn_icon {
        padding: 16px;
        font-size: 16px;
        padding-right: 64px !important;
    }
    
    .list_linhvuc .box a.btn_icon:after {
        width: 64px;
        background-size: 24px;
    }
    
    .list_linhvuc .box:first-child .image-cover {
        padding-top: 120% !important;
    }
    
    .list_linhvuc .box.box_last .box-text {
        padding: 16px;
    }
    
    .list_linhvuc .box.box_last .box-text h3 {
        font-size: 24px;
    }
    .box.box_product .box-text .box-text-inner {
        transform: translateY(70px);
    }
    
    .box.box_product .box-text h3 {
        font-size: 20px;
    }
    .box.box_product .box-text .box-text-inner {
        transform: translateY(70px);
    }
    
    .box.box_product .box-text h3 {
        font-size: 20px;
    }
    
    .box.box_product:hover .box-text .box-text-inner {
        transform: inherit;
       
    }
    .box.box_product .box-text .box-text-inner p, .box.box_product .box-text .box-text-inner .button {
        font-size: 14px !important;
    }
    .row_duan-big .img.bg img {
        min-height: 720px;
        object-fit: cover;
    }
    
    .row_duan-big .content .title h2 {
        font-size: 28px;
    }
    
    .row_duan-big .content .list_number .counter_item:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        border-left: 0;
        border-right: 0;
        padding-top: 16px !important;
    }
    
    .row_duan-big .content .list_number .box-counter p {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .row_duan-big .content a.button.primary.btn_home {
        height: 48px;
    }
    .gallery_list {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery_list .gallery-item:nth-child(5) {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    
    .gallery_list .gallery-item:nth-child(10) {
        grid-row: 4;
        grid-column: 1 / 3;
    }
}