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

:root {
    --theme-color: #0098db;
	--theme-color2: #215bac;
}
.home .header-main {
	background-color: white;
}
.home .header-main .header-nav a {
	color: black;
}
.header-main .button {
	background-color: var(--theme-color);;
	border-radius: 10px!important;
}
.header-main .button span {
	color: white;
}
.header-main .button {
	animation-name: animation-ha;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes animation-ha {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.home .header-main .header-nav .current-menu-item a {
	color: var(--theme-color);
}
.home-sec1 {
	padding-bottom: 0!important;
}
.home-sec1 .row-conso .conso {
	margin-bottom: 15px;
}
.home-sec1 .row-conso .conso p {
	font-weight: bold;
	line-height: 1.2;
    max-width: 100%;
    width: 200px;
    height: 200px;
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    font-size: 50px;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
}
.home-sec1 .row-conso .tenconso p {
	color: white;
	font-weight: 600;
	margin-bottom: 0;
}
.home-sec2 h1,
.home-sec4 h1{
	color: var(--theme-color);
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.home-sec2 .col {
	padding-bottom: 0;
}
.home-sec2 p {
	margin-bottom: 0;
}
.home-sec3 {
	background-color: var(--theme-color2);
}
.home-sec3 .title-form p {
	font-size: 40px;
	text-transform: uppercase;
	color: white;
    margin-bottom: 10px;
    font-weight: 600;
}
.home-sec3 .form-row {
	display: flex;
    justify-content: space-between;
}
.home-sec3 .form-left {
	width: 48%;
}
.home-sec3 .form-right {
	width: 48%;
}
.home-sec3 .form-row input {
	background-color: var(--theme-color2)!important;
    border-radius: 5px;
	color: white!important;
}
.home-sec3 .form-row input::placeholder {
	color: white;
}
.home-sec3 .form-row-area textarea {
	background-color: var(--theme-color2)!important;
    border-radius: 5px;
	color: white!important;
}
.home-sec3 .form-row-area textarea::placeholder {
	color: white;
}
.home-sec3 .label-ha {
	color: white;
	margin-bottom: 5px;
	text-align: left;
}
.home-sec3 .form-submit {
	display: flex;
    justify-content: center;
}
.home-sec3 .form-submit .wpcf7-submit {
	margin-right: 0;
    width: 50%;
	background-color: var(--theme-color);
	border-radius: 5px;
}
.home-sec3 .col {
	padding-bottom: 0;
}
.home-sec3 .wpcf7-form {
	margin-bottom: 0;
}
.home-sec3 {
	padding-bottom: 0!important;
}
.footer-sec .title-footer p {
	font-size: 25px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
.footer-sec .col2 i {
	margin-right: 10px;
}
.footer-sec {
	border-top: 1px solid black;
}
#footer .absolute-footer {
	display: none;
}
.lh-sec1 .text-ab {
	margin-top: -9%;
    min-width: 570px;
    max-width: 570px;
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 3.5px 6px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.lh-sec1 .text-ab h1 {
	font-size: 35px;
	color: var(--theme-color);
	text-transform: uppercase;
}
.lh-sec1 {
	padding-bottom: 80px!important;
}
.lh-sec2 .title-form p {
	font-size: 40px;
	text-transform: uppercase;
	color: white;
    margin-bottom: 10px;
    font-weight: 600;
}
.lh-sec2 .form-row {
	display: flex;
    justify-content: space-between;
}
.lh-sec2 .form-left {
	width: 48%;
}
.lh-sec2 .form-right {
	width: 48%;
}
.lh-sec2 .form-row input {
    border-radius: 5px;
}
/* .lh-sec2 .form-row input::placeholder {
	color: white;
} */
.lh-sec2 .form-row-area textarea {
/* 	background-color: var(--theme-color2)!important; */
    border-radius: 5px;
/* 	color: white!important; */
}
/* .lh-sec2 .form-row-area textarea::placeholder {
	color: white;
} */
.lh-sec2 .label-ha {
/* 	color: white; */
	margin-bottom: 5px;
	text-align: left;
}
.lh-sec2 .form-submit {
	display: flex;
    justify-content: center;
}
.lh-sec2 .form-submit .wpcf7-submit {
	margin-right: 0;
    width: 50%;
	background-color: var(--theme-color);
	border-radius: 5px;
	left: 50%;
    transform: translateX(-50%);
}
.lh-sec2 .col1 .lhif i {
	margin-right: 10px;
}
.lh-sec2 .col1 .title-lh p {
	font-size: 20px;
}
.lh-sec2 .col1, .lh-sec2 .col2, .lh-sec2 .col3 {
	padding-bottom: 0;
}
.wpcf7 .invalid .wpcf7-response-output {
	display: none;
}
.wpcf7 .invalid .form-submit:before {
	display: none;
}
.wpcf7 .invalid .wpcf7-not-valid-tip {
	font-size: 13px;
	background-color: unset;
}
.wpcf7 .invalid .wpcf7-not-valid-tip:after {
	display: none;
}
.wpcf7 .failed .wpcf7-response-output {
	display: none;
}
.wpcf7 .failed .form-submit:before {
	display: none;
}
.wpcf7 .failed .wpcf7-not-valid-tip {
	font-size: 13px;
	background-color: unset;
}
.wpcf7 .failed .wpcf7-not-valid-tip:after {
	display: none;
}
.wpcf7 .sent .form-submit:before {
	display: none;
}
.home-sec3 .wpcf7 .sent .wpcf7-response-output {
	color: white;
}
.home-sec3 .wpcf7 .failed .wpcf7-not-valid-tip {
	background-color: #f1f1f1!important;
	text-align: left;
}
.home-sec3 .invalid .wpcf7-not-valid-tip {
	background-color: #f1f1f1!important;
	text-align: left;
}
.gt-sec2 h3 {
	font-size: 35px;
    color: var(--theme-color);
	margin-bottom: 0;
}
.gt-sec2 {
	padding-bottom: 0!important;
}
.gt-sec2 .divider {
	background-color: var(--theme-color);
}
.gt-sec3 {
	padding-bottom: 0!important;
}
.gt-sec3 h3 {
	font-size: 35px;
}
.gt-sec3 h3, .gt-sec3 p {
	color: white;
}
.gt-sec4 {
	padding-top: 60px!important;
}
.gt-sec4 h3 {
	margin-bottom: 0;
	font-size: 35px;
}
.gt-sec4 h3 span {
	color: var(--theme-color);
}
.gt-sec4 .divider {
	background-color: var(--theme-color);
}
.gt-sec4 .button {
	background-color: var(--theme-color);
}

/* .gt-sec2 .row1 .col1 h4 {
	font-size: 20px;
	color: var(--theme-color);
	text-transform: uppercase;
}
.gt-sec2 .row1 .col1 p {
	text-align: justify;
}
.gt-sec2 .col-mota p {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
}
.gt-sec2 .col-mota-ns .title-ns p {
	font-size: 35px;
	color: var(--theme-color);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
} */

.td-sec1 {
	padding-bottom: 0!important;
}
.td-sec2 {
	padding-bottom: 0!important;
}
.td-sec2 .text-td p {
	font-size: 35px;
	color: var(--theme-color);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.td-sec2 .row1 {
	margin-bottom: 30px;
}
.td-sec2 .row-bg {
	background-color: #EDEDED;
}
.td-sec2 .row-bg .col2 {
	padding: 30px !important;
}
.td-sec2 .row-bg .col2 p {
	text-align: justify;
}
.td-sec3 {
	padding-top: 0!important;
}
.td-sec3 .text-td p {
	font-size: 35px;
	color: var(--theme-color);
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.td-sec3 .tab-ha .tab {
	border-top: none;
	margin: 5px 0 5px 0;
}
.td-sec3 .tab-ha .tab a {
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.td-sec3 .tab-ha .tab.active a:after {
	content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-left: 5px solid var(--theme-color);
    border-bottom: 5px solid transparent;
    right: -5px;
}
.td-sec3 .tab-ha .tab.active a {
	background-color: var(--theme-color);
	color: white;
	position: relative;
}
.td-sec3 .tab-ha .tab-panels {
	margin-left: 30px;
}

.txt-link-contact{
	color: var(--theme-color);
	text-decoration: underline;
}
@media only screen and (max-width: 48em) {
	.lh-sec1 {
		padding-bottom: 0!important;
	}
	.lh-sec1 .text-ab {
		position: relative;
		min-width: 290px;
		transform: unset;
		left: unset;
	}
	.lh-sec1 .text-ab h1 {
		font-size: 25px;
	}
	.td-sec3 .tab-ha .tab.active a:after {
		display: none;
	}
}

/*ẩn ta, divider, meta và comment trong single post*/
.single-post .entry-category{
	display: none;
}

/* .single-post .entry-header .entry-divider{
	display: none;
}

.single-post .entry-header .entry-meta{
	display: none;
} */

.single-post #comments{
	display: none;
}

/* flex - center */
.double-img-center{
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}