@charset "UTF-8";

.header .main-menu a:focus,
.header .main-menu a:hover,
.header-ceil nav a:hover,
a {
    text-decoration: none
}

.drawer li,
.header .main-menu>li,
.swiper-button-wrap {
    position: relative
}

.header .btn-group,
.pagination .page-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header {
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90
}

.header-prepair .header,
.header-sticky .header {
    color: var(--bs-dark);
    background-color: rgba(255, 255, 255);
    -webkit-box-shadow: 0 10px 20px -10px rgba(255, 255, 255, .2);
    box-shadow: 0 10px 20px -10px rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.header .container-fluid {
    max-width: 1400px
}

.header-logo img,
.header-logo svg {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 2.6875rem
}

.header .col-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.header .col-logo a {;
    color: var(--bs-dark);
    font-size: calc(1rem + 1.5vw)
}

.header .col-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.header .col-nav .nav>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: var(--bs-dark);
    font-size: 14px
}

.drawer-socmed,
.header .col-nav .nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

.header-ceil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--bs-primary)
}

.header-ceil nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px
}

.header-ceil nav a {
    color: var(--bs-light);
    text-decoration: none;
    font-size: 12px
}

@media screen and (min-width:1280px) {
    .header .btn-group,
    .header-ceil {
        display: none
    }
    .header-logo img,
    .header-logo svg {
        max-width: none
    }
    .header .col-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header .col-logo {
        width: auto
    }
}

.drawer-menu {
    position: fixed;
    width: 85%;
    max-width: 350px;
    top: 0;
    right: -350px;
    height: 100%;
    z-index: 9900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: var(--bs-white);
    color: var(--bs-dark)
}

.drawer-footer a,
.drawer-menu a {
    color: inherit
}

.drawer-menu .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.drawer-menu .menu-header a.logo img {
    max-width: 50px
}

.drawer-menu .menu-header .close-drawer {
    padding: 0;
    border: 0;
    border-radius: 5rem;
    width: 32px;
    height: 32px;
    font-size: 14px
}

.drawer-menu .menu-wrap {
    padding: 0;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.drawer-menu .menu-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.drawer-menu .menu-wrap li a {
    padding: .5rem .75rem
}

.drawer-menu .menu-wrap li>button {
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 5rem;
    font-size: 12px
}

.drawer-menu .menu-wrap li .is-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-left: 1rem;
    display: none;
    font-size: .987em
}

.drawer-menu .menu-wrap li.show>button,
.header .main-menu li.show>button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.drawer-menu .menu-wrap li.show>.is-child,
.header .main-menu li.show>.is-child {
    display: block
}

.drawer-menu .menu-wrap a {
    display: block;
    text-decoration: none;
    padding: .5rem 0
}

.drawer-menu .menu-wrap .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.drawer-menu .menu-wrap .nav ol,
.drawer-menu .menu-wrap .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.drawer-menu .menu-footer {
    padding: 15px
}

.drawer-menu .menu-footer a {
    display: inline-block;
    font-size: 24px
}

.drawer-menu .menu-footer .socmed {
    text-align: center
}

.drawer-bg,
.open-drawer {
    overflow: hidden
}

.open-drawer .drawer-menu {
    right: 0
}

.open-drawer .drawer-bg {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9800;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.close-drawer {
    margin-left: auto
}

.header .main-menu {
    border: 0;
    color: #333;
    position: relative
}

.header .main-menu ol,
.header .main-menu ul {
    list-style: none;
    padding: 0
}

.header .main-menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .main-menu li>a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 40px
}

.header .main-menu li>.is-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-left: .5rem;
    display: none
}

.header .main-menu li+li {
    margin-top: 5px
}

.header .main-menu a {
    display: block;
    color: inherit;
    text-decoration: none;
    white-space: nowrap
}

.header .main-menu>li+li {
    margin-left: .75rem
}

.header .main-menu>li>a {
    line-height: 1;
    padding: 0;
    text-transform: uppercase
}

.header .main-menu>li.active>a,
.header .main-menu>li>a.active {
    color: #344689
}

.header .main-menu>li.active>a::before,
.header .main-menu>li>a.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 2px var(--bs-blue)
}

@media screen and (min-width:992px) {
    .header .main-menu li .is-child {
        visibility: hidden;
        position: absolute;
        min-width: calc(100% + 2vw);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 10px;
        padding: 10px 0;
        background: #fff;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
        border-radius: 0 0 5px 5px;
        font-size: 14px
    }
    .header .main-menu li .is-child>li {
        display: block
    }
}

@media only screen and (min-width:992px) and (min-width:576px) {
    .header .main-menu li .is-child {
        font-size: calc(14px + 2 * ((100vw - 576px) / 744))
    }
}

@media only screen and (min-width:992px) and (min-width:1320px) {
    .header .main-menu li .is-child {
        font-size: 16px
    }
}

@media screen and (min-width:992px) {
    .header .main-menu li .is-child a {
        padding: .5rem 1rem;
        line-height: initial
    }
    .header .main-menu li .is-child a:hover {
        background: #0b72cc;
        color: #fff
    }
    .header .main-menu li .is-child ol,
    .header .main-menu li .is-child ul {
        margin: 0;
        padding: 0
    }
    .header .main-menu li .is-child .is-child {
        left: 100%;
        left: calc(100% + 5px);
        top: -.5rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: none;
        transform: none;
        border-radius: 5px;
        display: block
    }
    .header .main-menu li+li {
        margin-top: 0
    }
    .header .main-menu>li.has-child>a::after {
        content: url("../images/icon/dropdown.svg");
        display: inline-block;
        padding: 0;
        margin-left: 5px
    }
    .header .main-menu>li .toggle {
        display: none
    }
    .header .main-menu>li>a {
        cursor: default;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px
    }
    .header .main-menu>li>a[href] {
        cursor: pointer
    }
    .header .main-menu>li>.is-child {
        top: 100%;
        left: 0;
        display: block;
        padding-left: 0;
        padding-top: 0
    }
    .header .main-menu>li>.is-child::before {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
    }
    .header .main-menu>li.hover>.is-child,
    .header .main-menu>li:focus>.is-child,
    .header .main-menu>li:hover>.is-child {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
    .header .main-menu>li>.is-child li.hover>.is-child,
    .header .main-menu>li>.is-child li:focus>.is-child,
    .header .main-menu>li>.is-child li:hover>.is-child {
        opacity: 1;
        visibility: visible
    }
    .header .main-menu>li>.is-child li a {
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header .main-menu>li>.is-child>li {
        display: block;
        padding: 8px 30px;
        color: inherit
    }
}

.drawer {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.drawer-wrap {
    background-color: rgba(240, 240, 240, .8588235294);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden
}

.drawer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .5rem .5rem 1rem
}

.drawer-header button {
    padding: .5rem
}

.drawer-footer {
    font-size: 14px
}

.header-prepair .floating-cta.left,
.header-sticky .floating-cta.left {
    left: 16px;
    -webkit-transition: right .3s;
    transition: right .3s
}

.header-prepair .floating-cta.right,
.header-sticky .floating-cta.right {
    right: 16px;
    -webkit-transition: right .3s;
    transition: right .3s
}

.open-menu .drawer {
    z-index: 99999;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.open-menu .drawer-overlay {
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: .3s .3s;
    transition: .3s .3s
}

.open-menu .drawer-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:576px) {
    .drawer-overlay {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: background-color .3s 0;
        transition: background-color .3s 0
    }
    .drawer-wrap {
        -webkit-transform: translateX(45vw);
        transform: translateX(45vw);
        width: 45vw;
        max-width: 400px
    }
}

.drawer-menu .menu-wrap li>a,
.main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.drawer-menu .menu-wrap li.active>a,
.drawer-menu .menu-wrap li>a.active,
b,
strong {
    font-weight: 700
}

.drawer-menu .icon-chevron-up {
    content: url("../images/icon/chevron-up.svg")
}

.drawer-menu .icon-chevron-down {
    content: url("../images/icon/chevron-down.svg")
}

@media only screen and (min-width:576px) {
    .header .col-nav .nav>li>a {
        font-size: calc(14px + 2 * ((100vw - 576px) / 744))
    }
    .drawer-footer {
        font-size: calc(14px + 4 * ((100vw - 576px) / 744))
    }
}

@media only screen and (min-width:1320px) {
    .header .col-nav .nav>li>a {
        font-size: 16px;
        font-weight: 600;
    }
    .drawer-footer {
        font-size: 18px
    }
}
