/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

.nav-dark .nav>li>a {
    color: #fff;
}

ul.nav.header-nav.header-bottom-nav.nav-left {
    display: flex;
    gap: 60px;
}

.custom-newsletter-form {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.custom-newsletter-form .wpcf7-form-control-wrap {
    flex: 1;
    display: block;
}

.custom-newsletter-form .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-newsletter-form input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 10px 15px 10px 45px !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-color: #ffffff;
    color: #333333;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    width: 516px;
}

.custom-newsletter-form .email-icon {
    position: absolute;
    left: 16px;
    color: #a0aec0;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
    display: flex;
    align-items: center;
    top: 16px;
}

.custom-newsletter-form .btn-submit {
    height: 48px;
    padding: 0 24px !important;
    background-color: #ffc107 !important;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin: 0px;
}

.custom-newsletter-form .btn-submit:hover {
    background-color: #e0a800 !important;
}

.custom-newsletter-form span.wpcf7-spinner {
    display: none;
}

.section-footer .my-social-container {
    padding: 0px;
}

.section-footer {
    border-top: 1px solid #fff;
}

.absolute-footer.dark {
    display: none;
}

.section-footer iframe {
    border-radius: 12px;
}

.section-footer span.ux-menu-link__text {
    color: #fff;
    font-size: 14px;
}

.section-footer a.ux-menu-link__link.flex {
    margin-bottom: -6px;
}

.section-footer .ux-menu-link__link {
    position: relative;
    transition: padding-left 0.5s ease;
}

.section-footer .ux-menu-link__link::before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #ffb703;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 13px;
}

.section-footer .ux-menu-link:hover .ux-menu-link__link {
    padding-left: 18px;
}

.section-footer .ux-menu-link:hover .ux-menu-link__link::before {
    opacity: 1;
}

.menu-ngang {
    display: flex;
    flex-direction: row;
    gap: 26px;
    justify-content: flex-end;
}

.menu-ngang span.ux-menu-link__text {
    font-size: 13px;
    color: #000;
}

.menu-ngang span.ux-menu-link__text:hover {
    color: #EED865;
    text-decoration: underline;
}

.title-divide h4 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    width: max-content;
}

.title-divide h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2.5px;
    background-color: #ffffff;

    transition: width 0.3s ease-in-out;
}

.title-divide h4:hover::after {
    width: 100%;
}

.col-blur-banner>.col-inner {

    backdrop-filter: blur(3px);
    background: linear-gradient(180deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.icon-box-chi-so p,
.icon-box-chi-so h4 {
    margin-bottom: 4px;
}

.icon-box-left.text-left {
    display: flex;
    align-items: center;
}

.text-grad {

    font-weight: 700;
    font-size: 28px;
/*     background: linear-gradient(180deg, #ff8e4f, #ef592e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; */
	color: var(--primary-color);
}

.img-box-loi-the .box-text.text-center {
    background: #FCE56B;
}
.slider-loi-ich .box-text {
	height: 145px;
	padding-bottom: 42px;
}
.slider-loi-ich .box-text-inner {
	position: relative;
	max-height: 100px;
    overflow: hidden;
}

.slider-loi-ich .text-view-more {
	overflow: hidden;
	max-height: 42px;
	transition: max-height 0.35s ease;
	will-change: max-height;
}

.slider-loi-ich .text-view-more.expanded {
	max-height: 72px;
	overflow-y: auto;
	padding-right: 6px;
	scrollbar-width: thin;
	scrollbar-color: rgba(26, 119, 69, 0.55) rgba(26, 119, 69, 0.12);
}

.slider-loi-ich .text-view-more::-webkit-scrollbar {
	width: 5px;
}

.slider-loi-ich .text-view-more::-webkit-scrollbar-track {
	background: rgba(26, 119, 69, 0.12);
	border-radius: 99px;
}

.slider-loi-ich .text-view-more::-webkit-scrollbar-thumb {
	background: rgba(26, 119, 69, 0.55);
	border-radius: 99px;
}

.slider-loi-ich .text-view-more::-webkit-scrollbar-thumb:hover {
	background: rgba(26, 119, 69, 0.8);
}

.slider-loi-ich .text-view-more.is-collapsing {
	overflow-y: hidden;
}
.slider-loi-ich .text-view-more p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}

.slider-loi-ich .text-view-more.expanded p {
	display: block;
	-webkit-line-clamp: unset;
}

.slider-loi-ich .toggle-view-more-btn {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	color: #1A7745;
	font-weight: 700;
	cursor: pointer;
	font-size: 14px;
	text-decoration: underline;
	white-space: nowrap;
	z-index: 99;
}

.slider-loi-ich .toggle-view-more-btn:hover {
	opacity: 0.8;
}

.blog-vertical .col.post-item {
    margin-bottom: -15px;
}

h5.post-title.is-large a {
    color: #000;
    font-size: 18px;
    padding: 2px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

h5.post-title.is-large a:hover {
    color: #FCE56B;
}

.blog-vertical {
    max-height: 445px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.blog-vertical .col {
    flex-shrink: 0;
    width: 100%;
}

.blog-vertical .col:first-child {
    animation: slide-up-loop 10s linear infinite;
}

.blog-vertical:hover .col:first-child {
    animation-play-state: paused;
}

.row-5-col>.col {
    max-width: 20%;
    flex-basis: 20%;
}

.col-choice-first>.col-inner {
    transition: all 0.3s ease;
    min-height: 340px;
}

.col-choice-first h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    min-height: 70px;
}

.col-choice-first h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #FCE56B;
    transition: all 0.3s ease;
}

.col-choice-first .icon-box-img {
    width: 70px !important;
    height: 70px;
    background-color: #e2e8f0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 auto 10px;
}

.col-choice-first .icon-box-img .icon,
.col-choice-first .icon-box-img .icon-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.col-choice-first .icon-box-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.col-choice-first .text,
.col-choice-first .text p {
    transition: color 0.3s ease;
}

.col-choice-first > .col-inner {
    background-color: #ffffff;
}
.col-choice-first:hover>.col-inner {
    background-color: #FCE56B;
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(252, 229, 107, 0.4);
    cursor: pointer;
}
.section-lchd .section-bg {
	width: 70%;
	left: auto;
}
.section-lchd .section-bg :is(img,picture,video) {
    -o-object-fit: contain;
    object-fit: contain;
}

.col-choice-first:hover h4,
.col-choice-first:hover .text,
.col-choice-first:hover .text p {
    color: var(--primary-color) !important;
}

.col-choice-first:hover .icon-box-img {
    background-color: #ffffff;
    transform: scale(1.08);
}

.col-choice-first:hover .icon-box-img img {
    transform: scale(1.05);
}

.col-choice-first:hover h4::before {
    width: 50px;
    background-color: #FDC43C;
}



.custom-contact-form .form-group {
    margin-bottom: 20px;
}

.custom-contact-form .form-group label {
    display: block;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
    font-size: 15px;
}

.custom-contact-form .form-group .required {
    color: #e63946;
    margin-left: 3px;
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100% !important;
    max-width: 100%;
    padding: 12px 16px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    font-size: 15px !important;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #ffc107 !important;
}

.custom-contact-form ::placeholder {
    color: #8a929a !important;
    opacity: 1;
}

.custom-contact-form :-ms-input-placeholder {
    color: #8a929a !important;
}

.custom-contact-form ::-ms-input-placeholder {
    color: #8a929a !important;
}

.custom-contact-form textarea {
    min-height: 100px;
    resize: vertical;
}

.custom-contact-form .form-submit-wrapper {
    text-align: right;
    margin-top: 25px;
}

.custom-contact-form .custom-submit-btn {
    background-color: #ffca43;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
}

.custom-contact-form .custom-submit-btn:hover {
    background-color: #1A7745 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
    color: #fff;
}

.custom-contact-form .arrow-icon {
    font-size: 18px;
    line-height: 1;
}

.custom-contact-form .wpcf7-spinner {
    position: absolute;
}

.custom-contact-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}


.icon-box-transform {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 26px;
}

.icon-box-transform .icon-box-img {
    width: 50px !important;
    height: 50px;
    background-color: #FCE56B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease;

}

.icon-box-transform .icon-inner svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.icon-box-transform .icon-box-text h5 {

    font-size: 16px;
    color: #000000;
    transition: color 0.3s ease;
}

.icon-box-transform .icon-box-text p {
    margin: 0;
    color: #4a4a4a;
}

.icon-box-transform:hover .icon-box-img {
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    will-change: transform;
    animation: rotateY 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.icon-box-transform .icon-inner svg {
    color: #fff;
}

.icon-box-transform:hover .icon-inner svg {
    fill: #FCE56B !important;
    color: #FCE56B !important;
}

.icon-box-transform:hover .icon-box-text h5 {
    color: #FCE56B !important;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.acc-faq .toggle {
    border-radius: 999px;
    height: 1.5em;
    left: auto;
    right: 0px;
    margin-right: 5px;
    position: absolute;
    top: .3em;
    transform-origin: 50% 47%;
    width: 2.3em;
}

.acc-faq .accordion-title {
    border-top: unset;
    display: block;
    font-size: 110%;
    padding: 14px;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    padding-left: 12px;
    background: #FCE56B;
    color: #000;
    margin-bottom: 15px;
    border-radius: 12px;
}

.acc-faq .accordion-inner {
    background: #ffffff;
    border: 1px solid #e1e4e6;
    border-top: unset;
    border-radius: 0 0 12px 12px;
    padding: 24px 30px;
    margin-top: -15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);

}

.acc-faq .accordion-item .accordion-title.active {
    margin-bottom: 15px;
    border-radius: 12px 12px 0 0;
}

.text-grad,
.tima-class {
/*     background: linear-gradient(180deg, #ff8e4f, #ef592e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; */
	color: var(--primary-color);
}

.text-ngan {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.text-ngan:not(.is-expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.text-ngan.is-expanded {
    max-height: 2000px;
}

.text-ngan-toggle {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    justify-content: center;
    margin: 0 auto;
    text-transform: none;
}
.text-ngan-toggle svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.text-ngan-toggle {
  margin-left: auto;
  margin-right: auto;
}
.text-ngan-toggle.is-expanded svg {
  transform: rotate(180deg);
}
.readmore-btn-wrapper {
    text-align: center;
    margin-top: 15px;
    width: 100%;
}

.tima-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1A7745;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.tima-readmore-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}

.text-ngan.is-expanded+.readmore-btn-wrapper svg {
    transform: rotate(180deg);
}

.tima-readmore-btn:hover {
    opacity: 0.8;
}

.img-radius img {
    border-radius: 14px;
}

.img-logo {
    background-color: #ffffff !important;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-logo .img-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-logo img {
    max-width: 85% !important;
    max-height: 45px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;

    filter: grayscale(100%) opacity(75%);
    transition: filter 0.3s ease, opacity 0.3s ease;
}


.img-logo:hover img {
    filter: grayscale(0%) opacity(100%);
}

.blog-row .col.post-item {
    margin-bottom: -27px;
}

.img-box-newspaper .box-text.text-left {
    padding: 10px 15px;
    border-radius: 0 0 12px 12px;
}

.img-box-newspaper .box-image {
    border-radius: 12px 12px 0 0;
}

.blog-news .col.post-item .col-inner {
    transition: all 0.3s ease;
    min-height: 512px;
}

.blog-news .col.post-item .col-inner .box-text.text-left {
    padding: 20px;
}

.blog-news .col.post-item .box-image {
    border-radius: 20px 20px 0px 0px;
}

.blog-news .col.post-item:hover .col-inner {
    border-radius: 20px 20px;
    background: var(--06, #FFF);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);

}

.post-meta.is-small.op-8 {
    padding: 4px 0px;
}

.icon-box-border p {
    margin-bottom: 0px;
}

.icon-box-border {
    margin-bottom: 18px;
}

.nav-dropdown-has-border .nav-dropdown {
    border: unset;
    border-radius: 8px;
}

.nav-dropdown-default {
    padding: 0px;
    border-radius: 8px;

}

.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0px;
    padding-left: 15px;
}

.nav-dropdown>li>a:hover {
    color: #fff;
    background: #1A7745;

}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.icon-box-border .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #1A7745;
    border-radius: 6px;
    background-color: transparent;
}

.icon-box-border .icon-inner svg {
    width: 24px;
    height: 20px;
    fill: #1A7745;
    margin-top: 3px;
}


.icon-box-chi-so .icon-box-img img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(51%) saturate(545%) hue-rotate(357deg) brightness(102%) contrast(97%);
}

.slider-loi-ich .slider-style-container .flickity-slider>:not(.is-selected), 

.slider-loi-ich .slider-style-focus .flickity-slider>:not(.is-selected), 

.slider-loi-ich .slider-style-shadow .flickity-slider>:not(.is-selected) {

    opacity: 1;

}

.blog-home h5.post-title.is-large, .blog-home p.from_the_blog_excerpt {
    display: none;
}


.blog-home.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -2% !important;
}

.blog-home .box-image {
    border-radius: 8px;
}
.blog-home a.button.secondary.is-link:hover {
    color: #F9D02A;
}

body {
		line-height: 1.5;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.5em;
}
.logo-left .logo {
    margin-right: 10px;
}
.htf-single-recruitment {
	padding-top: 60px;
}
.htf-single-recruitment .recruitment-banner {
	border-radius: 10px;
	margin-bottom: 60px;
}
.btn-form-recruitment {
	text-align: center;
	margin-bottom: 10px;
}
.btn-form-recruitment a {
	width: 350px;
	max-width: 100%;
	padding: 2px 10px;
    font-weight: 600;
}
.htf-single-recruitment strong {
	font-weight: 600;
}
.htf-recruitment-title {
	color: var(--primary-color);
}
.recruitment-info-item span {
	font-weight: 600;
	color: var(--primary-color);
}
.recruitment-sub-title {
	text-align: center;
}
.recruitment-sub-title span {
	display: inline-block;
	border-bottom: 1px solid #000000;
}
#popup-form-recruitment,
.custom-form-recruitment input:not(.wpcf7-file),
.custom-form-recruitment textarea {
	border-radius: 10px;
}
.custom-form-recruitment .wpcf7-submit {
	padding: 5px 25px;
	background: var(--primary-color);
	color: #ffffff;
	border-radius: 10px;
}
.recruitment-item .box {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.175);
	border-radius: 10px;
	transition: all 0.3s ease;
	overflow: hidden;
}
.recruitment-item .box:hover {
	transform: translateY(-5px);
}
.recruitment-item .box .box-image {
	width: 200px;
	min-width: 200px;
}
.recruitment-item .box .box-image img {
	border-radius: 10px;
}
.recruitment-item .box .box-text {
	flex: 1;
	padding: 15px;
}
.recruitment-item .box .box-text-inner {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.recruitment-item .box .box-text-inner .recruitment-title {
	font-size: 1.25em;
	text-transform: uppercase;
}
.recruitment-item .box .box-text {
	font-size: 1em;
}
.recruitment-item .box .box-text-inner p.recruitment-info {
	display: flex;
	align-items: center;
	gap: 2px;
}
.recruitment-item .box .box-text-inner p.recruitment-info span {
	font-weight: 600;
}
.recruitment-item .box .box-text-inner p.recruitment-salary span {
	color: var(--primary-color);
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}