
html {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 100%;
	width: 100%;
}

body {
	font-size: 1rem;
	margin: 0;
	/*overflow: hidden;*/
	overflow-x: hidden;
	font:Arial, Helvetica, sans-serif;
}

a {
	color: #1d1d1f;
	transition: all 0.8;
}

a:hover,
a:focus {
	color: #C9302C;
	text-decoration: none;
}

ul {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* Home Style */
#tf-home {
	background-color: #000000;
	padding: 0;
	position:fixed; /*absolute*/
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 3;
}

#tf-home .overlay {
	background: #000000;
	height: auto;
	/* 	background-attachment: fixed; */
}

/* Navigation */
#tf-menu {
	margin-bottom: 0;
	background: transparent;
	border: 0;
	height: 60px;
	width: 100%;
	color: rgba(11, 11, 11, 0.8) !important;
	padding: 0;
	transition: all 0.5s;
}

#sticky {
	padding: 0.5ex;
	background-color: #333;
	color: rgba(11, 11, 11, 0.8);
	/* font-size: 2rem; */
	border-radius: 0.5ex;
}

#tf-menu.stick {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: #000000;
	padding: 1% 0;
}

#tf-menu.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 1px;
}

#tf-menu.navbar-default .navbar-nav>li>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #424245;
}

#tf-menu.navbar-default .navbar-nav>li>a:active,
#tf-menu.navbar-default .navbar-nav>li>a:focus {
	color: #C9302C;
	background-color: transparent;
}

#tf-menu .container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 2;
}

#tf-menu .menu-header {
	display: block;
	z-index: 5;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	padding-right: -2rem;
}

#tf-menu .menu-header-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	height: 40px;
	z-index: 1;
	vertical-align: top;
}

#tf-menu .menu-icon {
	margin-left: -15px;
	position: absolute;
	z-index: 1;
	top: 17px;
	border-bottom: none;
}

#tf-menu .home-logo {
	position: relative;
	width: 103px;
	top: 5px;
	left: 40%;
	margin-left: -24px;
	text-align: center;
	z-index: 1;
}

#tf-menu .menu-lang {
	float: right;
	top: 13px;
	margin-right: -10px;
	display: block;
	position: relative;
	visibility: visible;
	z-index: 1;
	-webkit-transition: opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
	transition: opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
	transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1);
	transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

#tf-menu .menu-item-list {
	overflow-y: scroll;
	background: #000000;
}

#tf-menu .text-small {
	font-size: 0.85rem;
	font-weight: 300;
	color: #FFFFFF;
	background-color: transparent;
	letter-spacing: 1px;
}

.menu-item-list-collapse>li {
	line-height: 35px;
}

#collapse1.card-body .menu-item-list-collapse>li>a:after {
	content: '';
	display: block;
	width: 95%;
	height: 1px;
	background: #FFFFFF;
	margin-bottom: 3px;
}

#collapse1.card-body .menu-item-list-collapse>li>a:focus {
	color: #C9302C;
	background-color: transparent;
}

#collapse2.card-body .menu-item-list-collapse>li>a:after {
	content: '';
	display: block;
	width: 95%;
	height: 1px;
	background: #FFFFFF;
	margin-bottom: 3px;
}

#collapse2.card-body .menu-item-list-collapse>li>a:focus {
	color: #C9302C;
	background-color: transparent;
}

#collapse3.card-body .menu-item-list-collapse>li>a:after {
	content: '';
	display: block;
	width: 95%;
	height: 1px;
	background: #FFFFFF;
	margin-bottom: 3px;
}

#collapse3.card-body .menu-item-list-collapse>li>a:focus {
	color: #C9302C;
	background-color: transparent;
}

.main-container {
	margin-top: 55px;
}

#iframeMain {
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
}

.space{height:60px;width:100%}
#contain{
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	border: none;
	overflow-y:auto;
	padding-bottom:100px;
}
