.head-right .btn-main {
    padding: 0 54px;
}

@media (max-width: 1200px) {
	.head-right .btn-main {
		padding: 0 24px;
	}
}

.head-right .btn-main a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1B6AFB;
    padding: 10px 20px;
    border-radius: 12px;
    line-height: normal;
    font-size: 16px;
}

.logo-app {
    display: flex;
    margin-top: 16px;
}

.logo-app .logo {
    flex: 0 0 84px !important;
    max-width: 84px !important;
    margin-right: 15px;
}

.logo-app ul {
    list-style: none;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-app ul img {
    max-height: 36px;
}

.logo-app-footer h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'AnekLatin';
}

.logo-app-footer {
    width: max-content;
    margin: 0 auto;
    @media (max-width: 1023px) {
    	text-align: center;
    }
    @media (max-width: 767px) {
    	margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
	.fter-bot {
		padding-bottom: 0;
	}
}

.padd-main {
	padding: 100px 0;
	@media (max-width: 1200px) {
		padding: 72px 0;
	}
}

.btn-main-cta {
	a {
		display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-radius: 16px;
        height: 52px;
        padding: 0 24px;
        font-weight: 600;
        color: #1B6AFB;
        border: 1px solid #1B6AFB;
        font-size: 20px;
        @media (max-width: 1200px) {
        	font-size: 16px;
        	height: 48px;
        }
        @media (max-width: 767px) {
        	font-size: 14px;
        	height: 44px;
        	padding: 0 16px;
        }
		&:hover {
			background: #1B6AFB;
			color: #fff;
			path {
				fill: #fff;
			}
		}
		svg {
			position: relative;
			margin-left: 12px;
			top: 1px;
		}
	}
}

@media (max-width: 767px) {
	.btn-main-cta a {
		height: 40px;
	}
}

.home-page-new {
	font-size: 22px;
}

.tetx-title {
	color: #08226D;
}

.video-banner-lottie lottie-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/*.box-welfare {
	padding: 100px 0;
}*/

.box-welfare .title {
	margin-bottom: 56px;
}

.list-welfare .row {
	margin: 0 -10px;
	gap: 18px 0;
}

.list-welfare .row .col-md-3 {
	padding: 0 10px;
}

.item-welfare {
	border-radius: 16px;
	padding: 20px;
	background: #FAFAFA;
	display: flex;
	height: 100%;
}

.item-welfare .icon {
	flex: 0 0 48px;
	max-width: 48px;
	margin-right: 20px;
}

.item-welfare .info h3 {
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 600;
}

.box-regiser-home {
	overflow: hidden;
}

.box-regiser-home .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-regiser-home .avr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-regiser-home .col-md-5 {
	padding-left: calc((100vw - 1370px) / 2);
} 

.box-regiser-home .desc {
	padding: 24px 0 52px 0;
}

.box-regiser-home .avr img, .box-regiser-home .avr video {
	border-radius: 16px 0 0 16px;
	aspect-ratio: 845 / 460;
    object-fit: cover;
    width: 100%;
}

.title-partner {
	/*font-size: 14px;*/
	font-weight: 600;
	margin-bottom: 20px;
}

.swiper-container.swiper--top, .swiper-container.swiper--prize {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container.swiper--top .swiper-wrapper, .swiper-container.swiper--prize .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-container.swiper--top .swiper-slide, .swiper-container.swiper--prize .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.avr-solution img, .avr-solution video {
	border-radius: 0 16px 16px 0;
    width: 100%;
    object-fit: cover;
}

.avr-solution .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-solution-home {
	color: #fff;
	padding-right: calc((100vw - 1370px) / 2);
	padding-left: 85px;
	.btn-main-cta {
		margin-top: 72px;
		@media (max-width: 1200px) {
			margin-top: 52px;
		}
		@media (max-width: 767px) {
			margin-top: 32px;
		}
		a {
			border: 1px solid #D8F7FF;
			color: #D8F7FF;
			path {
				fill: #D8F7FF;
			}
			&:hover {
				color: #fff;
				border: 1px solid #1B6AFB;
				path {
					fill: #fff;
				}
			}
		}
	}
}

.txt-solution-home .title h2 {
	color: #fff;
}

.sort-solution-title {
	color: #D8F7FF;
	margin-top: 12px;
}

.item-collslape-solution {
	padding: 24px 0;
	border-bottom: 1px solid #33B5FF;
}

.item-collslape-solution:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.item-collslape-solution.active .head-collslape .icon-arrow, .head-collslape.active .icon-arrow {
	transform: rotate(180deg);
}

.item-collslape-solution.active .head-collslape .icon-arrow rect, .head-collslape.active .icon-arrow rect {
	fill: #1B6AFB;
}

.head-collslape {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.head-collslape .icon {
    flex: 0 0 48px;
    max-width: 48px;
    margin-right: 40px;
}

.head-collslape .icon-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    transition: .3s all !important;
}

.head-collslape .t-collslape {
    font-size: 32px;
    font-weight: 600;
}

.answer-collslape {
    padding-left: 88px;
    /*display: none;*/
}

.list-collslape-solution {
    color: #F8F4E9;
}

.box-partner-home {
	.title {
		margin-bottom: 78px;
		@media (max-width: 1200px) {
			margin-bottom: 48px;
		}
	}
}

.content-partner-home .swiper-slide {
    height: auto;
}

.item-number-partner {
	overflow: hidden;
	height: 100%;
}

.item-number-partner img {
	border-radius: 16px;
}

.item-number-partner .info {
	padding: 20px 0 0 0;
	color: #838383;
	font-size: 14px;
	font-weight: 600;
}

.item-number-partner .info h3 {
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1B6AFB;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-partner-home {
	margin-top: 78px;
	@media (max-width: 1200px) {
		margin-top: 48px;
	}
}

.list-industry ul {
	list-style: none;
	display: flex;
	gap: 0 24px;
	justify-content: flex-end;
}

.list-industry img {
    max-height: 166px;
}

.text-industry .desc {
	margin-top: 24px;
}

.content-blog-new .row {
	margin: 0 -10px;
}

.content-blog-new .row > div {
	padding: 0 10px;
}

.content-blog-new .avarta a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.content-blog-new .top-blog-date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #838383;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
}

.content-blog-new .top-blog-date a {
	color: #838383;
}

.item-blog-big .avarta {
	margin-bottom: 12px;
	overflow: hidden;
	border-radius: 6px;
}

.content-blog-new .avarta img {
	transition: .4s all !important;
	height: auto;
}

.content-blog-new .avarta img:hover {
	transform: scale(1.03);
}

.item-blog-big h3 a {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #08226D;
}

.item-blog-big .desc {
	margin: 24px 0 30px 0;
	display: -webkit-box;
	  -webkit-line-clamp: 4;       /* Số dòng muốn hiển thị */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  line-height: 1.3;
}

.readmore-cta a {
    display: flex;
    align-items: center;
    color: #1B6AFB;
    font-weight: 600;
}

.readmore-cta a svg {
    margin-left: 2px;
    transition: .3s all !important;
    position: relative;
    left: 0;
    top: 2px;
}

.readmore-cta a:hover svg {
	left: 4px;
}

.item-blog-small {
	margin-bottom: 20px;
	display: flex;
	background: #FAFAFA;
	overflow: hidden;
	border-radius: 16px;
}

.item-blog-small:last-child {
	margin-bottom: 0;
}

.item-blog-small .avarta {
	flex: 0 0 45%;
	max-width: 45%;
}

.item-blog-small .avarta a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.item-blog-small .info {
	padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-blog-small h3 a {
	display: block;
    font-size: 32px;
    font-weight: 600;
    color: #08226D;
    letter-spacing: -0.5px;
}

.box-app-home {
	color: #fff;
	.btn-main-cta {
		margin-top: 22px;
		a {
			color: #fff;
			border-color: #fff;
			&:hover {
				background: #1B6AFB;
				border-color: #1B6AFB;
			}
		}
	}
}

@media (max-width: 767px) {
	.box-app-home {
		padding: 48px 0;
	}
}

.box-app-home .title {
	max-width: 774px;
	letter-spacing: -1px;
}

.box-app-home .btn-main-cta {
	margin-top: 24px;
}

.app-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-right .logo {
    flex: 0 0 198px;
    max-width: 198px;
    margin-right: 36px;
}

.app-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.app-right p {
    padding: 12px 0;
}

.app-right h4 {
    font-size: 32px;
    font-weight: 600;
}

.box-serving-new img {
	transition: .4s all !important;
	filter: grayscale(1);
}

.box-serving-new img:hover {
	filter: grayscale(0);
}

.pagination-slide .swiper-button {
    position: unset;
    background: transparent;
    margin: 0 !important;
    padding: 0;
    width: auto;
    height: auto;
}

.pagination-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.banner-hero-home .caption-slide h2 {
    font-size: 64px;
    line-height: 1.04;
}

.content-partner-home .swiper-pagination, .main-slider .swiper-pagination {
    width: 100%;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
    gap: 12px;
    @media (max-width: 767px) {
    	justify-content: center !important;
    }
}

.content-partner-home .swiper-pagination span, .main-slider .swiper-pagination span {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #D9D9D9;
}

.content-partner-home .swiper-pagination span.swiper-pagination-bullet-active, .main-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1B6AFB;
}

@media (max-width: 1600px) {
	.box-regiser-home .col-md-5 {
	    padding-left: 95px;
	}

	.txt-solution-home {
	    padding-right: 95px;
	    padding-left: 60px;
	}

	.banner-hero-home .caption-slide h2 {
	    max-width: unset;
	    line-height: normal;
	}
}

@media (max-width: 1400px) {
	.txt-solution-home {
	    padding: 0 50px 0 15px;
	}

	.box-regiser-home .col-md-5 {
	    padding-left: 65px;
	}

	.content-partner-home .swiper-pagination span, .main-slider .swiper-pagination span {
	    width: 12px;
	    height: 12px;
	}
}

@media (max-width: 1366px) {
	.home-page-new {
	    font-size: 16px;
	}

	.item-welfare .info h3 {
	    font-size: 24px;
	}

	.head-collslape .t-collslape {
	    font-size: 24px;
	}

	.head-collslape .icon {
	    margin-right: 24px;
	}

	.item-number-partner .info h3 {
	    font-size: 20px;
	}

	.item-blog-small h3 a {
	    font-size: 28px;
	}

	.content-blog-new .top-blog-date {
	    margin-bottom: 16px;
	}

	.item-blog-big h3 a {
	    font-size: 28px;
	}

	.app-right h4 {
	    font-size: 24px;
	}

	.answer-collslape {
	    padding-left: 72px;
	}
}

@media (max-width: 1200px) {
	.banner-hero-home .caption-slide h2 {font-size: 54px;}

	.banner-hero-home .caption-slide {
	    max-width: 70%;
	}

	.item-blog-small h3 a {
	    font-size: 24px;
	}

	.item-blog-big h3 a {
	    font-size: 24px;
	}
}

@media (max-width: 1023px) {
	.banner-hero-home .caption-slide {
	    padding: 0 40px;
	}

	.banner-hero-home .caption-slide h2 {
	    font-size: 36px;
	}

	.banner-hero-home .caption-slide {
	    max-width: 66%;
	}

	.list-welfare .col-md-4 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.box-regiser-home .col-md-5 {
	    padding: 0 15px;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.box-regiser-home  .txt {
	    padding: 0 40px;
	    margin-bottom: 32px;
	}

	.box-regiser-home .desc {
	    padding: 24px 0;
	}

	.box-regiser-home .col-md-7 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.box-regiser-home .avr img, .box-regiser-home .avr video {
	    border-radius: 0;
	}

	.box-regiser-home {
	    padding-bottom: 0 !important;
	}

	.content-industry .row > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.text-industry .desc {
	    margin-top: 12px;
	}

	.list-industry {
	    margin-top: 32px;
	}

	.list-industry ul {
	    justify-content: center;
	    gap: 0 20px;
	}

	.content-blog-new .row > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.item-blog-big {
	    margin-bottom: 40px;
	}

	.box-app-home .row > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.box-app-home .col-md-6 {
	    margin-bottom: 32px;
	}

	.box-app-home .col-md-6:last-child {
	    margin: 0;
	}

	.home-solution {
	    padding-top: 0 !important;
	}

	.home-solution .row > div {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.home-solution .avr-solution {
	    margin-bottom: 32px;
	}

	.avr-solution img, .avr-solution video {
	    border-radius: 0;
	}

	.txt-solution-home {
	    padding: 0 40px;
	}
}

@media (max-width: 767px) {
	.banner-hero-home .caption-slide {
	    max-width: 100%;
	    padding: 0 24px;
	}

	.banner-hero-home .caption-slide h2 {
	    font-size: 32px;
	}

	.banner-hero-home .caption-slide h2 br {
		display: none;
	}

	.padd-main {
	    padding: 48px 0;
	}

	.list-welfare .col-md-4 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.box-welfare .title {
	    margin-bottom: 24px;
	}

	.item-welfare .info h3 {
	    font-size: 18px;
	    margin-bottom: 8px;
	}

	.box-regiser-home .txt {
	    padding: 0 24px;
	}

	.txt-solution-home {
	    padding: 0 24px;
	}

	.head-collslape .icon {
	    margin-right: 16px;
	    flex: 0 0 32px;
	    mã: 32px;
	}

	.item-collslape-solution {
	    padding: 16px 0;
	}

	.head-collslape .t-collslape {
	    font-size: 18px;
	}

	.head-collslape .icon-arrow {
	    width: 24px;
        height: 24px;
        top: calc(50% - 12px);
	}

	.answer-collslape {
	    padding: 0;
	    margin-top: 8px;
	}

	.slide-partner-home {
	    margin-top: 24px;
	    width: calc(100% + 48px);
	    left: -24px;
	    position: relative;
	}

	.list-industry {
	    margin-top: 24px;
	}

	.list-industry ul {
	    gap: 10px;
	}

	.blog-home-new .title {
	    margin-bottom: 24px;
	}

	.content-blog-new .top-blog-date {
	    font-size: 10px;
	    margin-bottom: 12px;
	}

	.item-blog-big h3 a {
	    font-size: 18px;
	}

	.item-blog-big .desc {
	    display: none;
	}

	.content-blog-new .readmore-cta {
	    display: none;
	}

	.item-blog-big {
	    margin-bottom: 24px;
	}

	.item-blog-small .info {
	    padding: 10px;
	}

	.item-blog-small {
	    border-radius: 0;
	}

	.item-blog-small h3 a {
	    margin: revert-layer;
	    font-size: 14px;
	}

	.app-right {
	    display: block;
	    text-align: center;
	}

	.app-right .logo {
	    margin: 0 auto 24px auto;
	    max-width: 160px;
	}

	.app-right h4 {
	    font-size: 20px;
	}

	.item-number-partner .info h3 {
	    font-size: 16px;
	}

	.item-number-partner .info {
	    font-size: 12px;
	    padding: 20px 0 0 0;
	}

	.pagination-slide {
		display: none;
	}

	.slide-list-partner {
	    position: relative;
	    left: -24px;
	    width: calc(100% + 48px);
	}

	.blog-home-new .title br, .box-serving-new .title br {
		display: none;
	}

	.box-regiser-home .title br {
	    display: none;
	}

	.content-partner-home .swiper-pagination span {
	    width: 10px;
	    height: 10px;
	}

	.content-partner-home .swiper-pagination {
	    margin-top: 24px;
	    gap: 8px;
	}

	.box-regiser-home .icon-play svg {
	    width: 60px;
	    height: 60px;
	}

	.avr-solution .icon-play svg {
	    width: 60px;
	    height: 60px;
	}

	.box-industry-home {
		padding: 48px 0;
	}
}

/*------------------------------------------------------------------------------------*/

.b-radius {
	border-radius: 16px;
}

.mw-1080 {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.box-ecosystem {
	.title {
		@media (max-width: 1023px) {
			br {
				display: none;
			}
		}
	}
	.col-md-5, .col-md-7 {
		@media (max-width: 1023px) {
			max-width: 100%;
			flex: 0 0 100%;
		}
	}
}

.txt-ecosystem {
	@media (max-width: 1023px) {
		margin-bottom: 40px;
	}
	ul {
		list-style: none;
		padding: 56px 0 44px 0;
		max-width: 420px;
		width: 100%;
		@media (max-width: 1364px) {
			padding: 40px 0;
		}
		@media (max-width: 1023px) {
			max-width: 100%;
		}
		@media (max-width: 767px) {
			padding: 24px 0;
		}
		li {
			display: flex;
			align-items: center;
			border-bottom: 1px solid #D9D9D9;
			padding-bottom: 16px;
			margin-bottom: 16px;
			&:last-child {
				border-bottom: 0;
				padding-bottom: 0;
				margin-bottom: 0;
			}
			.icon {
				display: flex;
				align-items: center;
				margin-right: 12px;
				flex: 0 0 32px;
				max-width: 32px;
				@media (max-width: 767px) {
					flex: 0 0 24px;
					max-width: 24px;
					svg {
						width: 100%;
						height: auto;
					}
				}
			}
		}
	}
}

.top-title-tab {
	.desc {
		max-width: 530px;
		width: 100%;
		margin: 0 auto;
		padding: 24px 0 0 0;
		@media (max-width: 767px) {
			padding-top: 16px;
		}
	}
}

.nav-tab-solution {
	padding: 56px 0;
	@media (max-width: 1023px) {
		padding: 40px 0;
	}
	@media (max-width: 767px) {
		padding: 20px 0;
	}
	ul {
		list-style: none;
		gap: 0 20px;
		@media (max-width: 767px) {
			gap: 0 10px;
			grid-template-columns: repeat(2, 1fr);
			display: grid !important;
		}
	}
	button {
		outline: none;
		border: 0;
		background: transparent;
		border: 1px solid #1B6AFB;
		border-radius: 16px;
		height: 52px;
		padding: 0 36px;
		font-weight: 600;
		cursor: pointer;
		color: #1B6AFB;
		@media (max-width: 1023px) {
			height: 48px;
		}
		@media (max-width: 767px) {
			font-size: 14px;
        	padding: 0 16px;
        	width: 100%;
		}
		&.active {
			color: #fff;
			background: #1B6AFB;
		}
	}
}

.tab-solution-home {
	ul {
		max-width: 482px;
		width: 100%;
		@media (max-width: 767px) {
			max-width: 100%;
			margin-bottom: 20px;
		}
		li {
			background: #fff;
			margin-bottom: 24px;
			border-radius: 16px;
			display: flex;
			align-items: center;
			padding: 36px 24px;
			letter-spacing: -0.5px;
			@media (max-width: 1364px) {
				padding: 24px;
			}
			@media (max-width: 767px) {
				padding: 16px;
				margin-bottom: 20px;
				letter-spacing: 0;
			}
			&:last-child {
				margin-bottom: 0;
			}
			.icon {
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: 12px;
				flex: 0 0 32px;
				max-width: 32px;
				@media (max-width: 767px) {
					flex: 0 0 24px;
					max-width: 24px;
				}
				svg {
					width: 100%;
					height: auto;
				}
			}
		}
	}
}

.tab-content {
	display: none;
	&.active {
		display: block;
	}
}

.box-quesstion-solution {
	.title {
		position: sticky;
    	top: 100px;
    	@media (max-width: 767px) {
    		br {
    			display: none;
    		}
    	}
	}
}

.list-quesstion-solution {
	@media (max-width: 767px) {
		margin-top: 24px;
	}
}

.item-quesstion {
	padding: 24px 0;
	border-bottom: 1px solid #D9D9D9;
	@media (max-width: 767px) {
		padding: 16px 0;
	}
	&:first-child {
		padding-top: 0;
	}
	.head-quesstion {
		position: relative;
		cursor: pointer;
		&.active {
			.icon {
				transform: rotate(180deg);
				rect {
					fill: #1B6AFB;
				}
			}
		}
		.icon {
			display: flex;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 4px;
			right: 0;
			transition: .3s all !important;
			@media (max-width: 767px) {
				top: 0;
			}
			svg {
				@media (max-width: 767px) {
					width: 24px;
					height: 24px;
				}
			}
		}
	}
	h3 {
		color: #08226D;
		font-size: 32px;
		font-weight: 600;
		padding-right: 48px;
		position: relative;
		@media (max-width: 1364px) {
        	font-size: 24px;
        }
		@media (max-width: 767px) {
        	font-size: 18px;
        	padding-right: 36px;
        }
	}
	.answer-quesstion {
		margin-top: 24px;
		display: none;
		@media (max-width: 767px) {
			margin-top: 16px;
		}
	}
}

.box-form-register {
	&:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #000000;
		opacity: 0.6;
	}
	.container {
		position: relative;
		z-index: 2;
	}
}

.form-register-request {
	@media (max-width: 767px) {
		margin-top: 24px;
	}
	.row {
		margin: 0 -12px;
		gap: 24px 0;
		@media (max-width: 767px) {
			gap: 12px 0;
			margin: 0 -10px;
		}
		.col-md-6, .col-md-12 {
			padding: 0 12px;
			@media (max-width: 767px) {
				padding: 0 10px;
			}
		}
	}
	p {
		position: relative;
	}
	.wpcf7-not-valid-tip {
		display: block;
		margin-top: 12px;
		font-size: 14px;
		color: #fff;
		@media (max-width: 767px) {
			font-size: 12px;
			margin-top: 4px;
		}
	}
	.txt_field {
		width: 100%;
		outline: none;
		height: 64px;
		border-radius: 16px;
		padding: 0 24px;
		background: #FFFFFFF2;
		border: 0;
		font-size: 16px;
		@media (max-width: 767px) {
			height: 48px;
			padding: 0 16px;
			font-size: 14px;
			border-radius: 12px;
		}
	}
	textarea {
		width: 100%;
		outline: none;
		height: 88px;
		border-radius: 16px;
		padding: 16px 24px;
		background: #FFFFFFF2;
		border: 0;
		font-size: 16px;
		@media (max-width: 767px) {
			font-size: 14px;
			border-radius: 12px;
			padding: 16px;
		}
	}
	.wpcf7-response-output {
		margin: 24px 0 0 0 !important;
		border: 0 !important;
		padding: 0 !important;
		color: #fff;
		font-size: 16px !important;
	}
}

.btn-field-register {
	position: relative;
	width: max-content;
	.btn_field {
		background: #1B6AFB;
		color: #fff;
		height: 48px;
		padding: 0 36px;
		border-radius: 16px;
		cursor: pointer;
		border: 0;
		font-size: 20px;
		font-weight: 600;
		@media (max-width: 767px) {
			border-radius: 8px;
			font-size: 14px;
		}
	}
	.wpcf7-spinner {
		margin: 0;
	    position: absolute;
	    top: calc(50% - 12px);
	    left: calc(50% - 12px);
	}
}

.box-program-solution {
	.title {
		margin-bottom: 60px;
		@media (max-width: 767px) {
			margin-bottom: 24px;
		}
	}
	.images {
		position: sticky;
		top: 20vh;
		@media (max-width: 1023px) {
			display: none;
		}
		img {
			border-radius: 16px;
			margin-left: auto;
			max-height: 300px;
			display: none;
		}
	}
	.col-md-5, .col-md-7 {
		@media (max-width: 1023px) {
			flex: 0 0 100%;
			max-width: 100%;
		}
	}
}

.item-program-solution {
	margin-bottom: 146px;
	max-width: 420px;
	width: 100%;
	opacity: 0.4;
	transition: .4s all !important;
	@media (max-width: 1023px) {
		margin-bottom: 60px;
		max-width: 100%;
	}
	@media (max-width: 767px) {
		margin-bottom: 32px;
	}
	&:last-child {
		margin-bottom: 0;
	}
	&.active {
		opacity: 1;
	}
	h3 {
		color: #08226D;
		font-size: 32px;
		font-weight: 600;
		margin-bottom: 20px;
		position: relative;
        padding-left: 30px;
        @media (max-width: 1364px) {
        	font-size: 24px;
        }
        @media (max-width: 767px) {
        	font-size: 18px;
        	padding-left: 20px;
        }
		span {
			position: absolute;
			left: 0;
			top: 0;
		}
	}
	.desc {
		padding-left: 30px;
		@media (max-width: 1023px) {
			padding-left: 0;
		}
	}
	.avarta {
		@media (max-width: 1023px) {
			display: block !important;
			margin-top: 24px;
			img {
				border-radius: 16px;
				width: 100%;
			}
		}
	}
}

.box-number {
	.title {
		margin-bottom: 80px;
		@media (max-width: 1023px) {
			margin-bottom: 40px;
		}
	}
}

.list-number-hot {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    @media (max-width: 767px) {
    	grid-template-columns: repeat(1, 1fr);
    }
    .item-number {
    	background: #fff;
    	border-radius: 16px;
    	height: 100%;
    	padding: 56px;
    	width: 100%;
    	@media (max-width: 1023px) {
    		padding: 32px 24px;
    	}
    	.number {
    		color: #1B6AFB;
    		margin-bottom: 36px;
    		font-size: 96px;
    		letter-spacing: -0.5px;
    		line-height: calc(51 / 96);
    		font-weight: 600;
    		font-family: "AnekLatin", sans-serif;
    		@media (max-width: 1366px) {
    			font-size: 80px;
    		}
    		@media (max-width: 1023px) {
    			font-size: 60px;
    			margin-bottom: 20px;
    		}
    	}
    	&.bg-none {
    		background: transparent;
    		max-width: 310px;
    		margin: 0 auto;
    		@media (min-width: 1023px) {
    			padding: 0;
    		}
    		@media (max-width: 767px) {
    			background: #fff;
    			max-width: 100%;
    		}
    	}
    }
}

.content-hst {
	max-width: 1080px;
	margin: 78px auto 0 auto;
	@media (max-width: 767px) {
		margin-top: 40px;
	}
}

.list-hst {
	@media (max-width: 767px) {
		margin-top: 20px;
	}
}

.item-hst {
	margin-bottom: 20px;
	background: #F9F9F9;
	border-radius: 16px;
	padding: 30px 16px;
	color: #08226D;
	font-size: 32px;
	font-weight: 600;
	line-height: calc(39 / 32);
	display: flex;
	align-items: flex-start;
	width: 100%;
	@media (max-width: 1366px) {
		font-size: 24px;
	}
	@media (max-width: 1200px) {
		font-size: 20px;
	}
	@media (max-width: 1023px) {
		font-size: 16px;
	}
	&:last-child {
		margin-bottom: 0;
	}
	.icon {
		margin-right: 32px;
		flex: 0 0 48px;
		max-width: 48px;
		@media (max-width: 1023px) {
			flex: 0 0 36px;
			max-width: 36px;
			margin-right: 20px;
		}
	}
}

.list-member-hst {
	img {
		border-radius: 16px;
	}
}

.item-reality {
	img {
		border-radius: 16px;
	}
	.head-small {
		color: #1B6AFB;
		font-weight: 600;
	}
	h3 {
		font-size: 32px;
		font-weight: 600;
		padding: 10px 0;
		@media (max-width: 1364px) {
			font-size: 24px;
		}
	}
	.desc-content {
		@media (max-width: 767px) {
			margin-bottom: 24px;
		}
		p {
			padding: 12px 0;
			border-bottom: 1px solid #D9D9D9;
			&:last-child {
				border-bottom: 0;
			}
			strong {
				font-weight: 600 !important;
			}
		}
	}
}

.box-change-life {
	img {
		border-radius: 16px;
	}
	.title {
		margin-bottom: 78px;
		@media (max-width: 767px) {
			margin-bottom: 40px;
		}
	}
}

.content-change-life {
	max-width: 1080px;
	width: 100%;
}

.list-txt-change {
	font-size: 32px;
	font-weight: 600;
	color: #08226D;
	height: 100%;
	@media (max-width: 1364px) {
		font-size: 24px;
	}
	@media (max-width: 1023px) {
		font-size: 20px;
	}
	@media (max-width: 767px) {
		margin-top: 16px;
		font-size: 16px;
	}
	ul {
		list-style: none;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 100%;
		li {
			margin-bottom: 16px;
			display: flex;
			align-items: center;
			background: #F9F9F9;
			border-radius: 16px;
			padding: 24px 36px;
			min-height: 132px;
			@media (max-width: 1200px) {
				min-height: unset;
			}
			@media (max-width: 1023px) {
				padding: 16px;
			}
			&:last-child {
				margin-bottom: 0;
			}
			.icon {
				display: flex;
				align-items: center;
				justify-content: center;
				margin-right: 36px;
                flex: 0 0 32px;
                max-width: 32px;
                @media (max-width: 1023px) {
                	flex: 0 0 24px;
                	max-width: 24px;
                	margin-right: 16px;
                }
			}
		}
	}
}