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

:root {
	--fl-icon: "Font Awesome 6 Free";
	--fw-icon: 900;
	--icon-r: "\f061";
	--icon-l: "\f060";
}

.header-shadow.archive.category #masthead .header-nav li a {
	color: #333 !important;
}
.entry-header-text {
	text-align: left;
}
.stats-widget h5{
	color:#fff;
}
.stats-widget span,
.stats-widget i{
	color:#fff;
}
.stats-widget i {
	padding-right:5px;
}
.post-title a {
	color:var(--fs-color-secondary);
}
.blog-wrapper.blog-archive .box-vertical .box-text {
	display: flex!important;
	flex-direction: column;
	/* align-items: start; */
	/* justify-content: start; */
	text-align: left;
}
.comments-area,
.entry-author.author-box {
	display: none !important;
}
/* custom header transpertant and no trans Logo */
#header .stuck img.header_logo,
.single.single-post #header img.header_logo,
.error404  #header img.header_logo,
.page-template-page-blank-php #header img.header_logo,
.archive.category #header img.header_logo,
.featured_item-template-default #header img.header_logo{
	display:none!important;
}
#header .stuck img.header-logo-dark,
.single.single-post #header img.header-logo-dark,
.error404  #header img.header-logo-dark,
.page-template-page-blank-php #header img.header-logo-dark,
.archive.category #header img.header-logo-dark,
.featured_item-template-default #header img.header-logo-dark{
	display:block!important;
}
.single.single-post #masthead .icon-search {
	color: #333 !important;
}
#masthead .icon-menu,
#masthead .icon-search {
	color: #fff !important;
}
.has-transparent.transparent .header-main .header-nav li.menu-item a {
	color: #fff !important;
}

.header-main .header-nav li.menu-item a {
	color: #333 !important;
}
.has-transparent.transparent .header-main .header-nav .sub-menu li a{
	color:#333!important;
}
.has-transparent.transparent .header-main .header-nav .sub-menu li:hover a{
	color:#fff!important;
}
#masthead .header-nav-main {
	justify-content: center !important;
}
.header-main .nav>li.active>a {
	color: var(--fs-color-primary) !important;
}
.header-main .nav-dropdown.nav-dropdown-bold>li>a:hover{
	color:#fff!important;
}
.copyright-footer {
	color: #fff !important;
}
.section-title-normal,
.section-title-normal span {
	border-bottom: none !important;
}
.text-capitalize span {
	text-transform: capitalize !important;
}
.section-banner a.button {
	width: 175px;
	height: 52px;
	border-radius: 8px;
	padding: 16px 20px !important;
	font-weight: 500 !important;
	font-size: 16px;
	letter-spacing: 0%;
	line-height: 20px !important;
}
.section-banner a.button.white {
	color: #333 !important;
}
.section-banner a.button span {
	line-height: unset;
}
.section-banner a.button:hover {
	box-shadow: none !important;
}
.section-title-container b {
	opacity: 0;
}
.cal-k {
	font-size: 16px;
	padding-right: 8px;
}
.custom-icon-book {
	font-size: 14px;
	padding-right: 5px;
}
.post-meta,
.cat-label {
	padding-top: 5px;
}
.cat-label {
	font-size: 0.8em;
	text-transform: capitalize !important;
}
/* Home */
.section-banner .fill {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.66) 0%,
		rgba(0, 0, 0, 0) 100%
	);
	z-index: 1;
	width: 100%;
	height: 100%;
}
.custom-row-blog .custom-blog,
.row-why-home,
.row-course-home,
.row-form-home {
	padding: 0 35px !important;
}
/* Col cha */
.custom-col-home {
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: -1px 1px 7.3px 0px rgba(0, 0, 0, 0.16);
}
/* Custom row blog home */
.custom-row-blog {
/* 	background-image: url("../..//uploads/2025/07/background-blog.png"); */
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: contain;
}

.custom-blog .box-image {
	padding: 10px !important;
	border-radius: 8px !important;
}
.custom-blog .col-inner {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: -2px 1px 4.9px 0px rgba(0, 0, 0, 0.11);
	z-index: 1;
	background: #fff;
}

.custom-blog.slider .flickity-prev-next-button {
	transform: translateX(14px) !important;
	opacity: 1 !important;
}
.custom-blog.slider .flickity-prev-next-button.previous {
	transform: translateX(-10px) !important;
}
.flickity-prev-next-button.previous::before,
.flickity-prev-next-button.next::before {
	position: absolute;
	top: 0;
	color: #333;
	font-family: var(--fl-icon);
	font-weight: var(--fw-icon);
	font-size: 16px;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(23, 23, 23, 1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.slider .flickity-prev-next-button {
	opacity: 1 !important;
}
.flickity-prev-next-button.previous::before {
	content: var(--icon-l);
	left: 0 !important;
}
.flickity-prev-next-button.next::before {
	content: var(--icon-r);
}
.flickity-prev-next-button svg {
	display: none !important;
}
.post-item .is-divider {
	display: none;
}
.box-image img {
	border-radius: 8px;
}
.custom-blog .box-text {
	display: flex;
	padding-top: 10px;
}

/* Why */
.row-why-home {
	background: rgba(246, 246, 246, 1);
}

.custom-col-img-box .col-inner {
	border-radius: 8px;
	padding: 50px;
	background: rgba(255, 255, 255, 1);
}
.custom-img-box-text h4 {
	font-weight: 700;
	font-size: 18px;
}
.custom-img-box-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.custom-blog-course{
	margin:auto!important;
}
.custom-blog-course.slider-nav-push:not(.slider-nav-reveal)
.flickity-prev-next-button {
	margin-top: 0 !important;
}
.custom-blog-course .flickity-prev-next-button.previous {
	transform: translateX(8px) !important;
}
.custom-blog-course .flickity-prev-next-button.next {
	transform: translateX(-4px) !important;
}

.custom-blog-course .col-inner {
	background: rgba(255, 244, 244, 1);
	border-radius: 8px;
	padding: 12px !important;
}
.custom-blog-course .col-inner:hover{
	background:#fff;
	box-shadow: 0 3px 10px rgb(0,0,0,0.2);
}
.custom-blog-course .box-image img {
	border-radius: 4px;
}
.custom-blog-course .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1; /* Số dòng muốn hiển thị */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* FORM */
.row-form-home {
	background-image: url("../../uploads/2025/07/hinh-chim.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 35px !important;
}
.custom-col-overlay {
	background: rgba(255, 255, 255, 0.27);
	border-radius: 8px;
	backdrop-filter: blur(5.400000095367432px);
}
.form-row.two-col {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	width: 100%;
	box-shadow: none;
	outline: none;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select {
	color: #fff;
	opacity: 0.8;
}

.wpcf7 select {
	background: transparent;
	appearance: none;
}
.wpcf7 select option {
	color: #333;
}
.wpcf7-submit {
	background: var(--fs-color-primary) !important;
	color: #fff;
	border: none;
	padding: 12px 30px;
	margin-top: 20px;
	cursor: pointer;
	margin: 0 auto;
}
.wpcf7-spinner {
	display: none;
}
/* Teacher */
.custom-tab-teacher .nav li {
	margin-left: 20px !important;
}
.custom-tab-teacher .nav > li.active > a {
	color: var(--fs-color-primary);
}
.custom-tab-teacher .nav li:hover a {
	color: var(--fs-color-primary) !important;
}
.custom-img-box-teacher .box {
	box-shadow: 0px 0px 11.2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 8px;
	position: relative;
	transition: color 0.3s ease;
	overflow: hidden;
}
.custom-img-box-teacher .box::before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--fs-color-primary);
	transition: top 0.4s ease;
}
.custom-img-box-teacher .col-inner:hover .box::before {
	top: 0;
}
.custom-img-box-teacher .col-inner:hover .box {
	color: #fff;
	cursor: pointer;
}
.custom-img-box-teacher .col-inner:hover .box h4 span{
	color: #fff !important;
}
/* EVENT */
.row-event-home {
	background: rgba(255, 244, 244, 1);
}
.custom-blog-event .col-inner:hover .box-text-inner {
	height: 300px;
	transform: translateY(-30px);
}
.custom-blog-event a.button {
	text-transform: capitalize !important;
	position: relative;
	width: 103.06058502197266px;
	height: 22px;
	opacity: 0;
	gap: 10px;
}
.custom-blog-event .box-push .box-text {
	padding: 10px !important;
	position: relative;
	max-height: 42px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.custom-blog-event .box-push .box-text::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;

	background: var(--fs-color-primary); /* border-bottom giả */
}
.custom-blog-event .box-text-inner {
	transition: transform 0.3s ease;
}
.custom-blog-event .col-inner:hover .box-text {
	transform: translateY(-40px);
	max-height: 80px; /* chiều cao mở rộng khi hover */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.custom-blog-event .col-inner:hover .box-text-inner {
	transform: translateY(0px);
}
.custom-blog-event .col-inner:hover a.button {
	opacity: 1;
	transform: translateY(-10px);
}
.custom-blog-event a.button:hover {
	color: var(--fs-color-primary) !important;
}
.custom-blog-event a.button::after {
	content: var(--icon-r);
	position: absolute;
	top: 0;
	right: 0;
	font-family: var(--fl-icon);
	font-weight: var(--fw-icon);
	color: var(--fs-color-primary);
}
/* News */
.row-blog-new-home {
}
.custom-blog-news h5 a {
	display: -webkit-box;
	-webkit-line-clamp: 1; /* Số dòng muốn hiển thị */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom-blog-news .image-zoom {
	border-radius: 8px;
	overflow: hidden;
}
.custom-blog-news .col-inner:hover .image-zoom {
	border-radius: 8px;
	overflow: hidden;
}
.custom-blog-news a.button {
	position: relative;
	font-size: 0;
}
.custom-blog-news a.button::after {
	content: var(--icon-r);
	position: absolute;
	top: 0;
	font-size: 14px;
	height: 31px;
	width: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--fl-icon);
	font-weight: var(--fw-icon);
	border-radius: 50%;
	border: 1px solid #333;
	transform: rotate(-35deg);
}
.custom-blog-news .col-inner:hover a.button::after {
	border: 1px solid var(--fs-color-primary);
	color: var(--fs-color-primary);
}
.custom-blog-news a.button:hover::after {
	border: 1px solid var(--fs-color-primary);
	color: var(--fs-color-primary);
}

/* Đối tác */
.custom-gallery-doi-tac .gallery-col .box-text {
	transform: translateY(58px);
}
.custom-gallery-doi-tac .gallery-col p {
	color: #333 !important;
}
.custom-gallery-doi-tac .flickity-viewport {
	height: 200px !important;
}
.custom-gallery-doi-tac .flickity-button {
	display: none !important;
}
/* Email */
.custom-text-email {
	width: 466px;
}
.custom-text-email p {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0%;
	text-transform: capitalize;
}
.custom-email-form p {
	display: flex;
	align-items: start;
	gap: 10px;
}
.custom-email-form input::placeholder {
	color: var(--fs-color-secondary); /* Màu placeholder */
	font-size: 14px; /* Cỡ chữ */
	opacity: 1; /* Độ rõ, mặc định một số trình duyệt sẽ mờ */
	font-style: italic; /* Có thể dùng nếu muốn nghiêng */
}
.custom-email-form input[type="email"] {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid var(--fs-color-secondary);
	border-radius: 999px;
	font-size: 14px;
	outline: none;
	color: var(--fs-color-secondary);
}

.custom-email-form .submit-btn {
	flex: 1;
	background-color: var(--fs-color-secondary);
	border: none;
	padding: 0 15px;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: capitalize;
}
/* Right sidebar */
.custom-right-siderbar .col-inner {
	padding: 0 20px !important;
}
.custom-right-siderbar .col-inner .box {
	width: 332px;
	height: 64px;
	opacity: 1;
	gap: 16px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 0.5px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 1);
	border-bottom: 0.5px solid rgba(232, 234, 240, 1);

	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.custom-img-box-right {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.custom-img-box-right .box-text {
	padding: 0 !important;
}
.custom-img-box-right .box-text h4 {
	font-size: 25px;
}
.custom-img-box-right .box-text-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* FOOTER */
.section-footer {
	padding-bottom: 0 !important;
}
/* .custom-stack-footer .row {
	flex: 0 0 20% !important;
}
.custom-stack-footer .row:first-child {
	flex: 0 0 40% !important;
} */
.custom-stack-footer .section-title span {
	font-size: 20px !important;
}
.custom-stack-footer .col-inner .text i {
	padding-right: 8px;
}
.hidden-icon i {
	opacity: 0;
}
.custom-stack-footer .ux-menu .ux-menu-link__link span {
	color: #fff !important;
}
/* ABOUT US */
.custom-col-about {
	align-self: stretch;
	border: 10px solid #f9f9ff;

	background: #fff;
}
.row-collapse > .custom-col-about {
	padding: 75px 90px !important;
	margin-left: -90px;
	z-index: -1;
}
.row-collapse > .custom-col-about.nv,
.row-collapse > .custom-col-about.st{
	transform:translateX(90px);
}
.custom-row-img-box .col-inner .box .box-image {
	margin-left: 0 !important;
}
.custom-slider-client .box-image {
	padding: 35px !important;
}
/* THÔNG BÁO TUYỂN SINH */
.page-id-17 #content,
.page-id-19 #content {
	background-image: url("../../uploads/2025/07/event-bg.webp");
}
.section-ts {
	background-image: url("../../uploads/2025/07/circle-bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 70% -300px;
}
.custom-title-ts h1 {
	font-size: 40px;
}
.custom-img-box-ts .box-text {
	padding: 0 !important;
}
.custom-box-ts .box-image {
	background-color: var(--fs-color-secondary);
	width: 50% !important;
	padding: 30px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.custom-box-ts .box-text {
	background: hsla(0, 0%, 100%, 0.5);
	border: 1px solid #f2f2f2;
	box-shadow: 0 0.8571428571rem 1.4285714286rem #0000001a;
	padding: 1.5rem 1rem;
	height: 100px;
	border-radius: 10px;
}
.custom-contact-form {
	padding: 20px;
	border-radius: 10px;
}

.wpcf7 .custom-contact-form input.wpcf7-form-control,
.wpcf7 .custom-contact-form textarea.wpcf7-form-control {
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 6px;
	margin-bottom: 12px;
	font-size: 16px;
	background-color: #fff;
	color: #333;
}

.wpcf7 .custom-contact-form .form-row p {
	display: flex;
	gap: 12px;
}

.wpcf7 .custom-contact-form .form-row input {
	flex: 1;
	background-color: #fff !important;
	color: #333;
}

.wpcf7 .custom-contact-form textarea {
	height: 120px;
	resize: none;
}

.wpcf7 .custom-contact-form input::placeholder,
.wpcf7 .custom-contact-form textarea::placeholder {
	color: #333;
}

.wpcf7 .custom-contact-form input[type="submit"] {
	background: #ed1c24;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
	border-radius: 8px;
	padding: 0 !important;
}

.custom-contact-form input[type="submit"]:hover {
	background: #c41118;
}
.custom-col-img-ct {
	align-self: stretch !important;
	background-image: url("../../uploads/2025/07/educational-program-bg-2.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.custom-col-img-ct .col-inner {
	height: 100%;
}
.custom-scroll-text {
	max-height: 150px; /* Chiều cao tối đa */
	overflow-y: auto; /* Cho phép cuộn dọc */
	padding-right: 10px; /* Khoảng cách với thanh cuộn */
	scrollbar-width: thin; /* Firefox */
	scrollbar-color: #ccc transparent; /* Firefox */
	width: 60%;
}

/* Cho Chrome, Edge, Safari */
.custom-scroll-text::-webkit-scrollbar {
	width: 6px;
}

.custom-scroll-text::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
}

.custom-scroll-text::-webkit-scrollbar-track {
	background: transparent;
}
.custom-all-box-scroll {
	border: 2px solid;
	border-radius: 30px;
/* 	height: 350px; */
	background-color: #fff;
	overflow: hidden;
}
.custom-col-background {
	background-color: var(--fs-color-secondary);
	padding-bottom: 0 !important;
}
.custom-col-background h2 {
	padding: 12px !important;
}
.custom-col-background h2 span{
	font-size:0!important;
}
.custom-tab-ct .nav>li.active>a{
	background: var(--fs-color-primary);
}
.custom-tab-ct li a{
	font-size: 18px;
    border-radius: 12px;
    padding: 10px;
    background: #5277f1;
    border: 2px solid var(--fs-color-secondary);
    color: #fff!important;
    margin-bottom: 20px;
}
 .custom-scroll-text-2 {
	text-align:justify!important;
}
.custom-stack-footer p{
	margin-bottom:15px!important;
}
/* Cho Chrome, Edge, Safari */
.custom-scroll-text-2::-webkit-scrollbar {
	width: 6px;
}

.custom-scroll-text-2::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 10px;
}

.custom-scroll-text-2::-webkit-scrollbar-track {
	background: transparent;
}
.custom-img-box-right-sidebar {
	margin-bottom: 10px !important;
}
.custom-img-box-right-sidebar .box-text {
	padding: 0 !important;
}
.custom-img-box-right-sidebar .box-text h4 {
	padding-left: 5px;
	font-size: 24px !important;
}
/* .single.single-post .header-nav li a {
color: #333 !important;
} */
/* Icon btn search */

#masthead .ux-search-submit i.icon-search{
	color:#fff!important;
}
.custom.accordion .accordion-item{
	position:relative
}
.custom.accordion .accordion-item a.button{
	position:absolute;
	top:0;
	right:0;
	display:flex;
	align-items:center;
	height:64px;
}
.accordion-title.active {
	border-color:transparent!important;
}
.custom.accordion .accordion-item{
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
	border-radius:8px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	background:#fff;
}
.accordion.custom .icon-angle-down:before{
	content:url('https://ktech1.k-tech-services.com/info278/wp-content/uploads/2025/07/724927-1.png')!important;
	
	opacity:1!important;
}
.accordion.custom i.icon-angle-down{
	margin-top:-19px!important;
}
.accordion.custom button{
	opacity:1!important;
}
.accordion.custom .active>.toggle{
	transform:rotate(90deg)!important;
}
.custom.accordion .accordion-title {
	height:64px;
	font-size:25px;
	font-weight:700;
	color:var(--fs-color-secondary);
	background:#fff;
	border-top:none!important;
/* 	border-bottom: 0.5px solid rgba(232, 234, 240, 1); */
/* 	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15); */
	border-radius:8px;
	margin-bottom:20px;
	overflow:hidden;
/* 	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); */

}
.custom-right-sidebar-home {
	padding:0 40px!important;
}
.custom.accordion .accordion-inner{
	padding:0 15px!important;
	margin-bottom:20px!important;
}
@media screen and (max-width: 768px) {
	.text-center-mb .section-title {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 0 !important;
	}
	#masthead .icon-menu, #masthead .icon-search {
		color: #333 !important;
	}
	.has-transparent.transparent #masthead .icon-menu,
	.has-transparent.transparent #masthead .icon-search {
		color:#fff!important
	}
	/* Ẩn đi chỉ còn 2 cột trên menu */
	/* #masthead .show-for-medium{
	display: none!important;
} */
	.header-inner {
		justify-content: flex-start !important;
	}
	.header-inner .logo {
		margin-right: auto;
		margin-left: 0 !important;
	}

	.header-inner .flex-left {
		display: none; /* tuỳ chọn ẩn nếu không cần */
	}
	.section-banner.mb {
		height: 227px !important;
	}
	.section-banner.mb .text-box {
		z-index: 9;
	}
	.title-banner-mb h1 {
		font-size: 20px;
		line-height: 1.4;
		text-transform: uppercase;
	}
	.section-banner.mb a.button {
		width: 130px;
		height: 32px;
		opacity: 1;
		gap: 10px;
		padding: 6px 8px !important;
		border-radius: 8px !important;
		font-size: 14px;
		z-index: 3;
	}
	.custom-row-blog .custom-blog,
	.row-course-home {
		padding: 0 15px !important;
	}
	.row-form-home {
		padding: 10 15px !important;
	}
	.custom-blog.slider .flickity-prev-next-button.previous {
		transform: translateX(0) !important;
	}
	.custom-blog.slider .flickity-prev-next-button {
		transform: translateX(-10px) !important;
		opacity: 1 !important;
	}
	.custom-blog .box-text {
		padding: 10px !important;
	}
	.custom-blog .flickity-viewport {
		height: 430px !important;
	}
	.custom-blog-course .flickity-prev-next-button.previous {
		transform: translateX(-8px) !important;
	}
	.custom-blog-event .flickity-prev-next-button.next {
		transform: translateX(-11px) !important;
	}
	.box-push .box-text {
		margin: -10% auto 0 !important;
		max-width: 90% !important;
	}
	.custom-text-email {
		width: 100% !important;
		text-align: center;
	}
	.custom-email-form p {
		flex-direction: column !important;
	}
	.custom-email-form .submit-btn {
		width: 100%;
	}
	.custom-stack-footer {
		flex-direction: column !important;
	}
	.row-collapse > .custom-col-about {
		padding: 30px 15px !important;
		margin-left: 0;
	}
	.custom-stack-ts {
		flex-direction: column !important;
	}
	.custom-img-box-ts {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.custom-img-box-ts .box-image {
		width: 30% !important;
	}
	.custom-scroll-text {
		width: 100%;
	}
	.custom-all-box-scroll {
		height: 100%;
	}
	.custom-img-box-right-sidebar {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	.custom-img-box-right-sidebar .box-image {
		width: 10% !important;
	}
	.row-collapse > .custom-col-about.nv,
	.row-collapse > .custom-col-about.st{
		transform:translateX(0);
	}
	.custom-tab-ct .custom-scroll-text-2{
		text-align:justify!important;
	}
}
