@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Maven+Pro:wght@400..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    font-family: Arial,"Microsoft JhengHei", 微軟正黑體,  sans-serif;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /* overflow-x: hidden; */
    overflow-x: hidden !important;
    font-family:Arial, "Microsoft JhengHei", 微軟正黑體,  sans-serif;
}

a {
    text-decoration: none;
}

/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
nav .brand {
    display: block;
    position: relative;
    width: 200px;
    top: -10px;
}

nav .menu li a {
    display: block;
    padding: 15px 15px 0px;
    text-decoration: none;
    color: #004998;
    font-size: 15px;
}

.core-nav .nav-header {
    display: block;
    position: absolute;
    z-index: 2;
    top: 23px;
}

.side-icon {
    display: none;
    vertical-align: super;
    padding: 15px 0 0 25px;
}

.side-icon a {
    margin: 0 0 0 5px;
}

.side-icon-top {
    padding: 7px 15px 3px;
    text-align: right;
}

.side-icon-top a {
    margin: 0 0 0 5px;
}

.side-icon-top a img {
    width: 23px;
}

.account_nav {
    font-size: 13px;
    color: #004998;
    border: 1px solid #004998;
    padding: 3px 10px;
    vertical-align: bottom;
}

.core-nav .wrap-core-nav-list .core-nav-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.index-kv {
    width: 100%;
    padding: 80px 0 0;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    /* opacity: .2; */
    transition: all .3s ease-in-out;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 35px;
    border-radius: 25px;
    background: #dba614;
}

.index-videos {
    background-image: url(../img/index-videos-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 65px 0;

}

.index_yt {
    max-width:800px;
    margin: 0 auto;
    position: relative;
}

.index_yt .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.index_yt .video-container iframe,
.index_yt .video-container object,
.index_yt .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_yt-mask {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;

}

.index_yt-mask img {
    width: 100%;
}

.title h3 {
    font-family: "M PLUS Rounded 1c", sans-serif;

    font-style: normal;
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #004998;

}

.sub-text {
    font-size: 23px;
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
    background-clip: text;
    text-align: center;
    /* font-weight: bold; */
}

.index-banner-row {
    width: 100%;
    position: relative;
}

.index-banner-row img {
    width: 100%;
}

.index-banner {
    position: relative;
    width: 100%;

}

.index-banner::before {
    content: " ";
    background-image: url(../img/section-top.png);
    width: 100%;
    height: 45px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    position: absolute;
}

.index-product {
    padding: 25px 0 45px;
}

.index-product-row {
    padding: 25px 0 0 0;
}

.index-product-item {
    width: 100%;
    padding: 0 15px;
}

.index-product-img {
    width: 90%;
    margin: 0 auto;
}

.index-product-img img {
    width: 100%;
}

.index-product-item h4 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 70px;
}

.index-product-item a {
    display: block;
    width:60%;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
    margin: 10px auto 0;
    cursor: pointer;
}

.index-product-carousel {
    position: relative;
}

.index-product-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -1%;
    transform: translate(-50%, -50%);
}

.index-product-carousel .owl-nav .owl-prev span {
    font-size: 60px;
}

.index-product-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -3%;
    transform: translate(50%, -50%);
}

.index-product-carousel .owl-nav .owl-next span {
    font-size: 60px;
}

.index-product-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #DBA614;
    text-decoration: none;
}

.index-product-carousel .owl-dots .owl-dot span {
    background: #D9D9D9;
    transition: all .3s ease-in-out;
}

.index-product-carousel .owl-dots .owl-dot.active span {
    background: #DBA614;
    width: 30px;
    border-radius: 15px;
}

.index-product-carousel .owl-dots {
    padding: 50px 0 0;
}

.index-new {
    padding: 65px 0;
    background-color: #004998;

}

.index-new .title h3 {
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.index-new-text p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.index-new-item {
    cursor: pointer;

}

.index-new-img {
    width: 100%;
}

.index-new-img img {
    width: 100%;
}

.index-new-tag {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
    padding: 5px;
    display: inline-block;
    margin: 10px 0;
}

.index-new-item h4 {
    font-size: 20px;
    color: #fff;
}


.index-new-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -35px;
    transform: translate(-50%, -50%);

}

.index-new-carousel .owl-nav .owl-prev span {
    font-size: 60px;
    color: #fff;
}

.index-new-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -35px;
    transform: translate(50%, -50%);
}

.index-new-carousel .owl-nav .owl-next span {
    font-size: 60px;
    color: #fff;
}

.index-new-carousel .item {
    max-width: 350px;
}

.index-new-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    border: 0;
}

.index-product-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #DBA614;
    text-decoration: none;
}

.index-product-carousel {
    position: relative;
}

.index-new-more {
    text-align: center;
}

.index-new-more p {
    display: inline-block;

    color: #fff;
    /* background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
    background-clip: text; */
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    /* border-bottom: 2px solid #dfa515; */
    margin: 0;
}

.index-des {
    padding: 45px 0;
}

.index-des-img {
    max-width: 350px;
    margin: 0 auto 35px;
}

.index-des-img img {
    width: 100%;
}

.index-des-text {
  
}

.index-des-text h4 {
    color: #1C4893;
    font-size: 28px;
    font-weight: bold;
}

.index-des-text p {
    color: #000;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.index-des-text a {
    color: rgba(0, 0, 0, 0);
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#dfa515+0,f9c316+48,febf04+100 */
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-clip: text;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #dfa515;
}

.sitemap {
    padding: 45px 0;
    background-color: #EFEFEF;
}

.sitemap-top {
    text-align: center;
    padding: 0 0 15px;
}

.sitemap-top a {
    display: inline-block;
    cursor: pointer;
}

.sitemap-item h5 {
    font-size: 16px;
    color: #5b5149;
    /* font-weight: bold; */
}
.sitemap-item li{
    padding-bottom: 5px;
}
.sitemap-item a {
     font-size: 15px;
    color: #959595;
    line-height: 1.4;
    display: block;
    cursor: pointer;
}
.sitemap-item a:hover{
    text-decoration: underline;
}
footer {
    padding: 45px 0;
    background-color: #1C4893;
}

.footer-contact {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

.footer-date {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.footer-telephone {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.footer-email {
    font-size: 16px;
    color: #fff;
    padding: 0 0 10px;
}

.footer-logo {
    text-align: right;
    padding: 0 0 10px;

}

.footer-logo img {
    max-width: 250px;
}

.footer-rights {
    text-align: right;
    color: #fff;
    font-size: 10px;
}

.footer-share a {
    display: inline-block;
   width: 40px;

}

.footer-share a img {
    width: 100%;

}

.side-fix {
    position: fixed;
    right: 0;
    bottom: 15px;
    z-index: 1;
}

.side-fix-top {
    position: relative;
    padding: 15px;
    background-color: rgba(0, 73, 152, .9);
}

.side-fix-top-img img {
    width: 100%;
}

.side-fix-top-item {
    display: block;
    width: 100%;
    text-align: center;
    width: 50px;
    margin: 0 auto;
}

.side-fix-top-clos {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.side-fix-bottom {
    padding: 15px 0;
}

.side-fix-top-text {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.side-fix-bottom-icon {
    display: block;
    width: 78px;
}

.side-fix-bottom-icon img {

    width: 100%;
}

.side-icon-title {
    color: #fff;
    font-size: 14px;
    display: none;
}

.side-icon-line {
    width: 200px;
    margin: 0 auto;
    display: none;
}

.nav-user {
    display: none;
}

button:focus {
    outline: 0;
}

.core-nav.nav-core-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.alert-fix {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.alert-row {
    position: absolute;
    width: 520px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
}

.alert-clos {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.alert-box {
    overflow: auto;
    height: 400px;
}

.alert-box h3 {
    color: #004998;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.alert-box p {
    color: #A67907;
    font-size: 16px;
}

.alert-box p a {
    color: #004998;
    text-decoration: underline;
}

.alert-btn {
    text-align: center;
    padding: 15px 0;
}

.alert-btn a {
    display: inline-block;
    background-color: #ECB30E;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;

}

nav .menu li.active>a,
nav .menu li a:hover {
    color: #dba614;
}

.side-icon a {
    cursor: pointer;
}

.back_up {
    display: none;
}

.header-pd {
    padding: 80px 0 0;
}

.breadcrumbs-row {

    text-align: right;

    z-index: 1;
}

.breadcrumbs-row .breadcrumb {
    display: inline-block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding: 0.75rem 1rem 0;
    margin-bottom: 0;
    list-style: none;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ffffff+1,cbe4ff+100 */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(203, 228, 255, 1) 100%); */
    background-color: #fff;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0;
}

.breadcrumbs-row .breadcrumb .breadcrumb-item {
    display: inline-block;
    color: #727183;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #727183;
    content: ">";
    font-weight: bold;
}

.edit {
    padding: 15px 15px 65px;
    font-size: 23px;
    color: #727171;
    min-height: 400px;
    width: 100%;

}

.edit img {
    max-width: 100%;
}

.product-kv {
    position: relative;
}

.product-kv-img {
    width: 100%;


}

.product-kv-img img {
    width: 100%;
}

.product-kv .breadcrumbs-row {
    width: 100%;
    position: absolute;
    background: transparent;
}

.product-kv .breadcrumbs-row .breadcrumb {
    background: transparent;
}

.product-row {
    padding: 65px 0;
}

.product-img {
    text-align: right;
    position: relative;
    z-index: 1;
}

.product-img img {
    max-width: 100%;
}

.product-sort {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 5vw;
    padding: 25px;
    color: rgba(255, 255, 255, .8);
    font-weight: bold;
    /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#ae6845+0,f2c5b1+86,f2c5b1+100&1+0,0+100 */
    background: linear-gradient(to right, rgba(174, 104, 69, 1) 0%, rgba(242, 197, 177, 0.14) 86%, rgba(242, 197, 177, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-title {
    font-size: 50px;
    color: #A96342;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

.product-text {
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: #727171;
}

.product-Specifications {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #727171;
}

.product-age {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #727171;
}

.product-banner {
    width: 100%;

}

.product-banner img {
    width: 100%;

}

.new-row .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
}

.new-row {
    padding: 25px 0 45px;

}

.new-item {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    cursor: pointer;
}

.new-item-img {
    width: 100%;
}

.new-item-img img {
    width: 100%;
}

.new-item-title {
    color: #004998;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px 0 5px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height:75px;
}

.new-item-text {
   line-height: 1.3;
    color: #717071;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 65px;
}

.new-item-more {
    text-align: center;
    padding: 10px 0;
}

.new-item-more span {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
    background-clip: text;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #dfa515;
}

.category_tab a {
    display: inline-block;
    padding: 5px 25px;
    font-size:18px;
    color: #004998;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.category_tab a:hover {
    background-color: #004998;
    color: #fff;
}

.category_tab a:hover::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #004998 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, -50%);
}

.category_tab .tab_activ {
    background-color: #004998;
    color: #fff;
}

.category_tab .tab_activ::before {

    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7.5px 0 7.5px;
    border-color: #004998 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 15px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-row .page-item .page-nav {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    margin: 0 15px;
    line-height: 1.25;
    color: #fff;
    background-color: #D9D9D9;
    font-size: 25px;
    border: 0;
    border-radius: 100px;
}

.page-nb {
    position: relative;
    display: block;
    padding: 15px;
    margin-left: -1px;
    line-height: 1.25;
    font-size: 23px;
    color: #727171;
    background-color: #fff;
    border: 0;
}

.page-row {
    padding: 35px 0 0;
}

.article-row {
    padding: 25px 0 0;
}

.testimonials-row {
    padding: 25px 0 45px;

}

.testimonials-row .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
}

.testimonials-item {
    width: 100%;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    cursor: pointer;
}

.testimonials-item-img {
    width: 100%;
}

.testimonials-item-img img {
    width: 100%;
}

.testimonials-item-title {
    color: #004998;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 15px 0 5px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 75px;
}

.testimonials-item-text {
    line-height: 1.3;
    color: #717071;
    font-size:16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
        height: 65px;
}

.testimonials-item-more {
    text-align: center;
    padding: 10px 0;
}

.testimonials-item-more span {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
    background-clip: text;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid #dfa515;
}

.faq-row {
    padding: 25px 0;
}

.faq-item {
    border-bottom: 1px solid #A2A2A233;
}

.faq-title {
    width: 100%;
    padding: 25px 30px;
    color: #004998;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.faq-title h3 {
       font-size: 16px;
    margin: 0;
}

.faq-title-icon {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 32px;

}

.faq-text {
    padding: 15px 30px;
    background-color: #f2f2f2;
    color: #000000;
    font-size: 16px;
    display: none;

}

.faq-rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.fa-angle-up {
    transition: all .3s ease-in-out;
}

.stronghold-title {
   text-align: center;
    padding: 15px 0;
    font-size: 22px;
    color: #D1D1D1;
}

.stronghold-item {
    display: block;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.stronghold-row {
    padding: 25px 0 45px;
}

.stronghold-row .col-lg-4 {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
}

.stronghold-img {
    width: 70%;
    margin: 0 auto;
}

.stronghold-img img {
    width: 100%;
}

.stronghold-img-line {
    width: 100%;
}

.stronghold-img-line img {
    width: 100%;
}

.stronghold-name {
    font-size: 28px;
    font-weight: bold;
    color: #004998;
    text-align: center;
}

.open .dropdown-menu {
    display: block;
}

.dropdown-menu {
    top: 95%;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    padding: 0;
    min-width: 13rem;
}

.core-nav .wrap-core-nav-list .dropdown-menu li {
    float: none;
}

.core-nav .wrap-core-nav-list .dropdown-menu li a {
    display: block;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    color: #004998;
    font-size: 15px;
    background-color: #E0E9F3FA;
    /* font-weight: bold; */
    border-bottom: 1px solid #fff;
}

.core-nav .wrap-core-nav-list .dropdown-menu li a:hover {
    background-color: #004998;
    color: #E0E9F3FA;
}

.breadcrumb-item .fa-home {
    font-size: 19px;
}

.register_row {
    padding: 30px;
    background-color: #F4F4F4;
    margin-bottom: 30px;
}

.register_form label {
    font-size: 20px;
    font-weight: bold;
    color: #727171;
}

.register_form .register_input {
    height: 55px;
    border: 1px solid #A2A2A2;
    border-radius: 0;

}

.register_form .register_input::placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #CAC7C7;
}

.register_form .register_select {
    height: 55px;
    border: 1px solid #A2A2A2;
    border-radius: 0;
}

.register_radio {
    width: 20px;
    height: 20px;
}

.register_check {
    width: 20px;
    height: 20px;
}

.register_inline {}

.register_inline .register_input {
    display: inline-block;
    max-width: 350px;
    vertical-align: super;
}

.register_form .form-check-label {
    font-size: 16px;
    font-weight: bold;
    color: #727171;
}

.add_child {
    width: 400px;
    margin: 15px auto;
    text-align: center;
    position: relative;
}

.add_child a {
    display: inline-block;
    cursor: pointer;
    color: #C0C0C0;
    font-size: 17px;
    font-weight: bold;
}

.page-pd {
    padding: 80px 0 45px;
}

.add_child img {
    display: block;
    width: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;

}

.add_child::after {
    content: " ";
    background-color: #86BF62;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 24px;
}

.register_form_bottom {
    margin: 0 auto 30px;
    max-width: 700px;
}

.register_form_bottom .form-check-label {
    padding: 0 0 0 15px;

}

.register_form_btn {
    text-align: center;
    margin: 0 0 70px;
}

.register_form_btn a {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
    cursor: pointer;
    display: inline-block;
    width: 300px;
}

.login_row {
    /* padding: 50px; */
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 50px 0;

}

.login_img {
    width: 100%;
    padding: 60px 30px 60px 60px;
}

.login_form {
    padding: 60px 60px 60px 30px;
}

.login_img img {
    width: 100%;
}

.login_forgot {
    text-align: right;
}

.login_forgot a {
    display: inline-block;
    color: #727171;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.login_forgot a:hover {
    text-decoration: underline;
}

.login_day label {
    font-size: 16px;
    font-weight: bold;
}

.login_btn {
    text-align: center;
    margin: 20px 0 10px;
}

.login_btn a {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.login_sign {
    text-align: center;
    color: #ACACAC;
    font-size: 16px;
}

.login_sign a {
    display: block;
    text-align: center;
    color: #004998;
    font-size: 20px;
    text-decoration: underline;
}

.sample_title {
    color: #004998;
    font-size: 23px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 35px 0 15px;
}

.register_terms {
    color: #004998;
    text-decoration: underline;
}

.sample_check {
    padding: 0 0 0 5px;
}

.login_fix {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .75);
    left: 0;
    top: 0;
}

.login_fix_row {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.login_fix_icon {
    text-align: center;
}

.login_fix_top {
    position: relative;
    padding: 50px;
    background-color: #004998;
    color: #fff;
}

.login_fix_top::after {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
}

.login_fix_text {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.login_fix_bottom {
    padding: 45px;
}

.login_fix_bottom .login_form {
    padding: 0;
}

.login_clos {
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    cursor: pointer;
}

.login_clos img {
    width: 100%;
}

.state_row {
    padding: 60px 0;
}

.state_icon {
    text-align: center;
    font-size: 90px;
    /* color: #48b02c; */
    margin: 0 0 25px;
    line-height: 1;
}

.state_text {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #727171;
    margin: 0 0 25px;
}

.state_btn {
    text-align: center;
    width: 400px;
    margin: 0 auto 10px;

}

.state_btn a {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
    cursor: pointer;
    display: block;
    width: 100%;
}

.login_form .pass-form {
    margin-bottom: 0;

}

.child_line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #86BF62;
    margin: 40px 0;
}

.breadcrumb-dk {
    display: inline-block;
}

.breadcrumb-down {
    display: inline-block;
    position: relative;
    display: none;
}

.breadcrumb-down .fa {
    margin: 0 0 0 5px;
    display: none;
}

.breadcrumb-down-menu {
    width: 150px;
    position: absolute;
    left: -30px;
    top: 34px;
    background-color: #fff;
    display: none;
}

.breadcrumb-down-menu a {
    padding: 5px 10px;
    display: block;
    width: 100%;
    background-color: #DEEEFF;
    color: #004998;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.breadcrumb-down-menu .active {
    background-color: #004998;
    color: #fff;
}

.side-fix-top-m {
    display: none;
}

.member_text {
    font-size: 16px;
    font-weight: bold;
    color: #727171;
}

.member {}

.member_row .register_input::placeholder {
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.member .title {
    padding: 25px 0;
}

.verify_row {
    position: relative;
}

.verified {
    color: #12bb37;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
}

.verified i {
    margin: 0 5px 0;
}

.Unverified {
    color: #bb1212;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px;
}

.Unverified i {
    margin: 0 5px 0;
}

.resend-btn {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    background-color: #004998;
    cursor: pointer;
    display: inline-block;
    cursor: pointer;
}

.resend-btn i {
    margin: 0 5px 0;
}

.reciprocal-btn {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    background-color: #a5a5a5;
    cursor: pointer;
    display: inline-block;
    cursor: no-drop;
}
.dropdown .nav-dw-icon{
    display: none;
}
@media (max-width: 1440px) {
    .index_yt {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .index-videos {
        background-image: url(../img/index-videos-bg.png);
        background-position: 18% bottom;
        background-repeat: no-repeat;
        padding: 65px 0;
    }

    .index-new-carousel .item {
        max-width: 320px;
    }

    .index-product-row {
        padding: 35px 0 0;
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .index_yt {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }

    .index-videos {
        background-image: url(../img/index-videos-bg.png);
        background-position: 18% bottom;
        background-repeat: no-repeat;
        padding: 65px 0;
    }

    nav .menu li a {
        display: block;
           padding: 15px 15px 0px;
        text-decoration: none;
        color: #004998;
    }
}

@media (max-width: 992px) {
    .new-item {
        width: 100%;
        display: block;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        padding: 15px;
        cursor: pointer;
    }

    .new-row {
        padding: 15px 0 45px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0.1rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.1rem;
        color: #727183;
        content: ">";
        font-weight: bold;
    }

    .title h3 {
        text-align: center;
        margin: 0;
        font-size: 25px;
        font-weight: 700;
        color: #004998;
        padding: 0 0 10px;
    }

    /* 
    .side-fix {
        display: none;
    } */

    .sitemap {
        display: none;
    }

    nav .nav-header .toggle-bar {
        font-size: 23px;
        position: absolute;
        top: 7px;
        right: 15px;
        left: inherit;
        color: #1C4893;
    }

    nav .nav-header .brand {
        margin: 0 10px 10px;
        float: none;
    }

    nav .brand {
        display: block;
        position: relative;
        width: 140px;
        top: 13px;
    }

    nav .menu li a {
        padding: 10px 10px;
        border-bottom: 0;
    }

    .core-nav .wrap-core-nav-list {
        left: inherit;
        width: 70%;
        max-height: 440px;
        overflow: auto;
        right: 0;
        margin-top: -100vh;
        position: absolute;
        border-bottom: solid 1px #dfdfdf;
        border-top: solid 1px #dfdfdf;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background-color: #004998;
        top: 60px;
    }

    .core-nav .wrap-core-nav-list .core-nav-list {
        display: inline-block;
        margin: 0 0 10px 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .core-nav .wrap-core-nav-list .core-nav-list li a {
        display: block;
        width: 100%;
        text-align: left;
        color: #fff;
        font-weight: bold;
        position: relative;

    }

    .side-icon {
        display: block;
        text-align: center;
        padding: 15px 0;
        width: 100%;

    }

    .account_nav {
        display: none;
    }

    .side-icon-title {
        color: #fff;
        font-size: 14px;
        display: block;
        padding: 0 0 10px;
    }

    .side-icon a img {
        width: 25px;
    }

    .side-icon-line {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .side-icon-line img {
        width: 100%;
    }

    .nav-user {
      display: block;
        font-size: 18px;
        color: #CAC7C7;
        position: absolute;
        top: 10px;
        right: 50px;
    }
     .nav-user a{
      display: block;
        padding: 0;
        margin: 0;
        line-height: 0;
    }
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
    .nav-user-login {
        color: #004998;

    }

    .index-kv {
        width: 100%;
        padding: 60px 0 0;
    }

    .index-videos {
        background-image: url(../img/index-videos-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        padding: 0 0 25px;
    }

    .index-videos .title h3 {
        text-align: left;
    }

    .sub-text {
        font-size: 16px;
        color: #DFA515;
        text-align: left;
        /* font-weight: bold; */
        line-height: 1.1;
        margin: 0 0 10px;
    }

    .index-banner::before {
        content: " ";
        background-image: url(../img/section-top.png);
        width: 100%;
        height: 45px;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: 1;
        position: absolute;
        background-size: contain;
    }

    .index-product {
        padding: 0px 0;
    }

    .index-product-row {
        padding: 0px 0 25px;
    }

    .index-product-carousel .owl-dots {
        padding: 0;
    }

    .index-new-carousel .item {
        max-width: 250px;
    }

    .index-new {
        padding: 0;
        background-color: #004998;
    }

    .index-new .title h3 {
        text-align: left;
        margin: 0;
        font-size: 25px;
        font-weight: 800;
        color: #fff;

    }

    .index-new-text p {
        font-size: 16px;
        text-align: left;
        width: 100%;
        color: #fff;
    }

    .index-new-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        left: -20px;
        transform: translate(-50%, -50%);
    }

    .index-new-carousel .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: -20px;
        transform: translate(50%, -50%);
    }

    .index-new-row {
        padding: 0 15px;
    }

    .contact-row {
        text-align: center;
        padding: 0 0 30px;
    }

    .footer-logo {
        text-align: center;
        padding: 0 0 10px;
    }

    .footer-rights {
        text-align: center;
        color: #fff;
        font-size: 12px;
    }

    .footer-logo img {
        max-width: 170px;
    }

    .footer-email {
        font-size: 16px;
        color: #fff;
        padding: 0 0 20px;
    }

    .footer-telephone {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        line-height: 1.5;
    }

    .footer-date {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
    }

    .footer-contact {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .index-des-text h4 {
        color: #1C4893;
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0;
        margin: 0;
        text-align: left;
    }

    .index-des-text p {
        color: #000;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin: 0 0 15px;
        text-align: left;

    }

    .index-des-text a {
        color: rgba(0, 0, 0, 0);
        /* Permalink - use to edit and share this gradient. 固定鏈接 - 用於編輯和分享此漸變： https://colorzilla.com/gradient-editor/#dfa515+0,f9c316+48,febf04+100 */
        background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        background-clip: text;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-bottom: 2px solid #dfa515;
    }

    .index-des-text {
        text-align: center;
        margin: 0 0 25px;
        width: 90%;
        margin: 0 auto 25px;
    }

    .alert-row {
        position: absolute;
        width: 90%;
        background-color: #fff;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0%);
        padding: 30px;
    }

    .alert-box {
        overflow: auto;
        height: 400px;
    }

    .index-product-item h4 {
        font-size: 16px;
        text-align: center;
        margin: 0;
        padding: 10px 0;
    }

    .index-product-item a {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        padding: 5px 0;
        background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 50%, rgba(222, 152, 30, 1) 100%);
        margin: 10px 0 0;
        cursor: pointer;
    }

    .back_up {
        text-align: center;
        display: block;
        margin-bottom: 25px;
    }

    .back_up a {
        display: inline-block;
        cursor: pointer;
    }

    .index-new-more p {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        text-decoration: underline;
        cursor: pointer;
        font-weight: bold;
        /* border-bottom: 2px solid #dfa515; */
        margin: 0;
    }

    .header-pd {
        padding: 60px 0 0;
    }

    .breadcrumbs-row .breadcrumb {
        width: 100%;
        display: inline-block;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
               padding: 0rem 1rem 0.75rem;
        margin-bottom: 0rem;
        list-style: none;
        /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(203, 228, 255, 1) 100%); */
        background-color: #fff;
        border-radius: 0;
    }

    .breadcrumbs-row {
        text-align: left;
        z-index: 1;
        display: none;
    }

    .breadcrumbs-row .breadcrumb .breadcrumb-item {
        font-size: 12px;
        /* font-weight: bold; */
    }

    .edit {
        padding: 0px 0px 65px;
        font-size: 19px;
        color: #727171;
        min-height: 400px;
        width: 100%;
    }

    .category_tab a {
        display: inline-block;
        padding: 5px 25px;
        font-size: 19px;
        color: #004998;
        background-color: #fff;
        cursor: pointer;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    }

       .faq-title {
        width: 100%;
        padding: 15px 0 15px 0px;
        color: #004998;
        font-size: 32px;
        position: relative;
        cursor: pointer;
    }

    .faq-title h3 {
       font-size: 16px;
        margin: 0;
        /* font-weight: bold; */
        padding: 0 27px 0 0px;
    }

    .faq-title-icon {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .faq-text {
        padding: 15px;
        background-color: #f2f2f2;
        color: #000000;
        font-size: 15px;
        display: none;
    }

    .stronghold-name {
        font-size: 17px;
        font-weight: bold;
        color: #004998;
        text-align: center;
    }

    .stronghold-title {
        text-align: center;
        padding: 15px 0 0;
        font-size: 16px;
        color: #D1D1D1;
        font-weight: bold;
    }

     .new-item-title {
        color: #004998;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 15px 0;
        text-align: left;
        height: 70px;
    }

    .new-item-text {
        color: #717071;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        height: 65px;
    }

    .new-item-more span {
        display: inline-block;
        color: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
        background-clip: text;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-bottom: 2px solid #dfa515;
    }

    .testimonials-item-title {
        color: #004998;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .testimonials-item-text {
        color: #717071;
        font-size: 19px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        height: 75px;
    }

    .testimonials-item-more span {
        display: inline-block;
        color: rgba(0, 0, 0, 0);
        background: linear-gradient(to right, rgba(223, 165, 21, 1) 0%, rgba(249, 195, 22, 1) 48%, rgba(254, 191, 4, 1) 100%);
        background-clip: text;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
        border-bottom: 2px solid #dfa515;
    }

    .dropdown-menu {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        z-index: inherit;
        display: none;
        float: inherit;
        min-width: 10rem;
        padding: 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: inherit;
        border-radius: inherit;
        box-shadow: inherit;
        transition: all .3s ease-in-out;
    }

    .core-nav .wrap-core-nav-list .core-nav-list .dropdown-menu li a {
        display: block;
        width: 100%;
        text-align: left;
        color: #004998;
        font-weight: bold;
    }

    .product-img {
        text-align: right;
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 15px 40px;
    }

    .product-img img {
        max-width: 50%;
    }

    .product-row {
        padding: 25px 0;
    }

    .product-sort {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        font-size: 7vw;
        padding: 25px;
        color: rgba(255, 255, 255, .8);
        font-weight: bold;
        background: linear-gradient(to right, rgba(174, 104, 69, 1) 0%, rgba(242, 197, 177, 0.14) 86%, rgba(242, 197, 177, 0) 100%);
    }

    .product-title {
        font-size: 24px;
        color: #A96342;
        font-weight: 900;
        width: 100%;
        text-align: center;
    }

    .product-text {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #727171;
    }

    .product-Specifications {
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        color: #727171;
    }

    .product-age {
        width: 100%;
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        color: #727171;
    }

    .product-kv .breadcrumbs-row {
        width: 100%;
        position: relative;
        background: transparent;
    }

    .product-kv .breadcrumbs-row .breadcrumb {
        background: transparent;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 1%, rgba(203, 228, 255, 1) 100%);
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        padding: 10px 0;
    }

    .index-des-img {
        width: 90%;
        margin: 0 auto;
    }

    .core-nav .wrap-core-nav-list .dropdown-menu li a:hover {
        background-color: #E0E9F3FA;
        color: #004998;
    }

    .title {
        padding: 25px 0 0;
    }

    .index-new-item h4 {
        font-size: 16px;
        color: #fff;
    }

    .page-pd {
        padding: 60px 0 25px;
    }

    .stronghold-row .col-lg-4 {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    .register_form label {
        font-size: 19px;
        font-weight: bold;
        color: #727171;
    }

    .register_form .register_input {
        height: 45px;
        border: 1px solid #A2A2A2;
        border-radius: 0;
        margin: 0 0 10px;
    }

    .register_form .register_select {
        height: 45px;
        border: 1px solid #A2A2A2;
        border-radius: 0;
        margin: 0 0 10px;
    }

    .add_child {
        width: 100%;
        margin: 15px auto;
        text-align: center;
        position: relative;
    }

    .register_form_bottom .register_form label {
        font-size: 16px;
        font-weight: bold;
        color: #727171;
        vertical-align: text-top;
    }

    .register_row {
        padding: 15px;
        background-color: #F4F4F4;
        margin-bottom: 30px;
    }

    .sample_title {
        color: #004998;
        font-size: 23px;
        display: block;
        text-align: center;
        font-weight: bold;
        margin: 15px 0 15px;
    }

    .login_img {
        width: 100%;
        padding: 60px 30px 60px 60px;
        display: none;
    }

    .login_form {
        padding: 15px;
    }

    .login_row .register_form label {
        font-size: 16px;
        font-weight: bold;
        color: #727171;
    }

    .state_btn {
        text-align: center;
        width: 100%;
        margin: 0 auto 10px;
    }

    .state_text {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        color: #727171;
        margin: 0 0 25px;
    }

    .login_fix_row {
        width: 95%;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        margin: 0 auto;
    }

    .login_fix_text {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
    }

    .login_fix_top {
        position: relative;
        padding: 15px 15px 30px;
        background-color: #004998;
        color: #fff;
    }

    .login_fix_bottom {
        padding: 15px 45px;
    }

    .login_clos {
        width: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
        cursor: pointer;
    }

    .index-new-tag {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: rgba(255, 255, 255, .5);
        padding: 5px;
        display: inline-block;
        margin: 10px 0;
    }

    .breadcrumb-dk {
        display: none;
    }

    .breadcrumb-down {
        display: inline-block;
        position: relative;
        text-decoration: underline;
    }

    .breadcrumb-down .fa {
        margin: 0 0 0 5px;
        display: inline-block;
    }

    .breadcrumb-down-menu {
        width: 150px;
        position: absolute;
        left: -30px;
        top: 34px;
        background-color: #fff;
        display: none;
        z-index: 99;
    }

    .side-icon-top {
        padding: 10px 15px;
        text-align: right;
        display: none;
    }

    .side-fix-top {
        display: none;
    }

    .side-fix-top-m {
        display: block;
        width: 100%;
        position: relative;
    }

    .side-fix-bottom {
        padding: 15px 0;
        display: inline-block;
    }

    .side-fix {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 1;
        text-align: right;
    }

    .side-fix-top-item-m {
        width: 100%;
    }

    .side-fix-top-item-m img {
        width: 100%;
    }

    .side-fix-top-clos-m {
           position: absolute;
        right: 10px;
        top: 30px;
    }

    .core-nav .nav-header {
        display: block;
        position: absolute;
        z-index: 2;
        top: initial;
    }

    .alert-box p {
        color: #A67907;
        font-size: 14px;
    }
    .dropdown .nav-dw-icon{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    }
        .core-nav .wrap-core-nav-list .core-nav-list li {
        float: none;
        display: block;
        width: 100%;
        border-bottom: 1px solid #47719e;
    }
    .side-fix-bottom-icon {
    display: block;
    width: 60px;
}
}