/* Reset Bootstrap
 ================================================== */

.dropdown-menu .dropdown-item:hover {
    color           : #fff !important;
    background-color: #28a745 !important;
}

/* 全局
 ================================================== */

@font-face {
    font-family: 'Spartan';
    font-weight: 100 1000;
    src        : url(../fonts/Spartan-VariableFont_wght.ttf);
}

html {
    font-family: "Spartan";
    font-size  : 14px !important;
}

body {
    font-family: "Spartan";
}

/* Swiper
 ================================================== */

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #28a745;
}

/* Home
 ================================================== */

.bg-1::before {
    background: #fff url(../img/fp-bg-top.png) repeat-x top;
    content   : "";
    height    : 45px;
    width     : 100%;
    position  : absolute;
    top       : 0;
}

.bg-1::after {
    background: #fff url(../img/fp-bg-btm.png) repeat-x bottom;
    content   : "";
    height    : 45px;
    width     : 100%;
    position  : absolute;
    bottom    : 0;
}
