@font-face {
	font-family: 'HELVETICANEUEMEDIUM';
	src: url(../fonts/HELVETICANEUEMEDIUM.TTF)
}

@font-face {
	font-family: 'HELVETICANEUE';
	src: url(../fonts/HELVETICANEUE.TTF)
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf)
}
.shortcode-teaser-content.text-big a{
	font-family: 'HELVETICANEUEMEDIUM';
}
#dropdown {
	width: auto;
	position: relative;
	float: right;
	color: white;
	height: 25px;
	padding-left: 2px;
	margin-top: 7px;
}

	#dropdown p {
		width: 73px;
		color: white;
		margin-bottom: 0;
		float: left;
		line-height: 30px;
		cursor: pointer;
		background: url(../images/arr.png) no-repeat 42px 0px;
		background-size: 18%;
	}

		#dropdown p img {
			float: left;
			width: 26px;
			height: 20px;
			margin-left: 0;
			/* margin-top: 2px; */
		}

		#dropdown p span {
			float: left;
			font-family: 'Roboto-Regular';
			width: 74px;
			line-height: 24px;
			display: none;
			font-size: 15px;
			color: white;
			margin-left: 10px;
		}

	#dropdown ul {
		position: absolute;
		display: none;
		z-index: 99999;
		left: 0;
		top: 23px;
		border: 1px solid #dcdcdc;
		width: 74px;
		background: white;
		padding: 6px 0px;
	}

		#dropdown ul li {
			float: left;
			list-style-type: none;
			width: 100%;
		}

			#dropdown ul li a {
				display: block;
				line-height: 22px;
				height: 22px;
				font-size: 14px;
				color: #666;
				width: 100%;
			}

				#dropdown ul li a img {
					float: left;
					width: 24px;
					height: 18px;
					margin-left: 5px;
					margin-top: 5px;
				}

				#dropdown ul li a span {
					float: left;
					/* width: 46px; */
					line-height: 22px;
					font-size: 14px;
					color: #666;
					margin-left: 5px;
				}

	#dropdown p i {
		position: absolute;
		left: 43%;
		color: #000000;
		font-size: 11px;
		top: 5px;
	}

#primary-menu {
	float: left;
}

#dropdown:hover ul {
	display: block !important;
}

#rev_slider_2_1 .item {
	position: relative;
}

	#rev_slider_2_1 .item .title-qc {
		position: absolute;
		bottom: 0;
		left: 0;
		background: #00000080;
		width: 32%;
		padding-left: 99px;
		padding-bottom: 20px;
		padding-top: 20px;
	}

		#rev_slider_2_1 .item .title-qc .title-left {
			float: left;
		}

			#rev_slider_2_1 .item .title-qc .title-left .title-on {
				font-size: 16px;
				color: #ffffff;
				font-family: 'HELVETICANEUE';
				text-transform: uppercase;
			}

			#rev_slider_2_1 .item .title-qc .title-left .title-desc {
				font-size: 16px;
				color: #ffffff;
				font-family: 'HELVETICANEUEMEDIUM';
				text-transform: uppercase;
			}

		#rev_slider_2_1 .item .title-qc .title-right {
			float: right;
			padding-right: 10px;
		}

			#rev_slider_2_1 .item .title-qc .title-right i {
				color: #ffffff;
				border-radius: 15px 15px;
				border: 1px solid #ffffff;
				padding: 8px 18px;
			}

#rev_slider_2_1 .owl-nav {
	display: none;
}

#rev_slider_2_1 .owl-dots {
	position: absolute;
	bottom: 6px;
	right: 38px;
}

#rev_slider_2_1 .owl-dot.active.owl-dot span {
	background: #d91f26;
}

#rev_slider_2_1 .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	padding: 3px 10px;
}

.wpb_wrapper h4 {
	font-family: 'HELVETICANEUEMEDIUM';
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
}

.hr-thin {
	position: relative;
}

	.hr-thin:before {
		content: "";
		background: url("../images/line.png") no-repeat;
		position: absolute;
		top: -2px;
		left: 0;
		height: 6px;
		width: 100px;
		z-index: 9;
	}

.about-us {
	font-family: 'HELVETICANEUE';
	color: #555555;
	font-size: 15px;
	text-align: justify;
}

a:hover {
	text-decoration: none;
}

.standard-arrow.bullet-top li a {
	color: #000000;
	font-size: 17px;
	font-family: 'HELVETICANEUEMEDIUM';
}

.title_primary {
	text-align: center;
	font-size: 22px;
	padding-bottom: 10px;
	margin-top: 22px;
	line-height: 35px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'HELVETICANEUEMEDIUM';
}

#swiper-slide {
	margin-top: 20px;
	position: relative;
}

	#swiper-slide img {
		height: 191px;
	}

	#swiper-slide .title_hotel {
		height: 70px;
		background: #ffffff;
		padding: 10px;
		text-align: center;
	}

		#swiper-slide .title_hotel a {
			color: #000000;
			font-size: 16px;
			font-family: 'HELVETICANEUEMEDIUM';
			text-align: center;
		}

	#swiper-slide .owl-dots {
		display: none;
	}

	#swiper-slide .owl-nav .owl-prev {
		left: -15px;
		position: absolute;
		top: 50%;
		/* font-size: 34px; */
		/* color: #ffffff; */
		border-radius: 50%;
		background: #ed5656;
		border: 1px solid;
		/* padding: 7px !important; */
		opacity: 0.8;
	}

		#swiper-slide .owl-nav .owl-prev span {
			font-size: 42px;
			padding: 7px;
			color: #ffffff;
		}

	#swiper-slide .owl-nav .owl-next {
		right: -16px;
		position: absolute;
		top: 50%;
		/* font-size: 34px; */
		/* color: #000; */
		border-radius: 50%;
		background: #ed5656;
		border: 1px solid;
		/* padding: 7px !important; */
		opacity: 0.8;
	}

		#swiper-slide .owl-nav .owl-next span {
			font-size: 42px;
			padding: 7px;
			color: #ffffff;
		}

#td_uid_27_5d440168ede88 .img-project:hover {
	opacity: 0.7;
}

.tit-one {
	margin-top: 15px;
}

#td_uid_27_5d440168ede88 .img-project {
	width: 100%;
	height: 278px;
}

.tit-one a {
	color: #010101;
	font-size: 18px;
	font-family: 'HELVETICANEUE';
	/* font-weight: bold; */
}

.time-news {
}

.list li {
	overflow: hidden;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.list li img {
	width: 185px;
	height: 124px;
	float: left;
	margin-right: 15px;
	border: 1px solid #ededed;
	/* margin-top: 12px; */
	border-radius: unset;
}

.tit-one1 a {
	color: #000000;
	font-size: 18px;
	/* font-family: 'BAOMOI-SEMIBOLD'; */
	font-family: 'HELVETICANEUE';
}

.txtalign {
	color: #333333;
	/* font-family: 'BAOMOI-SEMIBOLD'; */
	font-size: 15px;
	font-family: 'HELVETICANEUE';
}

#td_uid_27_5d440168ede88 {
	margin-top: 20px;
}

.time-news {
	color: #999999;
	font-family: 'Roboto-Regular';
	font-size: 11px;
	font-style: italic;
}

#prod {
	background: url(../images/bgsp.png) center center no-repeat;
	padding: 47px 0px 35px 0px;
	background-size: cover;
}

#listprd .itemprd .imgprd {
	background: #ffffff;
	padding: 10px 0;
	border: 1px solid #bfbfbf;
	/* height: 100px; */
	margin: 0 10px;
	/* text-align: center; */
}

.imgprd img {
	height: 88px;
	margin: 0px auto;
	/* text-align: center; */
}

#listprd {
	position: relative;
	margin-top: 20px;
}

	#listprd .owl-nav .owl-prev {
		left: -5px;
		position: absolute;
		top: 36%;
		/* font-size: 34px; */
		/* color: #ffffff; */
		border-radius: 50%;
		background: #ed5656;
		border: 1px solid;
		/* padding: 7px !important; */
		opacity: 0.8;
	}

		#listprd .owl-nav .owl-prev span {
			font-size: 42px;
			padding: 7px;
			color: #ffffff;
		}

	#listprd .owl-nav .owl-next {
		right: -5px;
		position: absolute;
		top: 36%;
		/* font-size: 34px; */
		/* color: #000; */
		border-radius: 50%;
		background: #ed5656;
		border: 1px solid;
		/* padding: 7px !important; */
		opacity: 0.8;
	}

		#listprd .owl-nav .owl-next span {
			font-size: 42px;
			padding: 7px;
			color: #ffffff;
		}

	#listprd .owl-dots {
		display: none;
	}

.logo-footer h3 {
	font-size: 20px;
	font-family: 'HELVETICANEUE';
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	color: white;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 32px;
}

	.logo-footer h3 span {
		font-size: 15px;
		font-family: 'HELVETICANEUE';
		text-transform: uppercase;
		position: relative;
		font-weight: bold;
		color: white;
		margin: 0;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}

#wrap-footer-top {
	background: url("../images/background-footer-.png") no-repeat;
	width: 100%;
	background-size: cover;
	padding-bottom: 0;
	padding-top: 30px;
}

.logo-footer {
	overflow: hidden;
}

.footer-middle-col2-item {
	overflow: hidden;
}

.footer-middle-col2-icon {
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	height: 38px;
	vertical-align: middle;
	padding-top: 5px;
}

.footer-middle-col2-item span {
	color: #ffffff;
	font-size: 15px;
	/* font-family: 'SVN-Aguda-Regular'; */
	text-align: justify;
	display: block;
	line-height: 22px;
	margin: 5px 0;
	font-family: 'HELVETICANEUE';
}

.box-footer-card h3 {
	margin: 0px 0 20px 0;
	line-height: 31px;
	font-family: 'HELVETICANEUE';
	/* padding-left: 5px; */
	/* border-bottom: 1px solid; */
	color: #fff;
	position: relative;
	text-transform: uppercase;
	font-size: 19px;
	/* font-weight: 300; */
	padding-bottom: 10px;
}

	.box-footer-card h3:before {
		content: "";
		position: absolute;
		width: 50px;
		height: 2px;
		background: #ffffff;
		bottom: 0;
		left: 0;
		z-index: 2;
	}

#wrap-footer-top .list-menu {
	color: #000;
	padding-top: 1px;
	padding-bottom: 20px;
}

#wrap-footer-top .list-menuc a {
	padding-left: 20px;
	color: #fff !important;
	/* border-bottom: 1px dashed; */
	padding-bottom: 0;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
	font-family: 'HELVETICANEUE';
}

	#wrap-footer-top .list-menuc a:before {
		font-family: Fontawesome;
		position: absolute;
		content: "\f111";
		left: 3px;
		top: -1px;
		font-size: 8px;
		color: #fff;
	}

.div-email {
	color: #fff;
	padding-right: 34px;
	padding-top: 7px;
	padding-bottom: 9px;
	font-family: 'HELVETICANEUE';
	font-size: 15px;
}

.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
	width: 100%;
	position: relative;
	border-collapse: separate;
	margin-bottom: 10px;
}

#newsletter-signup .form-control {
	width: 100%;
	float: left;
	border-radius: 0px;
	border: 1px solid #f0f0f0;
	height: 30px;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

#newsletter-signup .theme_button {
	background: url(../images/check-mail.png) no-repeat;
	width: 35px;
	height: 40px;
	border: none;
	text-indent: -9999px;
	position: relative;
}

#wrap-footer-top .social-header a .fa {
	padding: 8px 13px;
	font-size: 20px;
	margin-right: 10px;
	border: 1px solid;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
}

.fanpage iframe {
	max-height: 206px;
}

#widget-subscribe-form-result1 {
	color: #ffffff !important;
}

#bottom-bar .wf-td p a {
	margin-bottom: 0;
	font-size: 16px;
	color: #ffffff;
}

.aside-item .list-blogs .blog-item {
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.aside-item .list-blogs .panel-box-media {
	display: block;
	float: left;
	width: 70px;
	margin-right: 10px;
}

.aside-item .list-blogs .blogs-rights {
	padding-left: 80px;
}

.aside-item .list-blogs .blog-item-name {
	margin: 0;
	font-size: 13px;
	font-weight: normal;
}

	.aside-item .list-blogs .blog-item-name a {
		color: #333333;
	}

.aside-item .list-blogs .post-time {
	font-size: 11px;
	font-style: italic;
}

.entry-meta {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	/* padding-top: 18px; */
}

.error-message {
	color: red;
}

.send_click {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.project-odd {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
	overflow: hidden;
}

.content-new {
	margin-bottom: 10px;
}

.vdesc-faq h3 {
	text-transform: uppercase;
	font-size: 17px;
	color: #4d72a8;
	font-weight: bold;
	margin-bottom: 10px;
}

.vdesc-faq p {
	font-size: 17px;
	line-height: 1.5em;
	color: #a93a01;
	font-weight: bold;
}

.css_content.clearfix p {
	font-size: 17px;
	line-height: 1.5em;
	color: #a93a01;
	/* font-weight: bold; */
}

.mini-widgets {
	/* position: absolute; */
	/* right: 50px; */
	/* top: 16px; */
	float: left;
	padding-top: 6px;
	padding-right: 7px;
}

.widget-social-icons {
	/* position: absolute; */
	/* right: 0; */
	float: left;
}

.active_popup {
	transform: scale(1, 1) !important;
	z-index: 99999 !important;
	opacity: 1 !important;
}

.form-contact .row {
	margin: 0 -10px;
}

.form-contact .col-1-2 {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.form-contact {
	position: absolute;
	top: 32px;
	right: 0;
	/* margin-top: -250px; */
	/* margin-left: -450px; */
	z-index: -9;
	transform: scale(0, 0);
	transition: all .8s ease-out .2s;
	opacity: 0;
}

	.form-contact.active {
		transform: scale(1, 1);
		z-index: 99999;
		opacity: 1;
	}

	.form-contact .wrapper-box {
		position: relative;
		width: 450px;
		overflow: hidden;
		background: #fff;
	}

.wrapper-box .col-left {
	width: 45%;
	float: left;
	overflow: hidden;
	position: relative;
}

.wrapper-box .box-info {
	background: #2694f1;
	bottom: 30px;
	color: #fff;
	height: auto;
	left: 30px;
	position: absolute;
	width: 400px;
	padding: 15px 30px;
	border-radius: 5px;
}

	.wrapper-box .box-info .entry-title {
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
		text-align: center;
	}

	.wrapper-box .box-info ul {
		padding: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.wrapper-box .box-info li {
		margin-bottom: 5px;
		font-size: 15px;
	}

	.wrapper-box .box-info span {
		font-size: 16px;
		margin-right: 5px;
	}

.wrapper-box .col-right {
	width: 55%;
	float: left;
	padding: 30px 20px 0 40px;
}

.wrapper-box .col-right {
}

.form-contact .entry-heading {
	text-align: center;
	position: relative;
}

	.form-contact .entry-heading:before {
		content: "";
		width: 12px;
		height: 12px;
		background-color: #002c5f;
		display: block;
		transform: rotate(45deg);
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin-left: -7px;
	}

.entry-heading:after {
	content: "";
	width: 100px;
	height: 1px;
	margin: 30px auto;
	background-color: #002c5f;
	display: block;
}

.entry-heading .title {
	font-size: 18px;
	text-transform: uppercase;
	color: #111312;
	font-weight: bold;
	margin-bottom: 15px;
}

.entry-desc {
	color: #002c5f;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
}

	.entry-desc b {
		font-style: normal;
	}

.form-contact .btn-action {
	text-align: center;
	margin-top: 30px;
}

	.form-contact .btn-action .btn-send {
		background: #002c5f;
		border-radius: 5px;
		padding: 10px 20px;
		color: #fff;
		font-size: 14px;
		border: 0;
		box-shadow: none;
		width: auto;
	}

.btn-close {
	background: #a93a01;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.site-overlay {
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -999;
	opacity: 0;
	transition: all .5s ease-out 0.2s;
}

	.site-overlay.active {
		opacity: 1;
		z-index: 999;
	}

.form-contact .angle-btn {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2694f1;
	text-align: center;
	display: inline-block;
	position: relative;
	left: 50%;
	margin: -25px;
}

.form-contact input {
	margin-bottom: 5px;
}

.form-contact label {
	margin-bottom: 10px;
}

@media(max-width:767px) {
	.form-contact {
		margin-top: -220px;
		margin-left: -40vw;
	}
		/*.form-contact.active{margin:0!important;}
*/
		.form-contact .wrapper-box {
			width: 80vw;
		}

			.form-contact .wrapper-box .col-left, .form-contact .wrapper-box .box-info {
				display: none;
			}

			.form-contact .wrapper-box .col-right {
				width: 100%;
				padding: 10px;
			}

		.form-contact input {
			margin-bottom: 10px;
			width: 100%;
		}

		.form-contact label {
			margin-bottom: 5px;
		}

		.form-contact .entry-heading:after {
			margin: 15px auto;
		}

		.form-contact .entry-desc {
			font-size: 15px;
			text-align: justify;
		}
}


@media(max-width:480px) {
	.form-contact form {
		margin: 0;
	}

	.form-contact .row {
		margin: 0;
	}

	.form-contact .col-1-2 {
		width: 100%;
		float: none;
		padding: 0;
	}

	.form-contact .wrapper-email, .form-contact .wrapper-address {
		display: none;
	}

	.form-contact .btn-action {
		margin-top: 15px;
	}

	.form-contact {
		left: 56%;
		top: 40%;
	}
}



.list-people-support-in-cat {
	margin: 30px 0;
}

.container980 {
	max-width: 1200px !important;
	margin: auto;
}

.list-people-support-in-cat .title-box {
	background: #232933;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: solid 3px #1660ad;
}

.item-support-vertical {
	text-align: center;
	background: #f3f3f3;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

	.item-support-vertical > img {
		height: 95px;
	}

.radius50 {
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.item-support-vertical .info b {
	font-size: 16px;
	display: block;
	margin: 8px 0;
}

.item-support-vertical .info img {
	height: 18px;
	vertical-align: middle;
}

.itemGetDataSupport a {
	color: #333;
}

.item-support-vertical .info img {
	height: 18px;
	vertical-align: middle;
}

.itemGetDataSupport a {
	color: #333;
}

.box-group {
	position: relative;
	float: left;
	margin-bottom: 12px;
	/* width: 82%; */
}

	.box-group a {
		background: url(../images/search.png) no-repeat;
		position: absolute;
		right: 14px;
		top: -3px;
		height: 36px;
		width: 37px;
	}

@media screen and (min-width: 1200px) {
	.col-lg-25 {
		width: 20%;
	}
}

.search-lalanguage {
	position: absolute;
	right: 0;
}

.elementor-image-box-wrapper {
	background: #09b89d;
	overflow: hidden;
	padding-top: 15px;
	color: #fff;
}

	.elementor-image-box-wrapper h4 {
		color: #fff;
	}

.btnSignup-3.button {
	background: #09b89d;
	border: none;
	color: #fff;
}

body {
	top: 0 !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1494234329485{
	border: 1px solid #c0bfbf;
    padding: 10px;
    border-radius: 12px;
}
.sharaholder-us-items {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.icon-file-pdf {
    float: left;
    width: 100px;
    height: 100px;
    color: white;
    margin-top: 6px;
    margin-right: 14px;
    font-family: 'Cambria';
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    background-size: 100% 100%;
}

.sharaholder-us-content {
    float: left;
    position: relative;
    width: 88%;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #d8d8d8; */
    padding-top: 20px;
}

.sharaholder-us-title {
    /* font-family: 'Cambria'; */
    font-size: 18px;
    color: #000000;
}

    .sharaholder-us-title a {
        text-decoration: none !important;
        color: #000;
    }

.sharaholder-us-date {
    /* font-family: 'BarlowSemiCondensed-SemiBold'; */
    font-size: 14px;
    color: #bfbfbf;
}

.sharaholder-us-down {
    cursor: pointer;
}

    .sharaholder-us-down a {
        position: absolute;
        content: "";
        cursor: pointer;
        width: 95px;
        /* font-family: 'Roboto-Regular'; */
        font-size: 14px;
        border: 1px solid #9c3034;
        line-height: 28px;
        text-align: center;
        color: #9c3034;
        border-radius: 6px;
        height: 28px;
        top: 24px;
        right: 0;
        text-decoration: none !important;
    }

    .sharaholder-us-down i {
        margin-right: 2px;
    }

.icon-file-pdf img {
    width: 100px;
    height: 100px;
}

.sharaholder-us-items {
    border-bottom: 1px solid #09b89d;
    padding-bottom: 10px;
}

.sharaholder-us-down a:hover {
    background: red;
    color: #fff;
}

.down-sharehold-details a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 8px 40px;
    background: #ffffff;
    font-weight: 600;
    color: #ed1c24;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    border: 1px solid #ed1c24;
    text-decoration: none;
}

    .down-sharehold-details a span {
        position: relative;
        z-index: 1;
    }

    .down-sharehold-details a:hover {
        color: white;
        background: red;
    }