html {
    border-top: 5px solid #fff;
    background: #181407;
    background-image: url("Logo/bg3.jpg");
    color: #2a2a2a;
}
        
html, body {
    margin:auto;
    font-family: 'pingFang'; 
}

@font-face {
   font-family: pingFang;
   src: url("Font/PingFang Regular.ttf");
}

#header{
    margin:auto;
    width:1000px;
    background-color:black;
	z-index: 5;
}
  
#logo{
    text-align: right;
}

#menuBar ul {
    list-style-type: none;
    text-align:center;
    padding: 0;
    overflow: hidden;
    background-color: #333;
   
}

#menuBar li {
    list-style-type: none;
    float: left;
     width:auto;
    margin:auto;
}

#menuBar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#menuBar li a:hover:not(.active) {
    background-color: #FE3C11;
}

#menuBar .active {
    background-color: red;
}

#content{
    width:1000px;
    margin:auto;
}
#slider {
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 4px;
}
        
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}
        
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 300px;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}
        
#slider ul li img{
    width: 500px;
    height: 300px;
}
        
a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
        
a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}
        
a.control_prev {
    border-radius: 0 2px 2px 0;
}
        
a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
        
.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
.main_news {
	table-layout: fixed;
	width: 98%;
	margin: 1%;
}
.news_alert {
	font-weight: bold;
	color: red;
	text-align: center;
}

#main_image {
	table-layout: fixed;
	width: 98%;
	margin: 1%;
	text-align:center;
}
#main_image img{
    width: 150px;
    height: 80;
}

/* Style the Image Used to Trigger the Modal */
.main_image {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.main_image:hover {opacity: 0.7;}

.about_us{
	margin-left: 3%;
	margin-right: 3%;
}

.about_content {
  width: 80%;
}

.about_img {
  width: 20%;
}

.about_us img{
    width: 200px;
    width: 200px;
    height: 200px;
}

#training_div{
    margin: 1%;
}

.training_class{
	table-layout: fixed;
	width: 98%;
	margin: 1%;
}

.training_class tr:hover {background-color: #CECCCC}

.training_class th, .training_class td{
	border: 0.5px solid black;
}

.class_name {
  width: 15%;
}
.class_content {
  width: 85%;
}

.training_apply{
	table-layout: fixed;
	width: 98%;
	margin: 1%;
}
.training_apply th{
	border: 0.5px solid black;
}

.apply_course {
	text-align: right;
}

#album_image {
	table-layout: fixed;
	width: 98%;
	margin: 1%;
	text-align:center;
}
#album_image img{
    width: 200px;
    height: 140;
}
.album_img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.album_img:hover {opacity: 0.7;}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

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

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

#coach {
    width:1000px;
    margin:auto;
}
#coach img{
    width: 200px;
    height: 200px;
}
#coach p{
    font-size:18px;
    font-weight:bold;
}

#coach table {
    border-collapse: collapse;
}

#coach ul {
	list-style-type:square;
}

#coach {
	table-layout: fixed;
	width: 98%;
	margin: 1%;
}

.coach_photo {
	text-align: right;
}

.coach_content {
	vertical-align: top;
}

#student {
    margin:auto;
    width:1000px;
}
#student img{
    width: 200px;
    height: 200px;
}

#map {
    width: 500px;
    height: 400px;
}

#footer{
    margin: auto;
    width:1000px;
    color: #FFFFFF;
    text-align:left;
}

.users {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.users td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
