*{
	padding: 0; margin: 0;
	transition: all .4s;
}
html{
	scroll-behavior: smooth;
}
.bg-dark{
	background-color: transparent !important;
}
.bg-darken{
	background-color: rgba(0, 0, 0, 0.2);
}
.navbar-nav{
	margin-right: 20px;
	margin-left: auto;
}
.navbar-nav a{
	margin-left: 20px;
	margin-right: 20px;
}
.navbar-nav a[href]{
    color: white !important;
}
.navbar-nav a:hover{
	color: #12a89f !important;
}
.navbar-toggler:focus{
	outline: 0;
}
.header{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background-image: transparent;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 1);
}
.yellow{
	color: #12a89f;
}
.green{
	color: #12a89f;
}
/* Banner Image */
.banner-image{
	position: relative;
	/* height: 695px; */
	height: 100vh;
	background: url('../image/banner.jpg') no-repeat center;
	background-size: cover;
}
.banner-sub-page{
	position: relative;
	/* height: 695px; */
	height: 40vh;
	background: url('../image/banner-sub-page.jpg') no-repeat center;
	background-size: cover;
}
.bg-color{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 2;
}
/* container */
.container-mod{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}
.container-mod-sub-page{
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.disable-select {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
.container-mod h1, .container-mod-sub-page h1{
	font-weight: 900;
	color: #12a89f;
	font-size: 52px;
	font-family: 'Rajdhani', sans-serif;
}

.container-mod p{
	font-size: 18px;
}
.container-mod a[href]{
	font-weight: 900;
}
/* abouts */
#about{
	/* position: relative;
	background: url('../image/darker-bg.jpg') no-repeat center;
	background-size: cover; */
	background-color: white;
}
.about, .operation, .corevalues, .sub-section, .sub-section-without-font-size{
	overflow: hidden;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}
.about-h1, .operation-h1, .corevalues-h1, .sub-section-h1{
	text-align: center;
	padding-top: 90px;
	padding-bottom: 60px;
	font-weight: 900;
	color: #12a89f;
	font-family: 'Rajdhani', sans-serif;
}
.sub-title{
	font-weight: 900;
	color: #12a89f;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
}
.sub-title-without-align{
	font-weight: 900;
	color: #12a89f;
	font-family: 'Rajdhani', sans-serif;
}
.padding-page{
	padding-top: 90px;
	padding-bottom: 60px;
}
.about p, .operation p, .corevalues p, .sub-section{
	font-size: 18px;
}
.about-more, .operation-more, .corevalues-more{
	margin: 0 auto 60px auto;
	font-weight: 900;
	border: 1px solid #12a89f;
}
.about-more:hover, .operation-more:hover, .corevalues-more:hover{
	border: 1px solid #12a89f;
}
/* operation */
#operation,.sub-section-2{
	background-color: #eee;
}
/* corevalues */
#corevalues, .sub-section-1{
	background-color: white;
}
.stroked-header
{
	-webkit-text-stroke: 1px #12a89f;
    -webkit-text-fill-color: white;
	font-family: 'Rajdhani', sans-serif;
}
.corevalues-content .w-75 ol li{
	list-style-type: none;
}
/* contact-us */
#contact-us{
	position: relative;
	background: url('../image/dji_0142.jpg') no-repeat center;
	background-size: cover;
	background-color: white;
	color: white;
}
.footer-darker-bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	z-index: 2;
}
.footer-darker-bg h3{
	color: #12a89f;
}
.contact-us{
	overflow: hidden;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}
.contact-us-h1{
	text-align: center;
	padding-top: 90px;
	padding-bottom: 60px;
	font-weight: 900;
	color: #12a89f;
}
.contact-us-content .w-75 ol li{
	list-style-type: none;
}
.contact-us p, .operation p{
	font-size: 18px;
}
.contact-us-more{
	margin: 0 auto 60px auto;
	font-weight: 900;
	border: 1px solid #12a89f;
}
.contact-us-more:hover{
	border: 1px solid #12a89f;
}