/*
Theme Name: Tago Design
Theme URI: https://tagodesign.vn
Author: Phạm Nhật Thắng & Thắng Nguyễn - Kmar Media
Author URI: https://www.kmarmedia.com
Description: Thiết kế website bởi Kmarmedia
Version: 1.5
*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	font-size: 1rem;
}
#wpadminbar {
	position: fixed !important;
}
.row-small {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}
.col-small {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.containerN {
	width: calc(100% - 156px);
	margin: 0 auto;
}
.containerN .col-lg-3 {
	padding-right: 7px;
	padding-left: 7px;
}
@media(max-width: 1366px) {
	.containerN {
		width: calc(100% - 60px)
	}
}
@media (max-width: 767px) {
	html {
		font-size: 0.825rem;
	}
	.containerN {
		width: calc(100% - 20px);
	}
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
	[class^="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Encode Sans Semi Expanded', sans-serif;;
	font-size: 0.9rem;
	color: #212529;
	overflow-x: hidden;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	/*margin: 0 auto;*/
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #ec8536;
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
b, strong {
	font-weight: 500;
}
h1, .h1 {
	font-size: 2.5rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
h2, .h2 {
	font-size: 2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h3, .h3 {
	font-size: 1.55rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
h4, .h4 {
	font-size: 1.2rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
h5, .h5 {
	font-size: 0.85rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
small, .small {
	font-size: 85%;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
h2.font-weight-bold {
	font-family: 'Barlow Semi Condensed', sans-serif;
	background: linear-gradient(to right, #673a00, #ffd072, #af6100);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #673a00, #ffd072, #af6100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 0.85rem;
}
.font-family-secondary {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.font-size-inherit {
	font-size: inherit !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
.font-weight-semibold {
	font-weight: 500 !important;
}
.font-weight-extrabold {
	font-weight: 800 !important;
}
.text-primary {
	color: #ec8536 !important;
}
a.text-primary:hover {
	color: #ec8536 !important;
}
.text-primary > a:hover {
	color: #ec8536 !important;
}
.text-secondary {
	color: #ec8536 !important;
}
a.text-secondary:hover {
	color: #ec8536 !important;
}
.text-or {
	color: #ec8536;
}
.text-white.bg-primary > a:hover,
.text-white.bg-primary > a:focus,
.text-white.bg-secondary > a:hover,
.text-white.bg-secondary > a:focus {
	color: #ec8536;
}
.bg-cover {
	background-color: #D7D7D7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 14rem;
}
.bg-primary {
	background-color: #ec8536 !important;
}
a.text-or.bg-primary:hover {
	color: #fff
}
a.bg-primary:hover {
	background-color: #ec8536 !important;
}
.bg-secondary {
	background-color: #ec8536 !important;
}
.bg-light {
	background-color: #fff !important;
}
.bg-white {
	background-color: #FFF !important;
}
a.bg-white:hover {
	color: #FFF !important;
	background-color: #ec8536 !important;
}
a.bg-white:hover .btn-primary {
	border-color: #FFF;
}
a.btn-white:hover {
	background-color: #ec8536;
	border-color: #ec8536; 
	color: #fff;
}
.bg-gradient-primary {
	background-color: rgba(6, 71, 109, 0.78);
}
.bg-gradient-dark {
	background-color: rgba(0, 0, 0, 0.6);
}
.border-primary {
	border-color: #ec8536 !important;
}
.border-secondary {
	border-color: #ec8536 !important;
}
.box-shadow {
	box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.4);
}
.black-white {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.lh-inherit {
	line-height: inherit;
}
.lh-1 {
	line-height: 1;
}
.mh-2 {
	min-height: 20rem;
}
.mh-3 {
	min-height: 30rem;
}
.show-arrow i{
	font-size: 1.25rem;
	color: #FFF;
	background: #EC8536;
	text-align: center;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	cursor: pointer;
}
.show-arrow i:hover {
	color: #FFF;
	background: #ec8536;
}
@media (max-width: 575px) {
	.display-4 {
		font-size: 2rem !important;
	}
	.mh-2 {
		min-height: 15rem;
	}
	.mh-3 {
		min-height: 20rem;
	}
	.display-5 {
		font-size: 1.5rem !important;
	}
}
hr {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mb-5, .my-5 {
	margin-bottom: 0.25rem!important;
}
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder { 
	color: #aaa;
}
.form-control::-moz-placeholder {
	color: #aaa;
}
.form-control:-ms-input-placeholder { 
	color: #aaa;
}
.form-control:-moz-placeholder { 
	color: #aaa;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-group {
	margin-bottom: 1rem;
}
.required {
	color: #F00;
}
select,
.input-text,
.form-control,
.custom-select,
.btn,
.button {
	box-shadow: none !important;
	display: block;
	min-height: 35px;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #ec8536;
	background-color: transparent;
	background-image: none;
	border-radius: 3px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #ec8536;
}
select:focus,
.input-text:focus,
.custom-select:focus,
.form-control:focus,
.form-control:focus + .input-group-btn .btn {
	border-color: #ec8536;
}
select,
.custom-select {
	background: #FFF url(images/arrow-down-black.png) no-repeat right 0.5rem center;
	-webkit-background-size: 8px 4px;
	-moz-background-size: 8px 4px;
	background-size: 8px 4px;
	padding: 0.375rem 1.5rem 0.375rem 0.5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-control-sm {
	font-size: 0.875rem;
	padding: 0.25rem 1rem 0.25rem 0.5rem;
}
.text-muted {
	color: #343a40!important;
}
.btn,
.button {
	font-family: 'Encode Sans Semi Expanded', sans-serif;;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin-top: 1rem;
}	
.btn-sm {
	font-size: 0.8125rem;
	padding: 0.675rem 1.5rem;
}
.btn-lg {
	font-size: 1.125rem;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.alt {
	background: linear-gradient(to right, #673a00, #ffd072, #af6100);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #673a00, #ffd072, #af6100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn2 {
	background-color: #ec8536;
	border-color: #ec8536;
	color: #ec8536!important;
}
.btn2:hover {
	background-color: transparent;
	border-color: #ec8536;
	color: #ec8536!important;
}
.bg-social {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
}
.bg-social:hover {
	background-color: #ec8536;
	border-color: #ec8536;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.button.alt:hover,
.button.alt:focus {
	background-color: #ec8536;
	border-color: #ec8536;
	color: #fff!important;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #ec8536;
	background-color: #FFF;
	border-color: #ec8536;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}
.btn-dk {
	background-color: #ec8536;
	border-color: #ec8536;
	color: #fff!important;
}
.btn-dk:hover {
	background-color: #fff;
	border-color: #ec8536;
	color: #ec8536!important;
}
.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.button {
	color: #FFF !important;
	background-color: #ec8536;
	border-color: #ec8536;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.button:hover,
.button:focus {
	background-color: #ec8536;
	border-color: #ec8536;
}
.btn-outline-white,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active {
	color: #ec8536;
	background-color: #FFF;
	border-color: #FFF;
}

@media (max-width: 375px) {
	select,
	.input-text,
	.form-control,
	.custom-select,
	.btn,
	.button {
		min-height: 35px;
		padding: 7px;
		font-size: 13px;
	}
}
/*--------------------------------------------------------------
# Pill
--------------------------------------------------------------*/
.nav-pills .nav-link {
	font-size: 1rem;
	font-weight: 500;
	color: #ec8536;
	border-radius: 5px;
}
.nav-pills .nav-link:hover {
	color: #ec8536;
}
.nav-pills .nav-link.active {
	color: #FFF;
	background-color: #ec8536;
}
/*--------------------------------------------------------------
# Page header
--------------------------------------------------------------*/
.page-header {
	background-color: #333;
	margin-bottom: 1.875rem;
}
.page-header:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-right: -4px;
}
.page-header .container {
	display: inline-block;
	vertical-align: middle;
}
.page-title {
	font-size: 1.5rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
	.page-title {
		font-size: 1.25rem;
		margin-bottom: 0.625rem;
	}
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0 !important;
}
.breadcrumb-item {
	font-size: .85rem;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
}
.breadcrumb-item a {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.breadcrumb-item a:hover {
	text-decoration: underline;
}
.breadcrumb-item:last-child a,
.breadcrumb-item.active {
	color: #ccc;
}
.breadcrumb-item + .breadcrumb-item:before {
	font-size: 0.625rem;
	color: #a7a7a7;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.breadcrumb-nav .module-social {
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.single .breadcrumb-item.active {
		display: none;
	}
	.single .breadcrumb-item + .breadcrumb-item a {
		color: #ccc;
	}
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}
.pagination li {
	margin: 0.375rem;
}
.pagination li a {
	color: #666;
	background: transparent;
	border: 1px solid #666; 
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.125rem;
	height: 2.125rem;
	font-size: 1.1rem;
}
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
	color: #fff;
	border-color: #b97e30;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
}
.pagination-ar {
	display: flex;
	justify-content: center;
}
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
	z-index: 999999;
}
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.show .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	color: #333;
	border: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 15px 20px 10px;
	border-bottom: 0;
}
.modal-body {
	padding: 20px 20px;
}
/*--------------------------------------------------------------
# modal popup
--------------------------------------------------------------*/
#modal-popup {
	padding-right: 0 !important;
}
.modal-popup .modal-dialog {
	background: #fff;
	width: 100% !important;
	max-width: 100%;
	margin: 0;
}
.modal-popup .modal-dialog {
	pointer-events: all!important;
}
.popup-left {
	height: 30rem;
}
.popup-right {
	height: 30rem;
	position: relative;
}
.popup-loading {
	font-size: 3rem;
	color: #511110;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-slider-for {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}
.popup-slider-for img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}
.popup-slider-for .prev,
.popup-slider-for .next {
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -1.875rem;
}
.popup-slider-for .prev:hover,
.popup-slider-for .next:hover {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup-slider-for .prev {
	left: 1.25rem;
}
.popup-slider-for .next {
	right: 1.25rem;
}
.popup-nav {
	background: #f5f5f5;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}
.popup-nav:after {
	content: ' ';
	display: table;
	clear: both;
}
.popup-nav li {
	float: left;
}
.popup-nav a {
	font-size: 1.5rem;
	text-align: center;
	display: block;
	width: 3.125rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup-nav a:hover {
	-webkit-text-fill-color: #333;
}
.popup-next,
.popup-prev,
.popup-close {
	float: right !important;
}
.popup-next a,
.popup-prev a,
.popup-close a {
	font-size: 1.375rem;
}
.popup-next a,
.popup-prev a,
.popup-nav a.active {
	background: #fff;
	-webkit-text-fill-color: #333;
}
.popup-close a {
	color: #fff;
}
.popup-close a:hover {
	color: #fff;
	background: #000;
}
.popup-content {
	position: absolute;
	left: 0;
	top: 2.5rem;
	bottom: 0;
	width: 100%;
	overflow: auto;
	padding: 0.625rem 0.9375rem;
}
.popup-name {
	font-family: 'Barlow Semi Condensed', sans-serif;;
	font-size: 30px;
	font-weight: 400;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.popup-desc {
	font-family: 'Barlow Semi Condensed', sans-serif;;
	font-size: 16px;
	font-weight: 400;
}
.btn-wrap {
	text-align: center;
}
.popup-btn {
	background-color: transparent;
	background-image: url("images/bg-icon3.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: medium none;
	color: #333;
	display: inline;
	font-family: 'Barlow Semi Condensed', sans-serif;;
	font-size: 18px;
	margin: 0 auto;
	padding: 6px 21px;
	position: relative;
	text-transform: uppercase;
}
.popup-btn i {
	font-size: 0.9375rem;
}
.popup-comment {
	margin-bottom: 1.25rem;
}
.popup-comment .title,
.popup-gallery .title {
	font-family: 'Barlow Semi Condensed', sans-serif;;
	font-size: 1.6rem;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.popup-comment .title i,
.popup-gallery .title i {
	margin-right: 0.3125rem;
}
.popup-gallery .title {
	margin-bottom: 0.625rem;
}
.popup-gallery .title i {
	font-size: 2rem;
}
.popup-slider-nav:after {
	content: ' ';
	display: table;
	clear: both;
}
.popup-slider-nav .item {
	float: left;
	width: 33.3333%;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	margin-bottom: 0.625rem;
}
.popup-slider-nav a{
	display: block;
	position: relative;
}
.popup-slider-nav a:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.popup-slider-nav a:hover:before,
.popup-slider-nav .current a:before {
	visibility: visible;
	opacity: 1;
}

@media (min-width: 767px) {
	.modal-popup .modal-dialog {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
	.popup-left {
		background: #f0f0f0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 70%;
		height: auto;
	}
	.popup-right {
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 30%;
		height: auto;
	}
}
@media (max-width: 575px) {
	.popup-left {
		height: 20rem;
	}
	.popup-project .popup-content {
		height: 500px;
		background: #fff;
	}
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/

.h-h {
	width: 3.5rem;
	height: 3.5rem;
	color: #fff;
	border-radius: 50%;
}
.h-f {
	width: 2rem;
	height: 2rem;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.h-f {
	background: #333;
}
.h-f:hover {
	background: #ec8536;
	color: #fff;
}
.h-h {
	background: #ec8536;
}
.h-h:hover {
	background: #333;
	color: #fff;
}

.h-f i, .h-h i {
	line-height: 1.8;
}
.h-f:hover i,.h-h:hover i  {
	color: #fff;
}
.kc-h {
	padding-top: 3rem;
}
@media (max-width:  576px) {
	.h-f-d, .h-h-d {display: none !important;}
	.kc-h {
		padding-top: 7rem;
	}
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
	z-index: 9;
	background: #f8f9faed;
	position: absolute;
	width: 100%;
	height: auto;
}
.site-logo img {
	height: 100%;
	max-width: 250px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site-header.scroll .site-logo img {
	height: 5rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.site {
	padding-top: 96px;
}
.admin-bar .site-header {
	top: 46px;
}
@media (min-width: 783px) {
	.admin-bar .site-header {
		top: 32px;
	}
}

@media (max-width: 576px){
	.site-logo img {
	height: 70px;
}
}
/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav .menu > li {
	margin-right: 3rem;
	position: relative;
	z-index: 10;
}
.site-nav .menu > li:hover {
	z-index: 11;
}
.site-nav .menu > li > a {
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
	border-bottom: 0.3125rem solid transparent;
	display: block;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site-nav .menu > li:hover > a {
	color: #ec8536;
	border-image: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}
.site-nav .menu > li.current-menu-item > a,
.site-nav .menu > li.current-menu-parent > a {
	color: #ec8536;
	border-bottom-color: #ec8536;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-image: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 100%;
	border-bottom: 4px solid transparent;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu {
	background: #333;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 75%);
	min-width: 13rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	text-transform: capitalize;
}
.site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
	left: calc(50% - 13rem);
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li:nth-child(2n+1){
	border-right: 1px solid #333;
}
.site-nav .sub-menu > li > a {
	white-space: nowrap;
	display: block;
	padding: 0.6rem 1rem;
	color: #333;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
.site-nav .sub-menu > li > a:hover {
	color: #FFF;
	background-color: #ec8536;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
	top: 0;
	left: 100%;
	position: absolute;
	z-index: 110;
	background: #333;
	width: auto;
	min-width: 13rem;
	box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 75%);
	text-transform: capitalize;
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
	color: #fff;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
.site-header.scroll .site-nav .menu > li > a {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	/*.site-nav .menu > li:hover:before {
		content: ' ';
		display: block;
		min-width: 26rem;
		height: 2.5rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}*/
	.site-nav .sub-menu {
		display: none !important;
	}
	.site-nav li:hover > .sub-menu {
		display: block !important;
		top: 0;
		left: 100%;
		position: absolute;
		z-index: 110;
		background: #333;
		width: auto;
		min-width: 13rem;
		box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 75%);
		text-transform: capitalize;
	}
	.site-nav li:hover > .sub-menu ul li {
		border-bottom: 1px solid rgb(0 0 0 / 10%);
	}
}
@media (max-width: 1199.98px) {
	.site-nav .menu > li {
		margin-right: 2rem;
	}
	.site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
		left: calc(50% - 16rem);
	}
}
@media (max-width: 992px) {
	.site-nav > .menu > li.item-product.menu-item-has-children > .sub-menu {
		left: calc(50% - 22rem);
	}
}
@media (max-width: 991.98px) {
	.site-nav {
		background: #FFF;
		overflow-y: auto;
		width: 22rem;
		height: 100%;
		position: fixed;
		z-index: 10;
		left: -22rem;
		bottom: 0;
		transition: all 0.3s ease 0s;
	}
	body.open-site-nav .site-nav {
		left: 0;
		z-index: 999;
		display: block;
		background: #333;
	}
	.site-overlay {
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 100000;
		top: 0;
		left: 0;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu {
		padding-left: 1rem;
		padding-right: 1rem;
		min-width: 100%;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu > li {
		float: none;
		width: 100%;
		border: none;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu > li:nth-child(2n+1) {
		border: none;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover {
		background: transparent;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
		position: relative;
		background: transparent;
	}
	.site-nav > .menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
		color: #333;
	}
	.site-nav .menu {
		display: block;
	}
	.site-nav .menu li {
		border-bottom: 1px solid #DEE2E6;
		padding: 0.75rem 1rem;
		margin-right: 0;
	}
	.site-nav .sub-menu li:last-child {
		border-bottom: 0;
	} 
	.site-nav .menu li a {
		border: 0;
		white-space: normal;
		display: inline;
		padding: 0;
	}
	.site-nav .menu > li:hover > a,
	.site-nav .menu > li.current-menu-item > a,
	.site-nav .menu > li.current-menu-parent > a {
		color: #ec8536;
	}
	.site-nav li.menu-item-has-children {
		position: relative;
		padding-right: 1.5rem;
	}
	.site-nav li.menu-item-has-children:before {
		content: '\f123';
		font-family: "Ionicons";
		font-weight: 900;
		color: #AAA;
		cursor: pointer;
		position: absolute;
		top: 0.5rem;
		right: 1rem;
	}
	.site-nav li.menu-item-has-children.active:before {
		content: '\f126';
	}
	.site-nav li.menu-item-has-children:hover:before {
		color: #212529;
	}
	.site-nav .sub-menu {
		box-shadow: none !important;
		clear: both;
		display: none;
		padding: 0;
		position: relative !important;
		top: 0;
		left: 0 !important;
	}
	.site-nav li:hover .sub-menu {
		display: none;
	}
	.site-nav .sub-menu > li  {
		border: 0 !important;
	}
	.site-nav .sub-menu > li > a:hover {
		color: #ec8536;
		background-color: transparent;
	}
}
/*--------------------------------------------------------------
## site nav mobile
--------------------------------------------------------------*/

.site-nav-mobile ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav-mobile .menu > li {
	position: relative;
	margin-left: 1.5rem;
}
.site-nav-mobile .menu > li > a {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 3px solid transparent;
	display: block;
	padding: 10px 0;
}
.site-nav-mobile .menu > li:hover > a,
.site-nav-mobile .menu > li.current-menu-item > a,
.site-nav-mobile .menu > li.current-menu-parent > a {
	color: #ffb919;
	border-bottom-color: #ffb919;
}
.site-nav-mobile .sub-menu {
	white-space: nowrap;
	background-color: #ec8536;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	display: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 12.5rem;
}
.site-nav-mobile li:hover > .sub-menu { 
	display: block;
}
.site-nav-mobile .sub-menu > li {
	position: relative;
}
.site-nav-mobile .sub-menu > li > a {
	color: #fff;
	display: block;
	padding: 0.5rem 1rem;
}
.site-nav-mobile .sub-menu > li > a:hover {
	background-color: #004d83;
}
@media (max-width: 1199.98px) {
	.site-nav-mobile {
		color: #ec8536;
		background-color: #fff;
		overflow-y: auto;
		width: 100%;
		position: fixed;
		z-index: 1049;
		left: -100%;
		top: 0; 
		bottom: 0;
		transition: all 0.3s ease 0s;
	}
	.admin-bar .site-nav-mobile {
		top: 32px;
	}
	body.open-site-nav .site-nav-mobile {
		left: 0;
	}
	.site-nav-mobile .menu {
		display: block;
	}
	.site-nav-mobile .menu > li {
		border-bottom: 1px solid #ccc;
		padding: 0.75rem 1rem;
		margin-left: 0;
	}
	.site-nav-mobile .menu > li + li {
		margin-left: 0;
	}
	.site-nav-mobile .menu > li > a {
		border-bottom: 0;
		display: inline;
		padding: 0;
		color: #333;
		font-weight: 500;
	}
	.site-nav-mobile .menu > li > a:hover {
		color: #ec8536;
	}

	.site-nav-mobile .menu > li:hover > a,
	.site-nav-mobile .menu > li.current-menu-item > a,
	.site-nav-mobile .menu > li.current-menu-parent > a {
		color: #ffb919;
	}
	.site-nav-mobile li.menu-item-has-children:after {
		content: ' ';
		border-top: 2px solid #ec8536;
		border-left: 2px solid #ec8536;
		width: 0.5rem;
		height: 0.5rem;
		cursor: pointer;
		position: absolute;
		top: 1rem;
		right: 1rem;
		transform: rotateZ(-135deg);
		transition: all 0.3s ease 0s;
	}
	.site-nav-mobile li.menu-item-has-children.active:after {
		transform: rotateZ(45deg);
	}
	.site-nav-mobile li.menu-item-has-children:hover:after {
		color: #0887DB;
	}
	.site-nav-mobile .menu li .sub-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		clear: both;
		display: none;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
	}
	.site-nav-mobile li:hover .sub-menu,
	.site-nav-mobile .sub-menu > li:hover > .sub-menu {
		display: none;
	}
	.site-nav-mobile .sub-menu > li {
		padding: 0.5rem 1rem;
	}
	.site-nav-mobile .sub-menu > li + li {
		border-top: 1px solid #ccc;
	}
	.site-nav-mobile .sub-menu > li > a {
		display: inline;
		padding: 0;
		color: #666;
	}
	.site-nav-mobile .sub-menu > li > a:hover {
		color: #ec8536;
	}
	.site-nav-mobile .sub-menu > li:hover > a {
		color: #ffb919;
		background-color: transparent;
	}
}
/*--------------------------------------------------------------
# Site search
--------------------------------------------------------------*/
.header-search .form-control, .header-search .btn, .header-search .button {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site-search-toggler {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.site-header.scroll .site-search-toggler {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.archive-post {
	padding-bottom: 2rem;
}
/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .swiper-slide a {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
}
.site-slider .swiper-pagination-bullets {
	width: auto;
	position: absolute;
	bottom: 1.5rem;
	left: auto;
	right: 5%;
}
.site-slider .swiper-pagination-bullet {
	font-family: 'Montserrat';
	font-size: inherit;
	font-weight: 500;
	color: #999;
	background: #FFF;
	border-color: #FFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	opacity: 1;
}
.site-slider .swiper-pagination-bullet:hover,
.site-slider .swiper-pagination-bullet-active {
	color: #FFF;
	background: #ec8536;
	border-color: #ec8536;
}
.site-slider .swiper-slide {
	min-height: calc(118vh - 120px);
}
.admin-bar .site-slider .swiper-slide {
	min-height: calc(100vh - 150px);
}
/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.module-catalog-project .slick-slide img {
	max-height: 253px;
}
.module-tess .slick-slide img {
	max-height: 330px;
}
.item-news .slick-slide img {
	max-height: 330px;
}
.site-slider .swiper-button-next, .site-slider .swiper-button-prev  {
	top: 50%;
}
.catalogs-slider .swiper-button-next, .catalogs-slider .swiper-button-prev {
	top: 36%;
}
.module-tess .swiper-button-next, .module-tess .swiper-button-prev {
	top: 25%;
}
/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.site-slider .slick-slide a{
	padding-top: 51%;
}
.site-slider.slick-slider .slick-arrow {
	top: 50%;
	color: #fff;
}
.site-slider.slick-slider .slick-arrow:hover {
	color: #FFF;
	background-color: transparent;
	border-color: transparent;
}
.slick-slider .slick-arrow {
	font-size: 3.5rem;
	color: rgb(51 51 51 / 70%);
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 34%;
	transform: translateY(-50%);
}
.slick-slider .slick-arrow:hover {
	color: #FFF;
	background-color: #ec8536;
	border-color: #ec8536;
}
.slick-slider .slick-prev {
	left: -4rem;
}
.slick-slider .slick-next {
	right: -4rem;
}
.slick-slider .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 0;
}
.slick-slider .slick-dots li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.slick-slider .slick-dots button {
	font-size: 0;
	color: #fff;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 50%;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
}
.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots li.slick-active button {
	background-color: #ec8536;
	border-color: #ec8536;
}
.slick-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}
.slick-slider .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}
.slick-slider .col-archive-product {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.module-related-post .slick-slider .slick-arrow {
	top: 42%;
	color: rgb(51 51 51 / 70%);
}
.module-related-post .slick-slider .slick-arrow:hover {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}
.module-tess .slick-slider .slick-dots button {
	color: #333;
	background-color: #333;
}
@media (max-width: 767px) {
	.slick-slider .slick-list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.slick-slider .slick-slide {
		padding-left: 8px;
		padding-right: 8px;
	}
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .slick-list {
	margin-left: 0;
	margin-right: 0;
}
.site-slider .slick-slide {
	padding-left: 0;
	padding-right: 0;
}
.site-slider .slick-dots {
	margin-top: 0;
	position: absolute;
	bottom: 1.5rem;
	right: 5%;
}
.site-slider .slick-dots button {
	font-family: 'Encode Sans Semi Expanded', sans-serif;;
	font-size: inherit;
	font-weight: 500;
	color: #999;
	background: #FFF;
	border-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
}
.site-slider .slick-dots button:hover,
.site-slider .slick-dots .slick-active button {
	color: #FFF;
	background: #ec8536;
	border-color: #ec8536;
}
.site-slider.slick-slider .slick-prev {
	left: 1rem;
}
.site-slider.slick-slider .slick-next {
	right: 1rem;
}
/*Homepage*/
.line {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid transparent;
	-moz-border-image: -moz-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-border-image: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	border-image: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 14%;
	margin: 0 auto 1.5rem auto;
}
/*.line2 {
	background: url(/wp-content/themes/tagodesign/images/line.png) no-repeat center;
	height: 20px;
	max-height: 30px;
	margin-bottom: 3rem;
}
.line3 {
	background: url(/wp-content/uploads/2022/04/line-title.png) no-repeat center;
	height: 20px;
	width: 100%;
	max-width: 50%;
	margin: .85rem 1rem 0 1rem;
}*/
.dich-vu-homepage {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 78%;
	left: 50%;
	transform: translate(-50%, 50%);
	min-height: calc(40vh - 90px);
}
.dich-vu-home {
	text-align: center;
}
.dvh-list {
	display: inline-block;
	float: none;
	padding: 0 15px;
	text-align: center;
}
.dvh-list a {
	display: block;
	text-align: center;
}
.dvh {
	border-radius: 4px;
	background-image: url("images/bg-icon2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;

}
.dvh p {
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.gt {
	padding: 2rem 4rem 2rem 3rem;
	text-align: justify;
}
.border-about {
	padding-left: 1rem;
	border-image: linear-gradient(to bottom, #b97e30, #fddd9d, #b87a2c);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 100%;
	border-bottom: 0;
	border-left: 5px solid transparent;
	border-top: 0;
	border-right: 0;
}
}
.module-why {
	padding: 4rem 0;
}
.why-list {
	padding: 0 1rem 0 0;
	min-height: 180px;
	margin: .3rem 0;
	border-radius: 5px;
}
.why-list .pt-3 {
	padding-top: 1.2rem !important;
}
.why-list h3 {
	padding-top: 1rem;
	font-size: 1.3rem;
	font-weight: 500;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.why-list span {
	font-size: 1rem;
	color: #FFF;
	text-align: justify;
	display: block;
}
.why-list img {
	width: 2.5rem;
	filter: invert(59%) sepia(98%) saturate(1186%) hue-rotate(337deg) brightness(97%) contrast(90%);
}
.fancybox-slide {
	width: 100%;
}
.module-why .slick-slider .slick-dots {
	display: none;
}
.module-service {
	background: #6c3d3c;
	padding: 4rem 1rem 0 1 rem;
}
.module-service .col-lg-3 {
	padding-right: 1px;
	padding-left: 1px;
}
.service-item {
	display: inline-block;
	float: none;
	padding: 0 15px;
	text-align: center;
}
.service-info {
	padding: 2rem;
	text-align: justify;
	color: #fff;
}
.service-info h3 {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 500;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.service-info h3:hover {
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.module-tess {
	background: #ebebeb;
	padding: 4rem 0;
}*/
.button-video .display-1 {
	font-size: 4rem;
	color: #ff000026;
}
.button-video i {
	z-index: 10;
	top: 22%;
	left: 50%;
	transform: translate(-68%, -40%);
	min-height: calc(15vh - 66px);
}
.video__inner {
	position: relative;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 30%);
}
@media (max-width:  576px) {
	.module-why h2 {
		font-size: 1.85rem;
	}
	.why-list .pt-3 {
		padding-top: 1.65rem !important;
	}
	.module-why .slick-slider .slick-dots {
		display: flex;
	}
	.button-video i {
		left: 50%;
	}
	.video__inner {
		left: 0;
		transform: none;
		margin-top: 1rem;
	}
}
@media (max-width: 1024px) {
	.site-slider .swiper-slide {
		min-height: calc(52vh - 15px);
	}
	.admin-bar .site-slider .swiper-slide {
		min-height: calc(56vh - 75px);
	}
	.dich-vu-homepage {
		top: 37%;
	}
}
@media (max-width: 768px) {
	.site-slider .swiper-slide {
		min-height: calc(120vh - 120px);
	}
}
@media (max-width: 760px) {
	.site-slider .swiper-slide {
		min-height: calc(134vh - 120px);
	}
	.dich-vu-homepage {
		top: 78%;
	}
	.module-why {
		padding: 3rem 0;
	}
	.video__inner {
		left: 0;
		transform: none;
	}
}

@media (max-width: 576px) {
	.site-slider .swiper-slide {
		min-height: calc(100vh - 120px);
	}
	.dvh {
		padding: 15px 30px;
	}
	.module-why {
		padding: 3rem 0;
	}
	.why-list {
		min-height: 135px;
	}
}
@media (min-width: 768px) {
	.module-why {
		padding: 4rem 0;
	}
	.why-list span {
		min-height: 120px;
	}
}
/*--------------------------------------------------------------
## module project
--------------------------------------------------------------*/
.module {
	padding: 4rem 0;
}
/*.module-project {
	margin: 2rem 0;
	padding-top: 1rem;
}*/
.module-catalog-project {
	padding-bottom: 0;
}
.module-project .module-title {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.5rem;
	padding-bottom: 1rem;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 0.25rem;
}
.module-project .module-title:hover {
	-webkit-text-fill-color: #333;
}
.module-project .desc {
	padding-bottom: 1rem;
	font-weight: 400;
	font-size: 1rem;
}
.module-project .slick-slider .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}
.module-project .project a {
	margin-bottom: -.375rem;
}
.module-project .slick-slider .slick-arrow:hover {
	color: #333;
	background-color: transparent;
	border-color: transparent;
}
.catalog-project .gallery {
	background: #fff;
	padding: 0.375rem 0.1875rem;
}
.catalog-project .gallery:before,
.catalog-project .gallery:after {
	content: ' ';
	display: table;
	clear: both;
}
.catalog-project .gallery-item {
	float: left;
	width: 20%;
	padding-left: 0.1875rem;
	padding-right: 0.1875rem;
}
.catalog-project .gallery-item a {
	display: block;
	position: relative;
}
.catalog-project .gallery-item a:before {
	content: ' ';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.catalog-project .gallery-item.last a:before {
	background: rgba(0, 0, 0, 0.6);
}
.catalog-project .gallery-item a:hover:before {
	background: rgba(206, 171, 121, 0.4);
}
.catalog-project .gallery-item .count {
	font-size: 1.25rem;
	color: #fff;
	display: block;
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
	.module-project {
    margin-top: 1rem;
}
}
/*--------------------------------------------------------------
# Project archive
--------------------------------------------------------------*/

.catalog-tab-nav {
	display: flex;
	justify-content: center;
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-bottom: 1.875rem;
	border: 0;
}

.catalog-tab-nav li {
	display: inline-block;
	margin-right: 1px;
	margin-bottom: 0.3125rem;
	border: 1px solid #333;
}

.catalog-tab-nav li a {
	font-size: 1rem;
	font-weight: 500;
	display: block;
	padding: .25rem 1rem;
	text-transform: uppercase;
}
.catalog-tab-nav li.active {
	border-image: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	width: 100%;
	border-bottom: 4px solid transparent;
}
.catalog-tab-nav .nav-tabs .nav-link {
	border: 0;
	border-top-right-radius: 0;
	border-right: 2px solid #333;
}
.catalog-tab-nav li a:last-child {
	border-right:  0;
	/*05052022*/
	border: 0;
	border-image-slice: 100%;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.item-news h3.name {
	border: 0;
	border-image-slice: 100%;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.item-news h3.name:hover {
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.catalog-tab-nav li a:hover,
.catalog-tab-nav li a.active {
	text-decoration: none;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.catalog-tab-nav .nav-link.active {
	border: 0;
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.catalog-tab-nav .nav-tabs .nav-link {
	border-top-right-radius: 0;
}
.row-project {
	margin-left: -2px;
	margin-right: -2px;
}

.col-project {
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px;
}

.project a {
	display: block;
	position: relative;
	overflow: hidden;
}

.project a:before {
	content: ' ';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.project .title {
	font-size: 1.375rem;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 1.25rem;
	right: 1.25rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.project a:hover:before,
.project a:hover .title {
	visibility: visible;
	opacity: 1;
}
.catalog-project h3{
	padding-top: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'Encode Sans Semi Expanded';
}
h3.name {
	padding-top: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	font-family: 'Encode Sans Semi Expanded';
	text-decoration: none;
	height: 55px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
h3.name:hover {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
h3.name:hover a {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
}
.module-tess {
	color: #333;
	padding-top: 2rem;
}
.module-tess .h3.name {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 500;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.module-tess .h3.name:hover {
	
	-webkit-text-fill-color: #fff;
}
.module-tess .xem-them:hover a {
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.catalog-project .info {
	font-size: 1rem;
}

.xem-them a {
	color: #ec8536;
	font-weight: 500;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xem-them:hover a {
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news .col-lg-3 {
	padding-right: 5px;
	padding-left: 5px;
}
.desc-news {
	display: -webkit-box;
	height: 50px;
	line-height: 1.2;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 767px) {
	.project .title {
		font-size: 1rem;
	}
	.desc-news {
		height: 45px;
	}
	.catalog-tab-nav li a {
		padding: .5rem .5rem .5rem 0;
	}
	.catalog-project .info {
		display: none;
	}
}
@media (max-width: 576px) {
	.dich-vu-homepage {
		top: 60%;
		min-height: calc(28vh - 90px);
		z-index: 8;
	}
	.dvh-list a {
		width: 145px;
		height: 60px;
	}
	.gt {
		padding: 2rem 0;
	}
	.line, .line2 {
		margin-bottom: 1rem;
	}
	.sup {
		display: none;
	}
	.line {
		background: url(/wp-content/themes/tagodesign/images/line.png) no-repeat center;
	}
	.gt h2 {
		text-align: center;
	}
	.module-project .module-title {
		font-size: 1.35rem;
	}
	.news .nav-tabs .nav-item {
		margin-bottom: 10px;
	}
	.catalog-tab-nav li {
		margin-right: 4px!important;
		border-radius: 5px;
	}
	.catalog-tab-nav li a {
		padding: .25rem .15rem;
	}
	.catalog-tab-nav li a {
		font-size: .95rem;
	}
}
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.widget .menu {
	display: flex;
	flex-wrap: wrap;
}
.widget .menu li {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.widget .menu li a {
	font-size: 85%;
	color: #ec8536;
	border: 1px solid #E5E5E5;
	display: block;
	padding: 0.25rem 1rem;
}
.widget .menu li a:hover {
	color: #FFF;
	background: #ec8536;
	border-color: #ec8536;
}
.widget.widget_categories ul li:not(:last-of-type) {
	border-bottom: 1px dashed #ccc;
}
.widget.widget_categories ul li:not(:last-of-type) {
	border-bottom: 1px dashed #ccc;
}
.widget.widget_categories ul li a {
	display: inline-block;
	padding: 0.5rem 0;
}
.widget.widget_categories ul li:first-child a {
	padding-top: 0;
}
.widget_calendar table {
	width: 100%;
	position: relative;
}
.widget_calendar table caption {
	font-size: 85%;
	color: #FFF;
	background-color: #ec8536;
	text-align: center;
	caption-side: top;
	margin-bottom: 0.5rem;
}
.widget_calendar table tr {
	display: flex;
}
.widget_calendar table thead th,
.widget_calendar table tbody td {
	font-size: 85%;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0.25rem;
}
.widget_calendar table thead th {
	background: #F3F3F3;
}
.widget_calendar table tbody .pad {
	visibility: hidden;
}
.widget_calendar tfoot {
	display: none;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content {
	text-align: justify;
}
.entry-content a {
	color: #ec8536;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #ec8536;
}
.entry-content cite {
	font-style: normal
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 1.55rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.entry-content h2 {
	font-size: 14pt;
	color: #ec8536;
}
.entry-content h3 {
	color: #ec8536;
}
.entry-content ul,
.entry-content ol {
	padding-left: 1.125rem;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 1rem;
}
.entry-content table {
	table-layout: fixed;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #dee2e6;
	margin-bottom: 1rem;
	width: 100%;
	max-width: 100%;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content table th {
	font-weight: 500;
	text-transform: uppercase
}
.entry-content table thead th {
	border-bottom: 2px solid #dee2e6;
	padding: 0.75rem;
}
.entry-content img.centered,
.entry-content .aligncenter {
	display: block;
	margin: 0 auto 1em
}
.entry-content img.alignnone {
	margin-bottom: 1em
}
.entry-content .alignleft {
	float: left;
	text-align: left
}
.entry-content .alignright {
	float: right;
	text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin: 0 1em 1em 0
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin: 0 0 1em 1em
}
.entry-content .wp-caption {
	max-width: 100%
}
.entry-content .wp-caption-text {
	font-weight: 400;
	text-align: center;
	color: #999;
	padding: 0.75rem;
}
.entry-content blockquote {
	font-size: 14pt;
	font-style: italic;
	color: #ec8536;
	display: flex;
}
.entry-content blockquote:before {
	content: '\f10d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1.5rem;
}
#ftwp-container.ftwp-fixed-to-post.ftwp-maximize #ftwp-contents {
	width: 250px;
}
.list-share li a {
	font-size: 0.875rem;
	font-weight: 500;
	color: #FFF;
	background: #3B5998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.125rem 0.5rem;
}
.list-share li a:hover {
	opacity: 0.7;
}
.list-share li.twitter a {
	background: #55ACEE;
}
.list-share li.google a {
	background: #E02F2F;
}
.list-share li.linkedin a {
	background: #007BB5;
}
.term-description {
	position: relative;
}
.term-description[aria-expanded='false']:after {
	content: ' ';
	width: 100%;
	height: 3rem;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	-webkit-box-shadow: inset 0px -3rem 1rem 0px rgba(255,255,255,0.75);
	-moz-box-shadow: inset 0px -3rem 1rem 0px rgba(255,255,255,0.75);
	box-shadow: inset 0px -3rem 1rem 0px rgba(255,255,255,0.75);
}
.term-description + div a {
	text-decoration: none;
}

.module-content .mota {
	text-align: justify;
	padding-bottom: 1rem;
}
.mota {
	text-align: justify;
	padding-bottom: 1rem;
}
.mota img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#yeu-cau-tu-van select, #yeu-cau-tu-van input, .tu-van select, .tu-van input {
	width:100% !important;
	color: #333;
	border: 0;
	padding: .5rem;

}
#yeu-cau-tu-van label {
	display: block;
}
#yeu-cau-tu-van input, .tu-van input {margin-bottom: 1rem;border-radius: 6px;}
input.btn-dk {
	width: auto !important;
}
#yeu-cau-tu-van .wpcf7-spinner, .tu-van .wpcf7-spinner {
	display: none;
}
.tu-van.i-sticky {
	top: 2rem;
}
/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.site-footer .logo-f img {
	max-width: 250px;
}
.f-img img {
	max-width: 1.5rem;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(17deg) brightness(104%) contrast(104%);
}
.site-footer h3 {
	padding-top: 1rem;
	font-weight: 500;
}
.site-footer a:hover {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.site-footer .menu li {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0.75rem;
	position: relative;
}
.site-footer .menu li:before {
	position: absolute;
	content: "-";
	left: 0;
}
.site-footer .social a{
	background: #333;
	color: #fff;
}
.site-footer .social a:hover {
	background: linear-gradient(to right, #b97e30, #b87a2c, #b87a2c);
    background-clip: border-box;
    border-image-slice: 100%;
    background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.site-footer .support i {
	font-size: 2rem;
	padding-right: 0.5rem;
}
ul.menu-footer {
	list-style: none;
	padding-left: 0;
}
ul.menu-footer li {
	padding: 0.5rem 0;
}
.footer-end a {
	color: #ec8536;
	padding-left: 0.25rem;
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-end a:hover {
	background: linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	background-clip: border-box;
	background-clip: border-box;
	border-image-slice: 100%;
	background: -webkit-linear-gradient(to right, #b97e30, #fddd9d, #b87a2c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/

.scroll-top,
.scroll-top:focus {
	font-size: 1.25rem;
	color: #FFF;
	background: #EC8536;
	text-align: center;
	border-radius: 50% !important;
	position: fixed;
	line-height: 2.5rem;
}
.scroll-top:hover {
	color: #FFF;
	background: #ec8536;
}
@media (max-width: 767px) {
	.scroll-top,
	.scroll-top:focus {
		line-height: 3.5rem;
	}
}

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.actionFix {
	position: fixed;
	right: 13px;
	bottom: 92px;
	z-index: 999999;
}
.actionFix ul {
	padding: 0;
	margin: 0;
}
.actionFix ul li {
	list-style: none;
	border-radius: 50%;
}
.actionFix ul li a {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 2px 0;
	z-index: 999999;
}
.actionFix ul li:hover a {
	opacity: 1;
}
.actionFix ul li.phone a i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.actionFix ul li.phone a {
	animation: icon-luc-lac 1s infinite;
	position: relative;
	background: #ec8536;
	-webkit-animation: rotatePhone 1s infinite ease-in-out;
	-moz-animation: rotatePhone 1s infinite ease-in-out;
	animation: rotatePhone 1s infinite ease-in-out;
	margin-bottom: -2px;
	border: 2px solid #ec8536;
	color: #fff;
}
.actionFix ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px){ 
	.cgul {
		margin-left: 0%;
	}
	.actionFix {
		right: 45px;
	}

}

@media (max-width:  576px) {
	.actionFix {
		right: 10px;
	}
}
.img-home {
	padding: 15rem 0;
}
.plugins .plugin-update-tr .plugin-update{
	display: none
}
@media (max-width: 484px) {
	.img-home {
		padding: 12rem 0;
	}	
}

@media screen and (min-width: 768px) {

	.is-sticky {
		position: fixed;
		top: 0;
	}

	.is-sticky-bottom {
		position: absolute;
		bottom: 0;
	}
}
@supports (position: sticky) or (position: -webkit-sticky) {
	@media screen and (min-width: 768px) {
		.tu-van {
			position: -webkit-sticky;
			position: -moz-sticky;
			position: -o-sticky;
			position: -ms-sticky;
			position: sticky;
			top: 0;
		}
	}
}
iframe ._2tga._8j9w {
	font-size: 12px;
	border-radius: 4px !important;
	height: 25px !important;
	padding: 0 8px;
}
#yeu-cau-tu-van .modal-content {
	background-color: #e1e1e1;
}
#yeu-cau-tu-van .modal-dialog {
	top: 20%;
}
@media (max-width: 760px) {
	.sup {
		display: none;
	}
}
@media (max-width: 480px) {
	.site-slider .swiper-slide {
		min-height: calc(114vh - 120px);
	}
	.dich-vu-homepage {
		top: 60%;
		min-height: calc(52vh - 90px);
		z-index: 8;
	}
}
@media (max-width: 390px) {
	.site-slider .swiper-slide {
		min-height: calc(120vh - 120px);
	}
	.dich-vu-homepage {
		top: 60%;
		min-height: calc(60vh - 90px);
		z-index: 8;
	}
}