﻿@charset "utf-8";

* {
    /* outline: 1px solid red; */
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Light.ttf");
    font-weight: lighter;
}

body,
html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, "微軟正黑體";
    height: 100%;
    padding-top: 110px;
}

img {
    border: none;
}

select {
    border-radius: 0;
    outline: 0;
    border: 0;
}

    select::-ms-expand {
        display: none;
    }

.noscroll {
    overflow: hidden;
    position: relative;
}

.no_hover {
    pointer-events: none !important;
    cursor: default !important;
}

.hide_pc {
    display: none !important;
}

.hide_mb {
    display: block !important;
}

    .hide_mb.flex {
        display: flex !important;
    }

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    margin: 0;
}

h2 {
    font-size: 26px;
    margin: 0;
}

h3 {
    font-size: 24px;
    margin: 0;
}

h4 {
    font-size: 18px;
    margin: 0;
}

h5 {
    font-size: 16px;
    margin: 0;
}

h6 {
    font-size: 14px;
    margin: 0;
}

.container-fluid {
    min-width: 1200px;
    position: relative;
}

.container-fluid,
.container,
.row {
    padding: 0;
    margin: 0 auto;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.container_bg {
    background-color: #eef1f3;
}

.html_edit {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
}

    .html_edit table,
    .html_edit img {
        max-width: 100%;
        height: auto;
    }

.no_ul,
.no_ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fack_table {
    display: table;
    width: 100%;
}

.fack_td {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.fack_table .fack_td img {
    max-width: 100%;
}

.roboto {
    font-family: "Roboto", Arial, "微軟正黑體";
    font-weight: bold;
}

.common_btn {
    font-size: 16px;
    width: 185px;
    background-color: #ff9f00;
    line-height: 45px;
    text-align: center;
    color: #fff;
    transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .common_btn:hover {
        background-color: #ffb300;
        color: #fff;
    }

@media screen and (max-width: 1560px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    #header_block.container-fluid {
        min-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .hide_mb,
    .hide_mb.flex {
        display: none !important;
    }

    .hide_pc {
        display: block !important;
    }

    .container-fluid {
        min-width: 100%;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding_row {
        padding: 0 5%;
    }

    .html_edit {
        width: 100%;
    }

        .html_edit img {
            width: 100%;
        }
}

/*---Header start---*/
#header_block .navbar-collapse {
    padding: 0;
    border: 0;
    float: right;
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
    flex-wrap: wrap;
    top: 60px;
}

#header_block .navbar-default {
    background: transparent;
    border: 0;
}

    #header_block .navbar-default.no_shadow {
        box-shadow: none;
        -ms-box-shadow: none;
        -webkit-box-shadow: none;
    }

#header_block .navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 22px;
    width: 140px;
    /* 20191105 Elison調整 */
    z-index: 100;
}

.navbar-header {
    float: none;
    padding: 0px 20px 0px 20px;
}

.navbar-nav {
    float: none;
}

#header_block {
    /*box-shadow: 0 1px 5px 5px rgba(0,0,0,0.15);*/
    position: fixed;
    z-index: 1500;
    background-color: #fff;
    top: 0;
    width: 100%;
}

#header_main {
    position: relative;
}

@media screen and (min-width: 1201px) {
    #header_main::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        pointer-events: none;
        z-index: 1000;
    }
}

@media screen and (max-width: 1200px) {
    #header_block .navbar-default {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    }
}

/*MENU*/
.menu_lv1 {
    display: block;
    /* margin: auto; */
    /*height: 110px;*/
    /* 20191105 Elison調整 */
    padding: 0;
    width: auto;
}

#menu_list .menu_lv1 > li {
    position: relative;
    display: block;
    /* width: 200px; */
    z-index: 100;
    padding: 0 20px;
    /* 20191105 Elison調整 */
}

    #menu_list .menu_lv1 > li:nth-child(6) {
        padding-right: 0;
    }

    #menu_list .menu_lv1 > li:last-child > a {
        text-align: center;
        background: #546e7a;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none;
    }

    #menu_list .menu_lv1 > li:nth-child(6) .menu_lv2 {
        right: 0;
        left: auto;
    }

    #menu_list .menu_lv1 > li:last-child .menu_lv2 > li > a {
        background: #eeeeee;
        font-size: 15px;
        color: #414141;
        text-align: center;
    }

    #menu_list .menu_lv1 > li:first-child {
        position: inherit;
        display: block;
        z-index: 100;
    }

    #menu_list .menu_lv1 > li > a {
        font-size: 18px;
        line-height: 28px;
        display: block;
        padding-top: 0;
        padding: 13px 0px 14px;
        overflow: hidden;
        text-align: center;
        color: #888;
    }

        #menu_list .menu_lv1 > li > a:hover {
            color: #ff9f00;
        }

.menu_lv2 {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -110px;
    display: none;
    padding: 15px 20px;
    width: 230px;
    background-color: #eceff1;
}

.white_bg .menu_lv2 {
    left: 0px;
}

.menu_lv2 > li > a {
    color: #888888;
}

#menu_list > ul > li:first-child .menu_lv2 > li > a,
#menu_list > ul > li:first-child .menu_lv2 > li:hover > a {
    color: #414141;
}

#menu_list .menu_lv2 > li > a:hover {
    color: #ff9f00;
}

.white_bg {
    position: fixed;
    position: absolute;
    top: 110px;
    left: 0;
    display: none;
    background-color: #eceff1;
    color: #000;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 100;
}

.cookie_statement ~ #header_block .white_bg {
    top: auto;
}

.white_bg .menu_lv2 {
    position: relative;
    margin: auto;
    top: 0;
    padding-top: 5px;
    padding-left: 0px;
}

.white_bg > div {
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

.white_bg_heading {
    display: flex;
    justify-content: space-between;
}

/* 20191105 Elison調整 */
.menu_product_overview a {
    line-height: 50px;
    width: 260px;
    text-align: center;
    background-color: #888;
    color: #fff;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 16px;
}

.menu_product_overview:hover a {
    background-color: #ff9f00;
}

.white_bg > div > a {
    display: block;
    width: 320px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    padding: 7px;
    border: 2px solid #ff9f00;
    color: #ff9f00;
    margin: 25px 0;
}

    .white_bg > div > a:hover {
        background-color: #ff9f00;
        color: #ffffff;
        text-decoration: none;
    }

.white_bg .menu_lv2 > li {
    float: left;
    color: #424242;
    font-size: 16px;
    line-height: 25px;
    width: 220px;
    font-weight: bold;
    min-height: 1px;
}

.menu_lv3.no_ul {
    margin-top: 6px;
    font-weight: lighter;
}

.menu_lv3 > li {
    padding: 1px 0;
}

    .menu_lv3 > li > a {
        color: #888888;
        font-size: 14px;
        line-height: 30px;
        display: inline;
    }

#menu_list .menu_lv1 > li:hover > .menu_lv2 {
    display: block;
}

#menu_list .menu_lv1 > li > .menu_lv2 > li {
    padding: 3px 0;
}

#menu_list .menu_lv1 > li:hover > .white_bg {
    display: block;
    width: 100%;
    min-height: 471px;
}

    #menu_list .menu_lv1 > li:hover > .white_bg .menu_lv2 {
        display: block;
    }

#menu_list .menu_lv1 > li:first-child > .menu_lv2 {
    display: none;
}

.menu_lv2 > li:last-child > a {
    border-bottom: 0;
}

@media screen and (min-width: 1201px) {
    .menu_lv3 > li > a:hover {
        color: #ff9f00;
    }
}

@media screen and (max-width: 1200px) {
    #menu_list .menu_lv1 > li:last-child > a {
        background-color: #888888;
    }
}

/* 20191105 Elison 產品搜尋跳窗 */
.product_search_pop {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1999;
    display: none;
    overflow: auto;
}

    .product_search_pop .layer {
        background-color: #edf1f4;
        width: 1200px;
        margin: 150px auto 100px;
        padding: 75px 100px;
        position: relative;
    }

    .product_search_pop .pop_close {
        font-size: 26px;
        color: #888888;
        position: absolute;
        padding: 16px;
        display: inline-block;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .product_search_pop input::placeholder {
        color: #b0bec5;
    }

.search_bar {
    color: #455a64;
    font-size: 16px;
    line-height: 36px;
    position: relative;
    margin-bottom: 5px;
}

    .search_bar .title {
        font-size: 30px;
        line-height: 42px;
        color: #414141;
        font-weight: bold;
        margin-bottom: 24px;
    }

.keyword_search_bar {
    display: flex;
}

.search_bar button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    background-color: #ff9f00;
    margin-left: 40px;
    min-width: 160px;
    max-width: 160px;
    height: 45px;
    float: none;
}

.search_bar input {
    width: 100%;
    color: #455a64;
    border: none;
    outline: none;
    padding-left: 15px;
    background-color: transparent;
    border-bottom: 1px solid #888;
    border-radius: 0;
    box-shadow: none;
}

.product_search_pop .btn_block {
    text-align: center;
    margin-top: 30px;
}

    .product_search_pop .btn_block .submit_btn {
        margin: 0;
    }

.search_bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b0bec5;
}

.search_bar input::-moz-placeholder {
    /* Firefox 19+ */
    color: #b0bec5;
}

.search_bar input:-ms-input-placeholder {
    /* IE 10+ */
    color: #b0bec5;
}

.search_bar input:-moz-placeholder {
    /* Firefox 18- */
    color: #b0bec5;
}

.advance_btn {
    display: block;
    font-size: 16px;
    margin-left: 10px;
    border: none;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #ff9f00;
    background-color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    outline: 0;
}

    .advance_btn i {
        margin-left: 15px;
        font-size: 22px;
    }

    .advance_btn:hover {
        color: #ffb300;
        text-decoration: none;
    }

.advance_search .title {
    margin: 75px 0 15px;
}

.product_search_pop .select_part {
    position: relative;
}

    .product_search_pop .select_part::before {
        content: "1";
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        width: 50px;
        height: 50px;
        background-color: #888888;
        color: #fff;
    }

.product_search_pop .select_part_2::before {
    content: "2";
}

.product_search_pop .select_part_3::before {
    content: "3";
}

.product_search_pop .select_part::after {
    width: 50px;
    height: 50px;
    background-image: url(../images/liteon_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}

.product_search_pop .select_part + .subtitle {
    margin-top: 10px;
}

.product_search_pop .select_part .press_select {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #455a64;
    line-height: 40px;
    border: 1px solid #888888;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    outline: none;
    background-image: none;
    float: none;
    background-color: #edf1f4;
    cursor: pointer;
}

    .product_search_pop .select_part .press_select.no_selected {
        color: #b0bec5;
    }

        .product_search_pop .select_part .press_select.no_selected.no_click {
            cursor: context-menu;
            pointer-events: none;
        }

@media screen and (max-width: 1200px) {
    .product_search_pop .layer {
        margin: 100px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .has_cookie ~ .product_search_pop .layer {
        margin-top: 0px;
    }

    .product_search_pop {
        top: 60px;
        height: calc(100% - 60px);
        max-height: calc(100% - 60px);
        background-color: transparent;
        z-index: 1400;
    }

        .product_search_pop .layer {
            width: 100%;
            padding: 15px;
            margin: 0;
        }

        .product_search_pop .pop_close {
            display: none;
        }

    .search_bar .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 3px;
    }

    .keyword_search {
        position: relative;
    }

        .keyword_search button {
            background-color: #edf1f4;
            position: absolute;
            bottom: 1px;
            right: 0;
            width: 50px;
            min-width: auto;
            padding: 0;
            text-align: right;
        }

    .keyword_search_bar {
        height: 45px;
    }

    .keyword_search button:hover {
        background-color: #edf1f4;
        color: #f2b53f;
    }

    .keyword_search i {
        color: #ff9f00;
        font-size: 22px;
    }

    .advance_search .title {
        margin: 35px 0 0;
    }

    .product_search_pop .select_part .press_select {
        height: 40px;
        padding: 0 50px 0 65px;
    }

    .product_search_pop .select_part::before {
        height: 40px;
        width: 40px;
    }

    .product_search_pop .select_part::after {
        width: 40px;
        height: 40px;
    }

    .product_search_pop .btn_block {
        margin-top: 20px;
    }
}

.swipe_btn_block {
    width: 100px;
    display: flex;
}

    .swipe_btn_block .swiper-button-disabled {
        opacity: 0.5;
    }

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    color: #ffffff;
    font-size: 26px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: static;
    margin: 0;
    border: 1px solid #888888;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after,
    .swiper-button-prev:after,
    .swiper-container-rtl .swiper-button-next:after {
        content: none;
    }

.swiper-button-prev {
    background-image: url("../images/liteon_swipe_arrow_left.png");
    border-right-color: transparent;
}

    .swiper-button-prev:hover {
        background-image: url("../images/liteon_swipe_arrow_left_hover.png");
    }

        .swiper-button-prev:hover + .swiper-button-next {
            border-left-color: #ff9f00;
        }

.swiper-button-next {
    background-image: url("../images/liteon_swipe_arrow_right.png");
    margin-left: -1px;
}

    .swiper-button-next:hover {
        background-image: url("../images/liteon_swipe_arrow_right_hover.png");
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        border-color: #ff9f00;
        z-index: 1;
    }

.swiper-container.swiper-container-horizontal {
    width: 1200px;
    position: relative;
}

.logo_m_block {
    display: none;
}

.menu_cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1050;
}

.menu_cover_op {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 1000px;
    top: 110px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1050;
}

.trispan i {
    display: none;
    color: #888;
}

.go_top_block {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 176, 255, 0.85);
    background-image: url(../images/liteon_go_top.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    display: none;
}

    .go_top_block:hover {
        background-color: rgba(0, 176, 255, 1);
    }

@media screen and (width: 1200px) {
    #header_block .navbar-collapse {
        margin-left: -15px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 0;
    }

        body.noscroll {
            overflow: hidden;
            position: relative;
        }

    /* 20161123 Tina IOS POP menu*/
    .modal-open {
        overflow: hidden !important;
        position: fixed !important;
    }

    #header_main {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        font-size: 20px;
    }

    .navbar-header {
        padding: 11px 15px 8px;
        /* 20191105 Elison調整 */
    }

    .trispan {
        width: 25px;
        padding: 9px 0px;
    }

    .navbar-brand {
        display: none;
    }

    .search_btn {
        position: absolute;
        top: 7px;
        right: 15px;
    }

        .search_btn .fa-times {
            color: #888;
        }

        .search_btn .fa-search {
            color: #ff9f00;
            font-size: 22px;
        }

    .logo_m_block {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-left: -35px;
        margin-right: -23px;
        width: 60%;
    }

        .logo_m_block img {
            max-height: 41px;
        }

    .mobile_header {
        text-align: center;
    }

    #header_block {
        height: 60px;
        position: fixed;
        background-color: #fff;
    }

        #header_block .navbar-collapse {
            background-color: transparent;
            width: 100vw;
            float: none;
            top: 5px;
        }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #888888;
        height: 3px;
        width: 25px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar {
        width: 16px;
    }

    .lang_list {
        top: 0;
        right: 5%;
    }

        .lang_list li a {
            color: #bbb;
            font-size: 15px;
            line-height: 50px;
        }

            .lang_list li a:hover,
            .lang_list li.active a {
                color: #fff;
            }

        .lang_list li:last-child {
            margin-right: 0px;
        }

    .menu_lv1 {
        border-top: 1px solid #e0e0e0;
        height: auto;
        width: 100%;
        margin: 0;
        overflow: auto;
        padding: 0px;
        margin-top: 8px;
    }

    #menu_list .menu_lv1 > li {
        width: 100%;
        padding: 0;
    }

        #menu_list .menu_lv1 > li > a {
            border-top: 0;
            color: #424242;
            font-size: 16px;
            text-align: left;
            padding: 12px 15px;
            height: auto;
            background-color: #fff;
            border-bottom: 1px solid #e0e0e0;
        }

            #menu_list .menu_lv1 > li > a:hover,
            #menu_list .menu_lv1 > li > a:focus {
                color: #424242;
            }

    .menu_lv2 {
        position: static;
        width: 100%;
        padding: 0;
        left: 0;
        margin-left: 0;
    }

        .menu_lv2 h5 {
            margin: 0;
            color: #888;
        }

        .menu_lv2 > li,
        .menu_lv2 > li > a {
            width: 100%;
        }

    #menu_list .menu_lv1 > li > .menu_lv2 > li {
        padding: 0;
    }

    .menu_lv2 > li > a {
        padding: 10px 25px;
        background-color: #eceff1;
        color: #888888;
        border-bottom: 1px solid #e0e0e0;
        font-size: 16px;
        position: relative;
        display: block;
    }

    .menu_lv3 {
        display: none;
    }

        .menu_lv3.no_ul {
            margin-top: 0;
        }

        .menu_lv3 > li {
            padding: 0;
        }

            .menu_lv3 > li > a {
                padding: 10px 40px;
                background-color: #bfcbd1;
                color: #455a64;
                font-size: 16px;
                border-bottom: 1px solid #a7b7bf;
                display: block;
            }

    #menu_list .menu_lv1 > li:hover > .menu_lv2 {
        display: none;
    }

    .search_bg {
        background-color: #e0e5e7;
        width: 100%;
        height: 120px;
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        padding: 15px;
    }

    .search_bar {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
        float: none;
    }

        .search_bar > input {
            width: 100%;
            color: #455a64;
            border: none;
            outline: none;
            padding-left: 10px;
        }

            /* input 的 placeholder顏色設定*/
            .search_bar > input::-webkit-input-placeholder,
            .search_bar > textarea::-webkit-input-placeholder {
                color: #455a64;
            }

            .search_bar > input:-moz-placeholder,
            .search_bar > textarea:-moz-placeholder {
                color: #455a64;
            }

            .search_bar > input::-moz-placeholder,
            .search_bar > textarea::-moz-placeholder {
                color: #455a64;
            }

            .search_bar > input:-ms-input-placeholder,
            .search_bar > textarea:-ms-input-placeholder {
                color: #455a64;
            }

    .advance_btn {
        display: block;
        width: 100%;
        background-color: #455a64;
        font-size: 16px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        border: none;
        float: none;
    }

        .advance_btn:hover {
            background-color: #ffb300;
            text-decoration: none;
        }

    #menu_list .menu_lv1 > li:hover > .white_bg {
        display: none;
    }

    .go_top_block {
        bottom: 15px;
        right: 15px;
    }

    #container .container-fluid {
        display: none;
    }
}

/*---Header end---*/

/*---Footer start---*/
.footer_up_block {
    /*	background: #004898;*/
    padding: 45px 0px 100px 0px;
}

    /*20220615 Amy 首頁footer調整*/
    /*20220928 Amy 取消float*/
    .footer_up_block.container-fluid {
        padding: 0px;
        /*float: right;*/
        min-width: 300px;
    }

.footer_up.container {
    padding: 0px;
}


.footer_menu_lv1.no_ul.clearfix {
    /*width: 860px;*/
    padding-left: 20px;
}

.footer_menu_lv1 > li {
    color: #FFF;
    font-size: 18px;
    /*width: 200px;*/
    width: calc(25% - 20px);
    margin-right: 15px;
    float: left;
}

    .footer_menu_lv1 > li.index {
        margin-right: 20px;
    }


        .footer_menu_lv1 > li.index > ul.follow-us.no_ul {
            margin-right: 0px;
        }

.hide-follow-pc {
    display: none;
}


/*20161109 Tina調整*/
.footer_menu_lv1 > li:nth-child(5n) {
    margin-right: 0;
}

.footer_menu_lv1 > li > a,
.footer_menu_lv1 > li > a:hover {
    color: #414141;
    text-decoration: none;
    font-weight: bold;
}

    /*20220615 Amy 調整footer menu title 字體顏色*/
    .footer_menu_lv1 > li > a.index-footer-menu-title,
    .footer_menu_lv1.no_ul.clearfix > li > aa.index-footer-menu-title:hover {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

/*yt-icon*/
/*yt-icon*/
.yt-icon {
    background-image: url("../images/menu/liteon-index-yt-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 21px;
    cursor: pointer;
    display: block;
}

.invisible-yt-link {
    width: 30px;
}

/*20220929 Amy 調整footer icon*/
.follow-us.no_ul {
    display: flex;
}

.invisible-yt-link > li .follow-us.no_ul > li + li {
    margin-left: 10px;
}

.footer_menu_lv1 > li > a {
    cursor: none;
}

    .footer_menu_lv1 > li > a.index-footer-menu-title {
        cursor: pointer;
        margin: 0 0 20px 0;
        display: block;
    }

/*20220930 Amy Family Site, Follow us 第一層無連結*/
.footer_menu_lv1 > li:nth-child(4) > a.index-footer-menu-title,
.footer_menu_lv1 > li:nth-child(5) > a.index-footer-menu-title {
        pointer-events: none;
    }
 
        .footer_menu_lv1 > li > a.index-footer-menu-title.sup {
            margin: 0 0 20px 0;
        }

.footer_menu_lv2.sup {
    margin-top: 0px;
}

.footer_menu_lv2.no_ul.index {
    margin-bottom: 40px;
}


.footer_menu_lv2 > li {
    padding-bottom: 5px;
}

.footer_menu_lv2 a h5 {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    display: inline;
    /*20161110 Tina調整*/
}


.footer_menu_lv2 a:hover > h5 {
    color: #ff9f00;
    text-decoration: underline;
}

/*.footer_menu_lv1 > li:nth-child(2) > ul {
    margin-top: 25px;
}*/

.footer_link_block {
    margin-left: 50px;
}

.footer_link > li {
    padding-bottom: 15px;
}

    .footer_link > li > a {
        display: block;
        height: 39px;
        font-size: 14px;
        line-height: 39px;
        color: #fff;
        padding-left: 60px;
        background-position: left;
        background-repeat: no-repeat;
    }

.footer_down_block {
    height: auto;
    background-color: #424242;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
}

    /*20220615 Amy 首頁footer調整*/
    .footer_down_block.container-fluid {
        margin: auto;
        width: 100%;
        padding: 40px 0px 40px 0px;
    }

.footer-image-container {
    /*width: 440px;*/
}

.footer_down {
    margin: auto;
    padding: 0px 15px 56px 0px;
}
    /*20220615 Amy 首頁footer調整*/
    /*20220928 Amy 首頁footer調整*/
    .footer_down.container {
        width: 100%;
        min-width: 1520px;
        padding: 0 20px 0 20px;
    }


    .footer_down img {
        display: block;
        margin-bottom: 25px;
        max-width: 200px;
        width: 100%;
    }




    .footer_down p {
        margin: 0;
        margin-left: 30px;
        margin-right: 20px;
        display: inline-block;
    }

    .footer_down a {
        display: inline-block;
        color: #fefefe;
        font-size: 14px;
        line-height: 20px;
    }

        .footer_down a:hover {
            text-decoration: none;
            color: #ff9f00;
        }

    .footer_down .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.flex {
    display: flex;
}

.footer-link {
    display: inline-block;
    min-width: 1560px;
    align-content: space-between;
    margin: auto;
    padding: 0 20px 0 20px;
}

    .footer-link > a {
        color: #fff;
    }

.footer_menu_lv2.no_ul {
    padding-left: 9px;
}
.footer_menu_lv1 li.index:nth-child(5) .footer_menu_lv2.no_ul {
    /*padding-left: 18px;*/
}
.footer_menu_lv1 li.index:nth-child(5) .footer_menu_lv2.no_ul li i {
    padding-right: 5px;
    width: 23px;
}
/*20220929 Amy add bullet point*/
.footer_menu_lv2.no_ul.index > li {
    list-style: disc;
}
.footer_menu_lv1 li.index:nth-child(5) .footer_menu_lv2.no_ul.index > li {
    list-style: none;
}

.navbar-brand > img {
    display: inline-block;
    height: 67px;
}

.navbar-header .dropdown {
    width: auto;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

    .navbar-header .dropdown > button {
        background-color: #fff !important;
        color: #b0bec5;
        font-size: 14px;
        width: 150px;
        border-color: #b0bec5;
        border-radius: 0;
        outline: none;
        padding: 4px 12px 4px 36px !important;
        text-align: left;
        position: relative;
        background-image: url(../images/liteon_lang_img.png) !important;
        background-repeat: no-repeat;
        background-position: 11px 7px;
    }

.search_bg button span {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover {
    background-color: #fff;
    color: #959595;
    font-size: 14px;
    border-color: #959595;
    border-radius: 0;
    width: 100%;
}

    .dropdown-menu > li > a:hover {
        border-color: #ff9f00;
        color: #ff9f00;
        background-color: #424242;
    }

.dropup .dropdown-menu {
    min-width: 140px;
    border-radius: 0;
    background-color: #424242;
    border-color: #ff9f00;
    margin: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #424242;
    color: #959595;
    border-color: #959595;
}

.dropup .btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    padding: 9px 20px;
    text-align: left;
    outline: none;
}

    .dropup .btn span {
        position: absolute;
        right: 20px;
        top: 7px;
        font-size: 18px;
    }

.copyright {
    color: #888888;
    margin-top: 10px;
}

/*20221019 Amy 取消float-right*/
    .copyright.index {
        color: #888888;
        margin-top: 0px;
        float: none;
    }

/*20220617 Amy 首頁新增1560斷點*/
@media screen and (max-width: 1560px) {

    .footer-image-container {
        width: 200px;
        margin: 0px 120px 0px 0px;
    }

    .footer_down.container {
        width: 1160px;
        min-width: 1200px;
        padding: 0 20px 0 20px;
    }

    f .footer_down_block.container-fluid {
        padding: 40px 140px 40px 140px;
    }

    .flex {
        display: flex;
    }

    .footer-link {
        display: inline-block;
        min-width: 1200px;
        align-content: space-between;
        margin: auto;
    }

    .copyright.index {
        
    }
}

@media screen and (max-width: 1200px) {

    .footer_menu_lv1 > li.index {
        display: none;
    }

    .footer_down .dropup {
        display: none;
    }

    .footer_link_block {
        margin-left: 0;
    }

    .footer_down {
        background-position: top center;
        padding: 20px;
        height: auto;
        line-height: 22px;
        text-align: center;
        width: 100%;
    }

        .footer_down > img {
            display: none;
        }

    .footer_menu_lv1 > li {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0;
    }

        .footer_menu_lv1 > li > a,
        .footer_menu_lv1 > li > a:hover {
            background-color: #e0e0e0;
            margin: 0;
            width: 100%;
            padding: 10px 15px;
            font-size: 16px;
            color: #656565;
            display: block;
            text-decoration: none;
            border-bottom: 1px solid #cacaca;
            position: relative;
            cursor: pointer;
        }

    .footer_menu_lv2 a:hover > h5,
    .footer_menu_lv2 a:hover {
        text-decoration: none;
    }

    .footericonr::after {
        background-image: url("../images/menu/footer_right_icon.png");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 15px;
        top: 15px;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
    }

    .footericond::after {
        background-image: url("../images/menu/footer_down_icon.png");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 15px;
        top: 15px;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
    }

    .footer_menu_lv2,
    .footer_menu_lv1 > li:nth-child(2) > ul {
        margin-top: 0;
    }

    .footer_up_block {
        padding: 0;
    }

    .footer_up.container {
        padding: 0;
    }

    .footer_menu_block {
        width: 100%;
    }

    .footer_menu_lv1 {
        width: 100%;
    }

    .footer_menu_lv2 a h5 {
        margin: 0;
        color: #fff;
        font-size: 16px;
    }

    .footer_menu_lv2 a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 10px 30px;
        background-color: #757575;
        border-bottom: 1px solid #8b8b8b;
    }

    .footer_menu_lv2 {
        display: none;
    }

    .footer_down a {
        margin-right: 0;
        margin-left: 0;
        cursor: pointer;
    }

    .footer_menu_lv2 > li {
        padding-bottom: 0;
    }

    .footer_down img {
        margin: 0 auto 14px;
    }

    .footer_down .flex {
        display: block;
    }

    .copyright {
        margin-top: 4px;
    }

    .hide-follow-pc {
        display: block;
        width:100%;
    }

    .footer_up_block.container-fluid {
        display: none;
    }
    .invisible-yt-link {
        display: flex;
        width: auto;
        float: right;
    }
    .footer-link {
    display: inline-block;
    min-width: 0px;
    align-content: space-between;
    margin: 0px;
    width: 100%;
    }
    .footer_down.container {
    min-width: 0px;
    width: 100%;
    }
    .footer_down_block.container-fluid {
    /*min-width: 0px;*/
    }
    .footer-image-container {
        margin:0px;
    }
    .follow-us-title {
        padding-right: 18px;
    }
}


/*20220616 Amy Mb版 footer menu*/
@media screen and (max-width: 768px) {

    .footer_down_block.container-fluid {
        padding: 20px 30px 20px 30px;
        min-width: 0px;
    }

    .footer_menu_lv1 > li.index {
        display: none;
    }

    .copyright.index {
        text-align: center;
        float: none;
    }

    .hide-follow-pc {
        display: block;
    }

    .footer_down img {
        width: 139px;
        height: 27px;
        margin: auto;
    }

    .footer-image-container {
        margin: 0px 0px 0px 0px;
    }

    .footer_down {
        padding: 0px;
    }

        .footer_down.container {
            width: auto;
            display: flex;
            justify-content: space-between;
            padding: 0 0 20px 0;
            min-width: 0px;
        }

    .footer_up_block.container-fluid {
        display: none;
    }

    .yt-icon-container {
        width: 35px;
        height: 35px;
    }

    .invisible-yt-link {
        width: auto;
    }

    .footer-image-container {
        width: auto;
    }


    .flex {
        display: flex;
    }

    .footer-link {
        display: inline-block;
        min-width: 0px;
        align-content: space-between;
        margin: auto;
        padding: 10px 0px 10px 0px;
        width: auto;
    }
}



/*---Footer end---*/

/*--- 20190530 Elison 新增GDPR 區塊---*/
.cookie_statement {
    width: 100%;
    background-color: #e5e5e5;
    padding: 36px 10px;
    border-top: 1px solid #bfbfbf;
    z-index: 1501;
    position: fixed;
    top: 0;
}

    .cookie_statement p {
        width: 68%;
        color: #000;
        font-size: 15px;
        line-height: 24px;
        float: left;
        margin: 0;
        padding-right: 100px;
    }

    .cookie_statement a {
        color: #e98121;
        text-decoration: none;
    }

        .cookie_statement a:hover {
            text-decoration: underline;
        }

    .cookie_statement .confirm-policy-btn {
        min-width: 120px;
        margin-top: 5px;
        text-align: center;
        padding: 5.5px 10px;
        float: left;
        cursor: pointer;
        border-radius: 3px;
        background-color: rgba(255, 159, 0, 1);
        color: #fff;
    }

a.policy_link {
    color: rgba(255, 159, 0, 1);
    text-decoration: underline;
}

.privacy-policy-close {
    color: #000;
    line-height: 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 18px;
    padding: 1px;
    top: 10px;
    right: 10px;
    position: absolute;
}

    .privacy-policy-close:hover {
        cursor: pointer;
    }

    .privacy-policy-close::before {
        content: "\2716";
    }

@media (min-width: 1201px) {
    .cookie_statement {
        min-width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .cookie_statement {
        position: fixed;
        top: 0;
        z-index: 1501;
        text-align: center;
    }

        .cookie_statement p {
            width: 100%;
            padding: 0 0 10px;
            text-align: left;
        }

        .cookie_statement .confirm-policy-btn {
            display: inline-block;
        }

        .cookie_statement p,
        .cookie_statement .confirm-policy-btn {
            float: none;
        }

    .footer_down::before,
    .footer_down::after {
        display: none;
    }


    .no_ul > li.invisible-yt-link {
        display: flex;
    }

}
