* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: FC-Minimal;
	src: url('../fonts/FC-Minimal/FC\ Minimal\ Bold.ttf');
}

@font-face {
	font-family: FC-Iconic;
	src: url('../fonts/FC-Iconic-Text/FC\ Iconic\ Text\ Regular\ ver\ 1.00.ttf');
}


html {
	scroll-behavior: smooth;
}

body {
	background: #eee;
	width: 100%;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: FC-Minimal;
	color: #fff;
}

p,
label,
small {
	font-family: FC-Iconic;
}

a {
	text-decoration: none;
	color: #393E46;
}

li {
	list-style-type: none;
}

#dropdown-menu-paragraphFormat-1 h1,
#dropdown-menu-paragraphFormat-1 h2,
#dropdown-menu-paragraphFormat-1 h3,
#dropdown-menu-paragraphFormat-1 h4,
#dropdown-menu-paragraphFormat-1 h5,
#dropdown-menu-paragraphFormat-1 h6 {
	color: #393E46;
}


::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: FC-Iconic;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-family: FC-Iconic;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-family: FC-Iconic;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-family: FC-Iconic;
}


.form-control {
	border-radius: 1px !important;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #393E46;
	border: 1px solid #393E46;
	border-radius: 1px;
}




.btn {
	font-family: FC-Minimal;
	border-radius: 2px !important;
	font-weight: bold;
	transition: 0.5s;
}

.btn-outline-info {
	color: #2196f3;
	border-color: #2196f3;
}

.btn-outline-info:hover {
	background: #2196f3;
	border-color: #2196f3;
	color: #fff;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	color: #2196f3;
	background: #fff;
	box-shadow: 0 0 0 .1rem #2195f3a8 !important;
}

.btn-outline-success {
	color: #149684;
	border-color: #149684;
}

.btn-outline-success:hover {
	background: #149684;
	border-color: #149684;
	color: #fff;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	color: #149684;
	background: #fff;
	box-shadow: 0 0 0 .1rem #149685a8 !important;
}

.btn-outline-warning {
	color: #F07B46;
	border-color: #F07B46;
}

.btn-outline-warning:hover {
	background: #F07B46;
	border-color: #F07B46;
	color: #fff;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	color: #F07B46;
	background: #fff;
	box-shadow: 0 0 0 .1rem #F07B46a8 !important;
}

/* ------------------------------------------- */
header {
	display: flex;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
	background: #0F4C75;
}

.h-img img {
	width: 70px;
	margin-right: 20px;
}

.h-title {
	display: flex;
	align-items: center;
}

.h-img-2 img {
	width: 70px;
}

/* ------------------------------------------ */


.head_table {
	background: #0F4C75;
	padding: 10px;
	text-align: center;
}

.head_table .row h5 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

.detail_table {
	padding: 10px;
	border-bottom: solid #eee 2px;
}

.detail_table .count_reply,
.detail_table .count_view {
	text-align: center;
	font-weight: bold;
}

.detail_table .title label {
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}

.detail_table .title small {
	font-size: xx-small;
	font-weight: bold;
	color: #3282B8;
}

.detail_table:hover {
	background: #BBE1FA;
	transition: 0.2s;
}

.detail_table a:hover {
	color: #393E46;
}


#view_page {
	background: #fff;
	padding: 15px;
	margin: 20px 0px 20px 0px;
}


.forum_control {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	margin-top: 20px;
}




.forum_title_box {
	margin: 10px 0px 10px 0px;
	width: 40%;
}





.forum_btn {
	margin: 0px 0px 15px 0px;
	text-align: end;
}




.forum_title {
	background: #0F4C75;
	padding: 10px;
	display: flex;
	align-items: center;
}

.forum_title h5 {
	margin-bottom: 0;
}

.forum_detail {
	background: #BBE1FA;
	padding: 10px;
}

.forum_detail p {
	color: #002833;
}

.u_img {
	text-align: center;
}

.u_img img {
	width: 100px;
	margin: 0px 0px 15px 0px;
}

.u_detail {
	display: grid;
	background: #0f4c75;
	padding: 5px;
	border-radius: 5px;
}

.u_detail label {
	font-size: x-small;
	font-weight: bold;
	margin-top: 5px;
	color: #fff;
}

.u_detail label span img {
	width: 15px;
}

.t_date {
	background: #393e46;
	color: #fff;
	font-size: xx-small;
	text-align: end;
	padding: 4px 20px 2px 2px;
}






/* ---------------------pagination-------------------- */
.nav_page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px 0px 0px;
}

.pagination {
	list-style-type: none;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.nav_page ul {
	margin-bottom: 0;
}

.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}

.pagination li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 2px;
}

.pagination li a:hover {
	background-color: #d4dada;
}

.pagination .next a,
.pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}

.pagination .currentpage a {
	background-color: #0f4c75;
	color: #fff;
}

.pagination .currentpage a:hover {
	background-color: #0f4c75;
}

/* ------------------------------------------ */


.forum_reply {
	margin: 30px 0px 0px 0px;
}



.forum_reply_title,
.forum_create_title {
	background: #393E46;
	padding: 10px;
	display: flex;
	align-items: center;
}

.forum_reply_title h5,
.forum_create_title h5 {
	margin-bottom: 0;
}

.user_reply_name,
.user_create_name {
	margin: 15px 0px 15px;
}



.forum_reply_btn,
.forum_create_btn {
	text-align: end;
}

.warning_alert {
	display: none;
	font-size: small;
	color: #dc3545;
	transition: 0.5s;
}

.warning_alert span {
	color: #dc3545;
}


.forum_reply_editor {
	display: none;
}








.reply_detail {
	background: #eee;
	padding: 20px 20px 0px 25px;
}

.view_reply .u_profile {
	display: flex;
	align-items: center;
	background: #ccc;
	padding: 2px 0px 3px 10px;
}

.view_reply .u_profile .u_img img {
	width: 32px;
	margin: 0px 0px 0px 0px;
}

.view_reply .u_profile .u_detail {
	margin-left: 15px;
	background: none;
	padding: 0px;
	border-radius: 0px;
}

.view_reply .u_profile .u_detail label {
	color: #0F4C75;
}

.view_reply .t_detail {
	padding-bottom: 100px;
}

.view_reply .t_date {
	display: flex;
	justify-content: space-between;
	background: #0f4c75;
	color: #fff;
	padding: 1px 10px 2px 10px;
	margin-bottom: 30px;
}

.view_reply .t_date label {
	font-size: xx-small;
}

.view_reply .t_date label span img {
	width: 10px;
}

.view_reply .reply_title {
	display: flex;
	justify-content: space-between;
	background: #ccc;
	color: #0F4C75;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
}

.view_reply .reply_title label {
	font-family: FC-Minimal;
	background: #0F4C75;
	color: #fff;
	padding: 5px 10px 5px 10px;
}

.view_reply .reply_title label span img {
	width: 10px;
}


/* --------------------froala_editor--------------------- */

.fr-toolbar.fr-top {
	border-radius: 0px 0px 0 0 !important;
	-moz-border-radius: 0px 0px 0 0 !important;
	-webkit-border-radius: 0px 0px 0 0 !important;
}

.fr-second-toolbar {
	border-radius: 0 0 0px 0px !important;
	-moz-border-radius: 0 0 0px 0px !important;
	-webkit-border-radius: 0 0 0px 0px !important;
}


/*-------------------- sweet_loader --------------------*/
.sweet_loader {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-name: ro;
	transform-origin: 50% 50%;
	transform: rotate(0) translate(0, 0);
}

@keyframes ro {
	100% {
		transform: rotate(-360deg) translate(0, 0);
	}
}


/*-------------------- swal2 --------------------*/
.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	width: 32em;
	max-width: 100%;
	padding: 1.25em;
	border: none;
	border-radius: 5px;
	background: #f8f9fa;
	font-family: inherit;
	font-size: 12px;
}


/* Add Animation */
.zoom_in {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.3s;
	animation-name: zoom;
	animation-duration: 0.3s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.slide_left {
	-webkit-animation-name: slide_left;
	-webkit-animation-duration: 0.3s;
	animation-name: slide_left;
	animation-duration: 0.3s;
}

@-webkit-keyframes slide_left {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

@keyframes slide_left {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}



.slide_down {
	-webkit-animation-name: slide_down;
	-webkit-animation-duration: 0.3s;
	animation-name: slide_down;
	animation-duration: 0.3s;
}

@-webkit-keyframes slide_down {
	from {
		height: 0;
	}

	to {
		height: 100;
	}
}

@keyframes slide_down {
	from {
		height: 0;
	}

	to {
		height: 100;
	}
}




.mark,
mark {
	/* padding: .2em; */
	background-color: #dc35453b;
	border: solid #dc3545 1px;
	border-radius: 2px;
	transition: 0.5s;
}

.furum_none {
	display: flex;
	align-items: center;
	justify-content: center;
}

.furum_none img {
	width: 250px;
	height: 250px;
	opacity: 20%;

	transition: 0.3s;
}

.furum_none img:hover {
	width: 250px;
	height: 250px;
	opacity: 100%;

	transition: 0.3s;
}


.f_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_icon img {
	width: 30px;
	height: 30px;
	transition: 0.3s;
}


.cus_text {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;

	transition: 0.3s;
	padding: 10px 30px 10px 10px;
}

/* --------------------footer--------------------- */
footer {
	padding: 25px 0px 0px 0px;
	background: #0F4C75;
}

.copyright {
	text-align: center;
	background: #393E46;
	color: #ffffff;
}

.copyright a {
	font-weight: bold;
	color: #F07B46;
}

.footer_info {
	display: flex;
	align-items: center;
	padding: 0px 0px 25px 0px;
}

.footer_info .f_img img {
	width: 150px;
	height: auto;
}

.footer_info .f_text {
	margin-left: 20px;
	color: #fff;
	font-weight: bold;
}

.load_page {
	transition: 1s;
}









@media (max-width: 600px) {

	.forum_control {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background: #fff;
		padding: 15px;
		margin-top: 20px;
	}

	#search_forum,
	#search_btn {
		display: none;
	}

	.forum_control .f_control_btn {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.footer_info {
		justify-content: space-evenly;
	}

	.footer_info .f_img img {
		width: 80px;
		height: auto;
	}

	.footer_info .f_text {
		font-size: x-small;
	}

	.footer_info .f_text p {
		margin-bottom: 5px;
	}

	.copyright {
		font-size: xx-small;
	}

	.copyright a img {
		width: 12px;
	}

}







input[type=checkbox] {
	-ms-transform: scale(1.5);
	/* IE */
	-moz-transform: scale(1.5);
	/* FF */
	-webkit-transform: scale(1.5);
	/* Safari and Chrome */
	-o-transform: scale(1.5);
	/* Opera */
	transform: scale(1.5);
	padding: 10px;
	margin-top: 0px;
}

.checkboxtext {
	font-size: 110%;
	display: inline;
}

input[type='checkbox']:after {
	width: 15px;
	height: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='checkbox']:checked:after {
	width: 15px;
	height: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #dc3545;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.checkbox_ed input[type=checkbox] {
	margin-top: 0px;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 0.5em;
	margin-bottom: 0rem;
	text-align: start !important;
}

.check_s {
	padding-right: 15px;
}


.form-check_reply {
	text-align: end;
}

.form-check_reply h5{
	color: #393e46 !important;
}