body table {
    font-family: "tahoma", sans-serif;
}

.head-pa-regis{
    min-height: 163px;
    text-align: center;
    display: table;
    width: 100%;
    height: 170px;
    background: url(../images/head_bg.jpg) repeat center center;
    text-align: center;
}

.head-pa-regis .logo1{
    vertical-align: top;
    display: inline-block;
    margin: 10px 10px 0;
}
.head-pa-regis .htex{
    display: inline-block;
    vertical-align: top;
    width: 317px;
    margin: 60px 10px 0;
    text-align: center;
    font-family: sukhumvitlight;
    font-size: 24px;
    color: #f37a01;
    position: relative;
}
.head-pa-regis .htex:before{
    content: url(../images/2017/wc1.png);
    left: -9px;
    top:-9px;
    position: absolute;
}
.head-pa-regis .htex:after{
    content: url(../images/2017/wc2.png);
    right: -9px;
    bottom:-9px;
    position: absolute;
}

#nav-inpage li.active .nav-inside {
  width: 1068px !important;
}

/* tabs content style */
.tabs-content {
    width: 300px;
    margin: 0 auto;
}
.tabs-content ul li {
    float: left;
}
.c-tab {
    background: #efefef;
    color: #2f2f30;
    padding: 10px;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    border: 1px solid #cecece;
    border-bottom: none;
    width: 100px;
    border-right: 0;
}
.c-tab.c-tab3 {
    border-right: 1px solid #cecece;
}
.c-tab._active {
    background: #f37921;
    color: #fff;
    border: #f37921;
    border-bottom: 1px solid #f37921;
    position: relative;
}
.c-tab._active:before {
    content: " ";
    border-bottom: 35px solid rgba(99,99,102,.2);
    border-left: 10px solid transparent;
    left: -10px;
    top: 0;
    z-index: 1;
    position: absolute;
}
/* tabs content style */