.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;
}

/*.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 {
	padding: 130px 0;
	@media (max-width: 1200px) {
		padding: 72px 0;
	}
	.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 {
    width: 100%;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
    gap: 12px;
}

.content-partner-home .swiper-pagination span {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: #D9D9D9;
}

.content-partner-home .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1B6AFB;
}

.box-industry-home {
	padding: 114px 0;
	@media (max-width: 1200px) {
		padding: 72px 0;
	}
}

@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 {
	    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;
	}
}