@charset "UTF-8";
@import "animate.css";

@font-face {
    font-family: 'Bell MT';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Bell MT.otf) format('opentype');
}

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Helvetica.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans TWHK';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SourceHanSansTWHK-Medium.otf) format('opentype');
}

html {
    font-size: 1rem;
    height: auto !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    /*font-family: 'Helvetica', '微軟正黑體', sans-serif;*/
    /*font-family: 'Helvetica', 'Noto Sans TWHK', '微軟正黑體', sans-serif;*/
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.1em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

#luxy {
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover {
    text-decoration: none;
}

.text_red {
    color: #384646 !important;
}

a.text_red:hover {
    color: #053246 !important;
}

img {
    max-width: 100%;
}

.full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.full_bg.bg_bottom {
    background-position: bottom center;
}

.luxy_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page_bg {
    background-image: url(../images/page_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    word-wrap: break-word;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.text-justify {
    text-align: justify !important;
}

.rounded-4 {
    border-radius: .5rem !important
}

.rounded-5 {
    border-radius: .75rem !important
}

.text_dark_green {
    color: #053246 !important;
}

a.text_dark_green:hover {
    color: #384646 !important;
}

.border_red {
    border-color: #384646 !important;
}

.border_top_red {
    border-top-color: #384646 !important;
}

.border_transparent {
    border-color: transparent !important;
}

a.border_red:hover {
    border-color: #053246 !important;
}

/*.text_dark {
    color: #3E3A39 !important;
}*/
.bg_yellow {
    background-color: #FABB06 !important;
}

.bg_red {
    background-color: #384646 !important;
}

.bg_dark_green {
    background-color: #053246 !important;
}

.mw_80 {
    max-width: 80% !important;
}

.ls-0 {
    letter-spacing: 0 !important;
}

.btn_outline_red {
    color: #384646 !important;
    border-color: #384646 !important;
}

.btn_outline_red:hover,
.active .btn_outline_red {
    color: #fff !important;
    background-color: #384646 !important;
}

.btn-check:focus+.btn_outline_red,
.btn_outline_red:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .5);
}


/* ==============================
   Page loader
   ============================== */

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;

    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Animate Style */
.animate_el {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
}

.tr_top {
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    transform: translate(0, -40px);
}

.tr_bottom {
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.tr_bottom_small {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.tr_left {
    -webkit-transform: translate(-40px, 0);
    -ms-transform: translate(-40px, 0);
    -o-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.tr_right {
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.owl-item.active .animate_el,
.is-loaded .animate_el,
.is-loaded.animate_el {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.delay_1 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.delay_2 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.delay_3 {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.delay_4 {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.delay_5 {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.delay_6 {
    -webkit-transition-delay: 2.0s;
    -o-transition-delay: 2.0s;
    transition-delay: 2.0s;
}

.delay_7 {
    -webkit-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

.delay_8 {
    -webkit-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
}


/*common*/
.more {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 50em;
    background-color: transparent;
}

.more.yellow_more {
    background-color: #FABB06 !important;
}

.more:hover {
    background-color: #FABB06;
}

.more.yellow_more:hover {
    background-color: #fff !important;
}

.more img {
    height: 1em;
}

.bg_gray_opacity {
    background-color: rgba(0, 0, 0, .068);
}

.scale_effect {
    display: block;
    overflow: hidden;
}

.scale_effect .scale_item {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scale_effect:hover .scale_item {
    transform: scale(1.1);
}

.table_outline_hidden {
    overflow: hidden;
}

.table_outline_hidden table {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px;
}


/*index*/


/*nav*/
header {
    position: relative;
}

#fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1005;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.bd-navbar {
    z-index: 100;
    /* background-color: #fff; */
    /*-webkit-box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,.2);
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);*/
    /*box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sticky_top .bd-navbar {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.bd-subnavbar {
    padding: 0;
    z-index: 99;
    position: relative;
    background-color: #f8faf9;
}

.top_bar {
    /* color: #fff; */
    /* background-color: #fff; */
    font-size: 0.75rem;
}

.top_bar_link {
    padding: 0 0.5rem;
    color: #000;
    text-decoration: none;
}

.top_bar_link>span {
    position: relative;
    padding: 2px 0;
}

.top_bar_link>span:after {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .75);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.top_bar_link:hover,
.top_bar_link:focus {
    color: #fff;
}

.top_bar_link:hover>span:after,
.top_bar_link:focus>span:after {
    width: 100%;
    left: 0;
}

.top_bar .navbar-toggler {
    width: 50px;
    height: 50px;
    /*background-color: #fff;*/
    border-radius: 0;
    padding: 12px 10px;
    margin-left: 0 !important;
}

.top_bar .burger-wrap span {
    background: #003153;
}

.top_bar .navbar-toggler[aria-expanded="true"] .burger-top {
    top: 12px;
}

.top_bar .navbar-toggler[aria-expanded="true"] .burger-bottom {
    bottom: 12px;
}

.quick_link_list {
    list-style: none;
    padding: 0.5rem 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
}

.quick_link_list li {
    border-right: 1px solid #000;
}

.quick_link_list li:last-child {
    border-right: none;
}

.quick_link_list li a {
    /* color: #000; */
    font-size: 1rem;
    padding: 0 0.5rem;
    display: inline-flex;
    position: relative;
}

.quick_link_list li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #852E2C;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quick_link_list li a:hover:after {
    left: 0.5rem;
    width: calc(100% - 1rem);
}

/* .quick_link_list li a:hover {
    color: #852E2C;
} */

.search_layout {
    position: relative;
    width: 40px;
    display: flex;
    justify-content: flex-end;
}

.search_layout .search_btn {
    width: 40px;
    height: 100%;
    min-height: 40px;
    color: #003153;
    background-color: #d4b7a8;
    border: none;
    position: relative;
    z-index: 10;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
}

.search_open_btn {
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    opacity: 0;
}

.search_open .search_open_btn {
    display: none;
}

.header_bottom {
    height: 42px;
    background-color: #a83232;
    position: relative;
    z-index: 99;
}

.navbar-dark .navbar-brand {
    display: inline-flex;
    align-items: flex-end;
    /* height: 60px; */
    flex: 0 0 auto;
}

.navbar-dark .navbar-brand img {
    height: 70px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sticky_top .navbar-dark .navbar-brand img {
    height: 50px;
}

/* .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .75);
} */

/* .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #cb1a23;
} */

.logo {
    position: absolute;
    top: 100%;
    transform: translate3d(0, -57%, 0);
}

.sticky_top .logo {
    opacity: 0;
}

.bd-navbar>.container>.d-lg-none:nth-child(1) {
    order: 12;
}

.bd-navbar>.container>.d-lg-none.position-relative {
    display: none !important;
}


/*mainNav*/
#mainNav {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;*/
}

#mainNav .nav-item {
    position: relative;
    flex: 0 1 auto;
    text-align: center;
}

.nav_divider {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    font-size: 0.75em;
}

.nav_divider span {
    transform: translate3d(0, -0.1em, 0);
}

/* .navbar-expand-lg .navbar-nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
} */

#mainNav .navbar-nav .nav-link {
    /* color: #000; */
    line-height: 1em;
    /*font-weight: bold;*/
    /* padding: 1.5rem; */
    padding: 1rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* #mainNav .navbar-nav .nav-link:hover,
#mainNav .navbar-nav .active>.nav-link,
#mainNav .navbar-nav .active>a {
    color: #852E2C;
} */

#mainNav .navbar-nav .nav-link span {
    position: relative;
}

#mainNav .navbar-nav .nav-link span:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #852E2C;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mainNav .navbar-nav .nav-link:hover span:after,
#mainNav .navbar-nav>.active>.nav-link span:after {
    width: 100%;
    left: 0;
}

/*#mainNav .navbar-nav .nav-link span {
    display: block;
    padding: 4px 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
#mainNav .navbar-nav .active .nav-link span {
    border-bottom-color: #0f3034;
}*/
/* .dropdown-toggle::after {
    display: none;
} */
.dropdown-item.has-submenu::after {
    content: '\25B6';
    /*position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);*/
    transition: transform 0.3s;
    font-size: 0.625em;
    margin-left: 0.5em;
    margin-right: -0.5em;
}

#mainNav .dropdown .dropdown-menu {
    min-width: 11em !important;
    border-radius: 0;
    border: none;
    background-color: #F7F7F7;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#mainNav .dropdown>.dropdown-menu {
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
}

#mainNav .dropdown>.dropdown-menu li {
    padding: 0 1rem;
}

#mainNav .dropdown-toggle.show:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 0 7px 12px 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #384646;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0px);
}

#mainNav .dropdown-item {
    border-bottom: 1px solid #fff;
    padding: 0.75rem 0;
    font-size: 1rem;
    white-space: normal;
    color: #053246;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#mainNav .dropdown-item:focus,
#mainNav .dropdown-item:hover {
    color: #384646;
    background-color: transparent;
}

.navbar-toggler {
    position: relative;
    padding: 15px 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.burger-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.burger-wrap span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #384646;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-toggler .burger-top {
    top: 0;
    right: 0;
}

.navbar-toggler .burger-middle {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.navbar-toggler .burger-bottom {
    bottom: 0;
    right: 0;
}

.navbar-toggler[aria-expanded="true"] .burger-top {
    top: 9px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .burger-middle {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.navbar-toggler[aria-expanded="true"] .burger-bottom {
    bottom: 9px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*offcanvas*/
.offcanvas-start,
.offcanvas-end {
    width: 320px;
    background-color: #EFEFEF;
}

#offcanvas .offcanvas-header {
    /*box-shadow: 0 4px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
}

#offcanvas .offcanvas-title {
    padding: 0 1rem;
}

#offcanvas .offcanvas-title a {
    text-decoration: none;
    color: #003153;
    font-size: 1.5rem;
    font-weight: bold;
}

#offcanvas .offcanvas-title a img {
    width: 200px;
}

#offcanvas .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28196,162,143,1%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}

#sideMenu {
    border-bottom: 1px solid #231815;
}

#sideMenu>li {
    border-top: 1px solid #231815;
}

#sideMenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    text-decoration: none;
    color: #053246;
    padding: 1rem 0;
}

#sideMenu li a:hover {
    color: #811D20;
}

#sideMenu .btn-toggle-nav {
    border-top: 1px solid #231815;
}

#sideMenu .btn-toggle-nav li:not(:last-child) {
    border-bottom: 1px solid #B5B5B6;
}

#sideMenu .btn-toggle-nav li a {
    display: flex;
    color: #053246;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 0.875rem 0 0.875rem 1rem;
}

#sideMenu .btn-toggle-nav li a:not(.btn-toggle) {
    padding-right: 1rem;
}

#sideMenu .btn-toggle-nav .btn-toggle-nav li a {
    padding-left: 2rem;
}

#sideMenu .btn-toggle-nav .btn-toggle-nav .btn-toggle-nav li a {
    padding-left: 3rem;
}

#sideMenu .btn-toggle-nav li a:hover {
    color: #811D20;
}

.btn-toggle::after {
    content: url("../images/menu_arrow.png");
    transition: transform .35s ease;
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

/*disarray*/
.disarray_layout {
    z-index: 999;
    margin-top: -1rem;
}

.disarray {
    background-color: #FABB06;
    border-radius: 2rem;
    padding: 2rem 2rem 0.5rem;
    position: relative;
    z-index: 99;
}

.bg_disarray {
    background-color: #FABB06;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.disarray .disarray_link {
    display: flex;
    flex-direction: column;
    color: #3E3A39;
}

.disarray .disarray_link .disarray_img {
    display: block;
    background-color: #fff;
}

.disarray .disarray_link .disarray_img img {
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.disarray .disarray_link:hover .disarray_img img {
    opacity: 0.5;
}

.about_bg_img {
    position: absolute;
    right: -5%;
    top: -40px;
    z-index: -1;
}


/*about*/
.bg_text_3_1 {
    width: 16%;
    position: absolute;
    left: -1.5%;
    top: 6%;
}

.bg_text_3_2 {
    width: 39.531%;
    position: absolute;
    right: -3%;
    bottom: 30%;
}

.bg_text_3_3 {
    width: 16%;
    position: absolute;
    left: 10%;
    bottom: -1.2%;
}

.text_line {
    display: inline-block;
    width: 10vw;
    max-width: 80px;
    height: 1px;
    background-color: #384646;
    vertical-align: middle;
}


/*news*/
.news_list {
    list-style: none;
    padding-left: 0;
}

.news_list li {
    display: flex;
    align-items: center;
    padding: 1rem 0 0.5rem;
    border-bottom: 1px dashed #DBDCDC;
}

.news {
    display: flex;
    flex: 1 1 auto;
}

.news_date {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: #053246;
}

.news_title {
    width: 80%;
    margin-bottom: 0.5rem;
    color: #384646;
}

.news_title:hover {
    text-decoration: underline;
}

.news_more {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.news_more a {
    display: inline-flex;
    position: relative;
    margin-bottom: 0.5rem;
}

.more_circle_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover .more_circle_hover {
    opacity: 1;
}


/*gallery*/
.my-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.my-gallery figure {
    width: calc(100% / 6);
    padding: 5px;
    margin-bottom: 0;
}

.my-gallery figure a {
    display: block;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my-gallery figure a:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.my-gallery.page_gallery {
    margin-left: -8px;
    margin-right: -8px;
}

.my-gallery.page_gallery figure {
    width: calc(100% / 4);
    padding: 8px;
}


/*social*/
.social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social li {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
}

.social li:not(:last-child) {
    margin-right: 10px;
}

.social li a {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 1.75rem;
    color: #fff;
    background-color: #384646;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social_twitter:hover {
    background-color: #1DA1F2;
}

.social_facebook:hover {
    background-color: #4267B2;
}

.social_instagram:hover {
    background-color: #ef2475;
}

.social_line:hover {
    background-color: #06C755;
}

.social_youtube:hover {
    background-color: #FF0000;
}

/*footer*/
.footer_menu_title {
    color: #fff;
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_menu_title img {
    transition: all .35s ease;
    transform: rotate3d(0, 0, 1, 90deg);
    flex: 0 0 auto;
    margin-left: 0.5rem;
}

.collapsed>.footer_menu_title img {
    transform: rotate3d(0, 0, 1, 0deg);
}

.footer_menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer_menu li {
    margin-bottom: 0.5rem;
}

.footer_menu li a {
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer_menu li a:hover {
    color: #FABB06;
}

.footer_menu li a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #FABB06;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer_menu li a:hover:after {
    width: 100%;
    left: 0;
}

.location_btn {
    display: flex;
    justify-content: space-between;
    color: #384646;
    font-weight: bold;
    border-radius: 0.5rem;
}

.location_btn:hover {
    color: #384646;
    background-color: #FABB06;
    border-color: #FABB06;
}


/*mobile-bottom-bar*/
#mobile-bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 1000;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#mobile-bottom-bar .mobile_bottom_link {
    flex: 1 1 auto;
}

#mobile-bottom-bar .mobile_bottom_link:not(:first-child) {
    border-left: 1px solid #DBDCDC;
}

#mobile-bottom-bar .mobile_bottom_link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #053246;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0 1rem;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mobile-bottom-bar .mobile_bottom_link a:hover {
    color: #852E2C;
}

#mobile-bottom-bar .mobile_bottom_link a svg {
    max-width: 25px;
    max-height: 25px;
    margin-bottom: 2px;
}

#mobile-bottom-bar .mobile_bottom_link a svg {
    fill: #053246;
}

#mobile-bottom-bar .mobile_bottom_link a:hover svg {
    fill: #852E2C;
}


/*totop*/
#totop {
    position: fixed;
    right: 1rem;
    bottom: 75px;
    z-index: 9999;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: orange;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#totop:before,
#totop:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 33%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#totop:before {
    right: 50%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

#totop:after {
    left: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

#totop:hover:before {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
}

#totop:hover:after {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}


/*page*/
.page_banner {
    height: calc(363 / 1920 * 100vw);
}

.page_menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.page_menu li {
    padding: 0 1rem;
    margin-bottom: 0.5rem;
}

a.hover_underline {
    color: #053246;
    position: relative;
}

li.active>a.hover_underline,
a.hover_underline:hover {
    color: #384646;
}

a.hover_underline:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #384646;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

li.active>a.hover_underline:after,
a.hover_underline:hover:after {
    width: 100%;
    left: 0;
}

.download_link {
    color: #053246;
    display: flex;
    align-items: center;
    fill: #053246;
    word-break: break-all;
}

.download_link:hover {
    color: #384646;
    fill: #384646;
}

.download_link svg {
    flex: 0 0 auto !important;
}

.photo {
    width: 226px;
    max-width: 100%;
}

.breadcrumb a {
    color: #053246;
    position: relative;
}

.breadcrumb a:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #384646;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.breadcrumb a:hover,
.breadcrumb .active {
    color: #384646;
}

.breadcrumb a:hover:after {
    width: 100%;
    left: 0;
}


/*sidebar*/
.page_sideMenu {
    list-style: none;
    width: 240px;
    padding: 1rem 1.5rem;
    border: 1px solid #384646;
    margin-bottom: 3rem;
}

.page_sideMenu>li:not(:first-child) {
    border-top: 1px solid #384646;
}

.page_sideMenu>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #053246;
    padding: 1rem 0;
    font-weight: 500;
}

.page_sideMenu>li>a:hover,
.page_sideMenu>li.active>a,
.page_sideMenu>li>a[aria-expanded="true"] {
    color: #384646;
}

.page_sideMenu>li>a.btn-toggle:after {
    content: url("../images/arrow.svg");
    margin-left: 0.5rem;
}

.page_sideMenu>li>a.btn-toggle:hover:after,
.page_sideMenu>li.active>a.btn-toggle:after,
.page_sideMenu>li>a.btn-toggle[aria-expanded="true"]:after {
    content: url("../images/arrow_hover.svg");
}

.page_sideMenu .btn-toggle-nav {
    border-top: 1px solid #384646;
}

.page_sideMenu .btn-toggle-nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.page_sideMenu .btn-toggle-nav li a {
    display: block;
    color: #053246;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.875rem 1rem;
}

.page_sideMenu .btn-toggle-nav li a:hover,
.page_sideMenu .btn-toggle-nav li.active>a {
    color: #811D20;
}


/*pagination*/
.page-item .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #053246;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-weight: bold;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #053246;
    opacity: 0.5;
}

.page-item .page-link:not([aria-label="Previous"], [aria-label="Next"]):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.page-item .page-link:hover,
.page-item.active .page-link {
    color: #384646;
    background-color: transparent;
    border-color: transparent;
}

.page-item .page-link:hover:after,
.page-item.active .page-link:after {
    background-color: #384646;
}

.page-item .page-link:focus {
    box-shadow: none;
}


@media (max-width:1399.98px) {
    #index_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 60px;
        height: 60px;
    }

    #index_slider .owl-theme .owl-nav [class*='owl-'] .slider_arrow:before {
        width: 7px;
    }

    #index_slider .owl-theme .owl-nav [class*='owl-'] .slider_arrow:after {
        width: 7px;
    }

    .article_list>.row>div:first-child .card_link,
    .lamp_list>.row>div:first-child .card_link {
        flex: 0 0 47%;
    }

    .video_info {
        border-left-width: 0;
    }
}

@media only screen and (max-width: 1199.98px) {
    .navbar-dark .navbar-brand img {
        height: 60px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    #mainNav .navbar-nav .nav-link {
        padding: 1.5rem 1rem;
    }

    #index_slider .owl-theme .owl-nav {
        top: calc(360 / 640 / 2 / 2 * 100vw);
    }

    .my-gallery figure {
        width: calc(100% / 5);
    }

    .index_list .card_item {
        display: flex;
    }

    .index_list .card_link {
        flex: 0 0 190px;
    }

    .article_list>.row>div:first-child .card_link,
    .lamp_list>.row>div:first-child .card_link {
        flex: 0 0 40%;
    }

    .index_list .card_body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .index_list .card_text {
        -webkit-line-clamp: 3;
    }

    .my-gallery.page_gallery figure {
        width: calc(100% / 3);
    }
}


@media only screen and (max-width: 991.98px) {
    .top_bar {
        display: none;
    }

    #mainNav .navbar-nav .nav-link {
        padding: 1.5rem 0.5rem;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }

    .my-gallery figure {
        width: calc(100% / 4);
    }

    /* .bd-navbar {
        background-color: #fff;
    } */

    .index_list .card_link {
        flex: 0 0 160px;
    }

    .row>div:not(:last-child)>.card_item {
        border-bottom: 1px solid #d6d6d6;
    }

    .index_list .card_text {
        -webkit-line-clamp: 2;
    }

    .article_list .card_text,
    .lamp_list .card_text {
        -webkit-line-clamp: 5 !important;
    }

    .video_info {
        border-left-width: 1px;
    }

    footer .container {
        margin-bottom: 70px;
    }

    .page_sideMenu {
        width: 100%;
    }
}

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

    html,
    body {
        overflow-y: auto !important;
    }

    .container {
        max-width: 95%;
    }

    .navbar-dark .navbar-brand {
        align-items: center;
    }

    .navbar-dark .navbar-brand img {
        height: 38px;
    }

    .sticky_top .navbar-dark .navbar-brand img {
        height: 38px;
    }

    .text_img {
        max-height: 98vh;
    }

    .text_img.img_2x {
        max-height: 196vh;
    }

    #index_slider {
        border: none;
    }

    #index_slider .owl_text {
        display: none !important;
    }

    #index_slider .owl-theme .owl-nav {
        display: none !important;
    }

    .disarray_layout {
        margin-top: 1.5rem;
    }

    .bg_disarray {
        display: none;
    }

    .news_list li {
        padding: 1rem 0 0.5rem;
    }

    .news_list li .news {
        flex-direction: column;
    }

    .news_date {
        width: 100%;
        justify-content: flex-start;
    }

    .news_title {
        width: 100%;
    }

    .my-gallery figure {
        width: calc(100% / 3);
    }

    .page_menu {
        margin-bottom: 1.5rem;
    }

    /*effect*/
    .bg_text_3_1 {
        width: 30%;
        left: auto;
        right: -1.5%;
        top: -6.5%;
    }

    .bg_text_3_2 {
        width: 39.531%;
        right: -3%;
        bottom: 30%;
    }

    .bg_text_3_3 {
        width: 16%;
        left: 10%;
        bottom: -1.2%;
    }


    .side_mobile .scroll_layout ul li {
        flex: 0 0 240px;
    }

    .lamp_list>.row>div:first-child .card_link {
        flex: 0 0 45%;
    }

    .lamp_list>.row>div:first-child .card_body {
        padding: 0 0 0 1rem !important;
    }

    .lamp_list .card_text {
        -webkit-line-clamp: 3 !important;
    }

    .video_info {
        border-left-width: 0;
    }

    .page_list.article_list .card_item {
        flex-direction: row !important;
    }

    .page_list.article_list .row>div:not(:last-child) .card_item {
        border-bottom: 1px solid #d6d6d6 !important;
    }

    .page_list.article_list .card_link {
        flex: 0 0 30% !important;
    }

    .page_list.article_list .card_body {
        padding: 0 0 0 1rem !important;
    }

    #searchResultTab {
        display: none !important;
    }

    #searchResultContent.tab-content>.tab-pane {
        display: block !important;
        opacity: 1 !important;
        border-top: 20px solid #f0f0f0;
        padding-top: 1.5rem;
    }

    .search_keywords_list {
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 0;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .search_keywords_list li {
        padding: 0 0.25rem;
        margin-bottom: 0.5rem;
    }

    .search_keywords_list li a {
        border-radius: 50em;
        color: #a51016;
        border-color: #a51016;
        padding: 0.25rem 1rem;
        font-size: 1rem;
    }

    #searchResultContent .page_list.article_list {
        padding-top: 1rem;
        border-top: 1px solid #d6d6d6;
    }
}

@media (max-width:575.98px) {

    .container,
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #index_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 50px;
        height: 50px;
    }

    #index_slider .owl-theme .owl-nav [class*='owl-'] .slider_arrow:before {
        width: 6px;
    }

    #index_slider .owl-theme .owl-nav [class*='owl-'] .slider_arrow:after {
        width: 6px;
    }

    .my-gallery figure {
        width: calc(100% / 2);
    }

    .my-gallery.page_gallery figure {
        width: calc(100% / 2);
    }

    .index_list {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: calc(1rem + 6px);
        border-left: 6px solid;
    }

    .index_list.article_list {
        border-left: none;
        padding-left: calc(1rem + 6px);
    }

    .article_more {
        display: none;
    }

    .hot_list li a {
        font-size: 0.875rem;
    }

    .hot_list li a span {
        padding: 0.4rem 1rem;
    }

    .side_mobile .scroll_layout ul li {
        flex: 0 0 150px;
    }

    .side_mobile .side_ad .scroll_layout .card_title {
        font-size: 0.875rem;
    }

    .lamp_list {
        border-color: #a51016;
    }

    .lamp_list>.row>div:first-child .card_link {
        flex: 0 0 calc(50% - 0.5rem);
    }

    .lamp_list>.row>div:first-child .card_body {
        padding: 0 0 0 0.5rem !important;
    }

    .lamp_list .card_text {
        margin-bottom: 0;
    }

    .lamp_more {
        display: none;
    }

    .news_list {
        border-color: #326b35;
    }

    .sutra_list {
        border-color: #7c4623;
    }

    .notebook_list {
        border-color: #624794;
    }

    .index_list .row>div:not(:first-child) .card_title a {
        color: #333;
    }

    .index_list .card_link {
        flex: 0 0 calc(50% - 0.5rem);
    }

    .index_list .row>div:not(:first-child) .card_link {
        flex: 0 0 27%;
    }

    .index_list .card_body {
        font-size: 0.875rem;
        line-height: 1.3;
        padding-right: 0;
    }

    .index_list .row>div:first-child .card_body {
        padding-left: 0.5rem;
    }

    .index_list .card_note {
        font-size: 0.75rem;
    }

    .index_list .card_text {
        -webkit-line-clamp: 3;
    }

    .index_list .row>div:not(:first-child) .card_note {
        margin-bottom: 0 !important;
    }

    .index_list .row>div:not(:first-child) .card_text {
        display: none;
    }

    .page_list.article_list .card_body {
        padding: 0 0 0 0.5rem !important;
    }

    .page_list.article_list .card_title {
        font-size: 1.125rem !important;
    }

    .page_list.article_list .card_body .card_title {
        display: none !important;
    }

    .page_list.article_list .card_text {
        line-height: 1.5;
    }

    .page_list.article_list .card_tool {
        font-size: 0.75rem;
    }

    .page_list.article_list .card_note {
        font-size: 0.75rem;
    }

    /*    .container {
        width: 90%;
    }*/
    /*    #totop {
        right: 20px;
        bottom: 20px;
    }*/
}

@media (min-width:576px) {}

@media (min-width:768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .border-md-start {
        border-left: 1px solid #C9CACA !important;
    }

    .fs-md-7 {
        font-size: 0.875rem !important;
    }

    .fs-md-5 {
        font-size: 1.25rem !important;
    }

    #index_slider .owl-theme .owl-dots {
        display: none !important;
    }

    .page_list.article_list .card_title {
        display: flex;
        order: 1;
    }

    .page_list.article_list .card_tool {
        order: 2;
    }

    .page_list.article_list .card_content {
        display: flex;
        order: 3;
    }

    .page_list.article_list.related_list .card_content {
        display: none !important;
    }
}

@media (min-width:992px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .border-lg-start {
        border-left: 1px solid #C9CACA !important;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    /*    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }*/
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

@media (min-width:1200px) {
    .border-xl-start {
        border-left: 1px solid #C9CACA !important;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 144dpi) {}