.deep-blue {
	background-color: #1062d0;
}
.text-blue {
	color: #1062d0;
}
.text-gary {
	color: #bec8cf;
}

.footer-link {
	font-family: BaiJamjuree,'Microsoft JhengHei',STHeiti,'LiHei Pro','WenQuanYi Zen Hei',Arial,sans-serif;
	color: #cccaca;
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
}
.a1 {
	vertical-align: middle;
}
.featured_block {
	padding: 0px 0px 0px 0px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg-a-50 {
	background-color: rgba(255, 255, 255, 0.2);
}

.rounded-5 {
	border-radius: 5rem !important;
}
.rounded-2 {
	border-radius: 2rem !important;
}
.rounded-3 {
	border-radius: 3rem !important;
}
.rounded-1 {
	border-radius: 1rem !important;
}

.rounded-L-TB {
	border-top-right-radius: 3rem !important;
	border-bottom-right-radius: 3rem !important;
}

.hand {
	cursor: pointer;
}

.deep-green {
	color: #23391b;
}

.bg-deep-green {
	background-color: #23391b;
}
.bg-cafe {
	background-color: #b67e4d;
}
.t-blue {
	color: #007bff;
}
.border-2 {
	border: 5px solid #eee !important;
}

/*�̷s����*/
.bg-new {
	background-color: #828282;
}
.title-new {
	color: #1062d0;
	letter-spacing:8px;
	font-weight:500;
}
.sub-w {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
}

.sub-w:hover {
	color: #fff;
	text-decoration: underline;
}

.bg-word-light {
	color: rgba(0, 0, 0, 0.125);
	font-size: 50px;
	margin:-55px 0 0 50px;
}

#list:hover {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*-- //Responsive Design --*/


.float-end {
	float: right !important;
}



.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}


/* Dropdown Button */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
}

	/* Links inside the dropdown */
	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

		/* Change color of dropdown links on hover */
		.dropdown-content a:hover {
			/*background-color: #ddd;*/
		}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}


/* The side navigation menu */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #002a63;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	border-right: 2px solid #fff;
}

.item-title {
	padding-left:20px;
	font-size: 18px;
	color: #818181;
	margin-bottom:0px !important
}

.sidenav a {
  padding: 8px 0px 0px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align:left;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.logo {
	margin-top:10px;
	width: 100%;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
@media (max-width: 768px) {
	.logo {
		width: 100%;
		background-image: url("../images/logo-h.jpg");
		background-position:left;
		height: 85px;
	}

}
@media (max-width: 567px) {
	.f26 {
		font-size: 18px !important
	}
	.form-row > [class*="col-"] {
		padding-right: 30px;
    padding-left: 30px;
	}
}

.line{
	border:1px solid #eee;
	width:100%;
}


.list-group-item-primary2 {
	color: #fff;
	background-color: #12bbad;
}

	.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
		color: #09615a;
		background-color: #a9e6e1;
	}

	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #09615a;
		border-color: #09615a;
	}


/*rwd-table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
}

	.rwd-table tr:nth-of-type(2n) {
		background: #eee;
	}

	.rwd-table th,
	.rwd-table td {
		margin: 0.5em 1em;
	}

.rwd-table {
	min-width: 100%;
}

	.rwd-table th {
		display: none;
		border-bottom: 2px solid #7a7a7a;
	}

	.rwd-table td {
		display: block;
	}

		.rwd-table td:before {
			content: attr(data-th) " : ";
			font-weight: bold;
			width: 6.5em;
			display: inline-block;
		}

	.rwd-table th, .rwd-table td {
		text-align: left;
	}

		.rwd-table th, .rwd-table td:before {
			color: #000;
			font-weight: bold;
			font-size:18px;
		}

@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}

	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;

	}

		.rwd-table th:first-child,
		.rwd-table td:first-child {
			padding-left: 0;
		}

		.rwd-table th:last-child,
		.rwd-table td:last-child {
			padding-right: 0;
		}

	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}

}




/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}

.b15{
	font-size:15px !important
	line-height:20px;
}
.l30{
	line-height:38px!important
}

.line-l {
	border-left: 1px solid #fff;
	padding: 5px 0 0 10px;
}
.line-r {
	border-right: 1px solid #fff;
	padding: 5px;
}
.line-b {
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.card-img10 {
	width: 10%;
	border-radius: calc(0.75rem - 0px);
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

	.switch input {
		opacity: 0;
		width: 0;
		height: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}


.notification .badge1 {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	border-radius: 50%;
	background: white;
	color: white;
}


	.badge:empty {
		display: none;
	}


/* Style all font awesome icons */
.fa1 {
	padding: 10px;
	font-size: 30px;
	width: 50px;
	border-radius: 50%;
	text-decoration: none;
	margin: 5px 2px;
}
.fa1-26 {
	padding: 12px 10px 12px 10px;
	font-size: 26px;
	width: 50px;
	border-radius: 50%;
	text-decoration: none;
	margin: 5px 2px;
}

	/* Add a hover effect if you want */
	.fa1:hover {
		opacity: 0.7;
	}
.fa1-26:hover {
	opacity: 0.7;
}

/* Set a specific color for each brand */

/* login�� */
#welcome .fa-facebook {
	background-color: #3c5995;
	color: white;
}

#welcome .fa-twitter {
	background-color: #57aceb;
	color: white;
}
#welcome .fa-google {
	background-color: #da3b31;
	color: white;
}
#welcome .fa-weixin {
	background-color: #48b042;
	color: white;
}
#welcome .fa-apple {
	background-color: #999;
	color: white;
}
#welcome .fa-qq {
	background-color: #f4a535;
	color: white;
}

.Connections {
	background-color: #3c5995;
	color: white;
	border-radius:3px;
}

.f9 {
	font-size: 9px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15{
	font-size:15px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f26 {
	font-size: 26px;
}
.f18 {
	font-size: 18px;
	font-weight:600;
}

.date-w {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: 600;
}
.line-h-32 {
	line-height:32px!important
}

.mt-21 {
	margin-top: 18px !important;
}

/*fotter */

#footer .fa-twitter, .fa-google, .fa-facebook, .fa-instagram, .fa-weibo, .fa-youtube-play {
	background-color: transparent;
	color: lightgray;
	border: 1px solid #e2e2e2;
}


#ta .table td {
	padding: 0.5rem;
	vertical-align:  middle;
	/*border-right: 1px solid #303030;*/
}



}
@media (max-width: 768px) {

	/* Animate state between .navbar and .navbar-ontop */
	.navbar {
		transition: background-color .5s ease-out;
	}

	.navbar-ontop {
		/*background-color: transparent !important; */
		background-color: #fff !important;
	}


}

.bg-danger-h {
	background-color: #CD171E !important;
	color: #fff;
}

@media (max-width: 990px) {
	.bg-danger-h {
		background-color: #ffffff !important;
		color: #000 !important;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-toggler-icon:active,
	.navbar-toggler-icon:focus,
	.navbar-toggler-icon:link {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(205, 23, 30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
}


.logo-h {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1080;
	margin:15px 0px 0 30px;
}

.bg-white {
	background-color:#fff;
	color:#000;
}

.bg-lightblue {
	background-color: #EDEDFC;
	color: #000;
}

	.bg-lightblue:hover {
		background-color: #EDEDFC;
		color: #656565;
	}

.text-lightpurple {
	color: #5E5ADB;
}

.bg-green {
	background-color: #43A047;
	color: #fff;
}
.line-f3 {
	border-top:8px solid #f3f3f3;
	margin-left:-27px;
	margin-right:-27px;
}


.nav-link-h.active {
	color: #da3a49;
	border: 5px solid #F5A519!important;
	border-radius:10px;
	padding:5px!important;
}

.w-150 {
	width: 150% !important;
}

.switch-table {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 18px;
}

	.switch-table input {
		opacity: 0;
		width: 0;
		height: 0;
	}


.slider-table {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider-table:before {
		position: absolute;
		content: "";
		height: 15px;
		width: 15px;
		left: 2px;
		bottom: 2px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider-table {
	background-color: #667080;
}

input:focus + .slider-table {
	box-shadow: 0 0 1px #667080;
}

input:checked + .slider-table:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(13px);
}

/* Rounded sliders */
.slider-table.round {
	border-radius: 18px;
}

	.slider-table.round:before {
		border-radius: 50%;
	}

/* input icon */
.input-icons i {
	position: absolute;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.icon {
	padding: 13px;
	color: #818181;

}

.icon-header {
	padding: 12px 0px 0px 8px;
	color: #c1c1c1;
	z-index: 999;
}
.border-w {
	border:1px solid #eee!important;
}
.icon-header
.input-field {
	width: 100%;
	padding: 10px;
	text-align: center;
}

form .icon-eye {
	right: 30px;
	padding:3px;
	cursor: pointer;
}

.tt-right{
	text-align:right;
}
.tt-right-l {
	justify-content: flex-end !important;
}

.pi {
	text-align:left;
	padding:0;
}
.pl {
	justify-content: flex-end !important;
}

@media (max-width: 768px) {
	.tt-right {
		text-align: left;
	}
	.tt-right-l {
		justify-content: flex-start !important;
	}

	.p-5 {
		padding: 2.5rem !important;
	}
	.button-100 {
		width: 100%;
	}
	.pi {
		text-align: center;
	}
	.pl {
		justify-content: center !important;
	}
}
.pic-overlap {
	margin-left:-14px;
	border:2px solid #fff;
}
.pic-overlap-37 {
	margin-left: -19px;
	border: 2px solid #fff;
}

.pic-overlap-10 {
	margin-left: -10px;
	border: 1px solid #fff;

}

.table-hover .table-h:hover {
	background-color: transparent;
}

	.table-hover .table-h:hover > td,
	.table-hover .table-h:hover > th {
		background-color: #f3f3f3;
	}
.m-10pl {
	margin: 8px 0px 0px -10px;
}
.m-10px {
	margin: -10px -10px -10px -17px;
}
.m-20px {
	margin: 0px 0px 0px -20px;
}
.btn-w {
	text-align: left;
	padding: 0.375rem 2rem;
}

. btn-group-a{
	display: block ;
}

.border-r {
	border-radius:0px 10px 10px 0px!important;
}
.row-fluid {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}


/* The container */
.container {
	display: block;
	position: relative;
	/*padding-left: 35px;
	margin-bottom: 20px;*/
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	margin:0px 0px 0px 10px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	border: 1px solid #dc3545;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #dc3545;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#include .table td {
	padding: 0.75rem;
	vertical-align: top!important;
	border-top: 1px solid #dee2e6;
}


@font-face {
	font-family: DS-Digital;
	src: url(../font/DS-DIGI.TTF);
}
.time0 {
	font-family: DS-Digital;
	font-size: 40px;
	line-height:25px;
}

#red .text-danger {
	color: #dc3545 !important;
}

#red a.text-danger:hover, a.text-danger:focus, a.text-gary:hover {
	color: #bd2130 !important;
}

.bbtn {
	display: inline-table!important;
}

.cross-fade-image {
	background: no-repeat center / contain;
	background-image: -webkit-cross-fade(url(../images/welcome-frame-bg1.jpg), url(../images/welcome-frame-bg1.jpg), 30%);
	background-image: cross-fade(url(../images/welcome-frame-bg1.jpg), url(../images/welcome-frame-bg1.jpg), 30%);
}

.box-p {
	position: relative;
	z-index: 0;
}

	.box-p::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: url(../images/welcome-frame-bg1.jpg);
		background-position: center center, center center;
		background-size: cover, cover;
		z-index: -1;
		opacity: .9;
		border-radius: 2rem !important;
	}

.header-w {
	color: #fff;
}

.pad-5 {
	padding-left: 20px;
}

.bt-r_S-l {
	text-align:right;
}

#page-a .m-2 {
	margin: 0.75rem !important;
}

#usermenu {
	top: 30px !important;
}

#username .dropdown-menu {
	left: -90px;
}

#D_line {
	display: inline-block;
}

@media (max-width: 990px) {

	.header-w {color:#000;
	}
	.navbar-nav {
		background-color: #fff;
		display: block !important;
	}
	.line-r {
		border-right: 0!important;
		padding: 5px;
	}
	.line-l {
		border-left: 0 !important;
		padding: 5px;
	}
	.order-a {
		order: 13;
	}
	.order-b {
		order: -1;
	}
	.pad-5 {
		padding-left:5px;
	}
	.pad-2 {
		padding-left: 2px;
	}
	#page .p-2 {
		padding: 0rem !important;
	}
	#page-a .m-2 {
		margin: 0.5rem !important;
	}
	#page-a .ml-1 {
		margin: 0rem !important;
	}

}

@media (max-width: 560px) {
	.nav {
		display:  block;
	}
	.container-fluid {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		margin-right: auto;
		margin-left: auto;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.bt-r_S-l {
		text-align: left;
	}
	#D_line {
		display: inline-grid;
	}
}
.ii {
	width:30px;
}

.col-pic {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 110px;
	padding:0 2px 0 2px;
}

.col-pic-64 {

	width: 64px;
	padding: 0 2px 0 2px;
}

div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	width: 100%; /* Full width */

	border: 1px solid #ccc; /* Gray border */
	/*border-radius: 4px;  Rounded borders */
	box-sizing: border-box; /* Make sure that padding and width stays in place */
	resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
	/*background-color: #04AA6D;*/
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

	/* When moving the mouse over the submit button, add a darker green color */
	input[type=submit]:hover {
		background-color: #45a049;
	}

/* Add a background color and some padding around the form */

#form-h input[type=text] {
	border: none;
	border-bottom: 1px solid #BDBDBD;
	background-color: transparent;
}

#form-h:hover {
	background-color: #F7F7FA;
	background-image: url("../images/pen.png");
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: right top;
	;
	right: 10px;
}
.form-bg {
	background-color: #F7F7FA;
}

	.btn-gary {
	color: #fff;
	background-color: #979797;
	border-color: #979797;
}

	.btn-gary:hover {
		color: #fff;
		background-color: #1d1d1d;
		border-color: #171717;
	}

	.btn-gary:focus, .btn-gary.focus {
		box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
	}

	.btn-gary.disabled, .btn-gary:disabled {
		color: #fff;
		background-color: #979797;
		border-color: #979797;
	}

	.btn-gary:not(:disabled):not(.disabled):active, .btn-gary:not(:disabled):not(.disabled).active,
	.show > .btn-gary.dropdown-toggle {
		color: #fff;
		background-color: #171717;
		border-color: #101010;
	}

		.btn-gary:not(:disabled):not(.disabled):active:focus, .btn-gary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-gary.dropdown-toggle:focus {
			box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.5);
		}

.radius-0 {
	border-radius: 0!important;
}

.py-4_5 {
	padding-top: 5rem !important;
	padding-bottom: 1.5rem !important;
}
