@charset "utf-8";
/* CSS Document */

h1,
h2,
h3,
h4 {

    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    font-weight: 700;
}

p {
    color: #222;
    text-align: left;
    font-size: 15px;
}

/* h2 {
    font-size: 20px;
} */

#Conduct p {
    margin-bottom: 2rem;
}

#Conduct H2 {
    margin-bottom: 0.2rem;
}

.navbar-subsite {
    padding-top: 0.7em;
    padding-bottom: 0.5em;
}

.navbar-subsite .nav-item.active::after {
    content: "";
    position: relative;
    left: 0;
    bottom: -7px;
    height: 3px;
    width: 100%;
    background: #DB0025;
    display: block;
    overflow: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #db0025;
}

.dr a:focus,
a:hover {
    text-decoration: none;
    color: #DB0025;
    outline: none;
}

#products h2 {
    letter-spacing: 2px;
}

#products small {
    color: #EEE;
    text-transform: uppercase;
    font-size: 20px;
}


.equalHW {
    display: flex;
}

.equalHW .card {
    border: unset;
    box-shadow: 0px 0px 20px #b2b2b238;
}

.equalHW img {
    border-radius: 10px;
}

.equalHW .card-body p {
    text-align: left;
}

.equalHW .card-body a {
    text-align: left;
}


.card {
    border-radius: 25px;
    border: 1px solid #b2b2b23a;
    position: relative;
    transition: .5s;
}

.card:hover {
    box-shadow: 0px 0px 10px #73737374;
}

.card:hover .btn {
    color: #DB0025 !important;
}

.card-index {
    width: 100%;
    position: relative;
    height: 250px;
    border-radius: 25px;
}

.card-recycle {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    padding: .5em;
    height: 100px;
}

.card-soical-design {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: .5em;
    /* height: 320px; */
}

.card-soical-design .frame {
    border-radius: 25px;
    background: #F2F2F2;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-soical-design .frame.no-bg {
    background: none;
}

.card-soical-design p {
    width: 75%;
    text-align: center;
    margin-top: 1em;
}

.card-line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.card .achievements {
    position: absolute;
    width: 20%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-body {
    padding: 1.2rem 0.4rem;
    display: flex;
    justify-content: flex-start;
    height: 50%;
    flex-direction: column;
}

.card-body a {
    text-align: center;
}


.card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    color: #FFF;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
}


.rc-feature .card-text {
    text-align: center;

}


.rc-feature p,
.rc-feature h1,
.rc-feature h2,
.rc-feature h3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* columns are now equal height */
}

.vbs-quote {
    max-width: 900px;
    padding: 3em;
    margin: auto;
}

.col-container {
    display: table;
    width: 100%;
}

/* table */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table td,
.table th {
    padding: 12px 15px;
    text-align: center;
    font-size: 16px;
}

.table td {
    border-top: 1px solid #dee2e6;
}

.btn.btn-line-dark.btn-vs-g {
    padding: 0;
}

.btn-vbs {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 1px 1px 3px #555;
    cursor: pointer;
    outline: none;
    padding: .3em 0;
    display: block;
}

a.btn-vbs:hover {
    color: #e50000;
    text-shadow: 0px 0px 0px #e50000;
    outline: none;
    background: linear-gradient(#e66465, #9198e5);
}

.btn-white {
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: none;
    margin: 1em;
    padding: 0.5em 1.5em;
    min-width: 240px;
    border-radius: 50px;
    text-transform: none;
}

.btn-black {
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;
    margin: 1em 0;
    padding: 0.5em 1.5em;
    min-width: 240px;
    border-radius: 50px;
}


.btn-red {
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    border: 1px solid #db0025;
    box-shadow: none;
    margin: 1em 0;
    padding: 0.5em 1.5em;
    min-width: 240px;
    border-radius: 50px;
    background-color: #db0025;
    color: #FFF !important;
}

.environmental,
.social,
.governance {
    position: relative;
    margin: 20em 0 20em 0;
}



.environmental::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000085, #00000085) 0% 0% /100%, url(../img/environmental-social-governance/Environmental.jpg) 50% 20% / 100%;
    z-index: 0;
}


.social::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000085, #00000085), url(../img/environmental-social-governance/frontpage_social.jpg) 50% 20% / 100%;
    z-index: 0;
}

.governance::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000085, #00000085), url(../img/environmental-social-governance/Governance.jpg) 50% 20% / 100%;
    z-index: 0;
}


@media (max-width:700px) {
    .environmental::before {

        background: linear-gradient(#00000085, #00000085) 0% 0% /100%, url(../img/environmental-social-governance/Environmental.jpg) 50% 20% / cover;

    }


    .social::before {

        background: linear-gradient(#00000085, #00000085), url(../img/environmental-social-governance/frontpage_social.jpg) 50% 20% / cover;
    }

    .governance::before {

        background: linear-gradient(#00000085, #00000085), url(../img/environmental-social-governance/Governance.jpg) 50% 20% / cover;

    }
}


#btn-w a {
    font-size: 1rem;
}

#btn-w a:hover {
    color: #FFF;
    background-color: #ffffff57;
}

.btn-black:hover {
    background-color: #db0025;
    color: #FFF !important;
    border: 1px solid #db0025;
}

.btn-red:hover {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
}

.btn-white:hover {
    background-color: #cccccc7e;
    box-shadow: none;
    color: #ffffff !important;
    border: 1px solid #FFF;
}

.affix {
    border-bottom: 0px solid #eee;
    -webkit-box-shadow: 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px #eee;
}

.affix>div>div>div>div>ul.navbar-right {
    padding: 0.6em 0 0 0;
    padding-bottom: .5em;
}

.fa-rotate-45 {
    transform: rotate(45deg);
}

/*.navbar-right {padding-bottom: .5em;}*/

.navbar {
    margin-bottom: 0px;
    background-color: #FFF;
}

/* 
.navbar-nav {
    flex-direction: row !important;
} */




.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    /*background-color: #000;*/
    color: #900 !important;
}



/* 針對按鈕和<span>元素的hover效果 */
.rc-feature a:hover span,
.rc-feature .btn:hover {
    color: #DB0025;
}

/* 練接的hover效果 */
.rc-feature a:focus,
.rc-feature a:hover {
    text-decoration: none;
    color: #DB0025;
    outline: none;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.carousel-control i {
    font-style: normal;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-item,
.grid-sizer {
    width: 25%;
}

.grid-item {
    float: left;
    height: 300px;
    background-size: cover !important;
    background-position: 50% 20% !important;
}

.grid-item--width2 {
    width: 40%;
}

.grid-item--height2 {
    height: 250px;
}

.rc-feature p span {
    font-size: 28px;
    font-weight: 100;
}

.rc-feature p {
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rc-feature p strong {
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*div.kv::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: " ";
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0px;
    margin: 0;
    left: 29.2%;
    }*/

.nav-tabs {
    padding-left: 0;
}

.nav-tabs>li {
    display: inline-block;
    float: none;
    cursor: pointer;
    list-style: none;
    outline: none;
    margin: 0 1em;
    padding-bottom: 8px;
}

.nav-tabs>li:first-child {
    padding-left: 0;
}

.nav-tabs>li>a {
    display: block;
    position: relative;
    padding: 0;
    color: #333;
    border: 0;
}

.nav-tabs>li.active>a {
    color: #900;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:visited {
    border: 0;
}

.nav-tabs>li.active>a::after {
    left: 0;
    position: absolute;
    bottom: -9px;
    width: 100%;
    border-bottom: 3px solid #900;
    content: ' ';
}




#about .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px;
}

#senior .col-sm-8,
#senior .col-sm-4,
#senior .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#senior .col-sm-4 {
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#senior ul {
    padding-left: 0;
    display: inline-block;
}

#senior a li,
#new a li {
    list-style-type: none;
    text-align: left;
    color: white;
    font-size: 1rem;
}

#senior .rc-feature {
    padding: 0
}

#new.rc-feature {
    padding: 0;
}

#new ul {
    padding-left: 0em;
    padding-top: 1em
}

#new h3 {
    /*text-align: left;*/
    color: white
}

#newjob ul {
    list-style-type: none;
    padding-left: 0;
}

/* #add {
    background: #990000;
} */
#add .rc-feature {
    padding: 0em;
    /*margin-bottom: -5em;*/
    padding-top: 2vh;
    flex-direction: row;
    display: flex;
    align-items: center;
}

#add a li::before {
    content: "\e258";
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9rem;
    color: white;
    margin-left: 1em;
    margin-right: 0.5em;
}

#add a li {
    list-style-type: none;
    text-align: left;
    color: white;
    font-size: 1rem;
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#add ul {
    margin-bottom: 2em;
    padding-left: 0em;
}





@media (min-width: 1300px) {
    .rc-overlayer {
        position: absolute;
        padding: 5% !important;
    }

    .article-item .thumb-outer {
        height: 180px;
    }

    #about .rc-feature {
        padding: 8em 0em
    }

    #new .rc-feature {
        padding: 6em 0
    }
}








@media (max-width: 1800px) {}

.kv h1 {
    font-size: 60px;
    margin-bottom: 10px;
    padding: 0 0.5em;
}

.kv.new,
.kv.interview {
    height: 50vh;
}

.kv h1 p {
    font-size: 42px;
}

.kv h1 small {
    font-size: 20px;
    line-height: 1.4;
}




a.button {
    /* margin: 20px; */
    font-size: 20px;
}

.arrow {
    color: #0c5449;
    margin: 1em 0;

    &::after {
        display: inline-block;
        content: "\203A";
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    &:hover {
        &::after {
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
        }
    }
}

@media (min-width: 1620px) {

    .governance::before,
    .environmental::before,
    .social::before {
        background-position: center -300px !important;
        background-attachment: scroll;
        height: 800px;
    }

}


@media (max-width: 550px) {

    .governance::before,
    .environmental::before,
    .social::before {
        background-position: center 0px !important;
        background-attachment: scroll;
        background-size: cover;
        height: 100%;
    }

}

@media (max-width: 768px) {
    .center-block h1 p {
        font-size: 30px !important;
    }
}


.table {
    width: 100%;
    border-collapse: collapse;
}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.table th {
    background-color: #92c9e6;
    color: #ffffff;
}

/* .table tbody tr:nth-child(even) {
  background-color: #d1e8f5;
} */

/*responsive*/

@media (max-width: 974px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        /* padding-left: 50%; */
        text-align: left;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}

.kv {
    width: 100%;
    height: 60vh;
    background: #491017;
    background-size: 100%;
    display: flex;
    background-position-y: center;
    margin: auto;
}

/* .kv h1 {
    color: #333;
    border-left: 6px #2f9c2f solid;
    font-size: 2.85rem;
} */

.kv>div:nth-child(1) {
    /* background:linear-gradient(#00000085, #00000085),url(../img/environmental-social-governance/homepage-bg.jpg) center no-repeat;
    background-size: cover; */
    background: #f3f3f3;
    background-position: 50% 54%;
    height: 100%;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kv>div:nth-child(2) {
    height: 100%;
    width: 55%;
}

@media screen and (max-width:1600px) {
    .kv {
        height: 72vh;
    }
}

@media screen and (max-width: 840px) {
    .kv {
        flex-direction: column;
        height: 90vh;
    }

    .kv h1 {
        text-shadow: unset;
        font-weight: 700;
        font-size: 1.5rem
    }

    .kv>div:nth-child(1) {
        width: 100%;
        order: 2;
        height: auto;
        height: 50%;
        padding: 15em 0;
    }

    .kv>div:nth-child(2) {
        width: 100%;
        order: 1;
        height: 50%;
    }
}

@media screen and (max-width: 550px) {
    .kv {
        flex-direction: column;
        height: 82vh;
        overflow: hidden;
    }
}


.product-table-container {
    margin: 40px auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}


@media screen and (max-width: 550px) {
    .product-table-container {
       width: 700px;
    }
}


.product-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: Arial, sans-serif;
}

.product-table thead {
    background-color: #f5f5f5;
}

.product-table th,
.product-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #ddd;
}

.product-table th {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}



.product-table tbody tr:hover {
    background-color: #f0f8ff;
}

.product-table td:first-child {
    font-weight: bold;
    color: #444;
}

.esg-radius{
    background: var(--ESG-Gradient, linear-gradient(122deg, rgba(31, 138, 122, 0.60) 6.43%, rgba(3, 93, 116, 0.60) 60.99%, rgba(0, 65, 91, 0.60) 95.79%), #208C7E);
}

.esg-bordradius{
    border-radius: 20px;
}