@charset "UTF-8";

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: 'Microsoft JhengHei', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-Arial-Black {
    font-family: 'Arial Black', 'Microsoft JhengHei';
}


a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*header and footer 的*/

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.nav-item {
    margin: 0;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    font-weight: bold;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .push-sticky {
    padding-top: 56px;
}

#navbar {
    background-color: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 991.98px) {
    #navbar #navbarNavDropdown .nav-link {
        padding-bottom: .1rem !important;
        padding-top: .15rem !important;
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 991.98px) {
    #navbar #navbarNavDropdown .dropdown-menu {
        display: block !important;
        padding: 0 !important;
        border-top: 1px solid #ccc !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 991.98px) {
    #navbar #navbarNavDropdown .dropdown-menu .dropdown-item {
        display: inline-block !important;
        padding: .2rem !important;
        font-size: 14px !important;
        width: 24% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    #navbar #navbarNavDropdown .dropdown-menu .dropdown-item {
        width: 32% !important;
    }
}

@media only screen and (max-width: 575.98px) {
    #navbar #navbarNavDropdown .dropdown-menu .dropdown-item {
        width: 49% !important;
    }
}

@media only screen and (max-width: 991.98px) {
    #navbar #navbarNavDropdown .dropdown-menu .dropdown-item.pl-1-7rem {
        display: none !important;
    }
}

.size-color a:hover i {
    font-size: 20px;
    transition: 0.25s;
}

.size-color a:hover img {
    width: 18px !important;
    transition: 0.25s;
}

.text-facebook-square {
    color: #3b5998 !important;
}

.text-twitter-square {
    color: #1da1f2 !important;
}

.text-instagram {
    color: transparent !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: border-box;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.text-linkedin {
    color: #0077b5 !important;
}

.text-weibo {
    color: #e2252d !important;
}

.text-whatsapp {
    color: #25d366 !important;
}

.text-weixin {
    color: #7bb32e !important;
}

.text-line {
    color: #00c300 !important;
}

.text-youtube {
    color: #ff0000 !important;
}

.text-skype {
    color: #00aff0 !important;
}

.text-qq {
    color: #000 !important;
}

nav a.nav-link {
    transition: background .4s;
    font-size: 17px;
    font-weight: bold;
}

nav a.nav-link:hover {
    color: #096da9;
    transition: .4s;
    background-color: #fff;
    font-weight: bold;
}

nav ul li a {
    position: relative;
    font-weight: bold;
}

@media only screen and (min-width: 991.98px) {
    nav ul li a.nav-link:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) scaleX(0);
        -webkit-transform: translateX(-50%) scaleX(0);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        width: 100%;
        height: 3px;
        background-color: #096da9;
        /*    background-color: rgba(9, 109, 169, 0.7);*/
        transition: transform 250ms;
        -webkit-transition: transform 250ms;
    }

    nav ul li a.nav-link:hover:after {
        transform: translateX(-50%) scaleX(1);
        -webkit-transform: translateX(-50%) scaleX(1);
    }
}

.dropdown-item {
    transition: background .2s;
}

.header-pc-fix {
    position: fixed;
}

@media only screen and (max-width: 991.98px) {
    .header-pc-fix {
        position: absolute;
    }
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    font-weight: bold;
    color: #096da9;
    text-decoration: none !important;
    background-color: white !important;
    transition: background .2s;
}

a:hover .nav-h-b-b {
    border-bottom: 2px solid #096da9;
}


.pl-1-7rem {
    padding-left: 1.7rem !important;
}

/*end*/

/*關於鼎睿*/

.nav-fill a {
    padding: .2rem 1rem;
}

.right-mod-list {
    padding: 4px 3px;
}

.right-mod-list p {
    margin-bottom: 3px;
    padding: 3px 0px;
    transition: 0.2s;
}

.right-mod-list i {
    padding: 0px 5px 0px 10px;
}

.right-mod-hr {
    margin: -18px 10px 18px 0px;
    border-top: #096da9 solid 1px;
}

.right-mod-title {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    padding: 2px 12px 2px 3px;
    color: #096da9;
}

.background-linear {
    background-image: linear-gradient(red, yellow, blue);
}

.right-mod-list a:hover p {
    background-color: #f9fdff !important;
}

.bg-blue {
    background-color: #dff5f8 !important;
}

/*aboutus-products*/

.aboutus-products-border {
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    border: 4px solid #686761;
    z-index: -2;
}

@media only screen and (min-width: 410px) {
    .aboutus-products-border.entype {
        margin-right: 35px !important;
        width: 350px !important;
        float: left !important;
    }
}

.aboutus-products-head {
    position: absolute;
    background-color: #336699;
    color: #fff;
    padding: .1rem 1.5rem;
    right: -4px;
    /* 補border */
    transform: translate(100%, 0);
    font-size: 23px;
}

.aboutus-products-enhead {
    position: absolute;
    font-weight: 700;
    transform: translate(100%, 0);
    border-bottom: 4px solid #95caca;
    color: #4d4d4d;
    font-size: 38px;
    line-height: 100%;
    white-space: nowrap;
}

.aboutus-products-enhead.entype {
    top: -15px;
    right: -22px;
}

@media only screen and (max-width: 767.98px) {
    .aboutus-products-head {
        top: -4px !important;
        left: -4px;
        right: inherit !important;
        /* 補border */
        transform: translate(0, -100%);
        font-size: 21px;
    }

    .aboutus-products-enhead {
        top: -8px !important;
        left: -4px;
        right: inherit !important;
        transform: translate(0, -100%);
        font-size: 32px;
    }
}

.aboutus-products-info {
    font-size: 15px;
    letter-spacing: 1px;
}

.aboutus-products-img {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.aboutus-products-img.solenoids {
    padding-top: 64.666667%;
    top: 0;
    left: -28px;
    right: -28px;
    bottom: -5%;
}

.aboutus-products-img.solenoid-valves {
    padding-top: 46.222222%;
    top: 5%;
    left: -28px;
    right: -28px;
    bottom: 10%;
}

.aboutus-products-img.customization {
    padding-top: 106.555556%;
    top: 5%;
    left: -20px;
    right: -30px;
    bottom: -40%;
}

/*end*/

/*capability*/

@media only screen and (min-width: 768px) {
    .capability-placeholder-l {
        border: 1px solid #808080;
        margin-top: -1.5rem;
        margin-left: -1.5rem;
        /*
        position: absolute;
        left: -20px;
        top: -30px;
*/
    }

    .capability-placeholder-r {
        border: 1px solid #808080;
        margin-top: -1.5rem;
        margin-left: 1.5rem;
        /*
        position: absolute;
        right: -20px;
        top: -30px;
*/
    }

    .capability-head-l {
        margin-left: -15px;
    }

    .capability-head-r {
        margin-right: -15px;
    }
}

/*2-1-2*/

.triple-bg {
    position: relative;
    width: 100%;
    height: 0;
    border-top: 40px solid #7bb7eb;
    border-right: 40px solid #fff;
}

.triple-bg .second-bg {
    width: 100%;
    height: 0;
    border-top: 40px solid #468dcd;
    border-right: 40px solid #7bb7eb;
}

.triple-bg .first-bg {
    width: calc(100% - 40px);
    height: 0;
    border-top: 40px solid #33669b;
    border-right: 40px solid #468dcd;
}

.triple-bg h5 {
    position: absolute;
    top: -40px;
    left: 10px;
    line-height: 40px;
    font-size: 1.25rem;
}

.triple-bg .second-bg,
.triple-bg .first-bg {
    position: absolute;
    left: 0;
    top: -40px;
}

@media only screen and (max-width: 575.98px) {
    .triple-bg h5 {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 576px) {
    .triple-bg {
        width: 410px;
    }
}

@media only screen and (min-width: 576px) {
    .triple-bg .second-bg {
        width: 320px;
    }
}

@media only screen and (min-width: 576px) {
    .triple-bg .first-bg {
        width: 255px;
    }
}

@media only screen and (min-width: 768px) {
    .triple-bg {
        width: 530px;
    }
}

@media only screen and (min-width: 768px) {
    .triple-bg .second-bg {
        width: 350px;
    }
}

@media only screen and (min-width: 768px) {
    .triple-bg .first-bg {
        width: 260px;
    }
}

/*2-2-1*/

.h2-class h2 {
    background-color: #096da9;
    color: white;
    display: inline-block;
    padding: 3px 5px;
    margin: 0;
}

.h2-class p {
    margin: 5px 8px;
}

.article-border2-2-1 {
    border: 5px solid #e6e6e6;
    margin-bottom: 10px;
}

.row-tiny-gutters {
    margin-right: -2px !important;
    margin-left: -2px !important;
}

.col-tiny-gutters {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

/*end*/

/*2-2-2box*/

.mft-2 p {
    margin-bottom: 5px;
}

.bg-17365d {
    background-color: #17365d;
}

.bg-632423 {
    background-color: #632423;
}

.bg-3c7871 {
    background-color: #3c7871;
}

.bg-403152 {
    background-color: #403152;
}

/*2-3*/

.border2-3 {
    overflow: hidden;
    border-radius: 1.8rem !important;
    border: 5px solid #e6e6e6;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.border2-3 ul {
    padding: 0 30px 0 50px;
    height: 100%;
}

[class*="text-truncate-"] {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 575.98px) {
    .text-truncate-30 {
        width: 30%;
    }

    .text-truncate-35 {
        width: 35%;
    }

    .text-truncate-40 {
        width: 40%;
    }

    .text-truncate-45 {
        width: 45%;
    }

    .text-truncate-50 {
        width: 50%;
    }

    .text-truncate-55 {
        width: 55%;
    }

    .text-truncate-60 {
        width: 60%;
    }
}

[class*="text-truncate-"] {
    padding-right: 75px;
}

[class*="text-truncate-"] .truncate-more-btn {
    display: inline !important;
}

[class*="text-truncate-"] .fa-minus-circle {
    display: none !important;
}

.icon-place {
    position: relative;
    padding-left: 22px;
}

.olli {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
}

.olli span.li {
    position: absolute;
    top: 1px;
    left: 5px;
}

.icon-place i {
    position: absolute;
    top: 6px;
    left: 3px;
}

.truncate-more-btn {
    position: absolute;
    top: 3px;
    right: 0px;
}

[class*="icon-place"] i.font-15 {
    position: absolute;
    top: 8px;
    left: 3px;
}

.icon-place:hover i {
    color: #595959 !important;
}

/*end*/

/*產品 旋轉外框hover*/

.goods,
.goods-names {
    transition: 0.5s;
}

a.goods:hover .goods-names {
    color: white !important;
    background-color: #2952a3 !important;
}

.goods-names {
    text-align: center;
    background-color: #f8f8f8;
    padding: 10px 4px 10px 4px;
    font-size: 20px;
}

@media only screen and (max-width: 767.98px) {
    .goods-names {
        padding: 6px 2px 6px 2px;
        font-size: 16px;
    }
}

.goods svg,
.goods svg rect {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}


.goods svg rect {
    stroke: #404040;
    stroke-width: 7;
    transition: .7s;
    stroke-dasharray: 910;
    stroke-dashoffset: 910;
}

.goods:hover svg rect {
    stroke-dashoffset: 0;
}

.goods-border {
    border: 3px solid #e6e6e6;
}

.goods-border a {
    color: black;
    background-color: none;
}

.goods-border h4 {
    padding: 4px 0px 4px 10px;
    margin-bottom: 3px;
}

.goods-border p {
    padding: 4px 0px 4px 15px;
    margin-bottom: 3px;
}

.goods-border a:hover h4,
.goods-border a:hover p {
    color: white !important;
    background-color: rgba(153, 153, 153, .7) !important;
}

/*end*/

/*磁鐵型*/

.border-ffe6cc img {
    border: 6px solid #ffe6cc;
}

.li-mb-5px li {
    margin-bottom: 5px;
}

/*end*/

.border-1 {
    border: 1px solid #b3b3b3;
}

a.text-white:hover {
    color: #e6e6e6 !important;
}

.clr {
    clear: both;
}

.lead {
    font-weight: inherit;
}

h2,
h3 {
    font-weight: normal;
}

.article-title {
    font-size: 21px;
    border-left: #333333 solid 8px;
    line-height: 1;
    padding-left: .5rem;
    margin-bottom: 30px;
}


.article-title-b {
    font-size: 25px;
    border-left: #333333 solid 8px;
    line-height: 1;
    padding-left: .5rem;
    margin-bottom: 30px;
}

.application-detail-style {
    border-style: solid;
    border-color: #e6e6e6 #e6e6e6 #97cdcd #e6e6e6;
    border-width: 3px 3px 20px 3px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px !important;
    padding-left: 15px;
}

.application-detail-style h2 {
    font-size: 17.5px !important;
    margin-bottom: 1rem !important;
}

@media only screen and (max-width: 767.98px) {
    .application-detail-style .row p {
        margin-bottom: .5rem;
    }
}

.application-button {
    position: relative;
    margin-bottom: 0;
    height: 100%;
}

.application-button a {
    position: absolute;
    bottom: 0;
    right: 0;
}

.special-bg {
    border: 3px solid #999999 !important;
    background-color: #dfdfdf;
    height: 850px;
    position: relative;
    letter-spacing: 5px;
    line-height: 1.8;
}

.special-bg-comprof {
    border: 0px solid #999999 !important;
    background-color: #dfdfdf;
    position: relative;
}

.text-linengreen {
    color: #609696 !important;
}

.text-magblue {
    color: #096da9 !important;
}

.text-darker {
    color: #222 !important;
}

.text-greyy {
    color: #e6e6e6 !important;
}

.text-appli {
    color: #97cdcd !important;
}

.text-oran {
    color: #ff9900 !important;
}

.text-006bb3 {
    color: #006bb3 !important;
}

.text-1b2065 {
    color: #1b2065 !important;
}

.text-3f48cc {
    color: #3f48cc !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #1a1a1a;
}

.bd-2px {
    border: 2px solid #cacaca !important;
}

.bg-linengreen {
    background-color: #609696 !important;
}

.bg-e8f6ff {
    background-color: #e8f6ff !important;
}

.bg-f4f4f4 {
    background-color: #f4f4f4 !important;
}

.bg-magblue {
    background-color: #096da9 !important;
}

.bg-e6e6e6 {
    background-color: #e6e6e6 !important;
}

.bg-ebebeb {
    background-color: #ebebeb !important;
}

.bg-c4c4c4 {
    background-color: #c4c4c4 !important;
}

.bg-d4d4d4 {
    background-color: #d4d4d4 !important;
}

.bg-ededed {
    background-color: #ededed !important;
}


.bg-336799 {
    background-color: #336799 !important;
}

.bg-greyy {
    background-color: #e6e6e6 !important;
}

.bg-7bb7eb {
    background-color: #7bb7eb !important;
}

.bg-468dcd {
    background-color: #468dcd !important;
}

.bg-33669b {
    background-color: #33669b !important;
}

.bg-acacac {
    background-color: #acacac !important;
}

.h5-nowrap h5 {
    white-space: nowrap;
}

h4 {
    font-size: 18px;
}

.cover-block {
    padding-top: 76%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cover-block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8
}


.application-border-l {
    border-left: solid 8px;
    color: #97cdcd;
}

.hr-999 {
    border-top: #999 solid 1px;
}

.border-bottom-4px {
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.article-content {
    line-height: 170%;
    color: #556;
}

.article-content h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.triangle-bottomleft {
    width: auto;
    height: 0;
    margin: 0;
    vertical-align: top;
    border-bottom: 50px solid #096da9;
    border-right: 50px solid transparent;
}

/*slider*/

.bgnrepat-bgsizcover-bgcenter {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.h42vh {
    padding-top: 21% !important;
}

/*end*/

.bg-cover {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
}

.bg-cover-25 {
    padding-top: 25%;
}

.bg-cover-50 {
    padding-top: 50%;
}

/* picframe1 */

.picframe1 {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    position: relative;
}

.picframe1-bgr {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    width: 70%;
    margin-left: auto;
}

.picframe1-bgl {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    width: 70%;
}

.picframe1-right {
    position: absolute;
    top: 0;
    right: 0;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    width: 359px;
    background-image: url(../img/picframe1-right.png);
}

.picframe1-right-box {
    width: 280px;
    height: 100%;
    padding: 25px 20px 15px;
    float: right;
}

.picframe1-left {
    position: absolute;
    top: 0;
    left: 0;
    background-position: 100% 0%;
    background-repeat: none;
    width: 359px;
    background-image: url(../img/picframe1-left.png);
}

.picframe1-left-box {
    width: 290px;
    height: 100%;
    padding: 25px 20px 15px;
    float: left;
}

@media only screen and (min-width: 768px) {
    .picframe1-right {
        width: 288px;
    }

    .picframe1-right-box {
        width: 233px;
        padding: 15px 20px;
    }

    .picframe1-left {
        width: 288px;
    }

    .picframe1-left-box {
        width: 218px;
        padding: 15px 20px;
    }

    .picframe1-height {
        height: 155px;
    }
}

@media only screen and (min-width: 992px) {
    .picframe1-right {
        width: 310px;
    }

    /*
    .picframe1-right-box {
        width: 233px;
    }
*/

    .picframe1-left {
        width: 310px;
    }

    .picframe1-left-box {
        width: 233px;
    }

    .picframe1-height {
        height: 170px;
    }
}

@media only screen and (min-width: 1200px) {
    .picframe1-right {
        width: 359px;
    }

    .picframe1-right-box {
        width: 280px;
    }

    .picframe1-left {
        width: 359px;
    }

    .picframe1-left-box {
        width: 290px;
    }

    .picframe1-height {
        height: 200px;
    }
}

/* picframe2 */

.picframe2 {
    border: #096da9 solid 1px;
}

/* font size */

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font18 {
    font-size: 18px;
}

.font22 {
    font-size: 22px;
}

.font55 {
    font-size: 55px;
}

@media only screen and (min-width: 420px) {
    .font-xs-14 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 420px) {
    .font-xxs-14 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .font-xl-21 {
        font-size: 21px;
    }
}


@media only screen and (max-width: 991.98px) {
    .font-lg-24 {
        font-size: 24px;
    }
}

/* tab */

.tab-content {
    color: #333;
}

.nav.nav-tabs + .tab-content {
    padding-left: 0;
    padding-right: 0;
}

.tabs li.tab a.active {
    color: #fff !important;
    background: #666;
    display: block;
}

.tabs .indicator {
    background-color: #096da9;
}

.nav-pills li.active a {
    background-color: #096da9 !important;
}

.nav-pills li.active a:hover {
    background-color: #096da9 !important;
}

.nav-pills li.active a:focus {
    background-color: #096da9 !important;
}

.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
    color: #505461 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
    color: #096da9 !important;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
}

.opacity8 {
    opacity: .8 !important;
}

.btn-block {
    position: relative;
}

.btn-block .btn-label-right {
    position: absolute;
    top: 7px;
    bottom: 7px;
    right: 13px;
}

.btn-circle {
    border-radius: 50%;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
}

.btn-circle.btn-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    padding: 0;
    font-size: 30px !important;
}


.btn-application:hover,
.btn-application:active,
.btn-application.current {
    background-color: #333333 !important;
    color: white !important;
}

.btn-xxs {
    padding: .2rem .3rem;
    font-size: 0.6rem;
    line-height: 1.1;
    border-radius: .2rem;
}

.badge-info-h {
    color: #fff !important;
}

.badge-info-h:focus,
.badge-info-h:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

@media only screen and (min-width: 992px) {
    .btn-lg-sm {
        padding: .25rem .5rem !important;
        font-size: .875rem !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;
    }
}

.pt-67w {
    padding-top: 67%;
}

.mb-4rem {
    margin-bottom: 4rem;
}

@media only screen and (max-width: 575.98px) {
    .pt-xs-67w {
        padding-top: 67%;
    }
}

@media only screen and (min-width: 768px) {
    .mt-md--8rem {
        margin-top: -8rem;
    }

    .mt-md--6rem {
        margin-top: -6rem;
    }

    .mt-md--7rem {
        margin-top: -7rem;
    }

    .mb-md-6rem {
        margin-bottom: 6rem;
    }

    .pt-md-85px {
        padding-top: 85px;
    }

    .pt-md-66px {
        padding-top: 66px;
    }

    .pt-md-90px {
        padding-top: 90px;
    }

    .pt-md-17px {
        padding-top: 17px;
    }

    .pt-md-40px {
        padding-top: 40px;
    }

    .pt-md-45px {
        padding-top: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .mt-xl--10rem {
        margin-top: -10rem;
    }

    .mt-xl--11rem {
        margin-top: -11rem;
    }
}

.b-hr {
    border-bottom: 3px solid #096da9;
}

.radius-top-d8 {
    border-top-left-radius: .8rem !important;
    border-top-right-radius: .8rem !important;
}

.radius-top-1d2 {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
}

.radius-top-1d8 {
    border-top-left-radius: 1.8rem !important;
    border-top-right-radius: 1.8rem !important
}


.radius-1d2 {
    border-radius: 1.2rem !important;
}

.radius-1d8 {
    border-radius: 1.8rem !important;
}

.radius-bottom-1d2 {
    border-bottom-right-radius: 1.2rem !important;
    border-bottom-left-radius: 1.2rem !important;
}

.border-bottom-lightblue {
    border-bottom: #66ffff solid 3px;
}

.border-bottom-4-2 {
    border-bottom: #97cdcd solid 3px !important;
}

.icon-danger a .fa {
    color: #dc3545 !important;
}

.icon-width-15 {
    width: 15px;
}

.trbl-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-70 {
    width: 70%;
}

.w-85 {
    width: 85%;
}

.mb-6px {
    margin-bottom: 6px;
}

#more-1,
#more-2,
#more-3,
#more-4,
#more-5,
#more-6,
#more-7,
#more-8,
#more-9,
#more-10,
#more-11 {
    display: none;
}

.pointfinger {
    cursor: pointer;
}

#fade-carousel .carousel-item {
    transition-duration: 2s !important;
    transition: transform 2s ease, opacity 2s ease-out !important;
}

.squares-60px {
    width: 60px;
    height: 60px;
}

/*圓餅圖*/

.w-15-30vw {
    width: 30vw;
}

@media only screen and (min-width: 768px) {
    .w-15-30vw {
        width: 22vw;
    }
}

@media only screen and (min-width: 992px) {
    .w-15-30vw {
        width: 17vw;
    }
}

@media only screen and (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

.w-65px {
    width: 65px;
}

@media only screen and (min-width: 576px) {
    .w-sm-85px {
        width: 85px !important;
    }
}

.w-23px {
    width: 23px;
}

.abc .d-none + .gif {
    display: block !important;
}

.abc .d-none + cod {
    display: inline-block !important;
}

/*hover*/

#darkgreen:hover {
    background-color: #507c7c !important;
}


.text-dark,
a {
    color: black;
}

.text-dark,
a:hover {
    color: darkcyan;
}

/*語言切換hover*/

span.pointfinger:hover {
    background-color: #117a8b !important;
}

.langauge:hover {
    background-color: #f0f0f5;
}

/*首頁八張圖 hover*/

.home-hover {
    width: 100%;
    color: white;
    font-size: 30px;
    text-align: center;
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
    position: absolute;
    top: 0;
    background: rgba(102, 102, 102, 0.5);
}

.stick-right {
    position: absolute;
    right: 18px;
    top: 23px;
    font-size: 15px;
}

#img-grid-8 .radius-1d2 {
    z-index: 50;
}

#img-grid-8 .home-hover {
    display: none;
}

#img-grid-8 a:hover .home-hover {
    display: block;
}

/*end*/

/*首頁四張圖 hover圖片*/

.bottom-text {
    width: 100%;
    color: white;
    font-size: 18px;
    text-align: center;
    border-bottom-left-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 123, 255, 0.6);
}

.home-hover-2 {
    overflow: hidden;
}

.home-hover-2 .go-big {
    transform: scale(1, 1);
    transition: all .7s ease-out;
}

.home-hover-2 .go-big:hover {
    transform: scale(1.2, 1.2);
}

.bottom-text:hover + .go-big {
    transform: scale(1.2, 1.2);
}

.each-mb-4 > div {
    margin-bottom: 24px;
}

.home-aboutus-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    bottom: 50px !important;
}

@media only screen and (min-width: 1200px) {
    .home-aboutus-bg {
        background-size: contain !important;
    }
}

@media only screen and (min-width: 768px) {
    .footer-bar {
        position: absolute;
        z-index: 100;
        top: -5px;
        right: 0;
    }
}

@media only screen and (max-width: 576.98px) {
    .text-sm-14 {
        font-size: 14px;
    }
}

/*end*/

.thead-middle thead th,
.thead-middle thead td {
    vertical-align: middle !important;
}

.table-middle th,
.table-middle td {
    vertical-align: middle !important;
}

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

    .table-lg-sm td,
    .table-lg-sm th {
        padding: .3rem;
    }
}

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

    .table-md-sm td,
    .table-md-sm th {
        padding: .3rem;
    }
}

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

    .table-md-sm td,
    .table-md-sm th {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .img-w-100-to-md img {
        width: 100% !important;
        height: initial !important;
    }
}

@media only screen and (max-width: 575.98px) {
    .img-w-80-to-sm img {
        width: 80% !important;
        height: initial !important;
    }
}

p.small {
    line-height: 140%;
}

.ml--3 {
    margin-left: -1rem;
}

.sticky-bottom + .footer {
    margin-top: 0 !important;
}

/*bootstrap btn-outline 新顏色*/

.btn-outline-5eb3e9:hover {
    color: #fff;
    background-color: #5eb3e9;
    border-color: #5eb3e9;
}

.btn-outline-096da9 {
    color: #096da9;
    background-color: transparent;
    background-image: none;
    border-color: #096da9;
}

.btn-outline-096da9:hover {
    color: #fff;
    background-color: #096da9;
    border-color: #096da9;
}

.btn-outline-5eb3e9 {
    color: #5eb3e9;
    background-color: transparent;
    background-image: none;
    border-color: #5eb3e9;
}

.btn-5f98d1 {
    color: #fff;
    background-color: #5f98d1;
    border-color: #5f98d1;
}

.btn-5f98d1:active,
.btn-5f98d1:hover {
    color: #fff;
    background-color: #3980c6;
    border-color: #3980c6;
}

.btn-5f98d1.focus,
.btn-5f98d1:focus {
    box-shadow: 0 0 0 .2rem rgba(57, 128, 198, .5);
}

.nav-pills .nav-link.active {
    background-color: #414141 !important;
}

.nav-pills .nav-link:hover {
    background-color: rgba(65, 65, 65, 0.05);
}

/*圓餅圖*/

.footer-mt-0 + .mt-5 {
    margin-top: 0 !important;
}

#chart-container {
    height: 400px;
}

/* 輪播 */

.card-sp {
    display: inline-block;
    width: 225px;
    background-color: #cccccc;
    border-radius: 5px;
    box-shadow: -0.5rem 0 2rem;
    transition: 0.4s ease-out;
    left: 0px;
}

/* 重疊 */

.card-sp:not(:first-child) {
    margin-left: -100px;
}

/* 浮動高度 */

.card-sp:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
}

/* 其他往旁邊跑距離 */

.card-sp:hover ~ .card {
    position: relative;
    left: 100px;
    transition: 0.6s ease-out;
}

/*輪播結束*/
