
.animation, .investor-wrapper .data-table-wrap .icon-ul li a {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.no-animation {
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-n-5 {
  margin-top: -5px !important;
}

.mr-n-5 {
  margin-right: -5px !important;
}

.ml-n-5 {
  margin-left: -5px !important;
}

.mb-n-5 {
  margin-bottom: -5px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-n-10 {
  margin-top: -10px !important;
}

.mr-n-10 {
  margin-right: -10px !important;
}

.ml-n-10 {
  margin-left: -10px !important;
}

.mb-n-10 {
  margin-bottom: -10px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-n-15, .mt-n15 {
  margin-top: -15px !important;
}

.mr-n-15 {
  margin-right: -15px !important;
}

.ml-n-15 {
  margin-left: -15px !important;
}

.mb-n-15 {
  margin-bottom: -15px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-n-20 {
  margin-top: -20px !important;
}

.mr-n-20 {
  margin-right: -20px !important;
}

.ml-n-20 {
  margin-left: -20px !important;
}

.mb-n-20 {
  margin-bottom: -20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-n-25 {
  margin-top: -25px !important;
}

.mr-n-25 {
  margin-right: -25px !important;
}

.ml-n-25 {
  margin-left: -25px !important;
}

.mb-n-25 {
  margin-bottom: -25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-n-30 {
  margin-top: -30px !important;
}

.mr-n-30 {
  margin-right: -30px !important;
}

.ml-n-30 {
  margin-left: -30px !important;
}

.mb-n-30 {
  margin-bottom: -30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-20p {
  width: 20% !important;
}

.h-100p {
  height: 100% !important;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-25p {
  top: 25%;
}

.top-50p {
  top: 50%;
}

.top-75p {
  top: 75%;
}

.top-100p {
  top: 100%;
}

.bottom-25p {
  bottom: 25%;
}

.bottom-50p {
  bottom: 50%;
}

.bottom-75p {
  bottom: 75%;
}

.bottom-100p {
  bottom: 100%;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.overflow-auto {
  overflow: auto;
}

.z-index-1 {
  z-index: 1;
}

.text-align-center {
  text-align: center;
}

.text-no-wrap, .text-nowrap {
  white-space: nowrap;
}

.bold-font {
  font-weight: bold;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background 0.5s, color 0.5s, border 0.5s;
}

.tick-btn {
  display: block;
  min-height: 26px;
  position: relative;
  /*padding-left: 26px;*/
  padding-left: 0px;
}
.tick-btn.dark-tick-btn span:before {
  border-color: #4C4948;
}
.tick-btn.dark-tick-btn span .icon {
  background: #4C4948;
}
.tick-btn span {
  display: block;
  padding: 0;
  color: #4C4948;
  line-height: 130%;
  -moz-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
.tick-btn span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 0px solid #ec6c00;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tick-btn span .icon {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 1px;
  background: #ec6c00;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.tick-btn span .icon:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  right: 0;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.tick-btn span .fa-check {
  height: 16px;
  position: absolute;
  top: 1px;
  left: 2px;
  color: #fff;
}
.tick-btn input[type="checkbox"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.tick-btn input[type="checkbox"]:checked ~ span {
  color: #000;
}
.tick-btn input[type="checkbox"]:checked ~ span .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.tick-btn input[type="checkbox"]:disabled ~ span {
  color: #898989;
  cursor: not-allowed;
}

.fix-title-table {
  width: 100%;
  overflow-x: auto;
}
.fix-title-table table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border: 0;
}
.fix-title-table table.table-cell-fix > thead > tr > th, .fix-title-table table.table-cell-fix > thead > tr > td {
  position: sticky;
  top: 0;
  z-index: 3;
}
.fix-title-table table.table-cell-fix > thead > tr > th.sticky, .fix-title-table table.table-cell-fix > thead > tr > td.sticky {
  left: 0;
  z-index: 4;
}
.fix-title-table table.table-cell-fix > tbody > tr > th.sticky, .fix-title-table table.table-cell-fix > tbody > tr > td.sticky {
  position: sticky;
  left: 0;
  z-index: 2;
}
.fix-title-table table > thead > tr > th, .fix-title-table table > thead > tr > td, .fix-title-table table > tbody > tr > th, .fix-title-table table > tbody > tr > td {
  vertical-align: middle;
}
.fix-title-table table > thead > tr > th, .fix-title-table table > thead > tr > td {
  padding: 8px 10px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #EB6E23;
  color: #EB6E23;
}
.fix-title-table table > tbody > tr > th, .fix-title-table table > tbody > tr > td {
  padding: 13px 10px;
  border-bottom: 1px solid #7F7672;
}
.fix-title-table table > tbody > tr:last-child > th, .fix-title-table table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.list-style-none {
  padding: 0 !important;
  list-style-type: none !important;
}

.list-container ul {
  margin-left: 19px;
}
.list-container li {
  position: relative;
  margin-top: 5px;
  list-style-type: decimal;
  letter-spacing: 1px;
}

.with-dots > li {
  position: relative;
  list-style-type: none;
}
.with-dots > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.with-square > li {
  position: relative;
  list-style-type: none;
}
.with-square > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
}

.with-nums > li {
  position: relative;
  list-style-type: decimal;
}

.investor-wrapper {
  color: #4c4948;
}
.investor-wrapper .tab-wrap .btn {
  background: transparent;
  color: #4C4948;
  border: 1px solid #EB6E23;
  border-radius: 3px;
  padding: 1em 1em;
  min-width: 150px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .tab-wrap .btn {
    padding: .5em 1em;
  }
}
.investor-wrapper .tab-wrap .btn:hover, .investor-wrapper .tab-wrap .btn.active {
  background: #EB6E23;
  color: #FFFFFF;
  border-color: #EB6E23;
}
.investor-wrapper .tab-wrap .btn.sub-btn {
  min-width: auto;
  padding: .8em 1em;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .tab-wrap .btn.sub-btn {
    padding: .3em 1em;
  }
}
.investor-wrapper .chart-wrap {
  margin-top: 10px;
  padding-bottom: 50px;
}
.investor-wrapper .chart-wrap .chart-information {
  height: 450px;
  margin-top: 25px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information {
    height: 314px;
    margin-top: 50px;
    font-size: 15px;
  }
}
.investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels {
  width: 90px;
  margin-right: 19px;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels {
    width: 60px;
  }
}
.investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels .indicator-note {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels .indicator-note {
    top: 50%;
    left: -40px;
    transform: rotate(270deg);
    transform-origin: 50% 0;
  }
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels .indicator-note {
    top: -35px;
  }
}
.investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels .item {
  transform: translateY(12px);
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information .amount-yaxis-labels .item {
    transform: translateY(10px);
  }
}
.investor-wrapper .chart-wrap .chart-information .bar-wrap {
  padding: 0 0px;
  justify-content: center;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information .bar-wrap {
    padding: 0 7px;
  }
}
.investor-wrapper .chart-wrap .chart-information .bar-wrap.flex-column {
  justify-content: flex-end;
  align-items: center;
}
.investor-wrapper .chart-wrap .chart-information .bar-wrap.flex-column .item {
  flex: 0 0 auto;
}
.investor-wrapper .chart-wrap .chart-information .bar-wrap .item {
  width: 100%;
  max-width: 100px;
  margin: 0 4px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .chart-wrap .chart-information .bar-wrap .item {
    margin: 0 1px;
  }
}
.investor-wrapper .chart-wrap .chart-information .grid-wrap .item {
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ccc;
}
.investor-wrapper .chart-wrap .chart-information .grid-wrap .item.bottom-0 {
  background: #333;
  z-index: 2;
}
.investor-wrapper .data-table-wrap {
  font-size: 20px;
}
.investor-wrapper .data-table-wrap .label-ul-wrap li {
  display: inline-block;
  width: 16%;
  position: relative;
  padding-left: 25px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .data-table-wrap .label-ul-wrap li {
    width: 100%;
    font-size: 15px;
  }
}
.investor-wrapper .data-table-wrap .label-ul-wrap li .icon-label {
  display: inline-block;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .data-table-wrap .label-ul-wrap li .icon-label {
    top: 4px;
  }
}
.investor-wrapper .data-table-wrap .category-ul {
  padding: 15px 0 !important;
  border-bottom: 0.07em solid #efefef;
}
.investor-wrapper .data-table-wrap .category-ul li {
  width: 14%;
  padding: 10px 10px;
}
@media only screen and (max-width: 767px) {
  .investor-wrapper .data-table-wrap .category-ul li {
    width: 50%;
    padding: 5px 10px;
  }
}
.investor-wrapper .data-table-wrap .icon-ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 36px;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 1025px) {
  .investor-wrapper .data-table-wrap .icon-ul li a:hover {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.investor-wrapper .data-table-wrap .note-wrap .list-title {
  font-size: 18px;
}
.investor-wrapper .data-table-wrap .note-wrap ul li {
  margin-top: 3px;
  font-size: 16px;
}

/*ARiS Extra 20231001*/
.txt-white {color:#fff}
.txt-std {color:#4c4948}
.index-desc-w p {color:#fff}
.text-wrap a {text-decoration:none}
.txt-title {
    font-weight: 700;
    font-family: Lato-Bold, "Heiti TC", 微軟正黑體, "Microsoft JhengHei", "Arial Unicode MS", Arial;
    line-height: 118.1%;
    color: rgb(235, 110, 35);
    margin-bottom: 2px;
}
.com-text h4 {font-size: 24px;line-height: 1.35;margin-bottom: 0.5em;font-weight: 600;}
.content-page h4 {font-size: 24px;line-height: 1.35;margin-bottom: 0.5em;font-weight: 600;}
.investcontent h3 {margin-top:0px;color:#4c4948; }
.com-figure-y .rate.decrease .icon.decrease {
            background-image: url(/assets/img/icon/arrow-dropdown-grey.svg);
        }

        .tpl-report-wrap .row .col {
            width: 50%;
        }

        .grid-row {
            width: 100%;
        }

        @media (max-width: 991px) {
            .tpl-report-wrap .row .col {
                width: 100%;
            }

            .tpl-report-wrap .row .col:nth-last-child(1) {
                margin-bottom: 35px;
            }

            .tpl-report-wrap .row .item:nth-last-child(1), .tpl-report-wrap .row .item:nth-last-child(2) {
                margin-bottom: 18px;
            }
        }
.tb_com_basic table tr td { padding-bottom: 12px;font-family: "", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";}
.tb_com_basic table tr td:first-child {
  padding-right: 20px;
  color: #ed6d01;
    font-size: 0.85em;
  font-weight: 600;
    min-width:150px;
}
.stock2 {margin-top:32px;margin-bottom: 32px;overflow-x: auto;}
.stock2 p {color:#6b675d;font-size:20px;line-height:1.45em;  }
.stock2 p span {color:#ed6d01; font-size:0.7em; }
.stock2 table {width:100%;border-collapse:collapse;border-spacing: 0; border: 2px solid #6b675d;}
.stock2 table tr td {padding:6px 10px;border-top: 2px solid #6b675d;border-left: 2px solid #6b675d;}
.stock2 table tr {border-bottom: 2px solid #dddddd;}
.stock2 table tr td:first-child {font-weight: 600;min-width:120px}
.stock2 table tr:last-of-type {border-bottom: 2px solid #6b675d;}

.innerpageTB {margin-top:32px;margin-bottom: 32px;}
.innerpageTB p {color:#fff;font-size:20px;line-height:1.45em;  }
.innerpageTB p span {color:#ed6d01; font-size:0.7em; }
.innerpageTB table {width:100%;border-collapse:collapse;border-spacing: 0; border: 2px solid #fff;}
.innerpageTB table tr td {padding:6px 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;}
.innerpageTB table tr {border-bottom: 2px solid #fff;}
.innerpageTB table tr td:first-child {font-weight: 600;}
.innerpageTB table tr:last-of-type {border-bottom: 2px solid #fff;}

.normalTB {margin-top:32px;margin-bottom: 32px;}
.normalTB p {color:#fff;font-size:20px;line-height:1.45em;  }
.normalTB p span {color:#ed6d01; font-size:0.7em; }
.normalTB table {width:100%;border-collapse:collapse;border-spacing: 0; border: 1.5px solid #fff;}
.normalTB table tr td {padding:6px 10px;border-top: 1.5px solid #fff;border-left: 1.5px solid #fff;}
.normalTB table tr {border-bottom: 1.5px solid #fff;}
.normalTB table tr td:first-child {font-weight: 600;}
.normalTB table tr:last-of-type {border-bottom: 2px solid #fff;}

.customTB {margin-top:32px;margin-bottom: 32px;}
.customTB p {color:#fff;font-size:20px;line-height:1.45em;  }
.customTB p span {color:#ed6d01; font-size:0.7em; }
.customTB table {border:0px;}
.customTB table thead tr th {padding:6px 10px;border-bottom: 2px solid #ed6d01;border-left: 1px solid #777;font-size:16px;font-weight:600;text-align:left;}
.customTB table thead tr th:first-child {border-left: 0px solid #777;}
.customTB table {width:100%;border-collapse:collapse;border-spacing: 0; border: 0px solid #fff;}
.customTB table tr td {padding:6px 10px;border-top: 0px solid #777;border-left: 1px solid #777;}
.customTB table tr {border-bottom: 1.5px solid #fff;}
.customTB table tr td:first-child {font-weight: 600;border-left: 0px solid #999;}
.customTB table tr:last-of-type {border-bottom: 0px solid #fff;}

.locationlist {margin-top:32px;margin-bottom: 32px;}
.locationlist p {color:#fff;font-size:20px;line-height:1.45em;  }
.locationlist h4 {color:#ed6d01; }
.locationlist p span {}
.locationlist table {width:100%;border-collapse:collapse;border-spacing: 0; border: 2px solid #fff;}
.locationlist table tr td {padding:6px 10px;border-top: 2px solid #fff;border-left: 2px solid #fff;}
.locationlist table tr {border-bottom: 2px solid #fff;}
.locationlist table tr td:first-child {font-weight: 600;}
.locationlist table tr:last-of-type {border-bottom: 2px solid #fff;}
.warehouse {border-left:3px solid #ed6d01;padding:6px 10px 10px 10px;margin-bottom:20px; }

.leagalitem {width:100%; max-width: 640px; padding: 10px 10px 15px 10px; border-left:5px solid #ed6d01;margin-bottom: 2em; }

.mb-2 {margin-bottom: 6px}
.mb-6 {margin-bottom: 6px}
.mb-10 {margin-bottom: 10px}
.mb-20 {margin-bottom: 20px}

.mt-6 {margin-top: 6px}
.mt-10 {margin-top: 10px}
.mt-20 {margin-top: 20px}
.mt-2em {margin-top: 2em}

@media (max-width: 991px) {
    .col6 { width:100% }
}
.col { width:50% }

.content-order {height: 500px; overflow: scroll;padding: 20px;border:1px solid #ed6d01 }
.content-order li {margin-bottom:1em}
.content-order ol { list-style-type: cjk-ideographic;padding-left: 38px; }
.content-order ol li ul { list-style-type:disc; }
.content-order ol li ul ol { list-style-type:decimal; }
.content-order ul { margin-top:1em;}
.content-order ul > li {
  position: relative;
}

.content-order ul > li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  left: -17px;
  top: 0.5em;
}

.content_orderstep ol { list-style-type: cjk-ideographic;padding-left: 38px; }

.collapse-section {
  padding-top: 0.5em;
}

.collapse-wrapper-s2 {
  margin-bottom: 20px;
}

.collapse-wrapper-s2.full-width .card-content-box {
  max-width: 100%;
}

.collapse-wrapper-s2 .collapse-title-row {
  position: relative;
}

.collapse-wrapper-s2 .collapse-title-row a {
  border-bottom: 1px solid #777;
  display: inline-block;
  max-width: 100%;
    font-size: 1.35em;
  width: 100%;
  color: #ed6d01 !important;
  padding: 8px 40px 8px 0;
  background: url("../img/arrow-grey-down.svg") right center no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .collapse-wrapper-s2 .collapse-title-row a {
    min-width: 0;
    width: 100%;
    display: block;
    color: #ed6d01 !important; 
  }
}

.collapse-wrapper-s2 .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-grey-up.svg");
}

.theme-bgoverlay .collapse-wrapper-s2 .collapse-title-row a {
  border-color: #777;
  color: #777;
  background-image: url("../img/arrow-white-down.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper-s2 .collapse-title-row a {
    border-color: #707070;
    color: #4c4948;
    background-image: url("../img/arrow-grey-down.svg");
  }
}

.theme-bgoverlay .collapse-wrapper-s2 .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-white-up.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper-s2 .collapse-title-row a[aria-expanded="true"] {
    background-image: url("../img/arrow-grey-up.svg");
  }
}

.collapse-wrapper-s2 .card-content-box {
  max-width: 100%;
  width: 100%;
  padding: 12px 0;
}
.collapse-wrapper-s2 .card-content-box h4 {
  color: #ed6d01 !important;
    font-size:1.15em;margin-top: 0.6em;
    }
.collapse-wrapper-s2 .card-content-box a {
  color: #ed6d01 !important;
}

.collapse-wrapper-s2 .card-content-box a:hover {
  color: #ed6d01 !important;
}
.card-content-box ol {list-style-type: decimal;padding-left: 21px;}
.storetitle {font-size:1.1em;color:#ed6d01;font-weight:500; }

.jobstitle {font-size:1.35em;color:#ed6d00;margin-bottom:4px;}
.jobstitle_s {color:#ed6d00;font-weight:600;font-size:1.1em;  }
.jobscontent p {margin-bottom:4px; }
.jobscontent ol {list-style-type: decimal;padding-left: 21px;}

.content-page-staff img {width:100%;height:auto; }

.checkresult-table-w .table tr {
    /*cursor: pointer;*/
}
.checkresult-table-w .hiddenRow {
    padding: 4px !important;
    background-color: #fff;
}
@media screen and (max-width: 991px) {
    .checkresult-table-w {display: none;visibility:hidden }
    .btn-checking-r {width:100%;background-color:#ed6d00;color:#fff;padding:10px 12px;text-align:center}
    
}

@media screen and (min-width: 992px) {
    .checkresult-table-s {display: none;visibility:hidden; }
    .btn-checking-r {width: 33.5%;background-color:#ed6d00;color:#fff;padding:10px 12px;text-align:center}
    .member-menu {display: none;visibility:hidden }
}
.checkresult-table-s table td {padding:4px;}

.member_submenu {border-bottom:1px solid #ed6d01;text-align:center;padding:8px 12px;font-size:20px; }
.member_submenu a {display: block}

/* info (hed, dek, source, credit) */
.rg-container {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding:20px 0px;
  color: #666;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 1em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}
.rg-source .pre-colon a {
  text-transform: uppercase;
    color:#ed6d00;
}
.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #333;
}
table.rg-table thead {
  border-bottom: 2px solid #ddd;
    background-color:#ed6d00;
    
}
table.rg-table tr {
  border: 1px solid #ddd;
  color: #222;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
    color:#fff;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 991px) {
  .rg-container {
    max-width: 100%;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/* 2023.11.08 */
.btn-collapse-ctl {
  text-decoration: none;
  color: #4c4948;
  padding: 5px 0;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}

.btn-collapse-ctl:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../img/arrow-mobile-menu-down.svg") center center no-repeat;
}

.btn-collapse-ctl:hover {
  color: #ed6d00;
  text-decoration: none;
}

.btn-collapse-ctl[aria-expanded="false"] .expand {
  display: none;
}

.btn-collapse-ctl[aria-expanded="false"] .collapse {
  display: block;
}

.btn-collapse-ctl[aria-expanded="true"]:before {
  background-image: url("../img/arrow-mobile-menu-up.svg");
}

.btn-collapse-ctl[aria-expanded="true"] .expand {
  display: block;
}

.btn-collapse-ctl[aria-expanded="true"] .collapse {
  display: none;
}

.btn-collapse-ctl.style-s2:before {
  background-image: url("../img/arrow-mobile-menu-right.svg");
}

.btn-collapse-ctl.style-s2[aria-expanded="true"]:before {
  background-image: url("../img/arrow-mobile-menu-down.svg");
}

.collapse-section {
  padding-top: 0.5em;
}

.collapse-wrapper {
  margin-bottom: 20px;
}

.collapse-wrapper.full-width .card-content-box {
  max-width: 100%;
}

.collapse-wrapper .collapse-title-row {
  position: relative;
}

.collapse-wrapper .collapse-title-row a {
  border-bottom: 1px solid #e6e6e5;
  display: inline-block;
  max-width: 577px;
  width: 100%;
  color: #4c4948;
  padding: 8px 40px 8px 0;
  background: url("../img/arrow-grey-down.svg") right center no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .collapse-wrapper .collapse-title-row a {
    min-width: 0;
    width: 100%;
    display: block;
  }
}

.collapse-wrapper .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-grey-up.svg");
}

.theme-bgoverlay .collapse-wrapper .collapse-title-row a {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url("../img/arrow-white-down.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper .collapse-title-row a {
    border-color: #707070;
    color: #4c4948;
    background-image: url("../img/arrow-grey-down.svg");
  }
}

.theme-bgoverlay .collapse-wrapper .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-white-up.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper .collapse-title-row a[aria-expanded="true"] {
    background-image: url("../img/arrow-grey-up.svg");
  }
}

.collapse-wrapper .card-content-box {
  max-width: 577px;
  width: 100%;
  padding: 12px 0;
}

.collapse-wrapper .card-content-box a {
  color: #ed6d00 !important;
}

.collapse-wrapper .card-content-box a:hover {
  color: #ed6d00 !important;
}

.image-info-row {
  padding: 15px 0;
}

.theme-bgoverlay .image-info-row {
  border-color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .theme-bgoverlay .image-info-row {
    margin-right: -30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .image-info-row {
    border-color: #707070;
    margin-right: 0;
    padding-right: 0;
  }
}

.image-info-row .logo {
  max-width: 180px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .image-info-row .logo {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-info-row .logo img {
    max-height: 200px;
  }
}

.image-logos-box {
  border-top: 1px solid #707070;
  margin-top: 40px;
}

.theme-bgoverlay .image-logos-box {
  border-color: #ffffff;
  margin-right: -50px;
  padding-right: 50px;
}

@media screen and (max-width: 1199px) {
  .theme-bgoverlay .image-logos-box {
    margin-right: -30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .image-logos-box {
    border-color: #707070;
    margin-right: 0;
    padding-right: 0;
  }
}
.chinese-number {}
.chinese-number li ol {padding-left:20px;}

.news-body p {color:#4c4948}
.news-body .com-text ul {padding-left:32px; }
.news-body .com-text ol {padding-left:32px; }
.news-title {font-size:1.3em;line-height: 1.6em;color:#4c4948;font-weight:600   }

/*ARiS 2023.12.14 */
.search_item {
    font-size: 1em;
    line-height: 141.1%;
    border-bottom: 1px solid rgb(144, 144, 144);
    padding-bottom: 16px;
    padding-top: 16px
}
.search_item .title {
    color: rgb(235, 110, 35);
    text-transform: uppercase;
    font-weight: 900;
    font-family: Lato-Black, "Heiti TC", 微軟正黑體, "Microsoft JhengHei", "Arial Unicode MS", Arial;
}
.search_item .btn-more {
    margin-top: 17px;
}
.pagination-container-sx {margin-top:60px; margin-bottom: 60px }
.content-page .pagination-container-sx ul > li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    left: -15px;
    top: 0.7em;
}
.pagination-container-sx .pagination {
  font-size: 0.875em;
  line-height: 121.4%;
  color: #666;
  text-align: center;
  padding-left: 0;
}
.pagination-container-sx .pagination li {
  display: inline-block;
}
.pagination-container-sx .pagination li.active {
  color: #eb6e23;
  pointer-events: none;
}
.pagination-container-sx .pagination li.disabled {
  color: #666;
  pointer-events: none;
}
.pagination-container-sx .pagination li:not(:last-child) {
  margin-right: 15px;
}
.pagination-container-sx .pagination li.PagedList-skipToFirst.disabled > a:before {
  background-image: url("../img/icon/toFirst_disabled.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToFirst > a:before {
  background-image: url("../img/icon/toFirst.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToLast.disabled > a:before {
  background-image: url("../img/icon/toLast_disabled.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToLast > a:before {
  background-image: url("../img/icon/toLast.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToPrevious.disabled > a:before {
  background-image: url("../img/icon/toPrev_disabled.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToPrevious > a:before {
  background-image: url("../img/icon/toPrev.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToNext.disabled > a:before {
  background-image: url("../img/icon/toNext_disabled.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToNext > a:before {
  background-image: url("../img/icon/toNext.svg");
}
.pagination-container-sx .pagination li.PagedList-skipToFirst > a:before,
.pagination-container-sx .pagination li.PagedList-skipToLast > a:before {
  width: 8px;
}
.pagination-container-sx .pagination li.PagedList-skipToPrevious > a:before,
.pagination-container-sx .pagination li.PagedList-skipToNext > a:before {
  width: 5px;
}
.pagination-container-sx .pagination li.PagedList-skipToFirst > a:before,
.pagination-container-sx .pagination li.PagedList-skipToLast > a:before,
.pagination-container-sx .pagination li.PagedList-skipToPrevious > a:before,
.pagination-container-sx .pagination li.PagedList-skipToNext > a:before {
  content: "";
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
.news_data h3 {color:#fff}
    .news_data h4 {color:#fff}
    .news_data p {color:#fff}
    .news_data ol {color:#fff}
    .investors-shareholders-news h3 {color:#4c4948 }
    .item1style h3 {color:#4c4948}
    .item1style h4 {color:#4c4948}
    .item1style p {color:#4c4948}
}
@media screen and (min-width: 992px) {
.news_data h3{color:#4c4948}
    .news_data h4 {color:#4c4948}
    .news_data p {color:#4c4948}
    .investors-shareholders-news h3 {color:#4c4948 }
    .item1style h3 {color:#4c4948}
    .item1style h4 {color:#4c4948}
    .item1style p {color:#4c4948}
}

@media screen and (min-width: 992px) {
    .seasonReport a {display:contents;}
    .seasonReport a span {padding-right:1em; }
}
@media screen and (max-width: 991px) {
    .seasonReport a {display:block;margin-bottom:12px;}
}



/* 2024.01.25 by ARiS */
.director .collapsible {
  background-color: transparent;
  color: rgb(235, 110, 35);
  cursor: pointer;
  padding: 8px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
    font-weight: 400;
}
.director .collapsible span {font-size: 22px;color: rgb(255, 255, 255);padding-left:10px;font-weight:300; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.director .active, .collapsible:hover {
  background-color:transparent;
}

/* Style the collapsible content. Note: hidden by default */
.director .contentCS {
  padding: 0px 6px;
  display: none;
  overflow: hidden;
  background-color: transparent;
}
.director .collapsible:after {
  content:url('/assets/img/icon/arrow-plus-orange.png');
/*'\02795';*/ /* Unicode character for "plus" sign (+) */
    
  
  margin-left: 5px;
}

.director .active:after {
  content:url('/assets/img/icon/arrow-cx-orange.png'); /*"\2796";*/ /* Unicode character for "minus" sign (-) */
}

/*2024.02.15 by ARiS*/

.com-text table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    font-size:0.85em; 
}

.com-text caption {
    caption-side: top;
    text-align: left;
}

.com-text th {
    border: 2px solid #666;
    background-color: #ed6d01;
    color: #fff;
    padding: 5px;
}

.com-text td {
    border: 2px solid #666;
    background-color:transparent;
    color: #4c4948;
    padding: 5px;
    line-height:1.3em; 
}

/*增加 員工專區頁面專屬樣式*/
.inner-page .left-panel-2 {
  width: 420px;
  background: #f8f8f8;
  padding: 55px 40px;
    font-size: 20px;
}

@media screen and (max-width: 1500px) {
  .inner-page .left-panel-2 {
    padding-left: 30px;
    padding-right: 30px;
    width: 400px;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page .left-panel-2 {
    width: 370px;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page .left-panel-2 {
    background: #ffffff;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .inner-page .left-panel-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner-page .right-panel-2 {
  max-width: calc(100% - 420px);
  width: 100%;
  overflow: hidden;
  min-height: 700px;
}

@media screen and (max-width: 1500px) {
  .inner-page .right-panel-2 {
    max-width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1399px) {
  .inner-page .right-panel-2 {
    max-width: calc(100% - 370px);
  }
}

@media screen and (max-width: 1199px) {
  .inner-page .right-panel-2 {
    max-width: none;
    min-height: 0;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay {
  position: relative;
}

.inner-page .right-panel-2 .theme-bgoverlay .bgoverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-page .right-panel-2 .theme-bgoverlay .bgoverlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(62, 62, 62, 0.88);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-page .right-panel-2 .theme-bgoverlay .bgoverlay .bg {
  width: 100%;
  height: 100%;
  background: transparent center top no-repeat;
  background-size: cover;
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel {
  min-height: 100%;
  padding-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .inner-pannel {
    padding-bottom: 0;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel:after {
  content: "";
  position: absolute;
  right: 16.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
}

@media screen and (max-width: 1399px) {
  .inner-page .right-panel-2 .theme-bgoverlay .inner-pannel:after {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .inner-pannel:after {
    display: none;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel.style-kerrier-vision {
  padding-bottom: 0;
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel.style-kerrier-vision .pannel-content:last-child {
  border-bottom: none;
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel.style-kerrier-vision .pannel-content:last-child:before {
  display: none;
}

.inner-page .right-panel-2 .theme-bgoverlay .inner-pannel.style-kerrier-vision .pannel-content:last-child .pannel-content-box:after {
  display: none;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content {
  position: relative;
  border-bottom: 1px solid #ffffff;
  padding-right: 16.5%;
}

@media screen and (max-width: 1399px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content {
    padding-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content {
    border-bottom: none;
    padding: 30px 30px;
  }
}

@media screen and (max-width: 399px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content:before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  background: #ed6d00;
  border-radius: 50%;
  z-index: 1;
  bottom: -12.5px;
  left: -12.5px;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content:before {
    display: none;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content a {
  color: #ffffff;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content a:hover {
  color: #ed6d00;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content p a {
  color: #ed6d00;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content p a:hover {
  color: #ed6d00;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box {
  max-width: none;
  margin-right: 0;
  position: relative;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
    font-size:20px;line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box {
    border-right: none;
    background: rgba(255, 255, 255, 0.7);
    color: #4c4948;
    padding-top: 20px;
  }
}

@media screen and (max-width: 399px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box:before, .inner-page .right-panel.theme-bgoverlay .pannel-content .pannel-content-box:after {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  background: #ed6d00;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box:before, .inner-page .right-panel.theme-bgoverlay .pannel-content .pannel-content-box:after {
    display: none;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box:before {
  top: -12.5px;
  right: -12.5px;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box:after {
  bottom: -12.5px;
  right: -12.5px;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box a {
    color: #4c4948;
  }
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .pannel-content-box a:hover {
  color: #ed6d00;
}

.inner-page .right-panel-2 .theme-bgoverlay .pannel-content .subpages-box a {
  color: #ed6d00;
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .theme-bgoverlay .pannel-content .subpages-box a {
    color: #ed6d00;
  }
}

.inner-page .right-panel-2 .pannel-content-box {
  padding: 55px 50px;
}

@media screen and (max-width: 1199px) {
  .inner-page .right-panel-2 .pannel-content-box {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .inner-page .right-panel-2 .pannel-content-box {
    padding: 30px 15px;
  }
}

.inner-page .right-panel-2 .pannel-content-box.maxwidth-lg {
  margin-right: 14.5%;
}

@media screen and (max-width: 1500px) {
  .inner-page .right-panel-2 .pannel-content-box.maxwidth-lg {
    margin-right: 8%;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page .right-panel-2 .pannel-content-box.maxwidth-lg {
    margin-right: 4%;
  }
}

@media screen and (max-width: 1199px) {
  .inner-page .right-panel-2 .pannel-content-box.maxwidth-lg {
    margin-right: 0;
  }
}

.inner-page .right-panel-2 .pannel-content-box.maxwidth-md {
  margin-right: 18%;
}

@media screen and (max-width: 1500px) {
  .inner-page .right-panel-2 .pannel-content-box.maxwidth-md {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1399px) {
  .inner-page .right-panel-2 .pannel-content-box.maxwidth-md {
    margin-right: 0;
  }
}
.staffmenusub a {display: block; text-align: center; padding:12px 0px;font-size:20px;color:#4c4948;border-bottom:1px solid #c2c2c2;}
.staffeventlink a:hover {color:#ed6d00;}

@media screen and (min-width: 992px) {
    .containerStaff {padding: 0 18px;}
}
@media screen and (max-width: 991px) {
    .containerStaff {padding: 0 18px;}
}
@media screen and (min-width: 420px) {
.AnnRlist {width:100%;}
.AnnRlist .AnnItem {width:30%;float:left;margin-right:1.5%;margin-bottom:10px;  }
.AnnRlist .AnnItem img {width:100%; }
.AnnRlist .AnnItem p {font-size:1.1em; }
.AnnRlist .AnnItem a:hover {color:#ed6d00 }
}
@media screen and (max-width: 419px) {
.AnnRlist {width:100%;}
.AnnRlist .AnnItem {width:80%;float:left;margin-right:1.5%;margin-bottom:10px;  }
.AnnRlist .AnnItem img {width:100%; }
.AnnRlist .AnnItem p {font-size:1.1em; }
.AnnRlist .AnnItem a:hover {color:#ed6d00 }  
}

/* */
.collapse-wrapper-s3 {
  margin-bottom: 20px;
}

.collapse-wrapper-s3.full-width .card-content-box {
  max-width: 100%;
}

.collapse-wrapper-s3 .collapse-title-row {
  position: relative;
}

.collapse-wrapper-s3 .collapse-title-row a {
  border-bottom: 0px solid #777;
  display: inline-block;
  max-width: 100%;
    font-size: 2.2em;
  width: 100%;
  color: #ed6d01 !important;
  padding: 8px 8px 20px 8px;
  background: url("../img/arrow-white-down.svg") center bottom no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .collapse-wrapper-s3 .collapse-title-row a {
    min-width: 0;
    width: 100%;
    display: block;
      font-size:2em; 
    color: #ed6d01 !important; 
      text-align: center;
  }
}

.collapse-wrapper-s3 .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-white-up.svg");
}

.theme-bgoverlay .collapse-wrapper-s3 .collapse-title-row a {
  border-color: #777;
  color: #777;
  background-image: url("../img/arrow-mobile-menu-down.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper-s3 .collapse-title-row a {
    border-color: #707070;
    color: #4c4948;
    background-image: url("../img/arrow-mobile-menu-down.svg");
  }
}

.theme-bgoverlay .collapse-wrapper-s3 .collapse-title-row a[aria-expanded="true"] {
  background-image: url("../img/arrow-grey-up.svg");
}

@media screen and (max-width: 767px) {
  .theme-bgoverlay .collapse-wrapper-s3 .collapse-title-row a[aria-expanded="true"] {
    background-image: url("../img/arrow-grey-up.svg");
  }
}

.collapse-wrapper-s3 .card-content-box {
  max-width: 100%;
  width: 100%;
  padding: 12px 0;
}
.collapse-wrapper-s3 .card-content-box h4 {
  color: #ed6d01 !important;
    font-size:1.15em;margin-top: 0.6em;
    }
.collapse-wrapper-s3 .card-content-box a {
  color: #ed6d01 !important;
}

.collapse-wrapper-s3 .card-content-box a:hover {
  color: #ed6d01 !important;
}
.staff-qbt a {color:#4c4948;font-size:1.7em;display:block;line-height:1.8em;text-align:center; }

@media screen and (max-width: 991px) {
    .staffjob-title {color:#fff }
}
@media screen and (min-width: 992px) {
    .staffjob-title {color:#4c4948 }
}

