/******** 內文文字反白顏色 ********/
::selection {
    background: #ac8c36;
    color: #fff;
}

::-moz-selection {
    background: #442916;
    color: #fff;
}


/******** 字體大小 *********/
.font-1rem {
    font-size: 1.1rem !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-70 {
    font-size: 70px !important;
}

.font-300 {
    font-size: 300px !important;
}


/******** 透明度 *********/
.opacity-60 {
    opacity: 0.6;
}

/******** 重點畫線 *********/
.main_title {
    background-image: linear-gradient(0deg, #face4a 50%, transparent 50%);
}

/******** 標題(含底線) *********/

.two-h {
    background: radial-gradient(circle at center, #fbe6d0, transparent);
    margin: 0 auto;
    text-align: center;
}

.title_line_org {
    border-bottom: 3px solid #f5961d;
}

.article_h {
    font-size: 1.85rem;
    color: #17a2b8;
    font-weight: bold !important;
    border-bottom: solid 1px #e0e0e0;
    text-align: justify;
    margin-bottom: 15px;
    padding: 10px 0;
    line-height: 45px;
}

/* === 底線標題 === */
.baseline_title h3 {
    position: relative;
    padding: 0;
    margin: 0;
    font-weight: bold;
    /* font-size: 40px; */
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.baseline_title h3:before {
    width: 40px;
    height: 7px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -18px;
    background-color: #f6c689;
    border-radius: 5px;
}

.baseline_title h3:after {
    height: 2px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    background-color: #f6c689;
}

/* === 短板標題 === */
.short_t h3:after {
    width: 130px;
    left: 50%;
    margin-left: -65px;
}

/* === 長版標題 === */
.long_t h3:after {
    width: 100%;
}

/* === 左側標題 === */
.left_t h3 {
    text-align: left;
}

.left_t h3:before,
.left_t h3:after {
    left: 0;
    margin-left: 0;
}

.left_t h3:before {
    width: 60px;
}

/* 子頁標題 */
.sub_title h2 {
    color: #754826;
    line-height: 1;
    font-weight: 600;
}

.red_title {
    padding: 5px;
    background-color: indianred;
}

.red_title h5 {
    color: #f6f0e9;
    font-weight: bold;
    margin-bottom: 0px;
}

/* Ribbon 造型標題 */
.title_wrap {
    padding: 0 15px;
    position: relative;
}

.onsale-section {
    position: absolute;
    top: -24px;
    /* right: 15px; */
}

.onsale-section:after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #f5961d;
}

.onsale {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #f5961d;
    font-size: 20px;
    line-height: 1;
    padding: 12px 8px 6px;
    border-top-right-radius: 8px;
    width: 50px;
    text-transform: uppercase;
}

.onsale:before,
.onsale:after {
    position: absolute;
    content: '';
    display: block;
}

.onsale:before {
    background: #f5961d;
    height: 7px;
    width: 6px;
    left: -6px;
    top: 0;
}

.onsale:after {
    background: #75482b;
    height: 7px;
    width: 8px;
    border-radius: 8px 8px 0 0;
    left: -8px;
    top: 0;
}

.onsale_heading {
    font-size: 35px;
    line-height: 40px;
    color: #754826;
    font-weight: bold;
    padding: .5em 0em .2em 2.2em;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.onsale_heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50px;
    /* height: 80%; */
    height: 60px;
    background: #f5961d;
    clip-path: polygon(100% 0%, 100% 100%, 50% 75%, 0 100%, 0 0);
    transition: all 0.2s ease-in;
}

.onsale_heading:hover::before {
    /* height: 90%; */
    height: 70px;
}

/********* 條列式標題 *********/
.other_heading {
    background-color: #f6f0e9;
    padding: 10px;
    font-size: x-large;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    counter-increment: members-counter;
}

.other_heading::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #75482b;
}

.other_heading::before {
    content: counter(members-counter);
    background-color: #f5961d;
    color: whitesmoke;
    padding: 15px;
    margin-left: -10px;
    margin-right: 20px;
}

/********* 圖片、文字標題 *********/
.title-bg {
    background-image: url("../img/title-bg4.f0989061bfaa.png");
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%) inset; */
    border: 1px solid #896750;
}

.title-bg h1,
.title-bg h4,
.title-bg h3 {
    color: #f6f0e9;
    font-weight: bolder;
}

/******** 背景顏色 *********/

.dot_bg {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBgEPr//z8DCIMBkAEWYIRywIIAAQYAPcIPFz/ScLMAAAAASUVORK5CYII=);
    background-color: #fff;
}

.beige-bg,
.milktea-bg,
.bge-bg {
    background-color: #f6f0e9;
}

.wg-bg {
    background-color: #f5f4f0;
}

.og-bg {
    background-color: #f5961d;
}

.light-og-bg {
    background-color: antiquewhite;
}

.coco-bg {
    background-color: #dbd5d5;
}

.coco-bg:hover {
    background-color: #c2bdbd;
}

.bge-bg:hover {
    background-color: #f8eadb;
}

.danger-bg {
    background-color: rgb(255, 208, 203) !important;
    color: rgb(233, 89, 76) !important;
}

.dblue-bg {
    background-color: #41587a !important;
}

.coffee-bg {
    background-color: #956d53 !important;
}

/******** 字體顏色 *********/
.beige-word {
    color: #f6f0e9;
}

.og-word {
    color: #f5961d;
}

.lightog-word {
    color: #f9c37e;
}

.cofe-word {
    color: #754826;
}

.op-cofe-word {
    color: #a88366;
}

.darkcoco-word {
    color: #dac9ba;
}

.lightco-word {
    color: #e7d9cd;
}

.gy-word {
    color: #6c757d;
}

h5 a:hover,
h6 a:hover {
    background-color: transparent !important;
    color: #f5961d !important;
    font-weight: 700;
}

/******** 按鈕、a標籤 *********/
.btn-light {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:hover {
    background-color: #d5dbe1;
}

.btn-link {
    color: #754826;
}

.btn-link:hover {
    color: #f5961d;
}

.btn-outline-warning {
    color: #f5961d !important;
    border-color: #f5961d !important;
    font-weight: 700 !important;
    background-color: #fff !important;
}

.btn-outline-warning:hover {
    color: #f5961d !important;
    background-color: #fdead1 !important;
    border-color: #f5961d !important;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #f5961d;
    background-color: #fdead1;
    border-color: #f5961d;
}

.btn-warning {
    color: #fff;
    background-color: #f5961d !important;
    border-color: #f5961d !important;
    font-weight: 700 !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #fda634 !important;
    border-color: #fda634 !important;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fda634;
    border-color: #fda634;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #999 !important;
    background-color: #EEE !important;
    border-color: #CCC !important;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    cursor: not-allowed;
}

.btn_doc {
    background-color: #fff3e2;
}

.btn_doc:hover {
    background-color: #f5961d !important;
    color: #fff !important;
}

.btn_search {
    color: #754826;
    background-color: #f6f0e9;
    font-size: 20px;
    border: 1px solid #dfdada;
    border-left: 0px;
}

.btn_search:hover {
    color: #fda634;
    /* background-color: #fdeed1; */
}

.modal-header .close {
    font-size: 2rem;
}

a {
    color: #75482b;
    text-decoration: none !important;
}

a:hover {
    color: #f5961d;
}

.see_more_a {
    line-height: 45px;
}

#content_body {
    padding-bottom: 15px;
}

#content_body li a:hover:not(.page-item.active .page-link),
.see_more_a a:hover {
    /* background-color: #dbd5d5; */
    background-color: #fde7cb;
    color: #754826;
}

/* disable 按鈕 */
.button_lock:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    border-color: #6c757d !important;
}

/* 小紅點-驚嘆號按鈕 */
.red_dot {
    padding-left: .2em;
    padding-right: .2em;
    border-radius: 50%;
    font-size: 12px !important;
    line-height: 12px !important;
}

/* 查看更多 */
.btn-with-arrow {
    background: #555;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 6px 20px;
    position: relative;
    text-decoration: none;
    transition: .4s ease-in-out, .4s ease-in-out;
    border-radius: 5px;
}

.btn-with-arrow span {
    display: block;
    font-size: 20px;
    height: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    right: 100%;
    transition: all .4s ease-in-out;
}

.btn-with-arrow:hover {
    background: black;
    padding: 10px 20px 10px 40px;
    color: #fff;
}

.btn-with-arrow:hover span {
    right: 75%;
}

.list-group a:hover.list-group-item h5,
.media_new a:hover h5 {
    color: #f5961d;
}

/******** 框線 *********/
.border-2p {
    border: 2px solid;
}

.border-2px {
    border: 2px solid #dbd5d5;
}

.border-org {
    border-color: #f5be77 !important;
}

.border-cofe {
    border: 1px solid #754826 !important;
}

.border-coco {
    border: 1px solid rgba(117, 72, 38, 0.48);
}

.border-coco2 {
    border: 1px solid #dbd5d5 !important;
}

.article_border {
    border: 15px solid #f5e7dc !important;
}

.article_border img {
    margin-bottom: 5px !important;
}

.form-control:focus {
    border-color: #efb060;
    box-shadow: 0 0 0 0.2rem rgba(245, 150, 29, 0.34);
}

/******** 陰影 *********/
.shadow-3 {
    box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}

.shadow-4 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border: 1px solid #896750;
}

/******** 寬度、間距 *********/
/* .container{
    max-width: 100rem;
} */
.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-92 {
    width: 92% !important;
}

.p-6p {
    padding: 6px;
}

.p-40p {
    padding: 40px !important;
}

.m-2rem {
    margin: .2rem;
}

.l-height35 {
    line-height: 35px !important;
}

/******** 間距 *********/
/******** 字體、標題、標題底線 *********/


/******** 導航列 *********/
.logo {
    width: 250px;
    height: 70px;
    position: relative;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    width: auto;
    height: auto;
    /* top: 2px; */
    bottom: 0;
    left: 0;
    right: 0;
}

/* #header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 4;
} */
.header .wrapper {
    justify-content: space-between;
}

.header {
    padding: 0;
    background-color: #f6f0e9;
    border-bottom: 3px solid #75482b;
    /* position: initial; */
}

.header .menu>ul>li {
    /* margin-left: 1rem; */
    margin-left: 0rem;
    padding: 0 0.5rem;
}

.header .menu>ul>li {
    /* line-height: 4.4rem; */
    line-height: 3rem;
}

.header .menu>ul>li .menu-subs {
    border-top: 2px solid #ddd;
    border-bottom: 3px solid #75482b;
}

.menu-item-has-children:hover a {
    /*    background-color: #dbd5d5;*/
}

.header .menu>ul>li>a {
    color: #593823;
    /* font-size: 18px; */
    font-weight: bold;
}

.header .menu>ul>li>a:hover {
    color: #f5961d !important;
}

.header-item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #75482b;
    /*    font-size: 1.3rem;*/
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    max-width: 85rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    color: #75482b;
    font-size: 16px;
    background-color: #dbd5d5;
    text-align: center;
    font-weight: bold;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a,
.nav-lili {
    padding: 0.5rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover,
.nav-lili label:hover,
.menu_li>ul>li>a:hover {
    color: #f5961d;
    font-weight: 600;
}

.nav-lili label {
    margin-bottom: 0rem;
    position: relative;
}

.nav-lili label>span>span {
    position: absolute;
    right: -15%;
}

#check {
    display: none;
}

.menu_li label {
    display: inline-block;
    cursor: pointer;
}

.menu-items {
    line-height: 25px;
    margin-top: 5px;
    padding-left: 20px;
}

#check:checked+.menu_li .button-click .b,
#check+.menu_li .menu-items,
#check+.menu_li .button-click .x {
    display: none;
}

#check:checked+.menu_li .button-click .x,
#check:checked+.menu_li .menu-items {
    display: block;
}

/* .header .menu>ul>li .menu-column-1{
    right: 14%;
} */
.header .menu>ul>li .menu-subs {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/******** 版權聲明 Footer — 樣式已整合至 refactored/layout.css *********/




/* =============== 子頁主架構 =============== */

#main_area {
    /* min-height: 100%; */
    margin-bottom: -50px;
}

#main_area main {
    padding-bottom: 50px;
}

#content {
    width: 100%;
    padding: 0;
    /* min-height: 100vh; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content {
    min-height: 100%;
    /* min-height: 100vh; */
}

/********* 施工中 *********/
.all_page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
}

/* 內文第一行縮排 */
.word-Indent {
    text-indent: 2em;
    letter-spacing: 2px;
    line-height: 30px;
    text-align: justify;
    /* text-justify:inter-ideograph; */
}

.word_spacing {
    letter-spacing: 2px;
    line-height: 30px;
    text-align: justify;
}

/* 字數省略-單行 */
.text_ellips,
.text_ellips_short {
    white-space: nowrap;
    max-width: 730px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_ellips_short {
    max-width: 500px;
}

.single_ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 字數省略-多行 */
.ell_box {
    word-break: break-all;
    word-wrap: break-word;
    /* height: 55px; */
    max-width: 550px;
}

.ell_two {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height: 28px;
}

.ell_three {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* 中英文字斷行 */
.line_break {
    word-break: break-all;
    word-wrap: break-word;
}

/******** 頁籤轉下拉選單 ********/
.tabs_a {
    /* max-width: 640px; */
    margin: 0 auto;
    padding: 0 20px;
}

#tab-button_a {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button_a li {
    display: table-cell;
    width: 20%;
}

#tab-button_a li a {
    display: block;
    padding: .5em;
    background: #876b61;
    border: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    color: #f5f4f0;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
}

#tab-button_a li:not(:first-child) a {
    border-left: none;
}

#tab-button_a li a:hover,
#tab-button_a .is-active a {
    background: #754826;
}

.tabs_pages {
    padding: 2em 1em;
    border: 2px solid #795548;
    /* background: rgba(121, 85, 72, 0.2); */
    /* background: #f5f2e7; */
    margin-top: -30px;
}

.tab-button-outer {
    display: none;
}

.tab-contents_a {
    margin-top: 20px;
}

/******** 側邊下拉選單 ********/
#mobile_menu table,
.d_div_img {
    border-radius: 10px;
    overflow: hidden;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #754826 !important;
    /* transition: color 0.3s ease-in-out; */
    color: #fff !important;
}

#check-side {
    display: none;
}

.side-lili label {
    margin-bottom: 0rem;
    position: relative;
}

.side-lili label>span>span {
    position: absolute;
    right: 8%;
}

.sidemenu-items {
    line-height: 25px;
    /* margin-top: 5px; */
    padding-left: 0px;
    box-shadow: 0 0 0px rgb(0 0 0 / 20%) inset;
    background: rgb(0 0 0 / 8%);
    border-bottom: 1px solid #896750;
}

.sidemenu-items a {
    /* padding: .5rem 1.2rem !important; */
    padding: .8rem 2.1rem !important;
    border-bottom: 0px !important;
}

#check-side:checked+.menu_li .button-click .b,
#check-side+.menu_li .sidemenu-items,
#check-side+.menu_li .button-click .x {
    display: none;
}

#check-side:checked+.menu_li .button-click .x,
#check-side:checked+.menu_li .sidemenu-items {
    display: block;
}

.menu_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 11%;
}

#vn-click {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    position: relative;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%) inset; */
    padding: .6rem;
    font-weight: bold;
    border: 1px solid #754826;
}

#vn-click span {
    position: absolute;
    right: 0;
    padding-right: 3%;
}

#vn-info {
    display: none;
    text-align: center;
    /* background:#16a085; */
    color: #fff;
    /* padding:30px 20px; */
}

.side_menu_div a,
.side-lili label,
.side-lili.menu-items li a {
    transition: .3s;
    color: #754826;
}

.side_menu_div a:hover,
.side-lili label:hover,
.side-lili.menu-items li a:hover {
    font-weight: bold;
    /* font-size: 21px !important;  */
    color: #f5961d;
}

.side-lili label {
    margin-bottom: 0rem;
}

.side_menu_div {
    /* width: 300px; */
    height: auto;
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%) inset; */
    border-top: 1px solid #896750;
    border-left: 1px solid #896750;
    border-right: 1px solid #896750;
}

.side_menu_div .s_btn {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #896750;
    /* border-top: solid 1px #1f4068; */
    position: relative;
    font-weight: bold;
    /* color: #333; */
    font-size: 18px;
}

.side_menu_div .submenu {
    background: #eee;
    overflow: hidden;
    max-height: 0;
    transition: max-height .8s ease-out;
}

.side_menu_div .submenu a {
    display: block;
    padding: 1rem;
    position: relative;
    color: #333;
}

.side_menu_div .submenu a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #e43f5a;
    opacity: 0;
    transition: all .5s;
}

.side_menu_div .submenu a:hover {
    padding-left: calc(1rem + 5px);
}

.side_menu_div .submenu a:hover::before {
    opacity: 1;
}

.faq-section .s_btn>a {
    display: block;
    position: relative;
}

.faq-section .s_btn>a:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
}

.faq-section .s_btn>a[aria-expanded="true"]:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.item:target .submenu {
    max-height: 20rem;
}

.activeed {
    background-color: #f5961d;
    color: #fff !important;
}

/* =============== BS元件 =============== */
.badge {
    white-space: normal;
    line-height: 18px;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    background-color: #EEEDF0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #f5961d !important;
    border-color: transparent !important;
    color: #fff !important;
}

.nav-tabs li a:hover {
    background-color: #f5961d;
}

.nav-link {
    font-weight: 700;
    color: #868481;
    font-size: 1.4rem;
}

.nav-tabs .nav-link {
    border: 1px solid #c6c2bd;
    border-bottom: 0px;
}

.table {
    background-color: transparent;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #c3a18a;
}

/******** 分隔線 ********/
.line:not(.active) {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgb(121, 113, 113);
    margin: 30px 0;
}

/******** 遮罩效果 ********/
.black_user {
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    /*IE8 及更早的版本 */
    -moz-opacity: 0.2;
    opacity: 0.2;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 498;
}

/******** 禁止 ********/
.disabled:hover {
    cursor: not-allowed;
}

/******** 漢堡轉關閉 ********/
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

/******** form 的 下拉選單、input ********/
.form-control-lg {
    font-size: 1rem;
}

/******** iframe 預設 ********/
iframe {
    width: 100%;
    height: 1200px;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.26%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/******** video 預設 ********/
video {
    width: 100%;
    max-height: 100%;
}

/******** 回到最上方 ********/
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 4;
    font-size: 18px;
    border: none;
    outline: none;
    background: #593823;
    color: white;
    cursor: pointer;
    padding: 8px 15px;
    /* border-radius: 4px; */
    line-height: 0px;
}


/******** 讀取 loading ********/
#loading {
    /* position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; */
    /* display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9999; */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 9999;
    color: #f5961d;
    font-weight: bold;
    display: table;
    font-size: 20px;
    padding-left: 10px;
}

#progress {
    /* color: #fff;
    font-size: 30px;
    font-weight: bold; */
    /* display: table-cell;
    vertical-align: middle;
    text-align: center; */
    width: 49px;
    height: 49px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 90px;
}

#progress:before {
    content: '';
    width: 49px;
    height: 5px;
    background: #000000;
    opacity: 0.9;
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.58s linear infinite;
    -o-animation: shadow 0.58s linear infinite;
    -ms-animation: shadow 0.58s linear infinite;
    -webkit-animation: shadow 0.58s linear infinite;
    -moz-animation: shadow 0.58s linear infinite;
}

#progress:after {
    content: '';
    width: 49px;
    height: 49px;
    background: #f5961d;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    animation: cssload-animate 0.58s linear infinite;
    -o-animation: cssload-animate 0.58s linear infinite;
    -ms-animation: cssload-animate 0.58s linear infinite;
    -webkit-animation: cssload-animate 0.58s linear infinite;
    -moz-animation: cssload-animate 0.58s linear infinite;
}

.loading_msg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 70px;
}

@keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@-o-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -o-transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -o-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }

    75% {
        -o-transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -o-transform: translateY(0) rotate(90deg);
    }
}

@-ms-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -ms-transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }

    75% {
        -ms-transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -ms-transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
    }
}

@-moz-keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 39px;
    }

    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -moz-transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {

    0%,
    100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

@-o-keyframes shadow {

    0%,
    100% {
        -o-transform: scale(1, 1);
    }

    50% {
        -o-transform: scale(1.2, 1);
    }
}

@-ms-keyframes shadow {

    0%,
    100% {
        -ms-transform: scale(1, 1);
    }

    50% {
        -ms-transform: scale(1.2, 1);
    }
}

@-webkit-keyframes shadow {

    0%,
    100% {
        -webkit-transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1);
    }
}

@-moz-keyframes shadow {

    0%,
    100% {
        -moz-transform: scale(1, 1);
    }

    50% {
        -moz-transform: scale(1.2, 1);
    }
}


/******** 麵包屑 ********/
.breadcrumb {
    font-size: 18px;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-item.active {
    color: #754826;
}

.breadcrumb a {
    font-weight: bold;
}

.breadcrumb a:hover {
    color: #f5961d;
}

/******** 搜尋列 ********/
.searchbox_div input {
    border: 1px solid #ab764d;
    border-radius: 0px;
    border-right: 0px solid #ab764d;
}

.searchbox_div span {
    border: 1px solid #ab764d;
    border-radius: 0px;
    background-color: transparent;
    color: #ab764d;
}

.search_box {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    border-radius: 5px;
    /* background-color: #f6f0e9; */
    transform: scale(1.0);
    padding: 10px 0px 10px 0px;
    width: 33%;
}

.search_box input {
    height: auto;
    border: 2px inset #eee;
}

.search_input_div {
    display: inline-block;
    position: relative;
}

.search_input_div2 {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    display: none;
}

/******** 類 sweetalert 提示訊息元件 ********/
.circle-wrapper {
    position: relative;
    margin: 10px;
}

.icon {
    position: absolute;
    font-size: 55px;
    top: 45px;
    left: 45px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.icon-success {
    color: #8f6;
}

.icon-error {
    color: #f45a5a;
}

.icon-warning {
    color: #f9c37e;
}

.success {
    background-color: #8f6;
}

.error {
    background-color: #f45a5a;
}

.warning {
    background-color: #f9c37e;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.circle,
.circle-border-success,
.circle-border-warning,
.circle-border-error {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.circle {
    z-index: 1;
    position: relative;
    background: white;
    transform: scale(1);
    animation: success-anim 700ms ease;
}

.circle-border-success {
    z-index: 0;
    position: absolute;
    background: #8f6;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
}

.circle-border-error {
    z-index: 0;
    position: absolute;
    background: #f45a5a;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
}

.circle-border-warning {
    z-index: 0;
    position: absolute;
    background: #f9c37e;
    transform: scale(1.1);
    animation: circle-anim 400ms ease;
}

@keyframes success-anim {
    0% {
        transform: scale(0);
    }

    30% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes circle-anim {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1.1);
    }
}

/* 貼紙標籤 */
.tag {
    background: #e9d9c1;
    border-radius: 3px;
    color: #754826;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    text-decoration: none;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    white-space: nowrap;
    font-weight: bold;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

/* .tag:hover {
    background-color: #f5961d !important;
    color: white;
} */
.tag:hover::after {
    border-left-color: #f5961d;
}

.tag-org {
    background-color: rgb(255, 232, 195);
    color: #f5961d;
}

.tag-danger {
    background-color: rgb(255, 208, 203);
    color: rgb(233, 89, 76);
}

.tag-cofe {
    background-color: #754826;
    color: #e9d9c1;
}

.tag-green {
    background-color: #E1F3F1;
    color: #19A094;
}

/* 預設標籤顏色 */
.tag-d1 {
    background-color: #E5F3FE;
    color: #2196F3;
}

.tag-d2 {
    background-color: rgb(228 229 228);
    color: #144858;
}

.tag-d3 {
    background-color: #eaecf5;
    color: #7c8eeb;
}

/* 頁碼 */
.page-link {
    color: #75482b;
}

.page-item.active .page-link {
    background-color: #75482b;
    border-color: transparent;
}

.page-link:hover {
    color: #75482b;
    background-color: #dbd5d5;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(204 198 193);
}

/* slick 輪播箭頭 */
.slick-dots li button:before {
    font-size: 40px !important;
}

.arrow_btleft {
    position: absolute;
    top: -42px;
    right: 50px;
}

.arrow_btright {
    position: absolute;
    top: -42px;
    right: 10px;
}

/********* div 切版 *********/
.Div_out {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 30px;*/
}

.Div_box {
    width: calc(50% - 1%);
    margin: .5% .5%;
    background-color: #fff;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    border: 1px solid #ddd;
}

.Div_body {
    box-sizing: border-box;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.rwd_px_0 {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

/*@media only screen and (max-width: 1200px) {
.Div_box {
        width: calc(50% - 2%);
    }
}*/

/********* table RWD排版 *********/
.table-hover tbody tr:hover {
    background-color: #f5f4f0;
}

.table>thead>tr>th {
    vertical-align: middle;
    /* background-color: #666; */
    padding: 5px;
    color: #fff;
}

.table>tbody>tr>td {
    vertical-align: middle;
    /*     word-wrap: break-word; */
    word-break: break-all;
    padding: 5px
}

/* ug_divtable (有框)*/
.ug_table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ug_table .ug_caption {
    display: table-caption;
    text-align: center;
    padding: 4px;
    height: 30px;
    background-color: #666;
    color: #fff;
    border: 1px solid #ddd;
}

.ug_table .ug_group {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.ug_table .ug_row {
    display: table-row;
    padding: 0;
}

.ug_table .ug_row .ug_rowblock {
    padding: 0;
    margin: 0;
}

.ug_table .ug_row .ug_cellth {
    min-width: 130px;
    background-color: #f8f8f8;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    word-break: break-all;
}

.ug_table .ug_row .ug_celltd {
    width: 100%;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: break-all;
}

/* ug_divtable table-cell */
.cell-table {
    background-color: #fff;
    border: 1px #ddd solid;
}

.grayth {
    background-color: #e26f1b !important;
    color: #fff !important;
    padding: 6px
}

/* table-cell th */
.cell-table>tboby>tr>th {
    border: 1px solid #ddd;
    padding: 6px;
    background-color: #666;
    color: #fff;
    font-weight: inherit;
}

.cell-table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 6px;
    background-color: #666;
    color: #fff;
    font-weight: inherit;
}

/* table-cell td */
.cell-table>tbody>tr>td {
    border: 1px solid #c2bdbd;
    vertical-align: middle;
    /* padding: 3px; */
}

.cell-table>tbody>tr>td>.cell_icon {
    border: none;
    background-color: white;
}

.cell-table>tbody>tr>td>.cell_left {
    display: none;
}

.cell-table>tbody>tr>td>.cell_right {
    color: #754826;
    padding: 3px;
    line-height: 1.4;
    vertical-align: middle;
}

/* table 不顯示部分框線 */
.non_line_table .cell-table {
    border: 0px solid;
}

.non_line_table .cell-table thead {
    display: none;
}

.non_line_table .cell-table>tbody>tr>td {
    border: 0px solid;
    border-bottom: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6f0e9;
}


/* DIV 畫表格 (多個div等高) */
.css_table {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 100px;
}

.css_tr {
    display: table-row;
    border: solid 0px red;
}

.css_th,
.css_td {
    display: table-cell;
    border-right: 1px dotted #fff;
    vertical-align: middle;
}

.css_th {
    font-size: 1.25rem;
    color: #75482b;
    font-weight: bold;
    width: 15%;
    background-color: antiquewhite;
    text-align: center;
    border-right: 1px solid #ccc;
}

.css_td {
    font-size: 1.2rem;
    padding: 2px 10px;
}

.css_td a {
    font-weight: 600;
    font-size: 1.09rem;
}

.css_td a:hover {
    /* background-color: beige; */
    font-weight: bold;
    text-decoration: underline !important;
}

.css_td span {
    color: #28a745;
    font-size: .95rem;
    padding-left: .2rem;
    font-weight: 600;
}

.css_td span::before {
    content: '(代-';
}

.css_td span::after {
    content: ')';
}

/* Table 用 data-* RWD */
.rwd-table {
    background: #fff;
    overflow: hidden;
    border: 1px solid #9E9E9E;
}

.rwd-table tr:nth-of-type(2n) {
    background: #f6f0e9;
}

.rwd-table th,
.rwd-table td {
    padding: 0.5em;
    border: 1px solid #c3a18a;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
    background-image: url("../img/title-bg4.f0989061bfaa.png");
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 1.2rem;
}

.rwd-table td {
    display: block;
    font-size: 18px;
    text-align: left;
}

.rwd-table td::before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 100px;
    display: inline-block;
    color: #754826;
    font-weight: bold;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    margin-right: 10px;
}

.first_td {
    background-image: url("../img/title-bg4.f0989061bfaa.png");
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.first_td:before {
    color: #fff !important;
}

/********* 共用動畫 *********/
.trasition_site {
    transition: transform 0.3s ease;
}

.trasition_site:hover {
    transform: translateY(-8px);
    transition: transform 0.3s ease;
}

/********* item 按鈕 (檢驗科) *********/
.categories a,
.categories a:active,
.categories a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.fancy-title-view1 {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.fancy-title-view1 h2 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    display: block;
}

.fancy-title-view1 p {
    margin-bottom: 0px;
    display: inline-block;
    width: 65%;
}

.fancy-title-view1 i {
    font-size: 22px;
}

.fancy-title-view1-color h2,
.fancy-title-view1-color p {
    color: #ffffff;
}

.light-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #fff;
}

.categories,
.categories-view1-wrap,
.categories-eip {
    float: left;
    width: 100%;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.categories,
.categories-view1-wrap:hover,
.categories-eip:hover {
    transform: translateY(-1px);
    transition: transform 0.3s ease;
}

.categories ul li {
    list-style: none;
}

.categories>ul>li {
    float: none;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    vertical-align: top;
}

.categories-view1-wrap {
    /* box-shadow: 0px 0px 25px 0px #ede2da; */
    box-shadow: #f9e9d6 0px -50px 36px -28px inset;
    padding: 30px 30px 30px 95px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #f9e1c3;
    background-color: #f6f0e9;
}

.categories-view1 i {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    /* color: #fb236a; */
    width: 70px;
    height: 70px;
    border-radius: 0 100% 100% 0;
    text-align: center;
    padding-top: 18px;
    margin-top: -36px;
    /* background-color: #fff; */
    border: 1px solid #f5961d;
    border-left: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.categories-view1 li:hover i {
    color: #ffffff;
    background-color: #f5961d;
}

.categories-view1 a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.categories-view1 small {
    font-size: 13px;
    color: #666;
}

.categories-view1 span {
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 70px;
    font-weight: 500;
    color: #000;
    opacity: 0.07;
    line-height: 1;
    /* 新增 */
    height: 70px;
    bottom: 0;
    margin: auto;
}

.list_card {
    transition: transform 0.3s ease;
}

.list_card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}


.img_card {
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.2); */
    transition: transform 0.3s ease;
}

.img_card:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

a.block-feature,
div.block-feature {
    /* width: 300px;  */
    height: auto;
    border-bottom-width: 0;
    border-radius: 15px;
    /* box-shadow: 7px 7px 70px 0 rgba(0,0,0,.2); */
    transition: transform 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
    text-decoration: none;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    /* background-color: #1c3469; */
    background-image: linear-gradient(to bottom, #eacda3 0%, #e6b980 100%);
}

a.block-feature:hover {
    z-index: 10;
    /* box-shadow: 7px 7px 70px 0 rgba(0,0,0,.5); */
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.feature-block-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}

.fas.fa-500px {
    float: left;
    font-size: 40px;
    margin-right: 10px;
    opacity: .5
}

.far.far2,
.fas.search {
    font-weight: 700;
    position: absolute;
    right: 20px;
    /* bottom: -15px; */
    bottom: -5px;
    z-index: 1;
    width: auto;
    height: 100%;
    opacity: .1;
    /* font-size: 100px; */
    font-size: 85px;
}

/********* 步驟流程 *********/
.流程,
.flow_info {
    /* display: inline-block; */
    display: block;
    text-align: center;
    /* float: left; */
    padding: 5px 10px;
    font-size: 14px;
    margin: 2px 0px;
    border: 1px #cecece solid;
    border-radius: 10px;
    background-color: #fff;
    color: #666;
    font-family: 微軟正黑體;
    -webkit-appearance: none;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    box-sizing: border-box;
}

.批核者名字 {
    font-size: 16px;
    color: #0087d9;
    font-weight: bold;
}

.flow_query_arrow {
    /* display: inline; */
    display: block;
    padding: 0 5px;
    color: #cbaea4;
    text-align: center;
    /* -ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg); */
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* ===== 麵包屑 ===== */

/* ===== 動畫效果 ===== */
.transform_result {
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.transform_result:hover {
    transform: translateY(-1px);
    transition: transform 0.3s ease;
}

/************* RWD *********************/
@media only screen and (max-width: 767px) {
    .Div_box {
        width: calc(100% - 1%);
    }

    .rwd_px_0 {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    #myBtn {
        bottom: 60px;
        right: 5px;
    }

    .ug_table .ug_row .ug_cellth,
    .ug_table .ug_row .ug_celltd {
        display: block;
        text-align: center;
    }

    .mov {
        width: 490px;
        vertical-align: middle;
    }

    .btnshow3 {
        height: 420px;
    }

    .maitem1 {
        width: 380px;
        font-size: 18px;
    }

    .babaimg {
        width: 378px;
        height: 210px;
        margin: auto;
    }

    .mycard>a {
        margin: -4px 10px 0 0;
    }

    .foot {
        padding: 25px 0;
        height: 260px;
    }

    .footcontact {
        margin: 0 0 45px -10px;
    }

    .footcontact>img {
        margin: 0 10px;
        width: 20px;
        height: 20px;
    }

    .footcontact p {
        margin: 0 5px 0 0;
    }

    .bg-ma {
        display: none;
        background: #fff;
    }

    .doc_title {
        width: 280px;
    }

    .media_h2 {
        font-size: 20px;
    }

    .media_p {
        font-size: 16px;
    }

    .cell-table {
        display: table;
        border: 0;
    }

    .cell-table>thead {
        display: none
    }

    .cell-table>tbody>.cell_row {
        display: block;
        /* border: 1px #ddd solid; */
        border-left: 1px #8C6D55 solid;
        border-right: 1px #8C6D55 solid;
        border-top: 1px #8C6D55 solid;
        margin-bottom: 20px;
    }

    .cell-table>tbody>tr>th {
        display: inline-block;
        width: 100%;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
    }

    .cell-table>tbody>tr>td {
        display: inline-table;
        width: 100%;
        background-color: #f8f8f8;
        border: none;
        border-bottom: 1px solid #8C6D55;
        padding: 0
    }

    .cell-table>tbody>tr>td>.cell_left:after {
        content: '';
    }

    .cell-table>tbody>tr>td>.cell_left,
    .nocolon:after {
        display: none;
    }

    .cell-table>tbody>tr>td>.cell_left {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        /* color: #fff;*/
        background-color: #ece8e8;
        overflow: hidden;
        width: 35%;
        padding: 6px
    }

    .cell-table>tbody>tr>td>.cell_right {
        text-align: left;
        color: #754826;
        margin: 5px;
        display: table-cell;
        background-color: #fff;
        vertical-align: middle;
    }

    .cell-table>tbody>tr>td>.cell_icon {
        text-align: center;
        width: 50%;
        margin: 0;
        padding: 5px;
        background-color: rgb(231, 231, 231);
        color: rgb(82, 82, 82);
        border: 1px solid white;
    }

    .流程 {
        display: inline-block;
        width: 100%;
    }

    .flow_query_arrow {
        display: block;
        text-align: center;
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .navbar-light .navbar-nav .nav-link {
        line-height: normal;
    }

    /* #speed_tool .container, .card-body,.news_ul, #data_apply .modal-body .col-md-12{
        padding: 0px !important;
    } */
    #speed_tool .container,
    .news_ul,
    #data_apply .modal-body .col-md-12 {
        padding: 0px !important;
    }

    .spd_btn {
        display: block;
        width: 50%;
    }

    .list-group-item {
        padding: 10px;
    }

    .onsale_heading {
        font-size: 30px;
        padding-top: 20px;
    }

    .search_box {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btnshow2 {
        height: 420px;
    }

    .spd_btn {
        width: 33.3%;
    }
}

@media only screen and (max-width: 992px) {
    body {
        padding-top: 4.5rem;
    }

    .logo {
        width: 220px;
        /* height: 55px; */
        top: -4px;
        left: -10px;
    }

    .header-item-right {
        flex: 1;
        align-self: center;
    }

    .rwd-two-h {
        /* background-color: #fbe6d0; */
        background: radial-gradient(circle at center, #fbe6d0, transparent);
        /* color: #754826; */
        margin: 0 auto;
        text-align: center;
        /* padding-right: 10px;
        padding-left: 10px; */
    }

    .rwd-two-h h3,
    .rwd-two-h div {
        display: inline-block;
    }

    #tab-button_a li a {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .header .menu>ul>li>a {
        font-size: 1.2rem;
        transition: .3s;
    }

    .right_nav {
        /* right: 2%; */
        /* margin-right: 19%; */
    }

    #vn-info {
        display: block;
    }
}

@media only screen and (min-width: 993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: -0.4rem;
        /* right: 2%; */
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
    .more_menu {
        display: none;
        margin: auto;
    }

    .more_menu1 {
        display: block;
        vertical-align: middle;
    }

    .maitem1 {
        margin: 0 25px 25px 0;
        width: 280px;
    }

    .babaimg {
        width: 276px;
        height: 140px;
    }
}

/********more_viedo*****************/
@media (max-width: 1920px) {
    .more_menu1 {
        display: none;
    }

    .baba {
        display: inline-block;
        width: 100%;
        margin: auto;
    }
}


/************* RWD *************/
@media (min-width: 576px) {}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents_a {
        position: relative;
        top: -1px;
        margin-top: 0;
    }

    .Error_Page .Error {
        font-size: 250px;
    }
}

@media (min-width: 992px) {
    .rwd-table tr:nth-of-type(2n) {
        background: transparent;
    }

    .rwd-table td {
        text-align: center;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        /* white-space: nowrap; */
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: .5em !important;
    }

    .first_td {
        background-image: none;
        color: #754826;
        font-weight: normal;
    }

    /* 新的 */
    .article_h {
        text-align: center;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}