﻿/* mobile.css */
@media screen and (max-width: 1169px) {
html{font-size:16px}
.container_xl,.container_xl .tp_row,.container_xl .tp_row__child{width:100%}
.container_xl .tp_row__child{width:100%;max-width:480px;margin:auto;padding-left:12px;padding-right:12px}
.container_fluid .tp_row__child{max-width:480px;margin:auto}
}
@media screen and (max-width: 1169px) {
/* ======== */
header#header {
    padding-bottom: 0;
}
/* ======== */
.ladi_head__sm {
	align-items: center;
	padding: 8px 0;
}
.ladi_head__sm a {
	color: #999;
}
.ladi_head__sm a svg {
	width: 30px;
    height: 22px;
    vertical-align: middle;
}
.ladi_head__sm span {
	flex: 1;
	margin-left: 4px;
	text-align: center;
}
.ladi_head__sm span img {
	max-height: 60px;
}

.ladi_head__sm a.modal__click {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e28f86;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    display: none;
}
.ladi_head__sm a.modal__click span,
.ladi_head__sm a.modal__click img {
    display: inline-block;
    vertical-align: middle;
}
/* ======== */
.head1_m {
    background-color: #007cb6;
}
.head1__col2 {
    text-align: center;
}
.head1__col2 a {
    background: none;
    margin: 0;
    padding: 6px 0;
}
/* ======== */
/* --- */
.ladi_head {
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}
.ladi_head ul {
	justify-content: space-between;
}
.ladi_head ul li:not(:last-child) {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.ladi_head ul li {
	width: calc(100% - 0px);
	margin: 8px 0;
}
.ladi_head ul li a {
	font-size: 16px;
}
.ladi_head ul li a br {
	display: none;
}
.ladi_head ul li a.li_call_img img {
    height: 40px;
}

/* ======== */
.h_2 {
	font-size: 24px;
}
.h_2 span svg {
	max-width: 70%;
}
/* ======== */
.btn__form {
    text-align: center;
    margin: 24px 0 0px;
    position: initial;
}
.btn__form a span {
    padding: 8px 16px 6px;
    border-radius: 48px;
    font-size: 21px;
}
.btn__form span img {
    width: auto;
}
/* ======== */
.section2 {
}
.section2 .tp_row__child {
    padding: 0px 0px 0px;
    position: relative;
    /* background: #163f8a; */
}
.section2__row2 {
    position: initial;
    top: initial;
    right: initial;
    width: calc(100% - 2*12px);
    margin: 16px auto 0;
    padding: 24px 16px;
    border-radius: 16px;
}
.section2__row2 h4 {
    padding: 0px 20px 0px;
    font-size: 24px;
}
.section2__row2 span.cf7__span {
    font-size: 16px;
    padding: 12px 0 4px;
}
.section2__row2 form.wpcf7-form {
    width: 96%;
}
/* ======== */
.section3 {
    background-size: contain;
    background-color: #f2fafc;
}
.section3 .tp_row__child {
    padding: 16px 4px 16px;
    position: relative;
}

.section3__row1 .h2_title {
    font-size: 17px;
}
.section3__row1 p::before, .section3__row1 p::after {
    content: none;
}
.section3__row1 p {
    font-size: 15px;
    padding: 8px 8px;
}
.section3__row2 {
    margin-top: 12px;
}
.section3__row2__col {
    width: calc(50% - 0px);
}
.section3__row2__col p {
    top: 40%;
    font-size: 16px;
    width: 80%;
}


/* ======== */
.section4 .tp_row__child {
    padding: 28px 4px 28px;
    position: relative;
}
.section4__row1 .h2_title {
    font-size: 21px;
    padding: 0
}
.section4__row3 img {
    max-height: 70px;
}

.section4__row2 {
    margin: 0;
}
.section4__row2_owl.owl-theme .owl-nav button.owl-prev {
    left: calc(0px);
}
.section4__row2_owl.owl-theme .owl-nav button.owl-next {
    right: calc(0px);
}
.section4__row2_owl.v2.owl-carousel {
    margin-top: 20px;
    padding: 0 32px;
}
.section4__row2_owl.owl-carousel .owl-nav button.owl-next,
.section4__row2_owl.owl-carousel .owl-nav button.owl-prev {
    padding: 3px 9px;
}
.section4__row2_owl.owl-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px;
}
.section4__row2_owl.v2.owl-carousel .owl-nav button.owl-next {
    right: 2px;
}
.section4__row2_owl.v2.owl-carousel .owl-nav button.owl-prev {
    left: 2px;
}
.section4__row2_owl.v2.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"] {
    color: #e0b135;
    font-size: 40px;
    top: 45%;
}

.section4__row2_row1 .item {
    min-height: 15vh;
    display: flex;
    align-items: center;
}
.section4__row2_row1 .item span {
    /* display: inline-block; */
    /* padding-right: 15%; */
}
.section4__row2_row1 .item .__text {
    width: 62%;
    transform: translateY(-50%);
}
.section4__row2_row1 .item .__text h3 {
    font-size: 21px;
    /* min-height: 54px; */
    width: 100%;
}
.section4__row2_row1 .item .__text h3 small {
    padding-top: 1.5%;
}
.section4__row2_row1 .item .__text h3 b {
    /* padding-top: 4%; */
}
.section4__row2_row1 .item .__text ul li {
    font-size: 12px;
    line-height: 1.3;
    margin: 4px 0;
    padding-left: 12px;
}
.section4__row2_row1 .item .__text ul li::before {
    width: 9px;
    height: 9px;
    top: 4px;
}
/* === */
/* === */
/* === */
.section4__row2_row1 .item span {
    /* display: none; */
}
.section4__row2_row1 .item .__text ._thumb {
    text-align: center;
    margin-top: 8px;
}
.section4__row2_row1 .item .__text ._thumb b {
    /* display: inline-block; */
    /* text-align: center; */
    /* color: #0e8d60; */
    /* padding-top: 8px; */
    font-size: 14px;
    line-height: 1.3;
}
.section4__row2_row1 .item .__text {
    width: 100%;
    transform: initial;
    position: initial;
}
.section4__row2_row1 .item .__text ul li ul li {
    font-size: 12px;
}
/* ======== */
.section5 .tp_row__child {
    padding: 28px 8px 8px;
    position: relative;
}

.section5__row1 img {
    max-width: 170px;
}
.section5__row1 .h2_title {
    font-size: 17px;
}
.section5__row1 .h2_title span img {
    max-width: 30px;
    bottom: -20px;
    right: -20px;
}
.section5__row2 {
    margin-top: 12px;
}
.section5__row2__col {
    width: calc(100%/2 - 4px);
}
.section5__row2__col::before {
    width: 30px;
    height: 29px;
}
.section5__row2__col p{
    font-size: 14px;
    padding: 8px 12px 16px 8px;
}
/* ======== */
.section6 .tp_row__child {
    padding: 9% 8px 8px;
}
.section6__row1 .h2_title {
    font-size: 17px;
}
.section6__row1 img {
    max-width: 170px;
}
.section6__row1 .h2_title span img {
    max-width: 50px;
    bottom: -17px;
    left: -60px;
}
.section6__row2 {
    margin-top: 12px;
}
.section6__row2__col {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.section6__row2__col .__text h3 {
    font-size: 18px;
    margin-bottom: 25%;
}
.section6__row2__col .__text ul li {
    font-size: 16px;
}
.section6__row2__col .__text p {
    font-size: 16px;
}
/* ======== */
.section7 .tp_row__child {
    padding: 8px 8px 28px;
}

.section7_tab__click ul li {
    /* width: calc(100%/3 - 4px); */
    width: 100%;
    margin-bottom: 8px;
}

.section7_tab__click ul li span img {
    max-height: 55px;
}
.section7_tab__click ul li span b {
    font-size: 16px;
    padding: 8px 0;
    padding-left: 55px;
    min-height: calc(2*1.4*16px + 2*8px);
}
.section7_tab__click ul li::before {
    content: none;
}
.section7_tab__click ul li.active span  {
    background-color: #098d60;
}
.section7_tab__wrap {
    margin-top: 24px;
}




/* ======== */
.section8 .tp_row__child {
    padding: 28px 8px 8px;
}
.section8__row2__col {
    width: 100%;
    margin-bottom: 24px;
}
.section8__row2__col_wrap {
    padding: 8px 8px;
    border: 3px solid #007cb6;
    border-radius: 12px;
    background: none;
}
.section8__row2__col .h_3 {
    font-size: 21px;
}
/* ======== */
.section9 .tp_row__child {
    padding: 0;
}
.section9__row2 {
    width: calc(100% - 2*4px);
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    left: initial;
    right: initial;
    top: initial;
    transform: initial;
    padding: 10px 12px;

}
.section9__row2 .h_5 {
    font-size: 24px;
}
.section9__row2 .h_6 {
    font-size: 12px;
}
.form__page__goi_lai {
    margin-top: 25%;
}
/* === */
.form__page__goi_lai form textarea,
.form__page__goi_lai form input:not([type="submit"]) {

}
.form__page__goi_lai form textarea,
.form__page__goi_lai form input:not([type="submit"]) {
    padding: 6px 12px 6px 6px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 8px;
}
.form__page__goi_lai form input[type="submit"] {
    padding: 6px 32px;
    line-height: 1.2;
}
/* === */



/* ======== */
.foot1 {
    background-size: contain;
    background-color: #e6f8fe;
}
.foot1 .tp_row__child {
    padding: 28px 8px 24px;
}
.foot1__row1 {
    text-align: center;
}
.foot1__row2__col1 {
    width: 100%;
}
.foot1__row2__col2 {
    width: 100%;
}
.foot1__row2 p {
    font-size: 14px;
}
.foot1__row2__col2 {
    text-align: center
}
.foot1__row2 ul {
    max-width: 160px;
    margin-top: 8px;
    margin: 8px auto 0;
}
/* ======== */
.section9 {
    /* display: none; */
}
/* ======== */
.section9__modal__click img {
    max-width: 32px;
    /* display: none; */
}
/* section:not(.section2) {display: none} */
}