/*@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Hanuman|Open+Sans');*/
#header {
    height: 80px;
    padding-top: 15px;
}
.topmenu a{
    /*color: #E6BC4C; */
    color:white;
    text-decoration: none;
}
.name {
    /*font-family:"Verdana,Geneva,Kalimati,sans-serif;";*/
    font-size: 18px;
    color: rgb(241,32,60);
    position: relative;
    top: 5px;
    left: 2px;
    font-weight: 700;
}

.right-logo {
    padding-top: 11px;
}
.youtube {
    margin-right: 10px;
}
.nav-bg {
    height: 55px;
    background-image: url(../img/n-bg.png);
}
div.nav {
    height: 55px;
    margin-left: -41px;
    font-family: "arial";
    font-size: 14px;
    color: rgb(255,255,255);
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav{
    height: 100%;
}
.navbar-nav li{
    height: 100%;
}
.navbar-nav li a:hover{
    color:rgb(255,255,255);
    background-color: transparent;
}

.selected {
    color: rgb(255,244,83);
    font-size: 16px;
    border-top: solid 2px rgb(255,244,83); 
}
/*		div.nav div::before {
                    content: url(./../img/line.png);
                    position: absolute;
                    top: 10px;
                }*/
div.nav div.home::before {
    display: none;
}
div.bottom {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
div.bottom div.inline-flex {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: center;*/
    color: white;
}
div.inline-flex span:first-child {
    font-size: 16px;
    color: rgb(230,188,76);
}
.b-bg {
    font-family: Arial, "Microsoft YaHei";
    background-color: rgb(51,51,51);
    color: white;
}
.article {
    font-size: 12px;
}
.select {
    background-color: rgb(200,21,21);
    border: 1px solid rgb(200,21,21);
    border-radius: 4px;
    color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(200,21,21,.075);
    box-shadow: inset 0 1px 1px rgba(200,21,21,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.lb-container {
    width: 100%;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;

}
.swiper-container {
    width: 100%;
    height: 80%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.m-top-bg {
    height: 40px;
    color: white;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../img/cs-bg.png);
}
.b-moreinfo{
    height:  180px;
    padding: 20px 0;  
        
}
.m-top-bg img {
    margin-left: 5px;
}
.m-top-bg span {
    margin-left: 10px;
}
.table-responsive table {
    text-align: center;
}
.table-responsive table tr td{
    vertical-align: middle;
}
.table-responsive table th {
    font-size: 20px;
    text-align:center;
}
.table-responsive table th p {
    font-size: 14px;
    color: black;
    font-weight: lighter
}
td.k-ball span{
    width: 22px;
    height: 23px;
    display: inline-block;
    background-image: url(../img/k-ball.png);
    color: white;
}