﻿html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,::before,::after{box-sizing:inherit}strong,b{font-weight:700}em{font-style:italic}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.325rem}h4{font-size:1.125rem}h5,li{font-size:1rem}h6{font-size:.875rem}h1,h2,h3,h4,h5,h6{line-height:1.5;padding:.5rem 0}img{max-width:100%;height:auto;object-fit:cover;vertical-align:middle}
/* ======== */
html,body{font-family:Roboto,Arial,sans-serif;font-size:16px}
p{font-size:1rem;line-height:1.5}
a{text-decoration:none}
.container_fluid{width:100%;margin:auto}
.container_fluid::after,.container_xl::after{content:'';display:block;clear:both}
.container_xl .tp_row{width:1170px;margin:auto}
.tp_row__child{width:100%}
.display_flex{display:-webkit-box;display:flex;flex-flow:wrap;justify-content:space-between}
.d_none{display: none}
.clearfix{clear:both}
@media (min-width: 1170px){.d_sm{display: none}}
@media (max-width: 1169px){.d_xl{display: none}}
/* ======== */
.tab__click:hover{}
.tab__click.active{}
.tab__wrap{display:none;animation:fadeEffect .5s}
.tab__wrap.active{display:block}
@keyframes fadeEffect {
from{opacity:0;visibility:hidden}
to{opacity:1;visibility:visible}
}
/* ======== */
.modal_wrap{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5);padding-top:150px}
.modal__content{background-color:#fefefe;margin:auto;padding:16px;border:1px solid #888;border-radius:8px;width:90%;max-width:480px;line-height:1.4}
.modal__close{color:#aaa;float:right;margin-top:-8px;margin-right:-8px;font-size:32px;line-height:24px;width:24px;text-align:center;font-weight:700}
.modal__close:hover,.modal__close:focus{color:red;text-decoration:none;cursor:pointer}
@media screen and (max-width: 1170px){.modal__content{font-size: 14px}}

/* ======== */
@font-face {
    src: url("../fonts/iCielCadena.woff2");
    font-family: iCielCadena;
    /* font-weight: normal; */
}
.ff_iCielCadena {
    font-family: iCielCadena;
}
@font-face {
    src: url("../fonts/iCielAlina.woff2");
    font-family: iCielAlina;
    /* font-weight: normal; */
}
.ff_iCielAlina {
    font-family: iCielAlina;
}

@font-face {
    src: url("../fonts/VLBoosterNextFYBlack.woff2");
    font-family: VLBoosterNextFYBlack;
    font-weight: normal;
}
.ff_VLBoosterNextFYBlack {
    font-family: VLBoosterNextFYBlack;
}
/* ======== */
.head1 {
    background-color: #007cb6;
    border-bottom: 1px solid #eeeeee;
}
.head1 .tp_row__child {
    padding: 4px 0;
    align-items: center;
}
.head1__col1 p {
    color: #fff;
    font-size: 14px;
}
.head1__col1 i {
    /* color: #017bb4; */
    color: #fff;
}
.head1__col2 a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #e28f86;
	color: #fff;
	font-size: 14px;
	margin-top: -4px;
	border-radius: 0 0 5px 5px;
}
.head1__col2 a:hover {
	background-color: #017bb4;
	cursor: pointer;
}
.head1__col2 a span,
.head1__col2 a img {
	display: inline-block;
	vertical-align: middle;
}
/* ======== */
header {
    /* position: fixed; */
}
header.scrolled {
    /* position: fixed; */
}
header {
	width: 100%;
	z-index: 9999;
}
.ladi_head {
	/* background-color: #fff; */
	width: 100%;
}
header.scrolled .ladi_head {
	background-color: #1f388c;
}
.ladi_head__menu {
	/* max-width: 780px; */
}
.ladi_head ul {
	padding: 16px 0;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
}
.ladi_head ul li {
	text-align: center;
}
.ladi_head ul li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	/* color: #005dac; */
	color: #007cb6;
	/* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 2px 3px rgb(0 0 0 / 20%); */
}
.ladi_head ul li.active a,
.ladi_head ul li a:hover {
	color: #098d5e;
}
.ladi_head ul li.li_dky a {
	font-size: 18px;
    padding: 6px 18px;
    border-radius: 35px;
    border: 2px solid #fff;
    color: #fff;
    background-image: linear-gradient(to right, #047cb3, #047cb3);
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
}
.ladi_head ul li.li_dky a:hover{
	background: #cf0000;
	color: #fff;
}
.ladi_head ul li.li_logo img {
	max-height: 120px;
}
.ladi_head ul li a.li_call_img img:hover {
	opacity: 0.8;
}
/* --- */
.ladi_head ul li.li_call a {
	display: inline-block;
	padding: 6px 8px;
	background-color: #ec2028;
	color: #fff;
	border-bottom: 4px solid #ff9318;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}
.ladi_head ul li.li_call a:hover{
	background: #cf0000;
	border-bottom-color: #cf0000;
	color: #fff;
}
/* ======== */
.head2 {
    /* background-color: #91c63e; */
}
.head2 .tp_row__child {
    padding: 32px 0;
    align-items: center;
}
.head2__col2 {
	width: calc(100% - 320px);
	text-align: center;
}
.head2__col2 p {
	color: #047cb3;
	font-weight: bold;
	font-size: 40px;
}
.head2__col2 p small {
	font-size: 70%;
	font-weight: normal;
	display: block;
}
/* ======== */
.head3 {
    background-color: #91c63e;
    /* border-bottom: 1px solid #eeeeee; */
}
.head3 .tp_row__child {
    padding: 12px 0;
    align-items: center;
}
.head3 ul {
	padding: 0px 0;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
}
.head3 ul li {
	text-align: center;
}
.head3 ul li a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2;
	color: #fff;
}
.head3 ul li.active a,
.head3 ul li a:hover {
	color: #047cb3;
}
.head3 ul li.li_dky a {
	font-size: 18px;
    padding: 6px 18px;
    border-radius: 35px;
    border: 2px solid #fff;
    color: #fff;
    background-image: linear-gradient(to right, #047cb3, #047cb3);
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
}
.head3 ul li.li_dky a:hover{
	background: #cf0000;
	color: #fff;
}
.head3 ul li.li_logo img {
	max-height: 120px;
}
.head3 ul li a.li_call_img img:hover {
	opacity: 0.8;
}
/* ---
.head3 ul li.li_call a {
	display: inline-block;
	padding: 6px 8px;
	background-color: #ec2028;
	color: #fff;
	border-bottom: 4px solid #ff9318;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}
.head3 ul li.li_call a:hover{
	background: #cf0000;
	border-bottom-color: #cf0000;
	color: #fff;
}
/* ======== */
.ytb_wrap{position:relative;width:100%;height:0;padding-bottom:56.25%}
.ytb_wrap__play{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);width:65px;height:45px;background-color:rgba(0,0,0,0.7);border-radius:10%}
.ytb_wrap:hover .ytb_wrap__play{background-color:red;cursor:pointer}
.ytb_wrap__play::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-style:solid;border-width:10px 0 10px 20px;border-color:transparent transparent transparent #fff}
.ytb_wrap img{width:100%;top:-16.82%;left:0;opacity:.9;cursor:pointer}
.ytb_wrap img,.ytb_wrap iframe{position:absolute;left:0;top:0;width:100%;height:100%!important}
.ytb__thumb{position:relative;padding-bottom:56.25%;overflow:hidden;display:block}
.ytb__thumb img{width:100%;height:auto;position:absolute;top:-16.82%}
/* ======== */
/* ======== */
/* ======== */
/* ======== */
/* ======== */
/* ======== */
/* ======== */
/* --- */
i.t_stroke_shadow {
    display: inline-block;
    position: relative;
}
i.t_stroke_shadow .__span1 {
    display: inline-block;
    position: relative;
    z-index: 5;
    background: linear-gradient(to top, #007cb6, #007cb6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
i.t_stroke_shadow .__span2 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-shadow: 0 3px 5px rgb(0 0 0 / 30%);
    -webkit-text-fill-color: #007cb6;
    -webkit-text-stroke-width: 1px;
}
/* ======== */
/* --- */
.btn__form {
    text-align: center;
    margin: 24px 0 24px;
}
.btn__form a span {
    /* display: inline-block;
    padding: 10px 24px 8px;
    border-radius: 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    box-shadow: inset rgb(0 0 0 / 30%) 0px 0px 10px, inset rgb(0 0 0 / 30%) 0px -3px 10px;
    background: linear-gradient(-87deg, #cb0000, #ff9630);
    color: #1f388c; */
}
.btn__form a:hover span {
    /* background: linear-gradient(-87deg, #ff9630, #ff9630); */
}
/* ======== */
.h2_title {
	font-family: VLBoosterNextFYBlack;
}
/* ======== */
.section2 {}
.section2 .tp_row__child {
	padding: 0px 0;
	position: relative;
}
/* ======== */
.section3 {
	background: url(../images/section3-1.jpg) center top no-repeat;
	background-size: cover;
}
.section3 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.section3__row1 {
	text-align: center;
}
.section3__row1 .h2_title {
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
}
.section3__row1 p {
	text-align: center;
	font-weight: bold;
	background-color: #eff0f0;
	color: #088d61;
	font-size: 21px;
	line-height: 1.4;
	width: 100%;
	max-width: 800px;
	padding: 12px 12px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: linear-gradient(to top, #fff, #fff) padding-box, linear-gradient(to top, #007cb6, #6fc568) border-box;
    border: 2px solid transparent;
    border-radius: 8px;
}
.section3__row1 p::before,
.section3__row1 p::after {
	content: '';
	width: 69px;
	height: 88px;
	display: inline-block;
	position: absolute;
	top: -80px;
}
.section3__row1 p::before {
	background: url(../images/section3-2-1.png) no-repeat;
	left: 40px;
}
.section3__row1 p::after {
	background: url(../images/section3-2-2.png) no-repeat;
	right: 40px;
}
.section3__row2 {
	margin-top: 32px;
}
.section3__row2__col {
	position: relative;
}
.section3__row2__col p {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 1.4;
	width: 70%;
}
/* ======== */
.section4 {
	background: url(../images/section4-1.jpg) center top no-repeat;
	background-size: cover;
}
.section4 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.section4__row1 {
	text-align: center;
}
.section4__row1 .h2_title {
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.section4__row2 {
	margin-top: 12px;
}
/* --- */
.section4__row2 {
    margin: 28px auto 0;
    max-width: 1000px;
}
.section4__row2_owl {
    margin-top: 1rem;
}
.section4__row2 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.section4__row2_owl.v2 {
    margin-top: 30px;
    /* background-color: #fff; */
}
.section4__row2_owl.v2 .owl-item {
    cursor: pointer;
    /* border: 2px solid #ddd; */
    /* border-radius: 50%; */
    opacity: .8;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}
.section4__row2_owl.v2 .owl-item:hover,
.section4__row2_owl.v2 .owl-item.active.current {
    /* background: linear-gradient(to top, #fff, #fff) padding-box, linear-gradient(to top, #177698, #32e8fd) border-box; */
    /* border: 2px solid transparent; */
    opacity: 1;
    -webkit-filter: initial;
    filter: initial;
}
.section4__row2_owl.v2.owl-carousel .owl-nav button[class^="owl-"] {
    color: transparent;
    border-radius: 0;
    padding: 4px 16px;
}
.section4__row2_owl.v2.owl-carousel .owl-nav button[class^="owl-"]:hover {
    /* opacity: 0.5; */
}

.section4__row2_owl.owl-carousel .owl-nav button.owl-next,
.section4__row2_owl.owl-carousel .owl-nav button.owl-prev {
    /* color: #e1b339; */
    opacity: 1;
}
.section4__row2_owl.owl-theme .owl-nav button.owl-prev {
	background: url(../images/section4-5-1.png) center no-repeat;
    background-size: contain;
}
.section4__row2_owl.owl-theme .owl-nav button.owl-next {
	background: url(../images/section4-5-2.png) center no-repeat;
    background-size: contain;
}
.section4__row2_owl.owl-theme .owl-nav button.owl-prev:hover {
	background: url(../images/section4-5-3.png) center no-repeat;
    background-size: contain;
    opacity: 1;
}
.section4__row2_owl.owl-theme .owl-nav button.owl-next:hover {
	background: url(../images/section4-5-4.png) center no-repeat;
    background-size: contain;
    opacity: 1;
}

.section4__row2_row1 .item {
	position: relative;
}
.section4__row2_row1 .item .__thumb b {
	/* width: 430px; */
	display: inline-block;
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin-top: 12px;
	padding: 8px 32px;
	font-size: 18px;
	line-height: 1.3;
	background: linear-gradient(to top, #0191d0, #0191d0) padding-box, linear-gradient(to right, #007cb6, #6fc568) border-box;
    border: 2px solid transparent;
    border-radius: 80px 0 80px 0;
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
}
/* --- */
.section4__row2_row1 .item .__thumb {

}
.section4__row2_row1 .item .__text {
	width: 58%;
}
.section4__row2_row1 .item .__text h3 {
	text-align: center;
	background-size: contain;
	padding: 0;
	font-family: "Google Sans";
	font-size: 32px;
}
.section4__row2_row1 .item .__text h3 small {
	display: block;
    padding-top: 2.5%;
    color: #fff;
    font-size: 80%;
    text-transform: uppercase;
}
.section4__row2_row1 .item .__text h3 b {
	display: block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.section4__row2_row1 .item .__text h3 b::after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	background: linear-gradient(to right, #fff0, #fff, #fff0);
	max-width: 400px;
	margin: 8px auto;
}
.section4__row2_row1 .item .__text > ul {
    margin-top: 24px;
    background-color: #fff;
	border-radius: 16px;
	padding: 8px 12px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
	position: relative;
}
.section4__row2_row1 .item .__text > ul::before {
	content: '';
    position: absolute;
    top: calc(50% - 16px/2);
    left: -16px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid #fff;
}
.section4__row2_row1 .item .__text ul li {
	margin: 4px 0;
}
.section4__row2_row1 .item .__text ul li {
    color: #0e8d60;
    font-size: 17px;
    line-height: 1.4;
    margin: 4px 0;
    padding-left: 22px;
    text-align: justify;
    position: relative;
}
.section4__row2_row1 .item .__text > ul > li {
	margin-top: 8px;
	font-weight: bold;
}
.section4__row2_row1 .item .__text ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/section4-6.png) center no-repeat;
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
.section4__row2_row1 .item .__text ul li.li_has_child::before {
	content: none;
}
.section4__row2_row1 .item .__text ul li ul li {
	padding-left: 12px;
	font-size: 16px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 4px;
    font-weight: 400;
}
.section4__row2_row1 .item .__text ul li ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-color: #0e8d60;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
/* --- */
@media screen and (min-width: 1170px) {
.section4__row2_owl.owl-theme .owl-nav button.owl-prev {
    left: calc(-45px - 0px);
}
.section4__row2_owl.owl-theme .owl-nav button.owl-next {
    right: calc(-45px - 0px);
}
.section4__row2_owl.owl-carousel {
    /* padding: 1rem 2.9rem; */
    padding: 0;
}
.section4__row2_owl.v2.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"] {
    /* top: 42%; */
}
}
/* ======== */
.section5 {
	background: url(../images/section5-1.jpg) center top no-repeat;
	background-size: cover;
}
.section5 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.section5__row1 {
	text-align: center;
}
.section5__row1 .h2_title {
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	color: #007cb6;
}
.section5__row1 .h2_title span {
	position: relative;
}
.section5__row1 .h2_title span img {
	position: absolute;
	bottom: -30px;
    right: -60px;
}
.section5__row2 {
	margin-top: 32px;
}
.section5__row2__col {
	width: calc(100%/3 - 24px);
	margin-bottom: 24px;
	border-radius: 12px;
	border: 2px solid #fff;
	position: relative;
}
.section5__row2__col::before {
	content: '';
	display: inline-block;
    width: 68px;
    height: 48px;
	position: absolute;
	bottom: -12px;
    right: -4px;
	background: url(../images/section5-3.png) no-repeat;
	background-size: contain;
}
.section5__row2__col span img {
	display: inline-block;
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.section5__row2__col p {
	text-align: center;
	border-radius: 0 0 10px 10px;
	background-color: #0e8d60;
	color: #fff;
	font-size: 17px;
	line-height: 1.4;
	padding: 8px 28px 32px 8px;
}

/* ======== */
.section6 {
	background: url(../images/section6-1.jpg) center top no-repeat;
	background-size: cover;
}
.section6 .tp_row__child {
	padding: 48px 0 60px;
	position: relative;
}
.section6__row1 {
	text-align: center;
}
.section6__row1 .h2_title {
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.section6__row1 .h2_title span {
	position: relative;
}
.section6__row1 .h2_title span img {
	position: absolute;
	bottom: -50px;
    left: -140px;
}
.section6__row2 {
	margin-top: 32px;
}
.section6__row2__col {
	width: calc(100%/3 - 16px);
	margin-bottom: 4px;
	border-radius: 12px;
	position: relative;
}

.section6__row2__col .__text {
	position: absolute;
    left: 50%;
    top: 6%;
    transform: translateX(-50%);
    text-align: center;
    width: 87%;
}
.section6__row2__col .__text h3 {
	margin-bottom: 27%;
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
}
.section6__row2__col .__text p {
	font-size: 17px;
    line-height: 1.4;
    color: #0e8d60;
    margin-bottom: 8px;
    text-align: justify;
}
.section6__row2__col .__text ul {
	text-align: left;
	display: inline-block;
}
.section6__row2__col .__text ul li {}
.section6__row2__col .__text ul li {
	padding-left: 12px;
	font-size: 17px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 4px;
    color: #0e8d60;
    position: relative;
}
.section6__row2__col .__text ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: none;
    background-color: #0e8d60;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}
/* ======== */
.section7 {
	background: url(../images/section7-1.jpg) center bottom no-repeat;
	background-size: cover;
}
.section7 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.section7__row1 {
	text-align: center;
}
.section7__row1 .h2_title {
	font-size: 32px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	color: #007cb6;
}
.section7__row1 .h2_title span {
	position: relative;
}
.section7__row1 .h2_title span img {
	position: absolute;
	bottom: -50px;
    left: -140px;
}
.section7__row2 {
	margin-top: 32px;
}

.section7_tab__click ul li {
	width: calc(100%/3 - 48px);
	position: relative;
}
.section7_tab__click ul li::before {
	content: '';
	width: 100%;
	height: 80px;
	background-color: #e4effe;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.section7_tab__click ul li:hover::before,
.section7_tab__click ul li.active::before {
	background-color: #098d60;
}
.section7_tab__click ul li span {
	display: block;
	background-color: #91c63e;
	border-radius: 3rem;
	border: 2px solid #fff;
	cursor: pointer;
	position: relative;
}
.section7_tab__click ul li span img {
	position: absolute;
	top: 0;
	left: 16px;
}
.section7_tab__click ul li span b {
	color: #fff;
	text-transform: uppercase;
	padding: 16px 0;
	padding-left: 32px;
	font-size: 21px;
	line-height: 1.4;
	min-height: calc(2*1.4*21px + 2*16px);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.section7_tab__wrap {
	margin-top: 40px;
	/* background-color: #ccc; */
}
.section7__content {
	padding: 12px;
	border-radius: 16px;
	margin-top: -8px;
	box-shadow: 0 0 20px rgb(93 149 219 / 30%);
	background-color: #e2eefd;
	position: relative;
}
.section7__content__child {
	padding: 12px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgb(93 149 219 / 30%);
	background: url(../images/section8-2-1.png) 0% 100% no-repeat, url(../images/section8-2-2.png) 100% 100% no-repeat;
	background-color: #fff;
	min-height: 400px;
}
/* ======== */
.section8 {
	background: url(../images/section8-1.jpg) center top no-repeat;
	background-size: cover;
}
.section8 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.section8__row1 {
	text-align: center;
}

.section8__row2__col {
	width: calc(50% - 12px);
}
.section8__row2__col .h_3 {
	font-weight: bold;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
	color: #007cb6;
	padding: 0;
	margin-bottom: 16px;
}
.section8__row2__col_wrap {
	padding: 26px 40px 20px;
	background: url(../images/section8-2.png) center no-repeat;
	background-size: contain;
}
.section8__row2__col__div {
	margin-top: 8px;
}
.section8__row2__col__div p {
	width: calc(100% - 41px - 4px);
}
.section8__row2__col__div img {
	width: 41px;
}
.section8__row2__col__div p {
	font-size: 15px;
	color: #098d60;
}

.section8__row2 .owl-theme .owl-nav button[class^=owl-] {
    background: #fff;
    color: #098d60;
}
.section8__row2 .owl-theme .owl-nav button[class^=owl-]:hover {
    background: #098d60;
    color: #fff;
    opacity: 1;
}
/* ======== */
.section9 {
}
.section9 .tp_row__child {
	padding: 0px 0;
	position: relative;
}
.section9__row2 {
	background: url(../images/section9-2.png) top center no-repeat;
	background-size: contain;
    width: 100%;
    max-width: 440px;
    position: absolute;
    left: initial;
    right: calc(50% - 1170px/2);
    top: 50%;
    transform: translateY(-50%);
    padding: 26px 20px;
    border-radius: 8px;
}
/* === */
.section9__row2 .h_5 {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	color: #fff;
	margin-top: 2%;
}
.section9__row2 .h_6 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-style: italic;
}
.form__page__goi_lai {
	margin-top: 25%;
}
/* === */
.form__page__goi_lai form {
    width: 100%;
    max-width: 440px;
    margin: 24px auto 0;
    font-size: 17px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}
.form__page__goi_lai form textarea,
.form__page__goi_lai form input:not([type="submit"]) {
    width: 100%;
    padding: 10px 12px 10px 6px;
    margin-bottom: 8px;
    border: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
    background-color: #fff;
    font-family: inherit;
}
.form__page__goi_lai form input[type="submit"] {
	display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 48px;
    margin: auto;
    margin-top: 0px;
    border: 0;
    border-radius: 35px;
    border: 2px solid #fff;
    /* background-color: #ff5722; */
    color: #fff;
    background-image: linear-gradient(to right, #91c63e, #91c63e);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .3);
    font-family: inherit;
    text-transform: uppercase
}
.form__page__goi_lai form input[type="submit"]:hover {
    cursor: pointer;
    /* box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .5); */
    background-image: linear-gradient(to right, #098d60, #098d60);
}
/* === */
.form__page__goi_lai .wpcf7 .ajax-loader {
	display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
/* === */
/* ======== */
.foot1 {
	background-color: #f0f0f0;
}
.foot1 .tp_row__child {
	padding: 48px 0 48px;
	position: relative;
}
.foot1__row1 {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #098d60;
}
.foot1__row2__col1 {
	width: 390px;
}
.foot1__row2__col2 {
	width: calc(100% - 2*390px - 64px);
}
.foot1__row2 p {
	color: #098d60;
	font-size: 17px;
	margin: 4px 0;
}
.foot1__row2 ul {
	max-width: 110px;
	margin-top: 8px;
}
.foot1__row2 ul li a:hover {
	opacity: 0.5;
}
/* --- */
.foot1__copy_right {
	text-align: center;
	font-size: 14px;
	padding: 8px 4px;
	background-color: #ededed;
	color: #555;
}




















section:not(.section4) {
	/* display: none; */
}





























