.home .full-content {
	padding-top: 0;
}

/**/
.home-box {
	position: relative;
	margin-bottom: 50px;
}

.home-box-slide {
	position: relative;
}

.homesmart-slide {
	position: relative;
	z-index: 2;
}

.home-box-slide .lineSlide {
	position: absolute;
	bottom: -10px;
	width: 100%;
	left: 0;
	z-index: 2;
}

.home-box-slide .slideScroll {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 88px;
	cursor: pointer;
	max-width: 80px;
}


.main-last-slide {
	display: flex;
	border-radius: 100% 20px 20px 100%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FF4300;
	margin-top: 3px;
	z-index: 2;
	position: relative;
	margin-bottom: 20px;
}

.slide-list-btn-tv {
	background-color: #fff;
	border-radius: 100px 300px 300px 100px;
	padding-right: 10px;
	flex: 1;
	overflow: hidden;
	margin: -70px 0 -1px -1px;
}

.main-last-slide ul {
	border-radius: 48px 300px 300px 48px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #007EC2;
	display: flex;
	margin: 0;
	justify-content: space-around;
	padding: 28px 10px;
	list-style: none;
}

.main-last-slide ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}

.main-last-slide ul li a p {
	margin: 0;
}

.main-last-slide ul li a label {
	font-weight: bold;
	margin-top: 10px;
}

.main-last-slide ul li a img {
	width: 109px;
	object-fit: cover;
}

.slide-btn-tv a {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.slide-btn-tv {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-btn-tv img {
	max-width: 74px;
	margin-bottom: 20px;
	object-fit: contain;
}

/**/
.home-box1 {
	margin-bottom: 80px;
}

.home-box .df-title .title {
	color: #002A40;
}

.home-box1 .df-title .title::after {
	background-color: #E05523;
}

.home-box2 .df-title .title::after {
	background-color: #1B7BA9;
}

@media only screen and (min-width: 769px) {
	.home-box1-left {
		padding-right: 60px;
	}
}

.btn-style {
	padding: 16px 32px;
	line-height: normal;
	border-radius: 8px;
	background: #E05523;
	box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.16);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-style svg {
	margin-left: 3px;
}

/**/
.home-box2 .desc {
	font-size: 18px;
}

.main-homebox2 {
	max-width: 1440px;
	margin: 0 auto;
}

.main-homebox2 .swiper-slide .hbox2-item {
	scale: .8;
	transition: .3s all;
}

.main-homebox2 .swiper-wrapper {
	margin-left: -40px;
}

.main-homebox2 .swiper-slide.swiper-slide-next .hbox2-item,
.main-homebox2 .swiper-slide.swiper-slide-prev .hbox2-item {
	scale: .9;
}

.main-homebox2 .swiper-slide.swiper-slide-active .hbox2-item {
	scale: 1;
}

.main-homebox2 .swiper-slide.swiper-slide-active {
	z-index: 1;
}

.main-homebox2 .swiper-slide.swiper-slide-prev {
	margin-right: 0px !important;
}

.main-homebox2 .swiper-slide.swiper-slide-next {
	margin-left: 40px !important;
}

.main-homebox2 div.swiper-button-next,
.main-homebox2 div.swiper-button-prev {
	background-color: #E05523;
	border-color: #E05523;
	color: #fff;
	border-radius: 99px;
	line-height: 38px;
	padding: 0 !important;
}

.main-homebox2 div.swiper-button-next {
	right: 10px;
}

.main-homebox2 div.swiper-button-prev {
	right: auto;
	left: 10px;
}

.main-homebox2 .swiper-slide.swiper-slide-active .hbox2-item .info p {
	-webkit-line-clamp: 5;
}

/**/
.hbox2-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.hbox2-item img {
	display: block;
	height: 100%;
	min-height: 550px;
	object-fit: cover;
}

.hbox2-item .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 20px;
	background-image: linear-gradient(to bottom, transparent, #022E44, #022E44, #022E44);
}

.hbox2-item .info p {
	margin-bottom: 0;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.hbox2-item .info h3 {
	font-size: 24px;
	margin: 0;
	color: #fff;
}

/**/
.main-video {
	display: flex;
	flex-wrap: wrap;
}

.video-iframe-wrap {
	width: 70%;
}

.video-iframe {
	height: calc(100% - 36px);
}

.video-box-right {
	width: 30%;
	padding-left: 20px;
	padding-right: 20px;
	max-height: 600px;
	overflow-y: scroll;
}

.video-iframe iframe {
	border-radius: 13px;
	width: 100%;
	height: 100%;
}

.home .item-video-img,
.home .item-video {
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
}

.home .item-video-img {
	margin-bottom: 0;
}

.home .item-video img:not(.iconplay) {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	border: 2px solid transparent;
}

.home .item-video img.iconplay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	opacity: 0;
}

.home .item-video.active img:not(.iconplay),
.home .item-video:hover img:not(.iconplay) {
	border-color: #E05523;
}

.home .item-video.active img.iconplay,
.home .item-video:hover img.iconplay {
	opacity: 1;
}

.video-iframe-wrap h3,
.home .item-video h3 {
	margin: 10px 0;
	font-size: 16px;
	color: #006598;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-iframe-wrap h3 {
	font-size: 24px;
	-webkit-line-clamp: 1;
}

/**/
.item-doitac {
	border: 1px solid #D9D9D9;
	border-radius: 24px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.main-sw {
	position: relative;
}

/**/


.hbox7-head h2 {
	margin: 0;
	color: #fff;
	border-radius: 8px;
	background: #006598;
	line-height: normal;
	padding: 12px 18px;
	text-transform: uppercase;
	margin-right: 10px;
}

.hbox7-head {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.hbox7-head .home-morebtn {
	text-transform: uppercase;
	display: inline-flex;
}

.hbox7-head p {
	margin-bottom: 0;
	font-weight: bold;
	flex: 1;
}

.main-hbox7 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr 1fr;
	grid-gap: 11px;
}

.main-hbox7 .item_post {
	margin-bottom: 0;
}

@media only screen and (min-width: 481px) {
	.main-hbox7 .item_post:first-child {
		grid-column: 1/3;
		grid-row: 1/3;
		padding-right: 20px;
	}

	.main-hbox7 .item_post:first-child .item_post_img img {
		aspect-ratio: 3 / 2.3;
	}

	.main-hbox7 .item_post:first-child .item_post_content h2 a {
		font-size: 18px;
	}
}

/**/
/**/
.ch-item {
	margin-bottom: 10px;
	border: 1px solid #8F8F8F;
}

.title_ch {
	display: flex;
	justify-content: space-between;
	background: #F5F5F5;
	;
	padding: 15px;
	cursor: pointer;
	position: relative;
	margin: 0;
	font-weight: normal;
	align-items: center;
	border-left: 10px solid #009548;
	color: #2B2E6A;
	font-size: 18px;
	font-weight: 600;

}

.title_ch.active {
	background: #009548;
	color: #fff;
	border-color: #fff;
}

.title_ch.active i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.ch-item-content {
	padding: 10px;
	display: block;
}

/**/
.doingu-left-img {
	max-width: 270px;
	margin: 0 auto;
}

.doingu-left-img {
	max-width: 270px;
	margin: 0 auto;
}

.info-tv {
	text-align: center;
}

.info-tv h3 {
	color: #007EC2;
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0;
}

.info-tv p {
	color: #0F0F0F;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.doing-content {
	position: relative;
	padding-left: 20px;
	line-height: 40px;
}

.doing-content h2,
.doing-content h3 {
	margin: 10px 0;
}

.doing-content::before {
	content: "";
	background-color: #007ec2;
	height: 80%;
	top: 20%;
	left: 0;
	display: block;
	position: absolute;
	width: 3px;
}

.doing-content i.fa-user {
	position: absolute;
	top: 8px;
	left: -10px;
	color: #007ec2;
	font-size: 25px;
}

.item-doingu {
	margin-bottom: 50px;
}

.doingu-thum {
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.doingu-thum img {
	width: 100%;
	max-width: 160px;
	aspect-ratio: 1 / 1;
	display: inline-block;
	object-fit: cover;
}

.doingu-thum p {
	margin-bottom: 0;
	font-size: 14px;
	white-space: nowrap;
}

.doingu-thum h3 {
	/*white-space: nowrap;*/
	font-size: 14px;
	margin-top: 0;
}

/**/
.main-homebox2 div.swiper-button-next,
.main-homebox2 div.swiper-button-prev {
	font-family: 'FontAwesome';
	background-image: none;
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	font-size: 20px;
}

.main-homebox2 div.swiper-button-prev::before {
	content: "\f104"
}

.main-homebox2 div.swiper-button-next::before {
	content: "\f105"
}

.main-sw div.swiper-button-next,
.main-sw div.swiper-button-prev {
	background-color: #D9D9D9;
	padding: 10px;
	background-size: 15px;
	border-radius: 5px;
}

/**/
.hbox3-desc {
	font-size: 20px;
}

/**/
.home-box4 {
	position: relative;
	background-color: #F9F4F2;
	;
	padding: 60px 0;
	overflow: hidden;
}

.home-box4 .iconBox4 {
	position: absolute;
	right: 0;
	top: 0;
}

.home-box4 .title {
	font-family: 'Shadows Into Light', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 80px;
	line-height: 80px;
	color: #6293AC;
}

.main-homebox4 {
	position: relative;
}

.hitem-video {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	border: 4px solid #C8B0A3;
	transition: .3s all;
	display: block;
}

.hitem-video img.bannerVideo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hitem-video .iconPlay {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

/* section-co_so */
.section-co_so .list_coso .item_coso ul {
	padding-left: 0;
	list-style: none;
}

.section-co_so .list_coso .item_coso li {
	position: relative;
	padding-left: 25px;
}

.section-co_so .list_coso .item_coso li::before {
	content: "";
	left: 0px;
    top: 8px;
	background-image: url(./images/map-location-dot-solid-full.svg);
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
}

/**/
.home-box8-right {
	padding-left: 60px;
	margin-top: 20px;
}

.home-box8-right h2 {
	color: #006598;
	font-family: roboto slab;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 40px
}

.home-box8-right h2 b {
	color: #e05523
}

.home-box8-right .wpcf7-form .button {
	min-width: 150px;
	margin: 20px auto 0;
	display: block;
}

.home-box8-right .wpcf7-form-control-wrap {
	margin-top: 12px;
}

.home-box8-right input.wpcf7-form-control,
.home-box8-right .wpcf7-form-control.wpcf7-text {
	height: 73px;
}

.home-box8-right .wpcf7-form-control.wpcf7-textarea {
	height: 132px;
}

@media only screen and (min-width: 1200px) {
	.main-homebox4 .swiper-container {
		overflow: visible;
	}
}

@media only screen and (min-width: 991px) {
	.main-homebox4 .title {
		position: absolute;
		right: 0;
		width: calc((100% / 3)*2);
		text-align: center;
		margin-top: 30px;
	}

	.main-homebox4 .swiper-slide img.bannerVideo {
		height: 340px;
		object-fit: cover;
		width: 100%;
	}

	.main-homebox4 .swiper-slide .hitem-video {
		transform: rotate(10deg);
	}

	.main-homebox4 .swiper-slide.swiper-slide-next .hitem-video {
		transform: rotate(5deg);
	}

	.main-homebox4 .swiper-wrapper {
		align-items: flex-end;
	}

	.main-homebox4 .swiper-slide.swiper-slide-active .hitem-video {
		transform: rotate(-4deg);
	}

	.main-homebox4 .swiper-slide.swiper-slide-active img.bannerVideo {
		height: 530px;
	}

	.main-homebox4 .swiper-slide.swiper-slide-next .hitem-video img.bannerVideo {
		height: 300px;
	}

	.main-homebox4 .swiper-slide-next+.swiper-slide+.swiper-slide,
	.main-homebox4 .swiper-slide-prev,
	.main-homebox4 .swiper-slide-duplicate.swiper-slide-prev,
	.main-homebox4 .swiper-slide-duplicate-prev {
		opacity: 0;
	}
}

.main-homebox4 .dots-swiper {
	position: unset;
	margin-top: 50px;
}

.main-homebox4 .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	border-radius: 2px;
}

.main-homebox4 .swiper-pagination-bullet-active {
	background-color: #006598;
}

.main-homebox4 div.swiper-button-next,
.main-homebox4 div.swiper-button-prev {
	background-color: #C8B0A3;
	border-color: #C8B0A3;
}

/*mobile*/
@media only screen and (min-width: 1300px) {
	.main-sw div.swiper-button-next {
		right: -40px;
	}

	.main-sw div.swiper-button-prev {
		left: -40px;
	}
}

.swiper-pagination.dots-swiper {
	position: relative;
	margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
	.main-last-slide ul li a img {
		width: 70px;
	}

	.slide-btn-tv img {
		max-width: 54px;
		margin-bottom: 10px;
	}

	.slide-btn-tv a {
		font-size: 18px;
	}

	.main-last-slide ul {
		padding: 18px 10px;
	}

	/**/
	.home-box8-right {
		padding-left: 0;
	}
}

@media only screen and (max-width: 990px) {
	.home_box1_title {
		font-size: 22px;
	}

	/**/
	.hbox2-item .info h3 {
		font-size: 22px;
	}

	.home-box2 .home-title br {
		display: none;
	}

	.home-box4 .title {
		font-size: 35px;
		text-align: center;
		line-height: normal;
		margin: 0 0 20px;
	}

	/**/
	.main-last-slide ul li a img {
		width: 50px;
	}

	.slide-btn-tv img {
		max-width: 40px;
	}

	.slide-btn-tv a {
		font-size: 16px;
		padding: 10px 0;
	}

	.slide-list-btn-tv {
		margin-top: -30px;
	}

	/**/
	.home-box8-right h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.home-box8-right input.wpcf7-form-control,
	.home-box8-right .wpcf7-form-control.wpcf7-text {
		height: 35px;
	}
}

@media only screen and (max-width: 768px) {
	.main-last-slide {
		flex-wrap: wrap;
		border-radius: 15px;
	}

	.slide-list-btn-tv {
		flex: unset;
		width: 100%;
		border-radius: 15px;
		padding: 0;
		overflow: visible;
	}

	.main-last-slide ul {
		border-radius: 15px;
		margin-right: -2px;
	}

	.slide-btn-tv {
		margin: 0 auto;
		width: 100%;
	}

	/**/
	.home-box1 .col-mb {
		width: 100%;
	}

	.btn-style {
		padding: 10px 15px;
	}

	.home-box {
		margin-bottom: 20px;
	}

	.home-box p span {
		font-size: 14px !important;
	}

	/**/
	.hbox2-item .info h3 {
		font-size: 18px;
	}

	/**/
	.main-sw div.swiper-button-next,
	.main-sw div.swiper-button-prev {
		padding: 3px;
		background-size: 10px;
	}

	.info-tv h3 {
		font-size: 18px;
		margin: 5px 0;
	}

	.hbox3-desc,
	.home-box2 .desc,
	.info-tv p {
		font-size: 16px;
	}

	/**/
	.video-iframe-wrap {
		width: 100%;
	}

	.video-box-right {
		width: 100%;
		overflow: auto;
		display: flex;
		white-space: nowrap;
		padding: 10px 0 0 0;
	}

	.home .item-video img:not(.iconplay) {
		height: 120px;
	}

	.home .item-video {
		min-width: 200px;
		margin-bottom: 0;
		margin-right: 10px;
	}

	.video-iframe iframe {
		min-height: 500px;
	}

	.video-iframe-wrap h3,
	.home .item-video h3 {
		font-size: 14px;
	}

	.video-iframe {
		height: unset;
	}

	/**/
	.hbox7-head {
		margin-bottom: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.hbox7-head h2 {
		margin-right: 10px;
		font-size: 18px;
		padding: 10px;
		margin-bottom: 5px;
	}

	.hbox7-head p {
		flex: unset;
		order: 3;
	}

	/**/
	.home-box8-right h2 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.main-last-slide ul li a img {
		width: 40px;
	}

	.slide-btn-tv img {
		max-width: 35px;
	}

	/**/
	.home-morebtn {
		font-size: 14px;
	}

	.hbox2-item .info h3 {
		font-size: 16px;
	}

	/**/
	.doing-content {
		padding-left: 15px;
		line-height: 27px;
	}

	/**/
	.item-doingu {
		margin-bottom: 20px;
	}

	.main-homebox10 .col-mb {
		width: 100%;
	}

	.title_ch {
		padding: 10px;
		font-size: 16px;
	}

	/**/
	.home_box1_title {
		font-size: 18px;
	}

	.home-box1-left .title br {
		display: none;
	}

	/**/
	.hbox2-item img {
		min-height: unset;
		height: 350px;
		width: 100%;
	}

	/**/
	/**/
	.home-box4 {
		padding: 20px 0;
	}

	.home-box4 .title {
		font-size: 30px;
		margin: 0 0 10px;
	}

	/**/
	.main-list-kh .col-mb {
		width: 50%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.slide-list-btn-tv {
		margin-top: -1px;
	}

	/**/
	.main-last-slide ul {
		overflow: auto;
		justify-content: flex-start;
	}

	.main-last-slide ul li {
		white-space: nowrap;
		width: auto;
		margin: 0 10px;
	}

	/**/
	.main-last-slide {
		margin-bottom: 0;
	}

	/**/
	.info-tv h3 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.info-tv p {
		font-size: 14px;
	}

	/**/
	.main-list-kh .col-mb,
	.item-doingu .col-mb {
		width: 100%;
	}

	.main-hbox7 {
		display: block;
	}

	/**/
	.home-box4 {
		padding: 20px 0;
	}

	/**/
	.main-homebox8 .col-mb {
		width: 100%;
	}

	/**/
}