.title_landing {
	text-align: center;
	margin-bottom: 25px;
}
.title_landing h1 {
	color: #3f3594;
    text-transform: uppercase;
	font-size: 32px;
    font-weight: 700;
	margin-bottom: 5px;
}
.title_landing p {
	line-height: 1.3;
	font-size: 17px;
}
.sec_01 {
    padding: 30px 0px 40px 0;
}
.sec_02 {
	background: #3f35941c;
	padding: 0px 0px;
}
.sec_02 .noi_dung_in {
	background: #3f3594;
	color: #fff;
	padding: 20px;
}
.sec_02 .noi_dung_in h2 {
	margin: 0;
	color: #fff;
	padding-bottom: 10px;
}
.content_in {
	padding: 20px;
	font-size: 18px;
}
.content_in h2 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #3f3594;
}
.content_in p {
	padding-bottom: 5px;
}
.sec_03 {
	padding: 30px 0;
	text-align: center;
}
.title_landing h2 {
	color: #3f3594;
    text-transform: uppercase;
	font-size: 32px;
    font-weight: 700;
	margin-bottom: 5px;
}
.text_one_text {
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	border-radius: 10px;
	padding: 17px;
	color: #fff;
	min-height: 200px;
}
.text_one_text h3 {
	font-size: 18px;
	min-height: 40px;
}
.sec_04 {
	padding: 30px 0;
	text-align: center;
	background: #3f35941c;
}
.sec_04 .text_one_text {
	background: linear-gradient(90deg, #3f3594 10%, #3f3594 100%);
	border-radius: 10px;
	padding: 17px;
	color: #fff;
	min-height: 200px;
}
.sec_04 .text_one_text span {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	color: #3f3594;
}
.sec_04 .text_one_text h3 {
	min-height: 25px;
	margin-bottom: 5px;
	font-size: 25px;
}
.sec_04 .text_one_text p {
	font-size: 16px;
	font-weight: 300;
	min-height: 100px;
}
.sec_05 {
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	padding: 40px 0;
	text-align: center;
}
.sec_05 .title_landing h2 {
	color: #fff;
}
.sec_05 .title_landing {
	margin-bottom: 0;
}
.sec_05 .content_in_in {
	font-size: 25px;
	color: #fff;
}
.sec_06 {
	padding: 30px 0;
}
.content_in_in table {
	width: 100%;
    margin: 20px 0;
}
.content_in_in table td {
    border: 1px solid #ddd;
}
.content_in_in table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
    color: white;
	text-transform: uppercase;
	font-size: 20px;
}
.content_in_in td, .content_in_in th {
    padding: 5px 10px;
}
.ta-center {
    text-align: center;
	margin-top: 20px;
}
.ta-left {
    text-align: left;
	margin-top: 20px;
}
.btn-consultant a, .c-btn-01 {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-image: linear-gradient(rgb(255, 226, 89), rgb(255, 167, 81));
    font-size: 22px;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.sec_07 {
    background: url(../images/bg-gioithieu.jpg);
    background-position: center;
    padding: 30px 0;
}
.sec_07 .row {
	align-items: center;
}
.sec_07 .title_landing h3 {
	font-size: 22px;
	padding-bottom: 0px;
}
.sec_07 .title_landing {
	text-align: left;
	margin-bottom: 10px;
	border-left: solid 5px #3f3594;
	padding-left: 15px;
}
.sec_07 .content_in_sub {
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}
.sec_07 .content_in_sub ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}
.content_in_sub_in {
	padding: 30px 0;
	text-align: center;
	font-size: 20px;
	max-width: 80%;
	margin: auto;
}
.sec_08 {
	background-position: center right !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.sec_08:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3f3594d6;
}
.sec_08 .row {
	position: relative;
	align-items: center;
}
.form_dangky {
	background-color: #fff;
	padding: 40px 15px 20px;
	text-align: center;
	border-top: 4px solid #007341;
	border-bottom: 4px solid #007341;
}
.title_landing_in {
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}
.title_landing_in h2 {
	font-size: 30px;
}
.box_slide_images .item {
	margin: 0 10px;
}
.box_slide_images .item .images_in img {
	border-radius: 5px;
	border: solid 2px #fff;
}
.gieo_mam {
	background: #e51f20;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media(max-width:990px) {

}
@media(max-width:550px) { 
	.title_landing h1 {
		text-align: left;
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.images_chuongtrinh {
		margin-bottom: 0;
	}
	.title_landing p {
		line-height: 1.3;
		font-size: 16px;
		text-align: justify;
	}
	.title_landing {
		margin-bottom: 15px;
	}
	.sec_01 {
		padding: 10px 0 30px 0;
	}
	.noi_dung_in {
		line-height: 1.3;
		font-size: 16px;
		text-align: justify;
	}
	.sec_02 .noi_dung_in {

	}
	.content_in {
		padding: 20px 0;
	}
	.content_in h2 {
		font-size: 25px;
	}
	.title_landing h2 {
		font-size: 25px;
	}
	.text_one_text {
		margin-bottom: 10px;
		min-height: 180px;
	}
	.text_one_text img {
		width: 80px;
	}
	.text_one_text h3 {
		font-size: 16px;
	}
	.sec_04 .text_one_text span {
		font-size: 40px;
	}
	.sec_04 .text_one_text h3 {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.ta-left {
		text-align: center;
	}
	.content_in_sub_in {
		max-width: 100%;
	}
	.sec_07 .title_landing h3 {
		font-size: 20px;
	}
	.title_landing h2 {
		font-size: 23px;
	}
	.images_tsao {
		margin-bottom: 20px;
	}
	.sec-partner {
		padding-top: 60px;
	}
	.box_slide_images .item {
		margin-bottom: 20px;
	}
	.form_dangky {
		padding: 0;
		margin-bottom: 20px;
	}
	.form-feature {
		border-radius: 0;
	}
}