@charset "utf-8";

/**/
nav.conversion ul.list-category>li a:hover {
    background-color: rgb(82, 82, 82);
    transition: background 200ms;
    text-decoration: none;
}

nav.conversion ul.list-category>li a {
    background-color: #272930;
    transition: background 500ms;
}

nav.conversion {
    position: fixed;
    bottom: 8px;
    right: 0;
    z-index: 10;
    background-image: linear-gradient(90deg, rgba(28, 58, 206, 1), rgba(11, 111, 213, 1));
    color: white;
    font-size: 12px;
    width: 162px;
    text-align: center;
    border-radius: 8px 0px 0px 8px;
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 5px;
    margin-top: -74px;
}

nav.conversion .conversion-title {
    padding: 2px;
}

nav.conversion ul.list-type {}

nav.conversion ul.list-type>li {
    display: flex;
}

nav.conversion .type-category {
    background-color: white;
    color: black;
    width: 20px;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    font-size: 11px;
}

nav.conversion .type-category span {
    padding: 2px 0;
}

nav.conversion ul.list-category {
    color: white;
    flex: 1;
    padding: 0 0;
    background-color: white;
}

nav.conversion ul.list-category>li {
    text-align: left;
    border-bottom: 1px solid #434552;
    position: relative;
    /* background-color: #272930; */
}

nav.conversion ul.list-category>li.comingsoon {
    background-color: #EBEBEB;
    color: #272930;
    text-align: center;
    border: none;
    padding: 10px;
}

nav.conversion ul.list-category>li a {
    padding: 10px 0 10px 0px;
    display: block;
    color: white;
    background-color: #272930;
    text-align: center;
}

nav.conversion ul.list-category>li.comingsoon br {
    display: none;
}


#breadcrumlist {
    background: #F0EEE9;
    padding-bottom: 30px;
}

#breadcrumlist ol {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    letter-spacing: -0.1px;
    font-size: 12px;
}

#breadcrumlist ol li:first-child {
    padding-left: 0;
}

#breadcrumlist ol li:last-child:after {
    background-image: none;
}

#breadcrumlist ol li {
    padding-right: 19px;
    position: relative;
    padding-left: 10px;
}

#breadcrumlist ol li:after {
    content: "";
    background-image: url(../img/icon-breadcrumblist.svg);
    width: 7px;
    background-size: contain;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    display: block;
}

footer .toPageTop {
    display: none;
}


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

    nav.conversion {
        top: auto;
        left: auto;
        bottom: 0;
        width: 565px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        padding: 5px;
        font-size: 11px;
    }

    nav.conversion .conversion-title {
        width: 82px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav.conversion ul.list-type {
        flex: 1;
        display: flex;
    }

    nav.conversion ul.list-type>li {
        width: 246px;
    }

    nav.conversion ul.list-type>li:first-child {
        width: 100%;
        flex: auto;
        padding-right: 5px;
    }

    nav.conversion .type-category {}

    nav.conversion ul.list-category {
        display: flex;
        flex: 1;
    }

    nav.conversion ul.list-category>li {
        width: 100%;
        border: none;
        border-right: 1px solid #434552;
        font-size: 13px;
    }

    nav.conversion ul.list-category>li.comingsoon {
        width: 100%;
        font-size: 10px;
        line-height: 1;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    nav.conversion ul.list-category>li.comingsoon:before {
        display: none;
    }

    #breadcrumlist ol {
        margin: 0 0 0 44px;
    }
}

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

    nav.conversion {
        width: 100%;
        display: block;
        border-radius: 0;
        padding-top: 0;
    }

    nav.conversion .conversion-title {
        width: 100%;
    }

    nav.conversion ul.list-type {}

    nav.conversion .type-category {
        font-size: 10px;
        width: 16px;
    }

    nav.conversion ul.list-category {}

    nav.conversion ul.list-category>li {
        font-size: 11px;
    }

    nav.conversion ul.list-type>li {
        width: 298px;
        width: 51%;
    }

    #breadcrumlist {
        padding-bottom: 23px;
    }

    #breadcrumlist ol {
        margin: 0 0 0 21px;
    }
}