/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-family: 'Be Vietnam Pro', sans-serif;
    background:#f6f1e7;
    color:#1d1d1d;
}

h1,h2,h3,h4{
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
}

.section{
    padding-top:60px;
    padding-bottom:60px;
}

.button{
    border-radius:50px;
    text-transform:none;
    font-weight:600;
    letter-spacing:.5px;
}

.row .col{
    margin-bottom:0;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
    gap: 15px;
}
.nav > li > a {
    font-family: Montserrat, sans-serif;
    font-weight: 600 !important;
    color: #133b8b !important;
}
.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: #01acff !important;
}
header a.header_botton {
    background-image: linear-gradient(45deg, #02c1ff, #0b3e9a);
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 9px;
}
header a.header_botton i{
	color: #fff !important;
}
.home_banner .note {
    border: 1px solid #01aeff;
    display: inline-block;
    border-radius: 6px;
    padding: 2px 10px;
    color: #02b5ff !important;
    background-color: #00f25e0a;
    margin-bottom: 10px;
}
.home_banner h3 {
    color: #0b3d9a !important;
    font-size: 55px;
    font-weight: 700 !important;
    text-transform: uppercase;
    line-height: 1.2;
}
.home_banner h1 {
    font-size: 80px !important;
    text-transform: uppercase;
    color: #02c3ff !important;
}
.home_banner .box_btn{
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.home_banner .box_btn a {
    border: 1px solid #ccc;
    padding: 6px 16px;
    border-radius: 10px;
    min-width: 180px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
    text-align: center;
}
.home_banner .box_btn a:first-child {
    background-image: linear-gradient(45deg, #02c1ff, #0b3e9a);
	color: #fff !important;
}
.home_banner .box_btn a:last-child {
    border-color:  #02c3ff;
	color:  #02c3ff !important;
}
.home_banner .box_btn a:last-child img{
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
.home_banner .address {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0b3d9a !important;
    font-size: 15px;
}
.custom_title p{
	text-transform: uppercase;
	margin-bottom: 0px;
}
.custom_title p {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 15px;
    color: #01bfff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	gap: 5px;
}
.custom_title p:before {
   content:"";
	width: 30px;
	height: 1px;
	background-color: #01bfff;
}
.custom_title p:after {
    content:"";
	width: 30px;
	height: 1px;
	background-color: #01bfff;
}
.custom_title h3 {
    font-size: 30px;
    color: #002b78;
}
.home_ss2 .row_2 .icon-box .icon-box-img {
    width: 100% !important;
	margin-bottom: 0px !important;
	height: 185px;
}
.home_ss2 .row_2 .icon-box .icon-box-img .icon,.home_ss2 .row_2 .icon-box .icon-box-img  .icon-inner{
	 width: 100% ;
	height: 100%;
}
.home_ss2 .row_2 .icon-box .icon-box-img img{
	 width: 100% ;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.home_ss2 .row_2 .icon-box-text {
    background-color: #fff;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 12;
    position: relative;
    padding: 40px 10px 20px 10px;
}
.home_ss2 .row_2 .icon-box-text p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 15px;
	color: #000 !important;
	margin-bottom: 0px;
}
.home_ss2 .row_2 .icon-box-text h3 {
    font-weight: 600 !important;
    color: #002b78;
    text-transform: uppercase;
    font-size: 16px;
}
.home_ss2 .note {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -23px;
    background-color: #03c2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    left: 36%;
}
.home_ss2 .note img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(1);
}
.home_ss3 .heading_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home_ss3 .heading_title .box_title p {
    margin-bottom: 0px;
    color: #01b9ff;
    text-transform: uppercase;
}
.home_ss3 .heading_title .box_title h3 {
    font-size: 26px;
    color: #0a3e9b;
}
.home_ss3 .box_btn a {
    background-image: linear-gradient(45deg, #02c1ff, #0b3e9a);
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
}
.blog_duan .post-item {
    padding-left: 10px;
    padding-right: 10px;
}
.is-divider{
	display: none;
	}
.blog_duan .post-item .box-image {
    width: 100%;
    height: 180px;
}
.blog_duan .post-item .box-image .image-cover, .blog_duan .post-item .box-image .image-cover a{
   padding: 0px !important;
	width: 100%;
    height: 100%;
}
.blog_duan .post-item .box-image img{
	position: relative !important;
	width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.blog_duan .post-title a {
    color: #335dad;
    font-size: 16px;
    font-weight: 500;
}
.blog_duan .post-chu-thich {
    font-size: 13px;
}
.home_ss4 .heading_title h3{
	 font-size: 26px;
    color: #0a3e9b;
}
.home_ss4 .row_2 .col{
	max-width: 20%;
	flex-basis: 20%;
}
.home_ss4 .row_2 .icon-box-text p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 15px;
	color: #000 !important;
	margin-bottom: 0px;
}
.home_ss4 .row_2 .icon-box-text h3{
	 font-size: 16px;
    color: #0a3e9b;
}
.home_ss4 .row_3 .col{
    background-color: #01b6ff;
    border-radius: 10px;
	padding: 20px;
}
.home_ss4 .row_3 .col .icon-box-text h3{
	margin-bottom: 0px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}
.home_ss4 .row_3 .col .icon-box-text p{
	margin-bottom: 0px;
	color: #fff;
	font-size: 15px;
}
.home_ss4 .row_3 .col .col-inner{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home_ss4 .row_3 .col .icon-box-img img {
    filter: sepia(1) brightness(10);
}
.home_ss4 .box_row{
	background-color: #fafcfe;
	padding-top: 30px;
	border-radius: 16px;
}
.form_home {
	display: flex;
	flex-wrap: wrap;
	gap: 0px 20px;
}
.form_home h3 {
    text-transform: uppercase;
    color: #01c2ff;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 400;
	width: 100%;
}
.form_home .note {
    font-size: 14px;
	color: #000;
	margin-bottom: 20px;
	width: 100%;
}
.form_home .hoten,.form_home .sdt{
    max-width: calc(50% - 16px);
	flex-basis: calc(50% - 16px);
	margin-bottom: 20px;
}
.form_home input{
	height: 45px;
	border-radius: 5px;
	margin-bottom: 0px;
}
.form_home .noidung{
	width: 100%;
	margin-bottom: 20px;
}
.form_home .noidung textarea {
    min-height: 80px;
	border-radius: 5px;
	margin-bottom: 0px;
}
.form_home .submit{
	width: 100%;
}
.form_home .submit input{
	width: 100%;
	margin: 0px;
}
.form_home .submit .wpcf7-spinner{
	display: none;
}
.home_ss5 .box_addres{
	border: 1px solid #0c409c;
	padding: 30px 20px;
	border-radius: 16px;
}
.home_ss5 .box_addres h3{
	text-transform: uppercase;
    color: #0c409c;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
	width: 100%;
}
.home_ss5 .box_addres ul{
	margin: 0px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.home_ss5 .box_addres ul li{
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #0c409c;
	gap: 6px;
}
.home_ss5 .box_addres ul li a{
	gap: 6px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #0c409c;
}
.home_ss5 .box_addres ul li img{
	width: 20px;
	height: 20px;
	object-fit: cover;
	object-position: center;
}
.home_ss5 .box_img img{
	border-radius: 16px;
}
.footer_network h3{
	text-transform: uppercase;
    color: #0c409c;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
	width: 100%;
}
.footer_network ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer_network ul li{
	margin: 0px;
	padding: 0px;
}
.footer_network ul li img{
	width: 30px;
	height: 30px;
	object-fit: cover;
	object-position: center;
}
@media only screen and (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.home_banner h3 {
    font-size: 29px;
}
.home_banner h1 {
    font-size: 53px !important;
}
.home_ss2 .note {
    left: 43%;
}	
.home_ss3 .heading_title {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
}	
.home_ss4 .row_2 .col {
    max-width: 50%;
    flex-basis: 50%;
}
.home_ss2 .row_2 .icon-box .icon-box-img {
    height: 290px;
}	
	
	
	
	
	
	
	
	
}