/*font-family: 'Playfair Display', serif;*/
/*font-family: 'Parisienne', cursive;*/

/*fonts pack from transfonter.org*/
@font-face {
    font-family: 'Nordika Demo';
    src: url('../font/Prushkov-Demo.eot');
    src: url('../font/Prushkov-Demo.eot?#iefix') format('embedded-opentype'),
    url('../font/Prushkov-Demo.woff2') format('woff2'),
    url('../font/Prushkov-Demo.woff') format('woff'),
    url('../font/Prushkov-Demo.ttf') format('truetype'),
    url('../font/Prushkov-Demo.svg#Prushkov-Demo') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul{
    list-style: none;
}


.chinayellow{
    color: #f8b62d;
}

.chinayellow-bg{
    background-color: #f8b62d;
}

.chinablue{
    color: #29295b;
}

.chinablue-bg{
    background-color: #29295b;
}
.font-Demo{
    font-family:'Nordika Demo';
}

.font-paris{
    font-family:'Parisienne', cursive;
}

.img-box img{
    width: 100%;
}


/*...*/
header {

}

.bg-square {
    padding: 20px 20px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
    border: solid 1px lightgrey;
}

.bg-square-dark {
    padding: 50px 20px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    border: solid 1px lightgrey;
}


.header-img {
    background: url("../img/header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 150px;
}

.header-title {
    width: 40%;
    margin-top: 160px;
    margin-bottom: 30px;
}

.welcome {
    padding: 40px 10px 60px 10px;
    line-height: 2em;
}



/*....menu*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.pattern {
    width: 100%;
    padding: 0 0;
    margin: 0 0 20px 0;
}

.pattern img{
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    vertical-align: top;
}

.nav-item {
    font-size: 1.5em;
}

.menu-tab{
    cursor: -webkit-grab;
    cursor: grab;
}

.menu-tab:hover {
    opacity: 0.6;
}

.menu-content {
    background-color: #333366;
    color: #fff;
    padding: 30px 30px;
}

.menu-scroll{
    height: 500px;
    overflow: scroll;
}

hr.menu-double-line {
    border-top: 1px solid #f8b62d;
    border-bottom: 3px solid #f8b62d;
    height: 6px;
    margin: 40px 0;
}

.dumsum-img-box {
    width: 100px;
    height: 100px;
}

.dumsum-img-box img{
    width: 100%;
}


.event-img{
    background: url("../img/event_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

hr.event-double-line {
    border-top: 1px solid #f8b62d;
    border-bottom: 3px solid #f8b62d;
    height: 6px;
    margin: 20px 0;
}


.news {
    /*margin: 30px 10px;*/
    padding: 50px 10px;
}


/*....*/
.tabcontent {
    display: none;
    padding: 6px 12px;
}

footer {
    background-color: #000;
    padding: 50px 30px 30px 30px;
    margin: 0 0;
    /*height: 80px;*/
}

.footer_center {
    width: 300px;
}

/*.....*/
/* Small devices (tablets, 768px ) */
@media only screen and (max-width: 768px) {

    .logo {
        width: 90px;
    }

    .header-title {
        width: 50%;
        margin-top: 100px;
    }
}

