.h-logo{
    padding: 0px;
}
.h-logo >img{
    width: 100%;
    height: 100%;
    padding-right: 5px;
}
.mgb-0{
    margin-bottom: 0;
}
.mgb-10{
    margin-bottom: 10px;
}
.mgt-10 {
    margin-top: 10px;
}
.mgl-10{
    margin-left: 10px;
}
.mgt-20{
    margin-top: 20px;
}
.mgr-10{
    margin-right: 10px;
}
.mgt-80{
    margin-top: 80px;
}
.padding-0{
    padding: 0;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}

.width-200{
    width: 200px;
}
.margin-auto{
    margin: 0 auto;
}

.search_div{
    display: inline-block;
    margin-right: 10px;
}

/*footer*/
footer{
    padding-bottom: 70px;
    background: #4a4a4a;
}
footer h4{
    font-family: Kanit;
    font-size: 50px;
    color: #FFFFFF;
    margin-top: 40px;
    line-height: 60px;
}
footer p, footer a{
    font-size: 18px;
    color: #a3a3a3;
    margin-bottom: 0;
    margin-top: 20px;
}
footer a:hover{
    color: #ffffff;
}
.font-14{
    font-size: 14px;
}

.h-menu{
    padding: 10px 0;
    font-size: 30px;
    font-family: cursive;
}
.h-menu >a{
    color:#000000;
    display: block;
    padding: 20px 50px;
}
.menu-16
{
    display: block;
    padding: 20px 50px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}

.videobox{
    height: calc(80vh);
}
.h-container{
    min-height: calc(50vh);
}

.table >tbody > tr> td{
    line-height: 34px;
}

.table > thead > tr > th, .table >tbody >tr{
    text-align: center;
}

.border-none{
    border:none;
}
.hint-error{
    color: #FF0000;
    display: none;
}

.jumpInput{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100px;
    margin: 0 5px;
}

.form-item
{
    width: auto;
    display: initial;
    margin-left:10px;
}

.form-img{
    width: auto;
}

.partner-img-box{
    width: 70px;
    height: 70px;
}
.partner-img{
    width: 100%;
}

.upload-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}