@charset "UTF-8";
@import "animate.css";


@font-face {
    font-family: 'Jenlei Demi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Jenlei-Demi.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/HelveticaNeue-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Georgia.woff) format('woff');
}

@font-face {
    font-family: 'STHeiti TC';
    font-style: lighter;
    font-weight: 300;
    src: url(../fonts/STHeiti-TC-Light.woff) format('woff');
}

@font-face {
    font-family: 'DFLiSong';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/DFLiSong-Md-WIN-BF.woff) format('woff');
}


body {
    font-family: 'Helvetica Neue', 'Noto Sans TC', '微軟正黑體', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1rem;
    color: #000;
    /*letter-spacing: 0.1em;*/
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.ff_jenlei_demi {
    font-family: 'Jenlei Demi', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

/*.ff_helvetica_neue {
    font-family: 'Helvetica Neue', 'Noto Sans TC', '微軟正黑體', sans-serif;
}
*/

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.fs-0 {
    font-size: calc(1.1rem + 2.5vw) !important
}

.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.ls-0 {
    letter-spacing: 0;
}

.text-red {
    color: #eb1000 !important;
}
.text-yellow {
    color: #fdba02 !important;
}
.text-gray {
    color: #565656 !important;
}

.bg_light_gray {
    background-color: #fafafa !important;
}
.bg_light_blue {
    background-color: #e8ecf5 !important;
}
.border_red {
    border-color: #c71627 !important;
}
.border_light_gray {
    border-color: #d9dee2 !important;
}
.rounded-4 {
    border-radius: 0.5rem !important;
}
.mt_n4 {
    margin-top: -1.5rem !important;
}
.flex-auto {
    flex: 1 1 auto !important;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
}

#luxy {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 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;
}

.is-loaded .title_line {
    /*width: 100px;*/
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*scu_page*/
img.member_photo {
    width: 100px;
    max-width: none;
    margin: 1rem 0 !important;
}
.t_title {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}
.t_desc {
    font-size: 1.25rem !important;
}
.t_desc > a {
    font-size: 1.25rem !important;
}
.table-striped.striped_custom>tbody>tr:nth-child(even) {
    background-color: #F1F1F1 !important;
}
.table-striped.striped_custom>tbody>tr:nth-child(odd) {
    background-color: #e8eef4 !important;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    
}
table {
    width: 100% !important;
}
table th {
    white-space: nowrap;
}
table th.name {
    width: 100px;
}
.table>:not(:first-child) {
    border-top: none;
}
.table > thead > tr > td {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.table > tfoot > tr > td {
    border-color: transparent;
}
.table>:not(caption)>*>* {
    padding: 0.75rem;
}
.table > tbody > tr > td a:hover {
    color: #ad2f32;
    text-decoration: underline;
}
.table.active_table>tbody>tr.active>th {
    background-color: #2472AD;
    color: #fff;
}
.table-striped.active_table>tbody>tr:nth-of-type(even) {
    background-color: #F5F5F5;
}
.table-striped.active_table>tbody>tr:nth-of-type(odd) {
    background-color: #E0EAF3;
}
.fc-event .fc-bg {
    border: 1px solid;
}
.page-header {
    margin-top: 10px;
    font-size: 24px;
}
.section_title {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}
.section_title.white {
    color: #fff;
}
.tab-content>.tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
}
.table .info .col-md-1 {
    width: 8.333333%;
}
.table .info .col-md-2 {
    width: 16.666667%;
}
.table .info .col-md-3 {
    width: 25%;
}
.table .info .col-md-4 {
    width: 33.333333%;
}
.table .info .col-md-5 {
    width: 41.666667%;
}
.table .info .col-md-6 {
    width: 50%;
}
.table .info .col-md-7 {
    width: 58.333333%;
}
.table .info .col-md-8 {
    width: 66.666667%;
}
.table .info .col-md-9 {
    width: 75%;
}
.table .info .col-md-10 {
    width: 83.333333%;
}
.table .info .col-md-11 {
    width: 91.666667%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-calendar:before {
    content: "\f073";
}
.glyphicon-folder-open:before {
    content: "\f07c";
}
.page_content {
    min-height: 70vh;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
}
.page_content img {
    margin-bottom: 1rem;
}
#rndbox_body {
    margin: 0px 10px;
    padding: 10px 0px 20px 0px;
}
#rndbox_body p {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 10px 0px;
    background-color: transparent;
}
#header_03 {
    order: 1;
    margin: -7px 0px 0px 0px;
    padding: 10px 10px 30px 10px;
    background-color: #FFFFE1;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    min-height: 50px;
    height: auto;
}
#header_03 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#header_03 ul li {
    padding: 2px 0;
}
#header_03 ul li h5 {
    font-size: 16px;
    font-weight: bold;
}
#article {
    order: 0;
    margin: 0px 7px 0px 7px;
    padding: 10px 0px 10px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}
#attachment {
    order: 2;
    margin: auto 10px 0;
}
#attachment p {
    margin: 10px 0;
    padding: 0;
    border-bottom: #969599 1px dotted;
    color: #669999;
}
.article_block {
    margin-bottom: 40px;
}

.table-responsive{overflow-x:auto;overflow-y:hidden}
.table-bordered{border:1px solid #ddd}
.bordertable td{border:none}
.sortable th,.sortable td{border-bottom:none !important}
/*.table-header{margin:0;padding:10px;font-size:14px !important;font-weight:normal !important;color:#F8F8FF !important; background:#d4525c}*/
.sortable caption{caption-side: top;background:#d4525c !important;}
.table-bordered.noborder{border:none !important}
.noborder td{border:none !important}
.v-align-t{vertical-align:top}
.v-align-t.title{font-size:16px}
table th{white-space:nowrap;}
table tr{background:#e8eef4}
table tr.alt{background:#F1F1F1}
table th.role{min-width:100px;width:100px}
table th.name{min-width:120px;width:120px}
table th.date{min-width:200px;width:200px}
table th.portrait{min-width:150px;width:150px}
table th.ext{min-width:120px;width:120px}
table th.tel{min-width:180px;width:180px}
table th.email{min-width:180px;width:180px}
table th.width_150{min-width:150px;width:150px}
table th.width_200{min-width:200px;width:200px}
table th.w_70px{min-width:70px;width:70px}
table .pagination{margin-bottom:0}
.width_400{width:400px}
.table tr td p:last-child{margin-bottom:0}



/* ==============================
   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 {
    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;
}


/*index*/
.gallery_title {
    font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;
    font-size: 3rem;
    color: #f1f1f1;
    position: relative;
}
.gallery_title .title_tw {
    font-size: 1.125rem;
    color: #4c4c4c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}
.index_title {
    font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;
    font-weight: normal;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #00112c;
    line-height: 1;
}
.index_title_en {
    display: inline-block;
    position: relative;
}
.index_title_tw {
    font-size: 1rem;
}


/*nav*/
#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: rgba(49, 51, 51, .95);*/
    /*-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%);*/
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: -9px;
}
.navbar_bg {
    background-color: rgba(49, 51, 51, 1);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
}
/*.sticky_top .navbar_bg {
    background-color: transparent;
}*/
.sticky_top .bd-navbar {
    background-color: rgba(49, 51, 51, 1);
}
.sticky_top #mainNav .dropdown-menu {
    background-color: rgba(255, 255, 255, .97);
}
.bd-subnavbar {
    padding: 0;
    z-index: 99;
    position: relative;
    background-color: #f8faf9;
}
header {
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 9px solid #087dc2;
}
.top_bar {
    color: #fff;
    font-size: 0.875rem;
}
.top_bar img {
    height: 1.25rem;
}
.top_bar_link {
    padding: 0 0.5rem;
    color: #fff;
    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;
}
.search_layout {
    position: relative;
    width: 40px;
    display: flex;
    justify-content: flex-end;
}
.search_layout .search_btn {
    width: 40px;
    height: 100%;
    min-height: 40px;
    background-color: #0299f0;
    border: none;
    position: relative;
    z-index: 10;
}
.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;
}
.search_form {
    width: 40px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.search_open .search_form {
    width: 240px;
}
.search_form .form-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
}
.top_bar .navbar-toggler {
    width: 40px;
    height: 40px;
    /*background-color: #fff;*/
    border-radius: 0;
    padding: 12px 10px;
    margin-left: 0 !important;
}
.top_bar .burger-wrap span {
    background: #fff;
}
.top_bar .navbar-toggler[aria-expanded="true"] .burger-top {
    top: 7px;
}
.top_bar .navbar-toggler[aria-expanded="true"] .burger-bottom {
    bottom: 7px;
}
#quickLink {
    position: absolute;
    top: 100%;
    right: 0.75rem;
    z-index: 999;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    /*border-bottom: 8px solid #a83232;*/
    /*position: relative;*/
}
#quickLink:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #3acac0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#quickLink .navbar-nav {
    padding: 0.5rem 0 calc(0.5rem + 8px);
}
#quickLink .nav-link {
    padding: 0.5rem 1.5rem;
    color: #212529;
    font-size: 0.875rem;
}
#quickLink .nav-link:hover {
    background-color: #eee;
}
.header_bottom {
    position: relative;
    z-index: 99;
}
.navbar-light .navbar-brand {
    max-width: 100%;
    /*opacity: 0;*/
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;
    /*width: calc(125px + 2rem);*/
    height: 64px;
    padding-top: 2px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    min-width: 141px;
}
.navbar-light .navbar-brand img.logo_img {
    /*position: absolute;
    bottom: 10px;
    left: 50%;*/
    height: 124px;
    transform: translate3d(0, -30%, 0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: block;
}
.logo_sticky_text {
    width: 180px;
    opacity: 0;
    padding-left: 5px;
    /*margin-right: 30px;*/
    margin-left: -40px;
    -webkit-transition: opacity .2s ease-out, margin .2s ease-out;
    -moz-transition: opacity .2s ease-out, margin .2s ease-out;
    transition: opacity .2s ease-out, margin .2s ease-out;

}
.sticky_top .logo_sticky_text {
    opacity: 1;
    padding-left: 5px;
    margin-right: 22.5px;
    margin-left: 0;
}
.sticky_top .navbar-light .navbar-brand img.logo_img {
    bottom: 50%;
    transform: translate3d(0, 0, 0);
    height: 62px;
}
.navbar-light .navbar-brand img.logo_img {
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .75);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /*color: rgba(0, 0, 0, 1.0);*/
    color: #cb1a23;
}
.logo {
    position: absolute;
    top: 100%;
    transform: translate3d(0, -57%, 0);
}
.sticky_top .logo {
    opacity: 0;
}
.logo_text {
    padding-left: 130px;
}
#mainNav {
    position: relative;
    /*font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;*/
}
#mainNav .navbar-nav {
    /*padding-left: 150px !important;*/
    flex-wrap: wrap;
}
#mainNav .nav-item {
    position: relative;
}
#mainNav .navbar-nav .nav-link {
    color: #fff;
    line-height: 1em;
    /*font-weight: bold;*/
    padding: 1.5rem 1rem;
}
#mainNav .navbar-nav .nav-link:hover,
#mainNav .navbar-nav .active .nav-link {
    /*background-color: #0f3034;*/
    /*color: #ffcb35;*/
    color: #ffb25a;
}
#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;
}
#mainNav .dropdown-menu {
    border-radius: 0;
    border: none;
    border-bottom: 8px solid #1d1d1d;
    padding: 1rem 1rem 1.25rem;
    background-color: rgba(255, 255, 255, .7);
    margin-top: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#mainNav .dropdown-toggle.show:before {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-width: 0 7px 8px 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0px);
}
#mainNav .dropdown-item {
    border-bottom: 1px solid #c6cfd4;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    white-space: normal;
}
#mainNav .dropdown-item:focus,
#mainNav .dropdown-item:hover {
    color: #d14d52;
    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: #fff;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-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);
}

.navbar-light .navbar-toggler {
    width: 41px;
    height: 41px;
    /*background-color: #fff;*/
    border-radius: 0;
    padding: 12px 10px;
    margin-left: 0 !important;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .burger-top {
    top: 7.5px;
}
.navbar-light .navbar-toggler[aria-expanded="true"] .burger-bottom {
    bottom: 7.5px;
}
.nav_bg1 {
    position: absolute;
    top: 0;
    right: 1%;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color: #ffb25a;
    transform: rotate(-2deg);
    transform-origin: left top;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.nav_bg2 {
    position: absolute;
    left: -1%;
    top: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.nav_bg2 div {
    width: 100%;
    height: 100%;
    background-color: #ffb25a;
    transform: rotate(-2deg);
    transform-origin: right top;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.sticky_top .nav_bg1,
.sticky_top .nav_bg2 div {
    opacity: 0;
    visibility: hidden;
}


/*index_slider*/
#index_slider {
    /*font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;*/
    position: relative;
    margin-bottom: 3rem;
}
#index_slider_bg {
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*z-index: -1;*/
    background-color: #ffb25a;
    transform: rotate(-2deg);
    transform-origin: right center;
}
#index_slider .owl-carousel {
    background-color: #fff;
    position: static;
}
#index_slider .item {
    width: 100%;
    padding-top: calc(505 / 1343 * 100%);
    /*min-height: 300px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.index_slider_subtitle {
    color: #fff;
    padding: 0.25rem 1rem;
    border-top: 1px solid #000;
    box-shadow: inset 0 0.5em 0.5em rgba(0, 0, 0, .2);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}
#index_slider .owl-theme .owl-dots {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 10px;
}
#index_slider .owl_text_block {
    padding: 3% 5%;
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate3d(0, -50%, 0);
    max-width: 90%;
}
#index_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: -13px;
    right: 2%;
    /*transform: translate3d(45vw, 0px, 0px);*/
    margin: 0;
    background-image: url(../images/owl_nav_bg.png);
    padding: 0 3.5px;
    z-index: 99;
}
#index_slider .owl-theme .owl-nav [class*='owl-'] {
    width: 55px;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    margin: 8px 5.5px;
}
#index_slider .owl-theme .owl-nav .disabled {
    opacity: 1;
}
.slider_arrow {
    border-color: transparent;
    border-style: solid;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slider_arrow_left {
    border-width: 14px 14px 14px 0;
    border-right-color: #000;
}
.slider_arrow_right {
    border-width: 14px 0 14px 14px;
    border-left-color: #000;
}
#index_slider .owl-theme .owl-nav .disabled .slider_arrow_left {
    border-right-color: #b2b2b2;
}
#index_slider .owl-theme .owl-nav .disabled .slider_arrow_right {
    border-left-color: #b2b2b2;
}
.welcome_text {
    width: 25%;
    height: 100px;
    font-size: 1.125rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(25px, 25px, 0px);
    color: #fff;
    background-color: #ffb25a;
    display: flex;
    align-items: center;
}


/*news_list*/
.news_section .container {
    padding-bottom: 3vw;
}
.news_tag .nav-link {
    color: #a6a6a6;
    border-color: #a6a6a6;
    font-size: 0.875rem;
    padding: 0.375rem 1.5rem;
}
.news_tag .nav-link:hover,
.news_tag .active .nav-link {
    color: #386bbe;
    border-color: #386bbe;
    background-color: #fff;
}
.news_section_title {
    background-image: url(../images/news_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}
.news_list {
    list-style: none;
    color: #303030;
}
.news_list li {
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.news_list li:before {
    content: '';
    width: 11px;
    height: 1.5em;
    position: absolute;
    top: 0.5rem;
    right: 100%;
    margin-right: 10px;
    background-image: url(../images/news_list.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.news_date {
    white-space: nowrap;
}
.news_title {
    font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;
    padding-left: 2rem;
    color: #303030;
    position: relative;
}
.news_title svg {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 1.5em;
}
.news_title a {
    display: block;
    color: #303030;
    text-decoration: none;
}
.news_title a:hover {
    color: #386bbe;
}
.news_more {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    font-size: 0.75rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #b7193f;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    line-height: 1;
}
.news_more span {
    font-size: 2.5rem;
    font-weight: lighter;
}
.news_more:hover {
    background-color: #eee;
}


/*topic_slider*/
/*.topic_title {
    background-image: url(../images/topic/bg.png);
}
.topic_layout {
    background-color: #354760;
}
.topic_slider {
    position: relative;
    padding-top: 72px;
}
.topic_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: calc(100% + 1rem);
    right: 0;
    margin: 0;
}
.topic_slider .owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 0 0 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.topic_slider .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 6px;
}*/


/*topic_slider*/
.topic_section {
    position: relative;
    display: flex;
}
.topic_bg_blue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0061a5;
}
.topic_bg_orange {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(53% + 660px);
    height: calc(100% + 3vw);
    z-index: 2;
    background-color: #fa5d36;
    transform: rotate(-2deg);
}
.topic_bg_white {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(53% + 660px);
    height: calc(100% + 3vw);
    z-index: 3;
    background-color: #fff;
}
.topic_section .container {
    position: relative;
    z-index: 9;
    margin-top: -3vw;
}
.topic_slider {
    position: relative;
    margin-bottom: 1.5rem;
}
.topic_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: calc(100% + 1.5rem);
    right: 5px;
    margin: 0;
}
.topic_slider .owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    border: 1px solid #b9b9b9;
    margin: 0 0 0 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.topic_slider .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 6px;
}
.topic_slider .topic_text {
    position: relative;
    background-color: rgba(255,255,255,0.85);
    border-radius: 0.3rem;
    padding: 1.5rem 1rem;
    margin: -1.5rem 1rem 0;
}
.topic_slider .card_item:hover {
    color: #2789d1;
}


/*video*/
.video_layout {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.video_layout iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*about us*/
.about_section {
    position: relative;
}
.about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 42px);
    z-index: 1;
    background-image: url(../images/4_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about_section .container {
    position: relative;
    z-index: 9;
}
.video_slider {
    position: relative;
}
.video_slider .owl-carousel .owl-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_slider .owl-carousel .owl-video-play-icon {
    visibility: hidden;
}
.video_slider .owl-item {
    display: flex;
    justify-content: center;
}
.video_slider .item-video {
    max-width: 100%;
}
.video_slider .video_layout {
    width: 500px;
    max-width: 100%;
}
.video_slider .owl-theme .owl-nav {
    position: absolute;
    bottom: calc(100% + 1.5rem);
    right: 5px;
    margin: 0;
}
.video_slider .owl-theme .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 0 0 0.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.video_slider .owl-theme .owl-dots {
    padding-top: 1rem;
}
.video_slider .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 6px;
}


/*snap_slider*/
.snap_slider {
    padding-left: 60px;
    padding-right: 60px;
}
.snap_slider .card_title {
    font-size: 1.125rem;
}
.snap_slider .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin: calc((100% - 60px) / 3 * 192 / 355 / 2) 0 0;
    padding: 0;
    width: 100%;
    height: 0;
}
.snap_slider .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    -webkit-transform: translate3d(-100%,-50%,0);
    transform: translate3d(-100%,-50%,0);
    position: absolute;
    left: -20px;
    /*opacity: 0.75;*/
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 2rem;
    color: #fff;
    background-color: #2789d0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.snap_slider .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #1B6194;
}
.snap_slider .owl-theme .owl-nav .owl-next {
    left: auto;
    right: -20px;
    -webkit-transform: translate3d(100%,-50%,0);
    transform: translate3d(100%,-50%,0);
}
.snap_slider .owl-theme .owl-nav .disabled {
    opacity: 0.5;
}


/*card*/
.card_item {
    display: block;
    color: #34465f;
    text-decoration: none;
}
.card_item.card_white {
    color: #fff;
}
.card_item:hover {
    color: #386bbe;
}
.card_item.card_white:hover {
    color: #fff;
}
.card_img {
    display: block;
    width: 100%;
    padding-top: calc(192 / 355 * 100%);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card_img.card_shadow {
    box-shadow: 5px 8px 0 #888;
}
.card_img.card_square {
    padding-top: 100%;
}
.card_img.card_strip {
    padding-top: calc(421 / 305 * 100%);
}
.card_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform-origin: center;
}
a:hover .card_img img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    transform: scale(1.05);
}
a.card_white:hover .card_img img {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.card_body {
    padding: 1rem;
    border: none;
    margin-top: 0;
}
.card_title {
    margin-bottom: 0;
    font-size: 1rem;
    font-family: 'Georgia', 'DFLiSong', '微軟正黑體', sans-serif;
    line-height: 1.5;
}


/*social_section*/
.social_bg {
    /*width: calc(917 / 1920 * 100vw);*/
    background-image: url(../images/social_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.social_list {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.social_list li {
    border-left: 1px dotted #878c9b;
}
.social_list li:last-child {
    border-right: 1px dotted #878c9b;
}
.social_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0f1b38;
    text-decoration: none;
    padding: 0 0.625rem;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0;
}
.social_list li.social_facebook a:hover {
    color: #4d7bcf;
}
.social_list li.social_youtube a:hover {
    color: #c82a15;
}
.social_list li.social_instagram a:hover {
    color: #ef2475;
}
.social_list li.social_line a:hover {
    color: #37b74c;
}
.social_icon {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social_icon svg {
    margin-bottom: 5px;
}
.social_name {
    font-size: 0.875rem;
}
.social_list_footer.social_list li {
    margin-right: 1rem;
}
.social_list_footer.social_list li a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.social_list_footer.social_list li a:hover {
    color: #fff !important;
}
.social_list_footer.social_list li.social_facebook a:hover {
    background-color: #4d7bcf;
    border-color: #4d7bcf;
}
.social_list_footer.social_list li.social_youtube a:hover {
    background-color: #c82a15;
    border-color: #c82a15;
}
.social_list_footer.social_list li.social_instagram a:hover {
    background-color: #ef2475;
    border-color: #ef2475;
}
.social_list_footer.social_list li {
    border: none;
}


/*footer*/
footer {
    color: #fff;
    background-color: #000;
    border-top: 13px solid #ffb25a;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ffb25a;
}
.footer_top {
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer_bottom {
    color: #fff;
    background-color: #000;
}


/*totop*/
#totop {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    z-index: 9999;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #3b4f82;
    -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*/
#sidebar {
    width: 255px;
    border: 1px solid #cdcfce;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
}
.sideNav {
    border: 1px solid #ddd;
}
.sidebar_header {
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: bold;
}
.sideMenu {
    padding: 1rem;
    list-style: none;
    margin-bottom: 0;
}
.sideMenu li {
    font-size: 0.75rem;
}
.sideMenu > li {
    border-bottom: 1px solid #d0d0d0;
}
.sideMenu li a {
    display: block;
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    color: #797a7e;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.sideMenu li a:hover,
.sideMenu li.active > a {
    color: #d4ab77;
    text-decoration: none;
}
.sideMenu > li > a:hover {
    color: #d4ab77;
}
.sideMenu .dropdown-toggle::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.sideMenu .dropdown-toggle[aria-expanded="true"] {
    color: #9ac9ec;
}
.sideMenu .dropdown-toggle[aria-expanded="true"]:hover {
    color: #9ac9ec;
    background-color: #fff;
}
.sideMenu .dropdown-toggle[aria-expanded="true"]::after {
    -webkit-transform: translate3d(0,-50%,0) rotate(45deg);
    -o-transform: translate3d(0,-50%,0) rotate(45deg);
    -ms-transform: translate3d(0,-50%,0) rotate(45deg);
    transform: translate3d(0,-50%,0) rotate(45deg);
}
.sideMenu .btn-toggle-nav {
    padding: 0 10px;
    border-top: 1px solid #d0d0d0;
}


/*breadcrumb*/
.section_breadcrumb {
    background-color: #dbdbdb;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.section_breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 0.875rem;
}
.section_breadcrumb .breadcrumb a {
    color: #666;
    text-decoration: none;
}
.section_breadcrumb .breadcrumb a:hover {
    color: #007bff;
    text-decoration: none;
}
.section_breadcrumb .breadcrumb-item.active {
    color: #007bff;
}
.section_breadcrumb .pull-right {
    margin-left: auto;
    padding: .75rem 1rem;
    font-size: 0.875rem;
}
.section_breadcrumb .pull-right i {
    padding-right: 5px;
}


@media (max-width:1399.98px) {
    .topic_bg_orange {
        width: calc(53% + 570px);
    }
    .topic_bg_white {
        width: calc(53% + 570px);
    }
}

@media (max-width:1199.98px) {
    #mainNav .navbar-nav {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
    #mainNav .navbar-nav .nav-link {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        font-size: 0.875rem;
    }
    #index_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 45px;
        height: 45px;
    }
    .slider_arrow_left {
        border-width: 12px 12px 12px 0;
    }
    .slider_arrow_right {
        border-width: 12px 0 12px 12px;
    }
    .welcome_text {
        height: 90px;
    }
    .social_section {
        background-image: url(../images/footer_bg2.png);
        background-position: right bottom;
        background-size: 100% auto;
    }
    .topic_bg_orange {
        width: calc(53% + 480px);
    }
    .topic_bg_white {
        width: calc(53% + 480px);
    }
    .snap_slider .owl-theme .owl-nav {
        margin: calc((100% - 30px) / 2 * 192 / 355 / 2) 0 0;
    }
}

@media (max-width:991.98px) {
    #mainNav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(49, 51, 51, 1);
        padding-left: 1rem;
        padding-right: 1rem;
        max-height: calc(100vh - 57px);
        overflow-y: auto;
    }
    #mainNav .navbar-nav {
        padding-left: 0 !important;
    }
    #mainNav .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
    }
    #mainNav .dropdown-item {
        padding: 0.5rem 1rem;
    }
    .navbar-light .navbar-brand img.logo_img {
        transform: translate3d(0, -26%, 0);
    }
    #index_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 35px;
        height: 35px;
    }
    #index_slider .owl-theme .owl-nav {
        right: 10px;
    }
    .slider_arrow_left {
        border-width: 10px 10px 10px 0;
    }
    .slider_arrow_right {
        border-width: 10px 0 10px 10px;
    }
    .welcome_text {
        width: 159px;
        height: 65px;
        transform: translate3d(20px, 20px, 0px);
    }
    #sidebar {
        width: 226px;
    }
    .news_section_title {
        background-size: contain;
    }
    .topic_bg_orange {
        width: calc(53% + 360px);
    }
    .topic_bg_white {
        width: calc(53% + 360px);
    }
    /*.social_list li a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .social_icon {
        flex-direction: column;
        margin-bottom: 0;
    }
    .social_icon svg {
        margin-bottom: 5px;
    }*/
    .social_icon {
        font-size: 1.25rem;
    }
    .social_icon svg {
        margin-bottom: 2px;
    }
    .social_name {
        font-size: 0.75rem;
    }
    .logo {
        width: 100px;
    }
    /*.logo_text {
        padding-left: 110px;
    }*/
    #sidebar {
        width: 100%;
    }
}

@media (max-width:767.98px) {
    .t_title {
        font-size: 1.125rem !important;
    }
    .t_desc {
        font-size: 1rem !important;
    }
    .t_desc > a {
        font-size: 1rem !important;
    }
    #index_slider .item {
        padding-top: calc(505 / 1343 * 100%);
    }
    #index_slider .owl_text_block {
        padding: 1rem;
    }
    #index_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 30px;
        height: 30px;
    }
    .slider_arrow_left {
        border-width: 8px 8px 8px 0;
    }
    .slider_arrow_right {
        border-width: 8px 0 8px 8px;
    }
    #index_slider .owl-theme .owl-nav {
        right: 0;
        bottom: -10px;
    }
    .welcome_text {
        width: 99px;
        height: 56px;
        transform: translate3d(5px, 15px, 0px);
    }
    .topic_slider .owl-theme {
        margin-left: 0;
    }
    .topic_slider .item {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
    .news_list li {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
    .news_title {
        padding-left: 0;
    }
    .topic_section {
        background-color: #fff;
    }
    .topic_slider {
        padding-left: 0;
    }
    .topic_bg_orange {
        width: 100%;
    }
    .topic_bg_white {
        width: 100%;
    }
    .snap_slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .snap_slider .owl-theme .owl-nav {
        margin: calc(100% * 192 / 355 / 2) 0 0;
    }
    .snap_slider .owl-theme .owl-nav [class*='owl-'] {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        left: -10px;
    }
    .snap_slider .owl-theme .owl-nav .owl-next {
        left: auto;
        right: -10px;
    }
    .snap_slider .card_title {
        font-size: 1rem;
    }
    .social_bg {
        background-size: 100% auto;
    }
}

@media (max-width:575.98px) {
    .container {
        width: 90%;
    }
    .bd-navbar .container,
    .slider_section .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-light .navbar-brand img.logo_img {
        height: 95px;
        transform: translate3d(0, -30%, 0);
    }
    .logo_text {
        padding-left: 95px;
    }
/*    .social_list li {
        border-right: 1px dotted #878c9b;
    }*/
    #index_slider .owl_text_block {
        right: 50%;
        transform: translate3d(50%, -50%, 0px);
        width: 300px;
        font-size: 0.875rem !important;
    }
    #index_slider .owl_text_block h5 {
        font-size: 1rem !important;
        margin-bottom: 0.25rem !important;
    }
    #index_slider .owl_text_block p {
        margin-bottom: 0.5rem !important;
    }
    #index_slider .owl_text_block .btn {
        font-size: 0.875rem !important;
        padding: 0.25rem 1.5rem !important;
    }
    .index_slider_subtitle {
        font-size: 0.875rem;
    }
    .logo {
        width: 80px;
    }
    .index_title_en {
        padding-top: 1.5rem;
    /*.logo_text {
        padding-left: 90px;
    }*/
}

@media (max-width:374px) {
    .video_slider {
        padding-top: 20px;
    }
    .video_slider .owl-theme .owl-nav {
        top: -50px;
    }
}

@media (min-width: 576px) {
    #index_slider .owl-theme .owl-nav {
        transform: translate3d(270px, 0px, 0px);
    }
}

@media (min-width:768px) {
    .topic_section .container {
        position: relative;
    }
    #index_slider .owl-theme .owl-nav {
        transform: translate3d(360px, 0px, 0px);
    }
}

@media (min-width:992px) {
    #index_slider .owl-theme .owl-nav {
        transform: translate3d(480px, 0px, 0px);
    }
}

@media (min-width:1200px) {
    .fs-0 {
        font-size: 3.5rem !important
    }
    .index_title {
        font-size: 2.625rem;
    }
    #index_slider .owl-theme .owl-nav {
        transform: translate3d(570px, 0px, 0px);
    }
}
@media (min-width:1400px) {
    #index_slider .owl-theme .owl-nav {
        transform: translate3d(660px, 0px, 0px);
    }
}