/*
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.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face{
  font-family: "SVN-Unthrift";
  src:url(font/SVN-Unthrift.otf);
}
body{
	font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif !important;
}
.top-divider{
	display: none;
}
.chan_trang{
	background: #014d7c !important;
	padding: 60px 0 40px 0 !important;
}
.chan_trang .large-6{
	padding-bottom: 0 !important;
}
.chan_trang .widgettitle{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.chan_trang img{
	width: auto !important;
	margin-bottom: 20px;
}
.chan_trang p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chan_trang p i{
	width: 20px;
	text-align: center;
}

#masthead .header-inner:before{
	position: absolute;
	top: 0;
	left: -1000px;
	width: 1000px;
	height: 82px;
	content: "";
	background: #0065A3;
	z-index: 9;
}
#masthead .header-inner:after{
	position: absolute;
	top: 0;
	right: -1000px;
	width: 1000px;
	height: 82px;
	content: "";
	background: linear-gradient(180deg, #FDB719 0%, #DE8720 100%);
	z-index: 9;
}
#masthead .header-nav > li{
	margin: 0 !important;
}
#masthead .header-nav > li > a{
	font-size: 15px;
	line-height: 82px;
	color: #fff;
	padding: 0 10px !important;
}
#masthead #logo{
	margin: 0 !important;
	line-height: 82px;
	background: #fff;
	height: 82px;
	position: relative;
	margin-right: 70px !important;
}
#masthead #logo a{
	display: block;
	position: relative;
	height: 82px;
	padding: 14px 0;
}
#masthead #logo a:before{
	position: absolute;
	content: "";
	background: url(img/v1.png);
	width: 66px;
	height: 82px;
	left: -55px;
	top: 0;
	z-index: 9;
}
#masthead #logo a:after{
	position: absolute;
    content: "";
    background: url(img/v1.png);
    width: 66px;
    height: 82px;
    right: -55px;
    top: 0;
    z-index: 99;
}
#masthead #logo:before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 82px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 60px solid #fff;
    left: -60px;
    top: 0;
    z-index: 9;
}
#masthead #logo:after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 82px solid transparent;
    border-left: 60px solid #fff;
    right: -60px;
    top: 0;
    z-index: 9;
}
#masthead .flex-right{
	height: 82px;
	background: linear-gradient(180deg, #FDB719 0%, #DE8720 100%);
}
.html1{
	background: url(img/hl.png) 9px 17px no-repeat;
	padding: 17px 0;
	padding-left: 65px;
	position: relative;
}
.html1:before{
	background: url(img/af2.png);
	position: absolute;
	content: "";
	width: 48px;
	height: 82px;
	top: 0;
	left: -48px;
	z-index: 9;
}
.html1 p{
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}
.html1 a{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
}
.header-nav > li:after{
	top: 66px;
}
.header-nav > li .nav-dropdown{
	width: 100%;
	display: none;
    transform: translateY(20px);
    transition: all 0.8s ease 0s;
}
.header-nav > li:hover .nav-dropdown{
    display: block;
    transform: translateY(0px);
}
.header-nav > li .nav-dropdown > li{
	display: block;
	width: 100%;
	position: relative;
}
.header-nav > li .nav-dropdown li{
	white-space: unset !important;
}
.header-nav > li .nav-dropdown > li a{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top:1px solid #fff;
    margin: 0 !important;
    padding-left: 10px;
}
.header-nav > li .nav-dropdown > li a:hover{
	color: yellow;
}
.header-nav > li .nav-dropdown li ul{
	position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul{
	opacity: 1;
	z-index: 9999;
}
.header-nav > li .nav-dropdown li ul li{
	margin-top: 0 !important;
	position: relative;
}
.nav-dropdown-default {
    padding: 0;
    background: #0065A3;
    top: 82px;
    border: 0;
    left: 0 !important;
}
.rt02{
	padding: 60px 0 10px 0 !important;
}
.rt02 .nav-simple{
	display: block;
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	margin-bottom: 25px;
	overflow: hidden;
}
.rt02 .nav-simple > li{
	display: block;
	width: 20%;
	float: left;
	margin: 0;
	text-align: center;
	height: 118px;
	border-right: 1px solid #E5E5E5;
	background: url(img/g1.png) center 30px no-repeat #F8F8F8;
}
.rt02 .nav-simple > li.active{
	background: url(img/g1.png) center 30px no-repeat #fff;
}
.rt02 .nav-simple > li:nth-child(2){
	background: url(img/g2.png) center 25px no-repeat #F8F8F8;
}
.rt02 .nav-simple > li.active:nth-child(2){
	background: url(img/g2.png) center 25px no-repeat #fff;
}
.rt02 .nav-simple > li:nth-child(3){
	background: url(img/g3.png) center 30px no-repeat #F8F8F8;
}
.rt02 .nav-simple > li.active:nth-child(3){
	background: url(img/g3.png) center 30px no-repeat #fff;
}
.rt02 .nav-simple > li:nth-child(4){
	background: url(img/g4.png) center 30px no-repeat #F8F8F8;
}
.rt02 .nav-simple > li.active:nth-child(4){
	background: url(img/g4.png) center 30px no-repeat #fff;
}
.rt02 .nav-simple > li:nth-child(5){
	background: url(img/g5.png) center 48px no-repeat #F8F8F8;
}
.rt02 .nav-simple > li.active:nth-child(5){
	background: url(img/g5.png) center 48px no-repeat #fff;
}
.rt02 .nav-simple > li.active span{
	color: #0065A3;
}
.rt02 .nav-simple > li a{
	display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    padding: 0;
    height: 100%;
}
.rt02 .nav-simple > li a span{
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	line-height: 23px;
	color: #444444;
	text-transform: initial;
}
.rt02 .nav-simple > li:last-child{
	border-right: none;
}
.rt02 .large-4{
	max-width: 35%;
    flex-basis: 35%;
}
.rt02 .large-4 p{
	font-size: 17px;
	line-height: 25px;
	color: #444444;
	margin-bottom: 8px;
}
.rt02 .large-4 h2{
	font-size: 24px;
	line-height: 32px;
	color: #444444;
}
.rt02 .large-8{
	max-width: 65%;
    flex-basis: 65%;
}
.rt02 .large-8 p{
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	margin-bottom: 0;
}
.form_vay_tien{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
}
.form_vay_tien .left{
	width: 48%;
	float: left;
}
.form_vay_tien .right{
	width: 48%;
	float: right;
}
.form_vay_tien input,.form_vay_tien select{
	width: 100%;
	height: 40px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: unset !important;
}
.form_vay_tien .wpcf7-submit{
	background: linear-gradient(180deg, #FDB719 0%, #FF7246 100%) !important;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.form_vay_tien .left p{
	font-size: 14px;
	font-style: italic;
}
.form_vay_tien .left p span{
	color: #FF0000;
}
.section-title-normal{
	display: block;
	width: 100%;
	border-bottom: none;
	background: url(img/bt1.png) bottom center no-repeat;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.section-title-normal span{
	border-bottom: none;
	margin: 0;
	display: block;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: 500;
	color: #333333;
}
.rt03{
	background: linear-gradient(90deg, #014D7C 0%, #318BC2 105.5%) !important;
	padding: 60px 0 !important;
}
.rt03 .section-title-normal{
	background: url(img/bt2.png) bottom center no-repeat;
}
.rt03 .section-title-normal span{
	color: #fff;
}
.rt03 .box .box-image{
	text-align: center;
    height: 77px;
    line-height: 77px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.rt03 .box .box-image img{
	width: auto !important;
	margin: 0 auto;
	max-height: 77px;
}
.rt03 .box .box-text{
	padding: 10px 0 0 0;
}
.rt03 .box .box-text p{
	font-size: 15px;
	line-height: 23px;
	color: #fff;
}
.rt04{
	background: linear-gradient(180deg, #FDB719 0%, #FF7246 100%);
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0 auto !important;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
.rt04 .box .box-image{
	width: 60px !important;
	float: left;
	text-align: center;
	line-height: 45px;
}
.rt04 .box .box-image img{
	width: auto !important;
}
.rt04 .box .box-text{
	width: calc(100% - 65px) !important;
	float: right;
	text-align: left;
	padding: 0;
}
.rt04 .box .box-text p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.rt04 .large-3{
	padding: 20px 10px 20px 20px !important;
	height: 84px;
    border-right: 1px solid #FFFFFF;
}
.absolute-footer{
	display: none;
}
.rt05 .box{
	/*background: rgba(0, 0, 0, 0.05);
	border-radius: 10px;*/
	overflow: hidden;
	text-align: center;
}
.rt05 .box-image{
	width: 100%;
	height: 250px;
}
.rt05 .box-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.rt05 .slick-list{
	padding-top: 40px !important;
}
.rt05 .slick-center{
	position: relative;
	/*top: -40px;
	margin-bottom: -40px;*/
}
.rt05 .slick-center .box-image{
	/*height: 445px;*/
}
.rt05 .slick-center .box-image img{
	width: 100%;
	/*height: 445px;
	object-fit: cover;*/
}
.rt05 .slick-prev{
	position: absolute;
	top: 40%;
	left: -5px;
	z-index: 9;
	width: 40px;
	height: 40px;
	min-width: 40px;
	max-width: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.rt05 .slick-next{
	position: absolute;
	top: 40%;
	right: -5px;
	left: unset;
	z-index: 9;
	height: 40px;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}
.rt05 .box-text{
	padding: 10px !important;
	text-align: center;
}
.rt05 .box-text p{
	font-size: 16px;
	line-height: 26px;
	display: block;
	color: #444444;
	margin-bottom: 0 !important;
}
.rt06{
	background: url(img/ykhk.png) #f2f3f5 !important;
	background-size: cover !important;
	padding: 60px 0 20px 0 !important;
}
.rt06 .col-inner .box:nth-child(1) .box-image{
	display: none;
}
.rt06 .col-inner .box:nth-child(1) .box-text{
	background: #fff;
	border-radius: 10px;
	padding: 25px !important;
	position: relative;
	margin-bottom: 30px;
}
.rt06 .col-inner .box:nth-child(1) .box-text:after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: 0 auto;
}
.rt06 .col-inner .box:nth-child(1) .box-text h2{
	font-size: 18px;
	line-height: 26px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 8px;
}
.rt06 .col-inner .box:nth-child(1) .box-text p{
	font-size: 15px;
	line-height: 23px;
	color: #444;
	margin-bottom: 0;
}
.rt06 .col-inner .box .box-image img{
	width: auto !important;
	display: block;
	margin: 0 auto;
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 50%;
}
.rt06 .slick-slide{
	display: none !important;
}
.rt06 .large-3{
	display: block !important; 
}
.rt07{
	padding: 60px 0 40px 0 !important;
}
.rt07 h3.section-title{
	margin-bottom: 30px;
}
.rt07 img{
	width: auto !important;
	margin-bottom: 15px;
}
.rt07 .button{
	margin: 0 auto !important;
	max-width: 235px;
	display: block;
	height: 40px;
	padding: 0 !important;
	text-align: center;
	line-height: 40px;
	min-height: 40px;
	color: #fff;
	background: linear-gradient(180deg, #FDB719 0%, #FF7246 100%) !important;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 500;
}
.rt07 .accordion{
	background: #FFFFFF;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.rt07 .accordion .toggle{
	left: unset;
    right: 0;
    width: 30px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 4px;
    opacity: 1;
    margin: 0;
    top: 10px;
    max-height: 30px;
    min-height: 30px;
    color: #444444;
    font-size: 14px;
}
.rt07 .accordion .accordion-title{
	padding-left: 20px;
}
.rt07 .accordion .accordion-title:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(0, 101, 163, 0.7);
	border-radius: 50%;
	top: 23px;
	left: 0;
	z-index: 9;
}
.rt07 .accordion .accordion-inner{
	background: rgba(0, 101, 163, 0.9);
	border-radius: 10px;
	padding: 20px;
	color: #fff;
}
.rt07 .accordion .active{
	border-top: 1px solid #ddd !important;
	background: unset !important;
	color: #444444;
	font-weight: 500;
}
.rt07 .accordion .accordion-item:nth-child(1) .accordion-title{
	border: none !important;
}
.rt031{
	background: #F8F8F8 !important;
}
.rt031 .section-title-normal span{
	color: #333333 !important;
}
.rt031 .section-title-normal{
	background: url(img/bt1.png) bottom center no-repeat !important;
}
.rt031 .box .box-text p{
	color: #333333 !important;
}
.rt08{
	padding: 30px 0 0px 0 !important;
}
.rt08 img{
	width: auto !important;
}
.rt08 h2{
	font-size: 28px;
	line-height: 30px;
	color: #333333;
}
.rt08 p{
	font-size: 15px;
	line-height: 23px;
	color:#444444;
	margin-bottom: 10px;
}
.rt08 .col-inner ul{
	border-left: 3px solid #0065A3;
	padding-left: 15px;
	margin: 15px 0 20px 0;
}
.rt08 .col-inner ul li{
	list-style: none;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #444444;
}
.rt08 .col-inner ul li:last-child{
	margin-bottom: 0;
}
.rt08 .button{
	background: linear-gradient(180deg, #FDB719 0%, #FF7246 100%) !important;
	width: 100% !important;
	margin-top: 15px !important;
}
.rt09{
	padding: 0 0 30px 0 !important;
}
.rt09 .slick-slide {
    display: none !important;
}
.rt09 .large-3{
	display: block !important;
}
.slide_dv  .slick-prev {
    position: absolute;
    top: 40%;
    left: -5px;
    z-index: 9;
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.slide_dv  .slick-next {
    position: absolute;
    top: 40%;
    right: -5px;
    z-index: 9;
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.slide_dv .box{
	box-shadow: 1px 4px 10px rgb(0 0 0 / 10%);
}
.slide_dv .box-image{
	width: 100%;
	height: 197px;
}
.slide_dv .box-image img{
	width: 100%;
	height: 197px;
	object-fit: cover;
}
.slide_dv .box-text{
	padding: 14px !important;
}
.slide_dv .box-text p{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0;
	color: #333333;
}
/*mobile*/
@media (max-width: 1550px){
	#masthead .header-inner{
		max-width: 1250px;
	}
	#masthead .header-nav > li > a{
		font-size: 14px;
		padding: 0 5px !important; 
	}
}
@media (max-width: 1024px){
	#masthead .header-inner{
		max-width: 100%;
	}
	#masthead .flex-right{
		display: none;
	}
	#masthead .header-inner{
		max-width: 100%;
	}
	#masthead #logo{
		padding-left: 55px;
	}
	#masthead .header-nav > li > a{
		font-size: 13px;
	}
	#masthead #logo a{
		padding: 20px 0;
	}
}
@media (max-width: 812px) {
	#masthead #logo{
		padding-left: 0;
		margin: 0 auto !important;
		display: block;
	}
	#masthead .header-inner{
		display: block;
	}
	#masthead .header-inner .mobile-nav{
		position: absolute;
		top: 18px;
		left: 20px;
		z-index: 9;
		color: #fff;
		max-width: 60px;
	}
	#masthead .header-inner .mobile-nav i{
		color: #fff;
	}
	.rt04 .large-3{
		height: 130px;
	}
	.rt08 .button{
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#masthead #logo a:before{
		display: none;
	}
	#masthead #logo a:after{
		display: none;
	}
	#masthead #logo a{
		padding: 14px 0;
	}
	#wide-nav{
		background: #0065A3 !important;
	}
	#masthead .header-inner{
		background: #fff !important;
	}
	#masthead .header-inner:before{
		display: none;
	}
	#masthead .header-inner .mobile-nav i{
		color: #0065A3 !important;
	}
	#masthead .header-inner .mobile-nav{
		left: 10px;
	}
	.rt01 img{
		width: 100%;
		height: 175px;
		object-fit: cover;
	}
	.rt02{
		padding: 30px 0 10px 0 !important;
	}
	.section-title-normal span{
		font-size: 22px;
	}
	.rt02 .nav-simple > li a span{
		font-size: 11px;
	}
	.rt02 .large-4{
		max-width: 100%;
    	flex-basis: 100%;
    	padding-bottom: 15px !important;
	}
	.rt02 .large-8{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.rt02 .nav-simple{
		margin-bottom: 15px;
	}
	.rt02 .large-4 h2,.rt02 .large-4 h2 span{
		font-size: 16px !important;
		line-height: 26px;
	}
	.form_vay_tien input, .form_vay_tien select{
		font-size: 13px;
	}
	.rt02 .large-12{
		padding-bottom: 0 !important;
	}
	.rt03{
		padding: 30px 0 0 0 !important;
	}
	.rt03 .large-3{
		max-width: 50%;
	    flex-basis: 50%;
	}
	.rt03 .large-12{
		padding-bottom: 0 !important;
	}
	.rt04{
		top: 0;
		margin-bottom: 0;
	}
	.rt05{
		padding-bottom: 0 !important;
	}
	.rt06{
		padding: 30px 0 0px 0 !important;
	}
	.chan_trang li{
		margin-left: 0 !important;
	}
	.chan_trang .large-6{
		margin-bottom: 15px !important;
	}
	.rt08 h2{
		font-size: 20px;
	}
	.rt08 .large-6 .row .large-6{
		max-width: 50%;
	    flex-basis: 50%;
	}
}	