body,
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Anuphan', sans-serif;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
}

.goback {
    float: right;
    line-height: 50px;
    padding: 0 15px;
    background: #414042cc;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.goback:hover {
    text-decoration: none;
    background: #414042;
    transition: all 0.3s;
}

header {
    padding-left: 15px;
    background-color: #fff;
    height: 50px;
    text-align: left;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #1d2124;
}

.img-h-100 {
    height: 100%;
}

.ipgs-theme-default .ipgs-stage {
    background-color: #1d212466;
}

#flipbook {
    height: 850px;
}

.btn-accent-1 {
    float: right;
    margin-right: 15px;
    margin-top: 3px;
}
/*===========================================
  * Media
  *===========================================*/

@media only screen and (max-width: 1024px) {
}
