/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --animate-delay: 1.2s;
}

body {
	font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400 !important;
}
.header .header-wrapper .header-inner {
	max-width:1366px!important;
}
.container {
	max-width: 1200px !important;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.logo {
	display: flex;
	align-items: center;
	position: relative;
}

.logo a {
	font-size: 13px;
	font-weight: 400 !important;
}

.nav > li > a  {
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 16px;
	font-weight: 400 !important;
	position: relative;
}

.nav > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: transparent;
	transition: all .3s ease-in-out;
}

.nav > li > a:hover::after {
	background: #fff;
	width: 100%;
}

.header-button  {
	display: none;
}

.header-main {
	height: 70px !important;
}
.header-inner  .logo{
	display:none;
}
.stuck .header-main .nav > li > a  {
	line-height: unset !important;
}
section {
	padding: 70px 0;
}
.about {
	position:relative;
}
.about-img{
	position: relative;
	z-index: 3;
}
.about-content {
	position: relative;
	z-index: 3;
}

.page-title {
	color: #00425a;
    font-size: 32px;
    border-bottom: 1.5px solid #00425a;
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 5px;
	width: max-content;
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 500 !important;
	--animate-duration: 1.5s;
	--animate-delay: 1.5s;
}

.about-content .about-desc {
	--animate-duration: 1.9s;
	--animate-delay: 1.9s;
}

.about-content .about-desc p {
	font-weight: 300 !important;
    color: #2e2e2e;
    font-size: 16px;
    line-height: 1.2;
	font-family: 'Josefin Sans', sans-serif !important;
}

.about-content p:nth-child(2),
.about-content h3 p:first-child{
	margin-bottom: 0;
}

.about-content h3 {
	font-size: 19px !important;
	font-weight: 700 !important;
	color: #00425a !important;
	font-family: 'Josefin Sans', sans-serif !important;
}

.about-content h3 {
	--animate-duration: 1.7s;
	--animate-delay: 1.7s;
}

.about-img {
	--animate-duration: 1.9s;
	--animate-delay: 1.9s;
}

.about-img-bottom {
	--animate-repeat: 2;
	width: 30%;
	margin: 0 auto;
}

.about-btn a {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 0;
    color: #00425a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
	font-weight: 700 !important;
	margin-top: 30px;
	
}

.about-btn a:hover {
	transform: scale(1.05);
}

.about-btn {
	--animate-duration: 2.1s;
	--animate-delay: 2.1s;
}

.about-btn a:after {
	content: "";
	position: absolute;
	background: url('http://bds164.maxweb.com.vn/wp-content/uploads/2021/06/arrow.png') no-repeat center/cover;
	right: 5px;
    width: 36px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%)
}

.waves {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	z-index: 2;
}

.waves .wave1, .waves .wave-white-1, .waves .wave-white-2, .waves .wave-white-3, .waves .wave-white-4, .waves .wave-white-5,
.waves .wave2,
.waves .wave3,
.waves .wave4,
.waves .wave5{
	background: url(/wp-content/uploads/2021/07/wave-line-blue.png) 0 0 repeat-x;
	    height: 30px;
    width: 100%;
    z-index: 12;
    margin: 15px 0 0;
	opacity: .3;
}

.waves-white .wave1,
.waves-white .wave2,
.waves-white .wave3,
.waves-white .wave4,
.waves-white .wave5{
	background: url(/wp-content/uploads/2021/07/wave-line-white.png) 0 0 repeat-x;
}
.waves .wave-white-1,
.waves .wave-white-2,
.waves .wave-white-3,
.waves .wave-white-4,
.waves .wave-white-5{
	background: url(/wp-content/uploads/2021/07/wave-line-white.png) 0 0 repeat-x;
}
.wave1, .wave-white-1{
	-webkit-animation:wave-animation 8.7s infinite linear;
	-moz-animation:wave-animation 8.7s infinite linear;
	-o-animation:wave-animation 8.7s infinite linear;
	animation:wave-animation 8.7s infinite linear
}

.wave2, .wave-white-2{
	-webkit-animation:wave-animation 6.3s infinite linear;
	-moz-animation:wave-animation 6.3s infinite linear;
	-o-animation:wave-animation 6.3s infinite linear;
	animation:wave-animation 6.3s infinite linear
}

.wave3, .wave-white-3{
	-webkit-animation:wave-animation 4.3s infinite linear;
	-moz-animation:wave-animation 4.3s infinite linear;
	-o-animation:wave-animation 4.3s infinite linear;
	animation:wave-animation 4.3s infinite linear
}

.wave4, .wave-white-4{
	-webkit-animation:wave-animation 12.3s infinite linear;
	-moz-animation:wave-animation 12.3s infinite linear;
	-o-animation:wave-animation 12.3s infinite linear;
	animation:wave-animation 12.3s infinite linear
}

.wave5, .wave-white-5{
	-webkit-animation:wave-animation 9.3s infinite linear;
	-moz-animation:wave-animation 9.3s infinite linear;
	-o-animation:wave-animation 9.3s infinite linear;
	animation:wave-animation 9.3s infinite linear
}


@keyframes wave-animation{
	0%{background-position:0 0}
	100%{background-position:1448px 0}
}
.section-2 {
	background: #00425a;
}

.section-2-item {
	width: calc(20% - 20px);
	margin-left: 20px;
	border: 1px solid #fff;
}

.section-2-img img {
	display: block;
	width: 100%;
}

.section {
	padding-top: 0 !important;
	padding-bottom: 0!important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #000 !important;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: transparent !important;
    border: 1px solid #000 !important;
}

.section-2-heading {
    width: 50% !important;
    margin: 0 auto;
	text-align: center;
}

.section-2-heading h2 {
	color: #fff;
	border-bottom: 1.5px solid #fff;
}

.section-2-heading p,
.section-2-img-content p{
	font-weight: 300 !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif !important;
}

.section-2-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	position: relative;
	z-index: 4;
}

.section-2-img {
	position: relative;
}

.section-2-img-content {
	position: absolute;
	bottom: 0;
	padding: 15px 20px;
}

.section-2-img-content h3 {
	font-size: 60px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif !important;
	margin-bottom: 0;
}

.section-2-img-content p {
	margin-bottom: 0;
}

.section-2-wrap .about-btn {
	display: flex;
    align-items: center;
    justify-content: center;
}

.section-2-wrap .about-btn a {
	color: #fff;
}

.section-2-wrap .about-btn a:after {
	background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://kycogateway.com.vn/wp-content/themes/hd/assets/css/../images/icons/arrow-right-white-long.png) no-repeat center/cover;
}

.news {
	background: #00425a;
}

.news-wrap {
	position: relative;
	z-index: 4;
}

.news-heading {
	text-align: center;
}

.news-heading h2 {
	color: #fff;
	font-size: 32px;
	border-color: #fff;
}

.news-title h4 {
	font-size: 19px;
	color: white;
	border-color: transparent;
	transition: all .3s ease-in-out;
}

.news-title {
	text-align: center;
	cursor: pointer;
}

.news-title h4:hover,
.news-title .page-title.active {
	border-color: #fff;
}

.news-img img {
	height: 200px;
	width: 100%;
}

.news-content {
	background: #fff;
	padding: 20px;
}

.news-content P {
	color: #2e2e2e;
	font-size: 15px;
    font-family: 'Josefin Sans', sans-serif !important;
}
.btn-form-popup{
	    display: flex;
    align-items: center;
}
.form-button-box a span {
    width: 18%;
}
.form-button-box a label {
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
}
.header-nav.nav-left{
	    justify-content: space-evenly;
}
/*Nhan-thong-du-an*/
.information{
	    background: url(/wp-content/uploads/2021/07/bg-footer.jpg) top center no-repeat;
    background-size: cover;
    padding: 0;
}
.information  .about-information h3{
	font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}
.about-information, .about-photo-project{
	padding:0;
	background-color:#00425a;
	z-index:999;
}
.row-width{
	width:90%!important;
}
.about-information{
	padding:40px 30px;
}
.about-information .wpcf7-form .wpcf7-text, .about-information .wpcf7-form .wpcf7-textarea{
	    height: 38px;
	background-color:transparent;
	color:#fff!important;
	font-weight:500;
	margin-bottom: 10px;
}
.about-information .wpcf7-form p label,.wpcf7 .wpcf7-form-control-wrap{
	margin-bottom:0;
}
.about-information .wpcf7-form .wpcf7-text::placeholder, .about-information .wpcf7-form .wpcf7-textarea::placeholder{
	color:#fff;
	font-weight:500;
}
.wpcf7-text:focus, .wpcf7-textarea:focus{
	box-shadow:none!important;
}
.about-information .wpcf7-form .wpcf7-submit{
	    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 250px;
    padding: 0 50px;
    background: #fff;
    color: #00425a;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin:0;
}
.about-information .wpcf7-form .button-send{
	text-align:center;
	margin-top: 30px;
}
.pd-bt-0{
	padding-bottom:0;
}
.about-btn-white{
	text-align:center;
	margin-bottom:0;
}
.about-btn-white a{
	display: inline-block;
    line-height: 40px;
    padding: 0 70px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    font-weight: 700 !important;
}

.about-btn-white a:after{
	content: "";
    position: absolute;
    background: url(/wp-content/uploads/2021/07/arrow-right-white-long.png) no-repeat center/cover;
    right: 5px;
    width: 36px;
    height: 11px;
    top: 50%;
    transform: translateY(-50%);
}
.information .fp-tableCell{
	vertical-align:baseline;
}