.sp-header {
    height: 580px;
    width: 100%;
}

.bgImageOpacity {
    height: 580px;
}

.sp-header.detail {
    height: 75vh;
}

.bgImageOpacity.detail {
    height: 75vh;
}

.fillterHeader {
    background: #fff;
}

.sp-container.white {
    background: #fff;
}

ul.nav-category {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

ul.nav-category li {
    border-right: 1px #fff solid;
    width: 33.33%;
}

ul.nav-category li:last-child {
    border-right: none;
}

ul.nav-category li a button {
    font-family: 'webfont2';
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    background: #ababab;
    border: none;
    padding: 18px 0;
    width: 100%;
    cursor: pointer;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

ul.nav-category li a:hover button {
    color: #fff;
    background: #FEEF08;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}

ul.nav-category li a.active button {
    color: #fff;
    background: #FEEF08;
}

ul.sp-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    padding-left: 0px;
    padding-bottom: 20px;
    width: 100%;
}

ul.sp-nav li {
    margin: 0 1px;
    width: auto;
}

ul.sp-nav li::after {
    content: ">";
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

ul.sp-nav li.none::after {
    content: none;
}

ul.sp-nav li a {
    font-family: "IBM Plex Sans Thai", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    padding: 2px 5px;
    cursor: pointer;
}

ul.sp-nav li a:hover {
    color: #FEEF08;
}

ul.sp-nav li a.active {
    color: #FEEF08;
}

.hero-title {
    text-transform: uppercase;
}

.hero-sub-title {
    font-size: 1rem;
}

@media screen and (max-width:1440px) {
    ul.sp-nav li a {
        font-size: 18px;
        line-height: 1.3;
    }
    .sp-header {
        height: 480px;
    }
    .bgImageOpacity {
        height: 480px;
    }
    ul.sp-nav li::after {
        font-size: 14px;
    }
    .sp-header.detail {
        height: 600px;
    }
    .bgImageOpacity.detail {
        height: 600px;
    }
}

@media screen and (max-width:1366px) {
    ul.sp-nav li a {
        font-size: 16px;
    }
    .sp-header {
        height: 400px;
    }
    .bgImageOpacity {
        height: 400px;
    }
    .sp-header.detail {
        height: 500px;
    }
    .bgImageOpacity.detail {
        height: 500px;
    }
}

@media screen and (max-width:1280px) {
    .slick-prev,
    .slick-next {
        right: -35% !important;
    }
}

@media screen and (max-width:1024px) {
    .sp-header {
        background-size: 100%;
        background-position-y: 0;
    }
    ul.sp-nav {
        padding-left: 20px;
    }
    ul.sp-nav li a {
        font-size: 14px;
    }
    .sp-header {
        height: 350px;
    }
    .bgImageOpacity {
        height: 350px;
    }
    ul.sp-nav li::after {
        font-size: 12px;
    }
    .slick-prev,
    .slick-next {
        right: -30% !important;
    }
}

@media screen and (max-width:820px) {
    .sp-header {
        background-position-y: -138px;
    }
    .sp-header.detail {
        height: 330px;
    }
    .bgImageOpacity.detail {
        height: 400px;
    }
    .slick-prev,
    .slick-next {
        right: -13% !important;
    }
}

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

@media screen and (max-width:560px) {
    .sp-header {
        padding: 107px 0;
        background-position-y: 0px;
    }
    ul.nav-category li {
        border-right: none;
        border-bottom: 1px #fff solid;
        width: 100%;
    }
    ul.nav-category li a button {
        padding: 13px 0;
    }
    .sp-header.detail {
        height: 464px;
    }
}

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

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