a{
	color: inherit;
}

a:hover{
	text-decoration: none;
	color: inherit;
}

.navbar-brand, .navbar-nav>li>a{
	text-shadow: none;
}

.navbar{
	margin-bottom: 0px;
}

@media (min-width: 768px){
	.d-md-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.navbar {
		border-radius: 0px;
	}
}

img{
	vertical-align: top;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
	background-image: none;
	box-shadow: none;
	background-color: transparent;
}

.navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li:focus>a{
	background-image: none;
	box-shadow: none;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-image: none;
	box-shadow: none;
	background-color: transparent;
}

.navbar{
	background-image: none;
	box-shadow: none;
	border: none;
	margin: 0px;
	border-radius: 0px;
}

.relative{
	position: relative;
	z-index: 1;
}

.margin-auto{
	margin: auto;
}

.tab_chosen{
	display: none;
}

.spacing_5{
	height: 5px;
}

.spacing_10{
	height: 10px;
}

.spacing_15{
	height: 15px;
}

.spacing_30{
	height: 30px;
}

.spacing_50{
	height: 50px;
}

.spacing_80{
	height: 80px;
}

.spacing_100{
	height: 100px;
}

.spacing_150{
	height: 130px;
}

.tab_chosen{
	display: none;
}

.va-top{
	vertical-align: top;
}

.va-mid{
	vertical-align: middle;
}

.va-bottom{
	vertical-align: bottom;
}

@media(min-width: 768px){
	.div-tb-sm{
		display: table;
		width: 100%;
	}

	.div-tr-sm{
		display: table-row;
	}

	.div-td-sm{
		display: table-cell;
	}

	.wd50-sm{
		width: 50%;
	}
}

@media(min-width: 992px){
	.div-tb-md{
		display: table;
		width: 100%;
	}

	.div-tr-md{
		display: table-row;
	}

	.div-td-md{
		display: table-cell;
	}

	.wd50-md{
		width: 50%;
	}

	.col-md-2-4{
		width: calc(100% / 5);
		width: 20%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-md-2-5{
		width: calc(100% / 6);
		width: 16.66666666666666666667%;
		padding-left: 15px;
		padding-right: 15px;
	}

		/*.col-md-2-5:nth-child(6n+1){
		clear: left;
		}*/
	}

	@media(max-width: 992px){
	/*.col-md-2-5:nth-child(2n+1){
		clear: left;
		}*/
	}

	.maxw800{
		max-width: 800px;
		margin: auto;
	}

	.maxw600{
		max-width: 600px;
		margin: auto;
	}

	.carousel-control.left,.carousel-control.right{
		background-color: transparent;
		background-image: none;
	}

	.pop_up{
		z-index: 1031;
		position: fixed;
		padding-top: 80px;
		padding-bottom: 80px;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: none;
		overflow: auto;
		padding-left: 25px;
		padding-right: 25px;
	}

	@media(max-width: 768px){
		.pop_up{
			max-height: 550px;
		}
	}

	.pop_up_bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(51,51,51,0.7);
		z-index: -1;
	}

	.pop_up_content{
		max-width: 900px;
		margin: auto;
		background-color: #fff;
		padding: 50px;
		padding-top: 50px;
		position: relative;
	}

	.pop_up_close{
		position: absolute;
		top: 25px;
		right: 25px;
		z-index: 1;
	}

	.hide_height_overflow{
		max-height: 450px;
		overflow: auto;
		text-align: justify;
	}

	@media(max-width: 768px){
		.hide_height_overflow_sm{
			max-height: 450px;
			overflow: auto;
		}
	}

	.pop_up_open{
		overflow: hidden;
		padding-right: 17px;
	}

	.dropzone{
		min-height: auto;
		border: none;
		background: transparent;
		padding: 0;
	}

	
	/*  display   */
	.d-flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

	.d-block {
		display: block;
	}

	.d-none {
		display: none;
	}

	.d-flex:before, .d-flex:after {
		content: normal;
	}
	.flex-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.align-items-center {
		align-items: center;
	}

	.align-items-end {
		align-items: flex-end;
	}

	.justify-content-center {
		justify-content: center;
	}

	.text-left {
		text-align: left;
	}
	.text-center {
		text-align: center;
	}
	.text-right {
		text-align: right;
	}
	.text-justify {
		text-align: justify;
	}

	/*	font color	*/
	.primary {
		color: #69C9D8;
	}
	.white {
		color: #fff !important;
	}
	.black {
		color: #000 !important;
	}
	.lightgray {
		color: #f2f2f2 !important;
	}
	.gray {
		color: #E0E0E0 !important;
	}
	.darkgray {
		color: #3e3e3e !important;
	}

	/*  background colour  */
	.bg-none {
		background-color: transparent;
	}
	.bg-white {
		background-color: #fff !important;
	}
	.bg-lightgray {
		background-color: #f2f2f2 !important;
	}
	.bg-gray {
		background-color: #E0E0E0 !important;
	}

	.bg-darkblue {
		background-color: #005F75 !important;
	}

	/*  spacing   */

	.w-5 {
		width: 5%;
	}

	.w-10 {
		width: 10%;
	}

	.w-15 {
		width: 15%;
	}

	.w-20 {
		width: 20%;
	}

	.w-30 {
		width: 30%;
	}

	.w-40 {
		width: 40%;
	}

	.w-50 {
		width: 50%;
	}

	.w-60 {
		width: 60%;
	}

	.w-65 {
		width: 65%;
	}

	.w-70 {
		width: 70%;
	}

	.w-75 {
		width: 75%;
	}

	.w-80 {
		width: 80%;
	}

	.w-90 {
		width: 90%;
	}

	.w-100 {
		width: 100%;
	}

	@media(min-width: 768px) {
		.w-md-5 {
			width: 5%;
		}

		.w-md-10 {
			width: 10%;
		}

		.w-md-15 {
			width: 15%;
		}

		.w-md-20 {
			width: 20%;
		}

		.w-md-30 {
			width: 30%;
		}

		.w-md-40 {
			width: 40%;
		}

		.w-md-50 {
			width: 50%;
		}

		.w-md-60 {
			width: 60%;
		}

		.w-md-65 {
			width: 65%;
		}

		.w-md-70 {
			width: 70%;
		}

		.w-md-75 {
			width: 75%;
		}

		.w-md-80 {
			width: 80%;
		}

		.w-md-90 {
			width: 90%;
		}

		.w-md-100 {
			width: 100%;
		}
		
		.text-md-center {
			text-align: center;
		}
		.text-md-left {
			text-align: left;
		}
		.text-md-center {
			text-align: center;
		}
		.text-md-right {
			text-align: right;
		}
		.text-md-justify {
			text-align: justify;
		}
	}

	/*  text color  */
	.text-muted {
		color: #6c757d !important;
	}

	/*  font size   */
	.font-sm {
		font-size: 1rem;
	}

	.font-smd {
		font-size: 1.25rem;
	}

	.font-md {
		font-size: 1.5rem;
	}

	.font-lg {
		font-size: 2rem;
	}

	.font-xl {
		font-size: 3rem;
	}

	.font-xxl {
		font-size: 5rem;
	}

	@media(max-width: 425px) {
		.font-xs-sm {
			font-size: 1rem;
		}

		.font-xs-smd {
			font-size: 1.25rem;
		}

		.font-xs-md {
			font-size: 1.5rem;
		}

		.font-xs-lg {
			font-size: 2rem;
		}

		.font-xs-xl {
			font-size: 3rem;
		}

		.font-xs-xxl {
			font-size: 5rem;
		}
		.text-xs-left {
			text-align: left;
		}
		.text-xs-center {
			text-align: center;
		}
		.text-xs-right {
			text-align: right;
		}
		.text-xs-justify {
			text-align: justify;
		}
	}


	/*	font weight 	*/
	.fw-n {
		font-weight: normal;
	}
	.fw-b {
		font-weight: bold;
	}

	/*  cursor  */
	.pointer {
		cursor: pointer;
	}

	/*  search bar  */
	nav input#search {
		width: 180px;
	}

	/*  border */
	.rounded {
		border-radius: 5px;
	}

	.slick-prev:before {
		content: '\f053' !important;
	}

	.slick-next:before {
		content: '\f054' !important;
	}

	.slick-prev:before, .slick-next:before {
		font-family: fontAwesome !important;
		font-size: 20px !important;
		line-height: 1 !important;
		opacity: .75 !important;
		color: #69C9D8 !important;
		-webkit-font-smoothing: antialiased !important;
	}
