body {
	overflow: hidden;
}

.wrapper-main {
	overflow-x: hidden;
	overflow-y: scroll;
	/* height: 100vh; */
}

* {
	--primaryColor: #bf0a30;
	--subcolor: rgba(0, 40, 104, 0.95);
}

.navbar-nav > li.active > a {
	color: var(--primaryColor);
	background: #efefef;
}

.navbar {
	background-color: #f5f5f5;
}

.img-responsive {
	width: 100%;
}

.full-width {
	width: 100vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
}

.input-group-btn .btn-ct-slider {
	height: auto;
	padding: 5px 15px;
	border: 2px solid #fff;
	text-transform: uppercase;
}

.input-group-btn .btn-ct-slider::after {
	content: "";
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--primaryColor);
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.input-group-btn .btn-ct-slider i {
	display: none;
}

.input-group-btn .btn-ct-slider:hover i {
	display: inline-block;
}

#menu > li.active:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0px;
	left: 0px;
	border-bottom: 3px solid var(--primaryColor);
}

.scrollup {
	position: fixed;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

.scrollup i {
	width: 40px;
	height: 40px;
	line-height: 30px;
	background: var(--primaryColor);
	color: #fff;
	border: 4px solid var(--primaryColor);
	border-radius: 5px;
	text-align: center;
	font-size: 26px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.intl-tel-input {
	width: 100%;
}

.select2-container--default .select2-selection--multiple {
	background-color: white !important;
	border: 1px solid #ccc !important;
}

.banner::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background: rgba(0, 0, 0, 0.25) !important;
}

.p_content_video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.p_content_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p_content_video .note-video-clip {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal-backdrop.in {
	position: absolute;
	z-index: 0;
}

.content-box.img-news .img img {
	width: 100%;
	height: auto;
	max-height: 240px;
	min-height: 240px;
	object-fit: cover;
	width: 100%;
}

.img1,
.img2 {
	height: 60px;
}

.banner {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

.banner-text-page {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	padding: 2px 0;
	z-index: 5;
	color: #fff;
}

.banner-text-page .banner-text h1 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 35px;
	color: #fff;
}

.banner-text-page .banner-text p {
	margin-bottom: 40px;
	font-size: 18px;
	max-width: 60%;
	margin: auto;
}

.banner-thumb-home {
	max-height: 70vh;
}

.get-in-touch-2 {
	color: #000;
	position: relative;
	/*margin-top: 10px;*/
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
}

.get-in-touch-2 .call-us {
	padding-left: 38px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	float: right;
	padding-right: 10px;
}

.get-in-touch-2 .h1 {
	color: var(--primaryColor);
}

.get-in-touch-2 .call-us span {
	color: #000;
	font-size: 14px;
	display: block;
	text-align: left;
}

.get-in-touch-2 .call-us:before {
	content: "\f095";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 42px;
	color: #000;
}

.get-in-touch-2 .contact-btn {
	border-radius: 25px;
	min-width: 120px;
	background: var(--primaryColor);
	box-shadow: 0px 2px 3px #3e3e3e;
}

@media only screen and (min-width: 768px) {
	.scrolling .navbar-nav > li > a {
		padding: 15px 15px;
	}

	.scrolling #header {
		transition: top 0.3s, background-color 0.3s;
		top: -90px;
	}

	.scrolling #header .container {
		transition: height 0.3s, background-color 0.3s;
	}

	.scrolling #header .navbar {
		background-color: #ffffff;
		box-shadow: 0px 3px 7px 0px #000000a1;
	}
}

@media only screen and (min-width: 992px) {
	.row-logo-dev {
		display: flex;
	}

	.logo-dev {
		transition: all 0.3s;
		text-align: left;
		padding-right: 1vw;
	}

	.logo-dev-ct {
		padding-left: 10px;
	}

	.logo-dev-ct img {
		height: 35px;
		display: inline-block;
		max-width: 100%;
	}
}

@media only screen and (max-width: 667px) {
	#menu {
		overflow-x: auto;
		max-height: 443px !important;
	}
}

@media only screen and (max-width: 767.98px) {
	.logo-mobile {
		margin-left: -15px;
		margin-right: -15px;
	}

	.logo-mobile .navbar-brand {
		max-width: 150px;
		height: 50px;
		display: flex;
		align-items: center;
	}
	.logo-mobile .navbar-brand .img2 {
		height: auto;
		max-height: 60px;
		max-width: 125px;
	}
	.logo-hotline {
		height: 50px;
		justify-content: center;
		align-items: center;
		text-align: center;
		display: inline-flex;
		flex-wrap: wrap;
		margin-right: -14px;
	}

	.logo-hotline-c {
		padding: 5px 8px;
		color: #000;
	}

	.text-mobile {
		width: 100%;
		white-space: nowrap;
		color: #000;
		display: flex;
		align-items: center;
		font-size: 11px;
	}

	.numbers {
		font-weight: 400;
		white-space: nowrap;
		align-items: center;
		flex-direction: column;
		color: black;
	}

	#menu > li.active:after {
		position: absolute;
		content: "";
		top: 0;
		left: 0px;
		border-left: 5px solid var(--primaryColor);
		height: 100%;
		border-bottom: none;
	}

	#salutation {
		margin-bottom: 15px;
	}

	body.completely-loaded #header {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 1;
		visibility: visible;
	}

	.navbar-collapse {
		max-height: none;
	}

	.scrollup {
		bottom: 75px;
	}

	.image-responsive {
		width: 100%;
	}

	.navbar-nav > li > a.cs-btn {
		border-bottom: 1px solid #c9c9c9;
	}

	.navbar-nav > li:last-child > a.cs-btn {
		border-bottom: 1px solid transparent;
	}

	.search-wrapper .btn.btn-danger {
		font-size: 16px !important;
	}
	/* 
.about-agent-detail {
  margin-top: -78%;
} */

	.banner-text-page .banner-text h1 {
		font-size: 30px;
	}

	.banner-text-page .banner-text h3 {
		font-size: 18px;
	}

	.banner-thumb-home {
		max-height: 60vh;
	}

	.banner {
		height: 380px;
	}

	.banner-text-page {
		top: 30%;
	}

	#header.fixed .navbar-toggle {
		margin-top: 6px;
	}

	.img2 {
		height: 40px;
		transition: all 0.5s;
	}
}

.scrolldown-ct {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	padding: 2px 0;
	z-index: 5;
	color: #fff;
	height: 100px;
	height: 75px;
}

.scrolldown-ct .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.scrolldown-ct .container .text-sc {
	display: block;

	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.25;
	animation: pulse 2s linear alternate infinite;
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move {
	25% {
		opacity: 1;
	}

	33% {
		opacity: 1;
		transform: translateY(30px);
	}

	67% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.25;
	animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

@media only screen and (max-width: 375px) {
	.logo-hotline {
		margin-right: -25px;
	}
}

.banner-img-thumb {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background-color: rgb(0 0 0 / 0.5);
}

.banner-img {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo-dev-ct {
	display: inline;

	img {
		max-width: 100px;
		height: 60px;
		object-fit: contain;
	}
}

.quick-links {
	margin-left: 16px;
}

.navbar-brand {
	padding: 0;
	height: 75px;
}

.logo-mobile {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;


	&::before,
	&::after {
		display: none;
	}

}

#header .navbar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-toggle {
	margin: 0;
}

.navbar-toggle .icon-bar {
	background-color: var(--primaryColor);
}

.navbar {
	min-height: 0;
	margin-bottom: 0;
}

.banner-thumb-image {
	position: absolute;
	inset: 0;
}

.banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}