/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.blog .blog-archive .post-item .box-image .image-cover img {
	object-fit: contain;
}
a:hover {
	text-decoration: none;
}
.absolute-footer {
	padding: 10px 0 10px;
}
.block_dv_main img.attachment-medium.size-medium {
    height: 60px;
    width: 55px;
}
.top-bar-nav .menu-item a.nav-top-link:hover {
	background-color: transparent;
}
.img-insurance{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.img-insurance img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-insurance:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.price-insurance {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 95;
	display: inline-block;
	background-color: #F59700;
	color: #fff;
	padding: 4px 20px;
	font-weight: 600;
	font-size: 14px;
}
.name-insurance > a {
	display: flex;
	width: 100%;
	font-size: 16px;
	color: #000;
	margin: 0;
	font-weight: 400;
	align-items: center;
	height: 70px;
}
.name-insurance > a span{
	max-width:100px;
	margin-right: 10px;
}
.infor-insurance {
	display: block;
	background: #fff;
	padding: 15px;
}
.box-insurance {
	display: block;
	width: 100%;
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
	border-radius: 4px;
	overflow: hidden;
}
.box-insurance table.table-pay_insurance {
	border: 1px solid rgba(0, 165, 227, 0.13);
	margin-bottom: 15px;
	width: 100%;
	clear:both;
	border-collapse: collapse;
border-spacing: 0;
}
.box-insurance table tr {
	height: 30px;
	text-indent: 20px;
	font-size: 13px;
	color: #454545;
}
.box-insurance table tr:first-child td{
	border-bottom: 1px solid #807c7c;
}
.box-insurance table tr td {
	text-indent: 0px;
	text-align: center;
	font-size: 14px;
}
.txt-solution-insurance {
	font-size: 16px;
	color: #4E4E4E;
	float: left;
	width: 100%;
	font-weight: 400;
}
.solution-insurance ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0;
	height: 180px;
	overflow: hidden;
	clear: both;
}
.solution-insurance ul li {
    display:block;
	width: 100%;
	font-size: 14px;
	color: #7C7C7C;
	margin-bottom: 10px;
	text-indent: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position:relative;
	padding-left:20px;
}
.solution-insurance ul li::before {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: 2px;
	color: #7C7C7C;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.insurance_button_bot {
	text-align: center;
	display:flex;
	width:100%;
}
.insurance_button_bot span{
	width:50%;
	margin:0;
}
.insurance_button_bot span a{
	padding:10px 5px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	color:#fff;
	display: block;
	width:100%;
}
.insurance_button_bot span a:hover{
	background: #e6e5e5;
	color:#333;
}
.insurance_button_bot .btn_registration a{
	color: #fff;
	background-color: #FF9200;
}
.insurance_button_bot .btn_see_more a{
	color: #fff;
	background-color: #00A5E3;
}
/* --------------------------------------
=========================================
  Begin vay mua nha CSS
=========================================
-----------------------------------------*/
th {
	padding: 5px;
	color: #0276bf;
}
th:first-child, td:first-child {
	padding-left: 20px;
}
th:last-child, td:last-child {
	padding-right: 20px;
}
table.content_single {
	border: 1px solid #0276bf;
}
th.header_th {
	line-height: 30px;
	background: #6695cb85;
}
.content_single tr:nth-child(odd) {
	background-color: #eee;
}
.widget.block_widget .vtc_form__register span.close {
	display: none;
}
.widget.block_widget .vtc_form__register h2, .widget .widget-title span {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	background: #0276bf;
	color: white;
	line-height: 40px;
	display: block;
}
.widget.block_widget input.wpcf7-form-control.wpcf7-submit.vtc_form__submit {
	line-height: 20px;
	padding: 0;
	display: inline-block;
	font-size: 13px;
	width: 100%;
	background: #eee;
	border: none;
	color: red;
}
.widget .is-divider.small {
	display: none;
}

/* --------------------------------------
=========================================
  End vay mua nha CSS
=========================================
-----------------------------------------*/

/* --------------------------------------
=========================================
  Section-action Css
=========================================
-----------------------------------------*/
#accordion_advisory{
    background: #FFFFFF;
	padding: 0px;
}
.title-advisory {
	padding: 0px;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
#accordion_advisory .info-advisory {
	text-align: justify;
	display: table;
	position: relative;
	transition: .5s ease;
	width: 100%;
	height: auto;
	padding: 0px 10px;
}
#accordion_advisory .box-advisory {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
#accordion_advisory .info-advisory .details-advisory{
   display: table-cell;
   vertical-align: middle;
   width: 100%;
   height: 100%;
   text-align: center;
   padding: 10px 20px;
}
#accordion_advisory .name-advisory {
    display: block;
    font-size: 18px;
    color: #49A14F;
    font-family:Nunito;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
}
#accordion_advisory .excerpt-advisory{
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-family: Nunito;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
#accordion_advisory .panel {
	border: 0px;
	margin-top: 1px;
	padding: 20px;
	background: #fdfdfd;
}
#accordion_advisory .panel-default > .panel-heading{
    padding: 0px;
    border-radius: 0;
	overflow: hidden;
	color: #333;
background-color: transparent;
border-color: transparent;
}
#accordion_advisory .panel-title a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
	background: transparent;
	border-radius: 0;
	position: relative;
	padding-left: 45px;
}
#accordion_advisory .panel-title a:active::after,#accordion_advisory .panel-title a:focus::after{
    content: "\f068";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
#accordion_advisory .panel-title a::after {
	content: "\f067";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 10px;
	top: 8px;
	background: #2aace2;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 1px;
	text-align: center;
	font-size: 15px;
}
#accordion_advisory .panel-body{
	display: flex;
	padding: 30px 0px;
	padding-right: 10px;
	border: 0px;
}
.content-advisory ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0;
	overflow: hidden;
	clear: both;
}
.content-advisory ul li {
    display:block;
	width: 100%;
	margin-bottom: 10px;
	position:relative;
	padding-left:20px;
}
.content-advisory ul li::before {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: 2px;
	color: #7C7C7C;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/*---pagination--*/
.navigation.pagination {
	display: block;
	text-align: center;
}
.nav-links .page-numbers.current{
	color:#fff;
	background:#00b84b;
	border: solid 1px #00b84b;
}
.nav-links .page-numbers {
	padding: 4px;
	border-radius: 100%;
	color: #333;
	background: #fff;
	border: solid 1px #333;
	font-size: 16px;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 5px;
}
/*---related--*/
.related-insurance{
	padding:40px 0px;
}
.related-insurance .title-section {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
.related-insurance .title-section span {
	border-bottom: solid 2px #e42323;
	display: inline-block;
	padding-bottom: 10px;
}
.title-form-tv {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 12px;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: 600;
	padding-left: 20px;
}
.title-form-tv i.fa {
	margin-right: 10px;
	position: relative;
	-webkit-animation: mymove 1s infinite;
	animation: mymove 1s infinite;
	color: #00A5E3;
	font-size: 25px;
}
@-webkit-keyframes mymove{from{left:-15px}
to{left:8px}
}
@keyframes mymove{from{left:-15px}
to{left:8px}
}
input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], textarea {
	box-shadow:none;
}
.banner-taxonomy_posts {
	margin-bottom: 30px;
	padding: 80px 0 65px;
	position: relative;
	color: #ffffff;
	background-size: cover !important;
	background-position: center !important;
}
.banner-taxonomy_posts::before {
	content: "";
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.banner-taxonomy_posts .title-taxonomy_posts{
	font-size: 40px;
	color: #ffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}
.banner-taxonomy_posts .description-taxonomy_posts{
	position: relative;
	z-index: 1;
}
.page-taxonomy-archive .background-overlay{
	padding-top:40px;
}

.list-card-header {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}
.creditcontent_list .item_information .list-card-main {
	width: 100%;
}
.colums-card-interest {
	width: 20%;
}
.tit_interest{
	padding: 0 0 10px;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 2px solid rgba(0, 184, 75, 0.7);
	margin:20px 0px;
}
.interest-info {
	text-align: left;
}
.interest-info span {
	display: block;
	margin: 10px 0px;
}
.title-row-interest {
	display: block;
	font-weight: bold;
}
.card-brief-cont ul{
	display: block;
	list-style: none;
	padding: 0;
}
.interest-info span a{
	color: #00b84b;
}
.interest-info .btn-interest-register{
	border-width: 1px;
	padding: 10px;
	margin-top: 2px;
	color: #fff;
	border-radius: 4px;
	position: relative;
	background-color: rgba(0, 184, 75, 0.7);
	border-color: rgba(0, 184, 75, 0.7);
	display: inline-block;
	max-width: 175px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.interest-info .btn-interest-register:hover {
	background: #00b84b;
}
#ModalRegister .modal-dialog{
	top:15%;
}
#ModalRegister .modal-title {
	display: block;
	text-transform: uppercase;
	text-align:center;
}
#ModalRegister .modal-content .modal-header .close {
	position: absolute;
	right: -5px;
	top: -5px;
	color: #c81414;
	opacity: 1;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	min-height: auto;
	border: solid 1px #ddd;
}
.categories-insurance-list {
	border: solid 1px #00A5E3;
	padding: 15px 0px;
	margin: 0 !important;
	margin-bottom:30px !important;
}
.tit-cate-insurance{
	margin:0px;
	margin-top:30px;
}
.tit-cate-insurance a{
	background-color: #00A5E3;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 8px 85px 8px 0;
	font-size: 16px;
	text-indent: 8px;
	margin: 0;
	display: inline-block;
}
.tit-cate-insurance a > i{
	margin-right:10px;
	font-size: 20px;
}
.form_tinh__lai h2 {
	color: red;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.tit_interest{
		font-size:20px;
		line-height: 28px;
	}
	.list-card-header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.colums-card-interest {
		width: auto;
	}
	.colums-card-interest:first-child{
		width: 100%;
	}
	.colums-card-interest:last-child{
		width: 100%;
	}
	.interest_content_list{
		padding:15px;
	}
	.nav>li.html_topbar_left strong{
		font-size: 14px;
	}
}
@media (max-width:600px){
	.box-charge-payment .list .col-6.input-fix {
		width: 100%;
	}
	.form_tinh__lai h2 {
		 font-size: 18px;
		margin-bottom: 20px;
	}
	.form_tinh__lai li:first-child {
		margin-bottom: 0;
	}
	.lh_visabox__items .item_top {
		text-align: center;
		border-bottom: 1px solid rgba(0, 159, 65, 0.3);
		padding: 15px 0;
		font-size: 14px;
		color: #000000;
		height: 80px;
	}
	.lh_visabox__items h2 {
		text-align: center;
	}
	.lh_visabox__items .lh_img {
		width: 100%;
		text-align: center;
	}
	.lh_visabox__items .lh_content {
		width: 100%;
		border-top: 1px solid #b2e2c5;
		border-bottom: 1px solid #b2e2c5;
	}
	.lh_visabox__items .lh_btn {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}