.ctn{
    max-width: 1200px;
}
@font-face {
    font-family: play;
    src: url(PlayfairDisplay-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: playb;
    src: url(PlayfairDisplay-Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: playi;
    src: url(PlayfairDisplay-Italic.ttf);
    font-weight: normal;
}

@font-face {
    font-family: open;
    src: url(OpenSans-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: openb;
    src: url(OpenSans-Bold.ttf);
    font-weight: normal;
}

@font-face {
    font-family: openi;
    src: url(OpenSans-Italic.ttf);
    font-weight: normal;
}

body {
    font-family: open;
    font-size: 15px;
}

a:hover {
    text-decoration: none;
}

#ha1 {
    display: flex;
    background: #f2f2f2;
    text-align: center;
    justify-content: center;
    margin: 20px 0;
}

#ha1 div {
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
}
#ha1 div:hover a{
    color: red;
}
#ha1 h3 {
    text-align: center;
    font-size: 16px;
}

#ha2 h2 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#ha2 h2+p {
    font-family: openi;
    width: 80%;
    margin: 0 auto 20px auto;
    font-size: 16px;
}

#num {
    float: left;
    margin: 0 20px 0 0;
}

#num a {
    display: block;
    width: 100px;
    height: 100px;
    background: #f4f4f4;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    font-family: play;
    margin: 20px 0;
    position: relative;
    z-index: 3;
}

#num a.act , #num a:hover {
    background: #ffc600;
    color: #fff;
}

.tab {
    display: none;
}

.tab h3 {
    font-family: playi;
    margin: 30px 0 20px 0;
    font-size: 30px;
}

.tab p {
    position: relative;
    padding: 0 0 0 140px;
    margin: 0 0 20px 0;
}

.tab p:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff8202;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 120px;
}

#ha3 h2 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 40px 0;
}

#ha4 {
    display: flex;
    justify-content: center;
}

#ha4 b {
    display: block;
    font-family: play;
    font-size: 40px;
}

#ha4 p {
    width: 170px;
    height: 170px;
    text-align: center;
    background: #ad863a;
    border-radius: 50%;
    color: #fff;
    padding: 20px 0 0 0;
    border: 5px solid #fff;
    box-shadow: 0px 0px 12px #b5b5b5;
    margin: 0 20px;
}

#ha5 {
    display: flex;
    justify-content: center;
}

#ha5 p {
    width: 170px;
    height: 170px;
    text-align: center;
    background: #ad863a;
    border-radius: 50%;
    color: #fff;
    padding: 30px 0 0 0;
    border: 5px solid #fff;
    box-shadow: 0px 0px 12px #b5b5b5;
    margin: 0 20px;
}

#ha5 b {
    display: block;
    font-size: 40px;
    font-family: play;
}

#ha6 h2 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#ha6 h2 + p {
    font-family: openi;
    width: 80%;
    margin: 0 auto 20px auto;
    font-size: 16px;
}

#ha14 {
    background: #fafafa;
    position: relative;
    overflow: hidden;
}

#ha7 h3 {
    font-family: play;
    font-size: 30px;
    line-height: 40px;
    margin: 50px 0 10px 0;
}

#ha7 p {
    position: relative;
    padding: 0 0 0 20px;
}

#ha7 p:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff8202;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    left: 0px;
}

#ha8 h2 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#ha9 {
    position: absolute;
    z-index: 2;
    right: 0;
}

#ha9 img {
    display: none;
    border-radius: 50%;
}

#ha10 {
    position: absolute;
    z-index: 1;
    top: 50px;
}

#ha10 img {
    display: none;
    border-radius: 50%;
}

.tapp {
    display: none;
}

.tapp h3 {
    font-family: play;
    margin: 40px 0 20px 0;
}

.tapp p {
    background: url(star.jpg) no-repeat;
    padding: 0 0 0 30px;
}

#ha11 {
    margin: 50px 0 0 0;
    background: url(ba1.jpg);
    color: #fff;
    padding: 90px 0;
}

#ha11 h3 {
    font-family: play;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#ha12 {
    padding: 40px 0;
}

#ha12 h2 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}

#ha13 {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

#ha13 div {
    width: 170px;
    text-align: center;
}

#ha13 img {
    display: block;
    margin: 10px auto;
}

#ha13 b {
    text-transform: uppercase;
}

#ha8 {
    padding: 40px 0 70px 0;
    position: relative;
    overflow: hidden;
}

#ha6 {
    padding: 40px 0;
}

#ha3 {
    padding: 40px 0
}

#ha2 {
    padding: 30px 0;
}

#muiten {
    position: absolute;
    z-index: 9;
    left: 240px;
}

#s4 {
    background: url(a10.jpg);
    clear: both;
    padding: 90px 0;
    color: #fff;
    height: 657px;
    
}

#s4 i {
    margin: 40px auto 20px auto;
    display: block;
    width: 40px;
}

#s4 i:before {
    width: 40px;
    height: 47px;
    background-position: -96px 0;
}

#bn4 {
    margin: 0 0 160px 0;
}

#bn4 p {
    font-size: 20px ;
    font-style: italic;
    line-height: 30px ;
    margin: 0 0 20px 0 ;
}

#bn4 b {
    display: block;
    text-align: center;
}

#bn4 .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #ddc087;
    border-radius: 50%;
}

#bn4 .slick-dots li.slick-active {
    background: #ddc087;
}

#bn5 {
    width: 556px;
    margin: 0 auto;
    position: relative;
}

#bn5 .slick-next {
    background: url(../i/all.png);
    position: absolute;
    bottom: 140px;
    right: -60px;
    width: 46px;
    height: 45px;
    background-position: -45px -81px;
    transform: rotate(180deg);
    text-indent: -999999px;
}

#bn5 .slick-prev {
    background: url(../i/all.png);
    position: absolute;
    bottom: 140px;
    left: -60px;
    width: 46px;
    height: 45px;
    transform: rotate(0deg);
    background-position: -45px -86px;
    text-indent: -999999px;
}

#bn5 .slick-next:hover {
    background-position: -5px -87px;
    transform: rotate(0deg);
}

#bn5 .slick-prev:hover {
    background-position: -5px -81px;
    transform: rotate(180deg);
}

#s5 {
    clear: both;
    margin: 0 0 0 0;
    padding: 90px 0;
}

#s6 {
    background: url(a11.jpg);
    height: 505px;
    color: #fff;
    padding: 60px 0;
    background-size: cover;
}

#s6 form {
    width: 80%;
    margin: 0 auto;
}

#s6 textarea , #s6 input[type="text"] {
    float: left;
    width: 48%;
    margin: 1%;
    padding: 10px;
    background: rgba(197, 197, 197, 0.38);
    font-size: 18px;
    color: #fff;
    font-family: font2;
    border-radius: 5px;
    border: 0;
}

#s6 input[type="text"]::placeholder , #s6 textarea::placeholder {
    color: #fff;
}

#s6 textarea {
    height: 100px;
    width: 98%;
}

#s6 input[type="submit"] {
    width: 160px;
    padding: 12px;
    font-family: 'UTMHelveBold';
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    color: #fff;
    background: #ddc087;
    font-size: 15px;
    text-align: center;
}

#s5 .htd2 {
    font-size: 16px;
    margin: 0 0 30px 0;
    text-align: center;
}

#s6 .htd1 {
    text-align: center;
}

h4.htd1 {
    font-family: play;
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
}
