.box-show-img {
	max-width: 245px;
}

/* popup video */
.video-popup {
	position: fixed;
	inset: 0px;
	display: none;
	height: 100vh;
	width: 100vw;
	align-items: center;
	justify-content: center;
	background-color: rgb(0 0 0 / 0.9);
	z-index: 1004;
}

.video-popup.active {
	display: flex;
}

.video-popup__close {
	position: absolute;
	z-index: 10;
	top: 2rem;
	right: 2rem;
}

.video-popup__container {
	height: calc(100vh - 12rem);
	width: calc((100vh - 12rem) * 16 / 9);
	aspect-ratio: 16 / 9;
}

.video-popup__close {
	cursor: pointer;
}

/* end popup video */

/* sec image */
.sec-image {
	overflow: hidden;
}

.wrapper {
	padding: 100px;
	position: relative;
	overflow: hidden;
}

.wrapper .left {
	width: 50%;
	height: 100vh;
	min-height: 500px;
}

.wrapper .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.secction-scroll5 {
	min-height: 100vh;
}

.secction-scroll5 .image-block {
	/* update */
	overflow: hidden;
	height: calc(100vh - 160px);
	position: relative;
}

.secction-scroll5 .image-block:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #f6f7f0;
	transition: 1.5s;

	transform: scaleY(1);
	transform-origin: bottom;
	will-change: transform;

	/* clip-path: inset(100% 0 0 0); */
}

.secction-scroll5 .image-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	will-change: transform;
	max-width: 740px;
}

.secction-scroll5 .pinRight .box-right {
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.secction-scroll5.active .image-block:after {
	transform: scaleY(0);
	/* clip-path: inset(0 0 0 0); */
}

/* .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.text-block {
	height: 100vh;
	display: flex;
	padding: 3rem;
	padding-left: 9em;
	align-items: center;
}

.sec-image .logo-sec {
	margin-bottom: 48px;
	opacity: 0;
	transition: 0.5s;
	width: 66px;
}

.sec-image .sub-title {
	letter-spacing: 0.1875rem;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 32px;
	opacity: 0;
	transition: 0.5s;
}

.sec-image.active .sub-title,
.sec-image.active .logo-sec {
	opacity: 1;
}

.sec-image .title-sec {
	margin-bottom: 80px;
}

.sec-image .title-sec span {
	font-size: 56px;
	font-family: var(--rhym);
	letter-spacing: -.02375rem;
	line-height: 3.75rem;
}

.sec-image .title-sec span.space {
	padding: 0 10px;
}

.box-video-2 {
	max-width: 700px;
	display: flex;
	padding: 30px;
	border-radius: 10px;
	background-color: #d4dddf;
	gap: 20px;
	cursor: pointer;
}

.box-video-2 video {
	width: 30%;
	max-width: 165px;
}

.box-video-2 .big-text {
	font-size: 34px;
	font-family: var(--rhym);
}

.box-video-2 .big-text span {
	font-family: var(--rhym-italic);
}

.box-video-2 .small-text {
	font-size: 18px;
}

.sec-image .row {
	gap: 50px;
}

.sec-image .row:after {
	display: none;
}

.text-block {
	margin-left: 0;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

/* end sec image */

/* form dang ky tu van */
.section-contact-form:has(.form-contact-2) .title-sec {
	font-size: 36px;
}

.section-contact-form:has(.form-contact-2) .small-container {
	padding: 50px;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0.125rem 0px, rgba(0, 0, 0, 0.14) 0px 0.5rem 1rem;
	background-color: #EEF6F6
}

.section-contact-form:has(.form-contact-2) {
	padding: 80px 0
}

.form-contact-2 label {
	font-weight: 100;
	font-size: 16px;
	font-family: var(--beMedi);
}

.form-contact-2 .red {
	color: red !important;
}

.form-contact-2 input {
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	border: 0
}

.form-contact-2 .wpcf7-form-control-wrap {
	padding-left: 15px;
}

.form-contact-2 .btn-viewall {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	border-radius: 0.5rem;
	border: 1px solid;
	border-color: #21313C;
	padding: 18px 28px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 18px;
	transition: 0.2s;
	font-family: var(--be);
	background-color: transparent;
	font-weight: 100;
	margin-top: 30px
}

.form-contact-2 .btn-viewall:hover i {
	color: #f6f7f0;
	transform: translateX(5px);
}

.form-contact-2 .btn-viewall i {
	font-size: 18px;
	transition: 0.2s;
}

.form-contact-2 .btn-viewall:hover {
	background-color: #21313C;
	box-shadow: none !important
}

.section-contact-form:has(.form-contact-2) form {
	margin-bottom: 0
}

.form-contact-2 .wpcf7-list-item {
	display: block;
}

.form-contact-2 .wpcf7-list-item input {
	transform: translateY(2px);
}

.form-contact-2 .wpcf7-list-item label {
	margin-bottom: 0
}

.form-contact-2 .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: 100;
	font-family: var(--regular)
}

.form-contact-2>label:not(:first-child) {
	margin-top: 20px
}

.section-contact-form:has(.form-contact-2) .wpcf7 .wpcf7-not-valid-tip {
	margin-top: 0;
	transform: translateY(-5px);
}

/* end form dang ky tu van */

/* section slider */
.section-box-overlay-img-text {
	overflow: hidden
}

.section-box-overlay-img-text .swiper-slide {
	transform: translateY(30%) !important;
	opacity: 0;
	transition: 0.4s;
}

.section-box-overlay-img-text.active .swiper-slide:nth-child(1),
.section-box-overlay-img-text.active .swiper-slide:nth-child(2),
.section-box-overlay-img-text.active .swiper-slide:nth-child(3),
.section-box-overlay-img-text.active .swiper-slide:nth-child(4) {
	opacity: 1;
	transform: translateY(0%) !important;
	transition-duration: 0.4s;
}

.section-box-overlay-img-text .swiper-slide:nth-child(1) {
	transition-delay: 0.5s;
}

.section-box-overlay-img-text .swiper-slide:nth-child(2) {
	transition-delay: 0.7s;
}

.section-box-overlay-img-text .swiper-slide:nth-child(3) {
	transition-delay: 0.9s;
}

.section-box-overlay-img-text .swiper-slide:nth-child(4) {
	transition-delay: 1.1s;
}

.section-box-overlay-img-text .swiper-slide.slide-up {
	opacity: 1;
	transform: translateY(0%) !important;
	transition-delay: 0s;
}

/* end section slider */

.page-id-4473 .section-box-overlay-img-text.section-bg--color-11 .title-sec,
.page-id-4896 .section-slider-style-3.section-bg--color-2 .title-sec {
	letter-spacing: -2px;
}

.page-id-4473 .section-slider-style-3.section-bg--color-11 .header-section .des p,
.page-id-4896 .section-slider-style-3 .header-section .des p {
	font-size: 18px;
	line-height: 1.4;
}

.page-id-4473 .section-slider-style-3.section-bg--color-11 .header-section .des span {
	display: block;
	margin-top: 30px;
	font-size: 12px;
}

.section-box-content-center-mail .title-sec {
	letter-spacing: -2px;
}

.section-box-content-center-mail .description-box * {
	font-size: 18px !important;
}

.section-box-content-center-mail .description-box a {
	text-decoration: underline;
}

.section-box-content-center-mail label {
	font-weight: 100;
	text-align: left;
	font-size: 14px;
	letter-spacing: .1875rem;
	text-transform: uppercase;
}

.section-box-content-center-mail .btn.btn-outline {
	color: #F6F7F0 !important;
	border-color: #F6F7F0 !important;
	background-color: #21313C !important;
	padding: 10px 28px !important;
	min-height: 58px;
	height: 58px;
	margin-right: 0
}

.section-box-content-center-mail .btn.btn-outline i {
	color: #F6F7F0 !important;
}

.section-box-content-center-mail .btn.btn-outline:hover {
	background-color: #F6F7F0 !important;
	color: #21313C !important
}

.section-box-content-center-mail .btn.btn-outline:hover i {
	color: #21313C !important
}

.f-datebirth {
	display: flex;
	gap: 20px;
	align-items: flex-end;
	justify-content: center;
	margin-top: 50px;
}

.f-datebirth .box-inp input {
	border: 1px solid #878D8F;
	box-shadow: none !important;
	min-height: 58px;
	height: 58px;
	border-radius: 0.5rem;
	background-color: #1A252D;
	color: #F6F7F0 !important;
}

/* box content center with section step */
.section-box-content-center-more-content .box-btn-child,
.section-box-content-center-more-content .button-box {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.section-box-content-center-more-content .content-of-btn-all {
	margin-top: 40px;
	display: none;
}

.btn {
	cursor: pointer;
}

.section-box-content-center-more-content .box-btn-child {
	margin-bottom: 30px;
}

.section-box-content-center-more-content .box-btn-child i {
	display: none;
}

.section-box-content-center-more-content .box-btn-child .btn:hover i {
	display: inline
}

.row-content-step-more {
	padding: 100px 70px;
	background-color: #F6F7F0;
}
.row-content-step-more .content-box .section{
	padding:0;
}
.row-content-step-more .content-box .section .row {
	justify-content: flex-start !important;
}
.row-content-step-more .title-sec {
	letter-spacing: -2px;
}

.row-content-step-more .col-left .col-inner {
	padding-right: 56px;
	position: sticky;
	top: 100px;
}

.row-content-step-more .col-left .btn {
	margin-top: 40px;
}

.row-content-step-more .col-right .col-inner {
	padding-left: 56px;
	border-left: 1px solid #0003;
}

.row-content-step-more .box-step {
	position: relative
}

.row-content-step-more .count-step {
	font-size: 34px;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #21313c;
	position: absolute;
	left: -56px;
	top: 0;
	transform: translatex(-50%);
	border-radius: 100px;
	background-color: #F6F7F0;
	font-family: var(--rhym);
}

.row-content-step-more .box-step:not(:last-child) {
	margin-bottom: 100px
}

.row-content-step-more .title-step {
	font-size: 34px;
	font-family: var(--rhym-italic);
	margin-bottom: 30px
}

.row-content-step-more .content-step {
	margin: 40px 0 30px
}

.row-content-step-more {
	display: none
}

/* end box content center with section step */

.page-id-4926 .section-img-text-style-1 .btn-section {
	width: 100%;
	background-color: #E0E3DE !important;
	border: none !important;
	color: #21313C !important;
	padding: 30px;
}

.page-id-4926 .section-img-text-style-1 .btn-section i {
	display: none
}

.header-nav-main .lang-item a {
	font-size: 16px;
	color: white !important;
}

.header-nav-main .lang-item a:hover,
.header-nav-main .lang-item.current-lang a {
	text-decoration: underline
}

.header-nav-main .lang-item-en {
	margin-right: 26px;
	position: relative
}

.header-nav-main .lang-item-en:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: white;
	top: 18px;
	left: calc(100% + 10px);
}

.header-nav-main .lang-item-vi {
	margin-right: 15px;
}

#main:has(.error-404) {
	padding: 0;
	background-color: #F6F7F0
}

#main .error-404 {
	padding: 180px 0;
	background-color: #F6F7F0;
	margin: 0
}

.error-404 h1 {
	color: #21313c;
}

.error-404 li {
	width: max-content;
	margin-left: auto !important;
	margin-right: auto;
}

.main-menu-custom .lang-item {
	display: none
}

.size-8px {
	font-size: 8px;
}

.size-10px {
	font-size: 10px;
}

.size-12px {
	font-size: 12px;
}

.size-14px {
	font-size: 14px;
}

.size-16px {
	font-size: 16px;
}

.size-20px {
	font-size: 20px;
}

.size-24px {
	font-size: 24px;
}

.size-28px {
	font-size: 28px;
}

.size-32px {
	font-size: 32px;
}

.size-36px {
	font-size: 36px;
}

.size-48px {
	font-size: 48px;
}

.size-60px {
	font-size: 60px;
}

.size-72px {
	font-size: 72px;
}

.size-96px {
	font-size: 96px;
}

.page-id-3354 .section-box-content-center .box-bcc {
	max-width: 620px;
}

header:not(.transparent) .header-nav-main .lang-item a,
header:not(.transparent) a.parent-header span {
	color: #21313c !important
}

header:not(.transparent) .header-nav-main .lang-item-en:before {
	background-color: #21313c;
}

header:not(.transparent) a.parent-header svg path {
	stroke: #21313c
}

.section-slider-style-4 .header-section:not(.box-title),
.section-slider-style-3 .header-section:not(.box-title) {
	display: none
}

.page-id-4937 .page-section.section-slider-style-3 {
	padding-top: 0
}

.back-to-top {
	background-color: #8D3750 !important;
	border: none !important;
	color: white !important;
	margin: 0 !important;
	width: 60px !important;
	height: 42px !important;
	line-height: 42px !important;
	min-height: 42px !important;
}

/* caculator age */
.box-form-age input {
	padding: 1.25rem 2rem;
	--tw-border-opacity: 1;
	border-color: rgb(135 141 143 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(26 37 45 / var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1;
	color: rgb(246 247 240 / var(--tw-text-opacity));
	width: 100%;
	border-radius: .5rem;
	border-width: 1px;
	font-size: 1rem;
	min-height: 60px;
}

.box-form-age {
	display: flex;
	gap: 20px 30px;
	justify-content: center;
	flex-wrap: wrap
}

.box-form-age .box-inp {
	width: 310px;
}

.box-form-age .error {
	color: red !important;
	display: none;
}

.box-form-age .box-btn a {
	display: none;
	margin-left: 25px !important;
}

.box-form-age .box-btn {
	padding-top: 38px;
}

.box-form-age .subtitle-box p {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.row-age-result .title-content {
	font-size: 34px;
	font-family: var(--rhym);
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	letter-spacing: -.01625rem;
}

.row-age-result .title-content span {
	font-family: var(--rhym-italic);
}

.section-box-content-center-mail {
	flex-direction: column;
}

/* end caculator age */
.page-id-2606 .section-slider-style-3 .box-title .col {
	max-width: 960px;
	flex-basis: 100%;
}

.page-id-2606 .section-slider-style-3 .box-title p {
	font-size: 18px;
}

/* Home */
.home .section-img-text-style-1.section-bg--color-2 img {
	aspect-ratio: 672 / 782;
	object-fit: cover;
}

.home .section-img-text-style-2.section-bg--color-6 img {
	aspect-ratio: 672 / 782;
	object-fit: cover;
}

.page-id-5534 .box-item-slider-3 picture img {
	aspect-ratio: 496 / 591;
	object-fit: cover;
}

.page-id-1144 .box-item-slider-3 picture img {
	aspect-ratio: 500 / 600;
	object-fit: cover;
}

.page-id-1109 .section-img-text-style-2.section-bg--color-5 img {
	aspect-ratio: 672 / 782;
	object-fit: cover;
}

.page-id-1109 .section-img-text-style-1.section-bg--color-2 img {
	aspect-ratio: 672 / 782;
	object-fit: cover;
}

.page-id-1109 .section-img-text-style-1.section-bg--color-4 .row {
	align-items: center;
}

.page-id-1109 .section-img-text-style-1.section-bg--color-4 img {
	aspect-ratio: 842 / 561;
	object-fit: cover;
}

.page-id-4054 .box-item-slide-2 .box-img img {
	aspect-ratio: 7 / 4;
	object-fit: cover;

}

.page-id-1317 .slider-custom-style-2 img,
.page-id-2399 .section-slider-style-4 img,
.page-id-2463 .slider-custom-style-2 img {
	aspect-ratio: 623 / 415;
	object-fit: cover;
}

.section-video-full-width {
	padding: 0;
}

.page-id-2640 .section-video-full-width .video-fit {
	/* padding-top: 42%; */
}

/* End home */
.page-template-page-blank-title-center .header-button-custom .bar {
	background-color: #21313c
}

.page-template-page-blank-title-center a.parent-header svg path {
	stroke: #21313c
}

.page-template-page-blank-title-center .header-button-custom .active .bar {
	background-color: #Fff;
}

.page-template-page-blank-title-center .btn-search-header {
	background: url(/wp-content/themes/flatsome-child/images/search-button-dark.svg) no-repeat center;
}

.page-custom.row {
	padding-top: 320px;
	max-width: 990px;
}

.page-custom.row .title-sec {
	font-size: 134px;
	font-family: var(--rhym);
	position: relative;
	z-index: 9;
	line-height: 1;
	margin-bottom: 0;
	margin-bottom: 80px;
}

.page-custom.row p {
	margin-bottom: 36px;
	font-size: 1.125rem;
	line-height: 1.563rem;
	letter-spacing: 0;
}

.page-template-page-blank-title-center #main {
	background-color: #f6f7f0;
}
.section-logo{
	padding-top:0;
	padding-bottom:0
}
.section-logo .swiper-wrapper{
	justify-content:center
}
.section-logo .lis-logo-wrapper{
	width:100%
}
@media (min-width: 1200px) {
	.section-box-content-center.section-box-content-center-mail .box-bcc {
		/* aspect-ratio: 792/923; */
		object-fit: COVER;
	}
}

@media (max-width: 1599px) {
	.text-block {
		padding-left: 3rem;
		height: max-content;
	}

	.sec-image .row {
		align-items: flex-start !important;
	}

	.secction-scroll5 .image-block {
		transform: translateY(50px);
	}


}


@media (max-width: 1000px) {
	.text-block {
		padding-left: 0;
		height: max-content;
	}
}

@media (max-width: 1350px) and (min-width: 1100px) {
	.section-img-text-style-2 .col-left .col-inner {
		padding: 0px 40px;
		text-align: center;
	}

	.page-section.section-quote .col-right {
		flex-basis: 70%;
		max-width: 70%;
	}

	.page-section.section-quote .col-left {
		flex-basis: 30%;
		max-width: 30%;
	}

	.section-banner-header {
		padding-left: 10px;
		padding-right: 10px;
	}

	.section-banner-header .title-banner {
		letter-spacing: -2px;
		font-size: 130px;
	}

	.navigation-thumb-slide-style-1 img {
		width: 50px;
		height: 50px;
	}

	.progress-item,
	.progress-item svg {
		width: 70px;
		height: 70px;
	}

	.page-section.section-slider-style-2 .col {
		flex-basis: 50%;
		max-width: 50%;
	}

	.section-slider-style-2 .row-slider-style-2 {
		padding-left: 65px;
		padding-right: 65px
	}

	.page-section.section-img-text-style-1 .row {
		align-items: flex-start !important
	}

	.main-menu-custom ul li>.sub-menu>li>.sub-menu {
		left: 55%;
	}

	.page-container.section-record-result {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section-record-result .result-item {
		letter-spacing: -3px;
		font-size: 120px;
	}

	.section-record-result .align-center .col {
		flex-basis: 50%;
		max-width: 50%;
	}

	.more-info-popup-menu .col-left {
		flex-basis: 65%;
		max-width: 65%;
	}

	.more-info-popup-menu .col-right {
		flex-basis: 35%;
		max-width: 35%;
	}

	.navigation-thumb-slide-style-1 {
		bottom: auto
	}

	.item-slider-style-1 .col-left .col-inner {
		padding: 90px 64px 64px;
	}
}

@media(max-width: 980px) {
	.page-section.section-img-text-style-1 .row {
		align-items: flex-start !important
	}

	.section-img-text-style-1 .box-img-right .col-left .col-inner {
		padding-right: 20px;
	}

	.title-sec br {
		display: none;
	}

	.main-menu-custom .lang-item {
		width: max-content;
		display: inline-flex;
	}

	.lang-item-en {
		margin-right: 26px;
		position: relative
	}

	.lang-item-en:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 1px;
		background-color: white;
		top: 10px;
		left: calc(100% + 10px);
	}

	.lang-item a:hover,
	.lang-item.current-lang a {
		text-decoration: underline;
	}

	.page-id-2620 .section-img-text-style-1 .row {
		align-items: flex-start !important;
	}

	a.parent-header span {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		opacity: 1;
		visibility: visible
	}

	.sec-image .row {
		gap: 0
	}

	.sec-image .text-block {
		padding-left: 30px;
		padding-right: 30px;
	}

	.sec-image .title-sec span {
		font-size: 50px;
	}

	.box-video-2 {
		flex-direction: column;
	}

	header:not(.transparent) .header-button-custom .bar {
		background-color: #21313c;
	}

	.header-wrapper .header-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	header:not(.transparent) .btn-search-header {
		color: #21313c;
		background-image: url(/wp-content/uploads/2024/12/search-button.png);
	}

	.medium-logo-center .logo:has(.has-other-logo) {
		width: 220px !important;
	}

	.page-custom.row .title-sec {
		font-size: 38px;
	}

	.page-custom.row p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 24px;
	}

}

@media(max-width: 768px) {
	.page-id-7718 .section-contact-form:has(.form-contact-2) .small-container{
		
padding: 50px 20px;
	}
	.page-id-7718 .form-contact-2 .btn-viewall{
		font-size:14px;
		padding: 16px 16px;
	}
	.page-id-7718  .form-contact-2 .wpcf7-form-control-wrap{
		padding-left:0
	}
	a.parent-header span {
		font-size: 8px;
		white-space: nowrap;
	}

	#logo img {
		max-height: 100px !important;
	}


	.sec-image .title-sec span {
		line-height: 2.625rem;
	}

	.sec-image .title-sec span {
		font-size: 38px !important;
	}

	.box-video-2 .big-text {
		font-size: 25px;
	}

	.box-video-2 .small-text {
		display: none;
	}

	.box-video-2 video {
		width: 35%;
	}

	.box-video-2 {
		align-items: center;
		padding: 15px;
	}

	.sec-image .logo-sec,
	.sec-image .sub-title {
		margin-bottom: 30px;
	}

	.video-popup__container {
		height: auto;
	}

	.video-popup {
		padding: 0 15px;
	}

	.section-box-overlay-img-text.active .swiper-slide:nth-child(3),
	.section-box-overlay-img-text.active .swiper-slide:nth-child(4) {
		transform: translateY(30%);
		opacity: 0;
		transition: 0.4s;
	}

	.section-box-overlay-img-text.active .swiper-slide.slide-up:nth-child(3),
	.section-box-overlay-img-text.active .swiper-slide.slide-up:nth-child(4) {
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s;
	}

	.section-box-overlay-img-text.active .swiper-slide:nth-child(3) {
		transition-delay: 0s !important;
	}

	.section-box-overlay-img-text.active .swiper-slide:nth-child(4) {
		transition-delay: 0s !important;
	}

	.row-content-step-more {
		padding: 60px 15px;
	}

	.row-content-step-more .col-inner {
		padding: 0 !important;
		border: 0 !important
	}

	.row-content-step-more .count-step {
		position: static;
		margin-bottom: 20px;
		transform: translatex(0);
	}

	.section-box-content-center-more-content .button-box {
		flex-direction: column;
	}

	.section-box-content-center-more-content .button-box .btn {
		width: max-content;
		margin: auto;
	}

	.row-content-step-more .box-step:not(:last-child) {
		margin-bottom: 60px;
	}

	.title-sec br {
		display: none;
	}

	.section-banner-header .banner-breadcrumb {
		gap: 30px
	}

	.sec-image .text-block {
		height: 90vh
	}

	.page-custom.row .title-sec {
		margin-bottom: 30px
	}

	.page-custom.row {
		padding-top: 200px
	}
}

@media(max-width: 500px) {
	.box-video-2 {
		flex-direction: row;
	}

	.secction-scroll5 {
		padding: 50px 0;
		height: auto;
	}

	.secction-scroll5 .padding {
		overflow: hidden;
	}

	.secction-scroll5 .row {
		flex-direction: column;
		align-items: center !important;
	}

	.secction-scroll5 .image-block {
		transform: translateY(0px);
	}

	.secction-scroll5 .image-block {
		width: calc(100vw - 50px);
		height: calc(100vh - 80px);
		flex-basis: initial;
		padding: 0 !important
	}

	.secction-scroll5 .pinRight {
		padding-bottom: 0;
	}

	.secction-scroll5 {
		min-height: 100vh;
		will-change: transform;
	}

	.text-block {
		height: auto;
		display: flex;
		padding: 2em;
		align-items: center;
	}

	.secction-scroll5 .pinRight .box-right {
		height: max-content;
	}

	.sec-image .text-block {
		height: auto
	}

	.header-main li.html.custom {
		margin-right: 0 !important;
	}

	.medium-logo-center .logo:has(.has-other-logo) {
		width: 155px !important;
	}

	.header-wrapper:has(.has-other-logo) .header-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}