@font-face {
  font-family: "Open Sans";
  src: url("/home/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/home/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/home/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/home/fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK TC";
  src: url("/home/fonts/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK TC";
  src: url("/home/fonts/NotoSansTC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK TC";
  src: url("/home/fonts/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK TC";
  src: url("/home/fonts/NotoSansTC-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url("/home/fonts/NotoSansSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url("/home/fonts/NotoSansSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url("/home/fonts/NotoSansSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans CJK SC";
  src: url("/home/fonts/NotoSansSC-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Open Sans", "Noto Sans CJK TC", sans-serif;
}

:root {
  --bs-body-color: #333333;
}

body {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding-right: 0 !important;
  visibility: visible !important;
}

a {
  text-decoration: none;
  color: #008945;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}

.menu .nav-link {
  border-bottom: 3px solid #fff;
  padding: 10px 0 7px 0;
  margin: 0 15px;
  font-size: 16px;
  color: #666666;
}
.menu .nav-link.active {
  border-bottom: 3px solid #008945 !important;
}
.menu .nav-link:hover {
  color: #008945;
  text-decoration: none;
  border-bottom: 3px solid #f7f7f7;
}
.menu .nav-item {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.menu .nav-item:hover {
  background-color: #f7f7f7;
}
.menu .nav-item:hover > a {
  color: #298236;
  text-decoration: none;
  border-bottom: 3px solid #f7f7f7;
}
.menu .home-icon {
  background-color: #fff !important;
}
.menu .home-icon a {
  border-bottom: 3px solid #fff !important;
}
.menu .home-icon a.active {
  border-bottom: 3px solid #fff !important;
}
.menu .home-icon .nav-link {
  margin-left: 0;
  margin-right: 5px;
  min-width: 25px;
}
.menu ul {
  list-style: none;
}
.menu ul li a {
  padding: 5px 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.menu ul li a:hover {
  background-color: #ededed;
  text-decoration: none;
}
.menu .home-icon .nav-link {
  border: none;
}

h1.brand_bar,
h2.brand_bar {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
h1.brand_bar .line,
h2.brand_bar .line {
  width: 4px;
  height: 34px;
  border-radius: 15px;
  background-color: #34A344;
  margin-right: 12px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}
h2.top_title {
  font-size: 14px;
  font-weight: 400;
}
h2.index_name {
  font-size: 36px;
  margin-bottom: 0;
}

.btn-link.btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  font-size: 14px;
  text-decoration: none;
  color: #008945;
}
.btn-link.btn:hover {
  text-decoration: underline;
  color: #333333;
}

.bg-light .btn-link.btn,
.bg-gray .btn-link.btn {
  color: #298236;
}
.bg-light .btn-link:hover,
.bg-gray .btn-link:hover {
  text-decoration: underline;
  color: #333333;
}

.mobile-lang {
  display: flex;
  align-items: center;
}

.tutorial {
  display: flex;
  align-items: center;
}
.tutorial.btn-link.btn {
  color: #666;
}
.tutorial img {
  width: 24px;
}

#tutorial h2 {
  font-size: 22px;
}
#tutorial h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2rem;
}
#tutorial p {
  margin-bottom: 16px;
  line-height: 1.8rem;
  font-size: 16px;
}
#tutorial ol {
  padding-left: 1.5rem;
}
#tutorial ol ::marker {
  font-size: 18px;
  font-weight: bold;
}

.btn-mf-more {
  background: url(/home/images/btn-collapse.svg) no-repeat right 11px center;
  padding-right: calc(0.75rem + 18px);
  border: none;
}
.btn-mf-more:active {
  border: none;
}
.btn-mf-more.active {
  background: url(/home/images/btn-expand.svg) no-repeat right 11px center;
  padding-right: calc(0.75rem + 18px);
  border: none;
}
.btn-mf-more.active:hover {
  border: none;
}

.index_bar .index_num #data-ulast {
  font-size: 48px;
  font-weight: bold;
}
.index_bar .index_num #data-chng {
  font-size: 24px;
}

#vhsilast {
  font-size: 24px;
  font-weight: bold;
}

#vhsichng {
  font-size: 24px;
}

.trend-arrow-rise {
  background: url(/home/images/up.svg) no-repeat 4px center;
}

.trend-arrow-drop {
  background: url(/home/images/down.svg) no-repeat 4px center;
}

.trend-arrow-rise,
.trend-arrow-drop {
  font-size: 24px;
  margin-left: 0;
  background-size: 17px;
  padding-left: 22px;
}

.badge {
  font-size: 12px;
  background: #ededed;
  color: #333333;
}

.accessibility_hidden_text {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  opacity: 1;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  text-indent: 100%;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.form-control-dark {
  color: #ffffff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
  padding: 0.375rem 0.55rem;
}
.form-control-dark:focus {
  color: #ffffff;
  background-color: var(--bs-dark);
  border-color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.lang a {
  color: #666666;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

.btn-primary {
  color: #ffffff;
  background-color: #008945;
  border-color: #008945;
}
.btn-primary:hover {
  text-decoration: none;
}

.btn-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  width: 100%;
}
.btn-border:active, .btn-border:hover {
  border: 1px solid #008945;
  text-decoration: none;
  color: #008945;
}

.loading {
  width: 100%;
  background: #fff;
  padding-top: 100px;
}
.loading img {
  display: block;
  width: 50px;
  margin: auto;
}

.modal-header {
  align-items: flex-start;
}
.modal-header .btn-close {
  margin-top: 0;
}

.form-control {
  border: 1px solid #ffffff;
  text-align: right;
}

h2.have-tooltips {
  display: flex;
}

.tooltips-icon {
  width: 25px;
  height: 25px;
  background: url("/home/images/icon-tooltips.svg") no-repeat center center;
  background-size: 20px;
  display: block;
  margin-left: 5px;
  cursor: pointer;
}

header {
  position: relative;
}
header .logo img {
  width: auto;
  height: 32px;
}
header .btn-logon {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
}
header .btn-logon img {
  width: 18px;
}

.top-menu {
  font-size: 12px;
}

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

.bg-gray {
  background-color: #ededed;
}

.bg-green {
  background-color: #F6FAEB;
}

.bg-dark-2 {
  background-color: #666666;
  color: #ffffff;
}

.link-dark {
  color: #666666;
}

.dropdown-menu {
  border-radius: 0;
}

.item_setting {
  position: relative;
}

.e-table__btn-list label {
  cursor: pointer;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
}
input[type=checkbox]:checked {
  background-color: #008945;
  border-color: #008945;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

h3.modal-title {
  font-size: 20px;
}

.radio-group {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.radio-group > div {
  width: 100%;
}
.radio-group fieldset {
  align-items: center;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.radio-group fieldset legend {
  width: auto;
  font-size: 14px;
  margin-bottom: 0;
}
.radio-group fieldset .radio-area {
  gap: 10px;
  display: flex;
}
.radio-group .form-check-label {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #333333;
  width: 100%;
  white-space: nowrap;
}
.radio-group .form-check-label:hover {
  border-color: #008945;
  background-color: #F4FAF5;
  color: #008945;
}
.radio-group .form-check-label.active {
  border-color: #008945;
  background-color: #F4FAF5;
  color: #008945;
  font-weight: bold;
}
.radio-group .form-check-input:checked[type=radio] {
  background: none;
  box-shadow: none;
}
.radio-group input[type=radio] {
  display: none;
}
.radio-group input[type=radio]:checked + .form-check-label {
  border-color: #008945;
  background-color: #F4FAF5;
  color: #008945;
  font-weight: bold;
}

.border-box {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 10px;
}

.bg-light.filter_area .e-dropdown__container {
  width: 200px;
}

.form-label {
  margin-bottom: 0;
}

.form-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #333333;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  font-weight: 700;
}

.form-select[multiple] {
  opacity: 0;
}

.select-light {
  display: flex;
  align-items: center;
}
.select-light .e-dropdown__button {
  border-bottom: 1px solid #ffffff;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
}
.select-light .e-dropdown__button:hover {
  background-color: rgb(255, 255, 255);
}
.select-light .e-dropdown__values {
  padding-left: 5px;
}

.btn_copycode {
  background: url(/home/images/icon_copy.svg) no-repeat 0 center;
  margin-left: 10px;
  padding-left: 25px;
  background-size: 22px;
  color: #333;
}

.setting-box-layout-btn {
  background: url(/home/images/icon_setting.svg) no-repeat 0 center;
  padding-left: 25px;
  background-size: 22px;
  color: #008945;
}
.setting-box-layout-btn:hover {
  background: url(/home/images/icon_setting_active.svg) no-repeat 0 center;
  background-size: 22px;
}

.down {
  color: #C03030;
}

.up {
  color: #298236;
}

.type-label.put, .type-label.bear {
  border-radius: 5px;
  border: 1px solid #AA5A28;
  color: #AA5A28;
  font-weight: bold;
  padding: 2px 5px;
}
.type-label.bull, .type-label.call {
  border-radius: 5px;
  border: 1px solid #317CAA;
  color: #317CAA;
  font-weight: bold;
  padding: 2px 5px;
}

.lang {
  display: flex;
}

.mobile-only {
  display: none !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
  /* Higher than default Bootstrap navbar z-index */
  transition: all 0.5s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.remove-menu {
  transform: translateY(-68%);
}
.remove-menu .nav-link {
  padding: 15px 0 12px 0;
}
.remove-menu .home-icon {
  background: url(/home/images/HaseLogo_Compact_30px.svg) no-repeat left center;
  background-size: 30px;
}
.remove-menu .home-icon a {
  width: 50px;
  margin: 0 !important;
}
.remove-menu .home-icon img {
  opacity: 0;
}
.remove-menu .history-autocomplete-box-desktop {
  top: 60px !important;
}

.fixed-menu {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 1030;
  /* Higher than default Bootstrap navbar z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.5s;
}
.fixed-menu img {
  transition: all 0.5s;
}
.fixed-menu .history-autocomplete-box-desktop {
  top: 50px !important;
}

#header_end {
  transition: height 0.5s ease;
  height: 157px;
}

/* Slide-down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#privacy_policy ~ footer .disclaimer,
#disclaimer ~ footer .disclaimer {
  display: none;
}

footer {
  font-size: 14px;
}
footer .tl {
  font-weight: 700;
  font-size: 16px;
}
footer .disclaimer {
  background: #F7F7F7;
}
footer .disclaimer a {
  color: #298236;
}
footer .top {
  background-color: #ededed;
  padding: 0;
  color: #333333;
  font-size: 14px;
}
footer .top a {
  color: #333333;
  text-decoration: none;
}
footer .top a:hover {
  text-decoration: underline;
}
footer .bottom {
  background-color: #666666;
  padding: 0;
  color: #ffffff;
}
footer .bottom a {
  color: #ffffff;
  text-decoration: none;
}
footer .bottom a:hover {
  text-decoration: underline;
}
footer .bottom .btn-link {
  color: #ffffff;
  margin-top: -4px;
}
footer .bottom .btn-link:hover {
  color: #ffffff;
}
footer .bottom .border-top a {
  text-decoration: none;
}
footer .bottom .border-top a:hover {
  text-decoration: underline;
}
footer .bottom .border-top a.link-escape {
  text-decoration: underline;
}
footer .footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 1.4;
}
footer .footer_list li {
  margin-right: 30px;
}
footer li.nav-item {
  color: #ffffff;
}
footer .backtotop {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
footer .backtotop img {
  margin-left: 5px;
}
footer .list li {
  width: 100%;
}

#sitemap ul.list,
#contact ul.list,
#logonPopup ul.list {
  padding-left: 0;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  border-bottom: 1px solid #d9d9d9;
}
#sitemap ul.list:last-child,
#contact ul.list:last-child,
#logonPopup ul.list:last-child {
  border-bottom: none;
}
#sitemap ul.list li,
#contact ul.list li,
#logonPopup ul.list li {
  display: inline-block;
  vertical-align: text-top;
  padding-left: 1.5rem;
  background: url(/home/images/icon-list.svg) no-repeat left 4px;
  background-size: 17px 15px;
  width: 20%;
  margin-left: -3px;
}
#sitemap .sitemap-section,
#contact .sitemap-section,
#logonPopup .sitemap-section {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}

#contact ul.list li {
  width: 100%;
}

#logonPopup ul.list li {
  width: 100%;
  color: #666;
  background: url(/home/images/icon-list2.svg) no-repeat left 4px;
  background-size: 17px 15px;
}
#logonPopup ul.list li a {
  color: #666;
}

#db_disclaimer .modal-body {
  height: auto;
  padding-bottom: 30px;
}

table {
  border-collapse: collapse;
}
table.table_line_break th {
  white-space: normal;
}
table.table_line_break td {
  white-space: normal;
}
table thead th.sortable .sorting-arrow {
  width: 24px;
  height: 14px;
  display: inline-block;
  background: url(../images/icon-sort.svg) no-repeat;
  margin-left: 0;
  flex: none;
}
table thead th.sortable.asc .sorting-arrow {
  width: 24px;
  height: 14px;
  display: inline-block;
  background: url(../images/icon-sort-asc.svg) no-repeat;
  margin-left: 0;
  flex: none;
}
table thead th.sortable.desc .sorting-arrow {
  width: 24px;
  height: 14px;
  display: inline-block;
  background: url(../images/icon-sort-desc.svg) no-repeat;
  margin-left: 0;
  flex: none;
}
table th {
  border: 1px solid #d9d9d9;
}
table td {
  border: 1px solid #d9d9d9;
}
table td img {
  max-height: 50px;
}
table td:first-child {
  border-left: 1px solid #d9d9d9;
}
table .sort {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
table .total-result-text:nth-child(2) {
  border-left: 1px solid #666666;
  padding-left: 7px;
  margin-left: 7px;
}

tr {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.table > thead {
  background-color: #666666;
  vertical-align: bottom;
}
.table:not(:first-child) {
  border-top: 0px solid;
}
.table th {
  color: #ffffff;
  white-space: nowrap;
  padding: 16px 12px;
}
.table td {
  white-space: nowrap;
  padding: 16px 12px;
}
.table td.intraday-chart-td {
  padding: 0 12px;
  vertical-align: middle;
  width: 226px;
}
.table td.focus-td {
  vertical-align: middle;
  padding: 0 12px;
}
.table tbody th {
  color: #333333;
}
.table a {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}
.table a img {
  margin-right: 5px;
}
.table a.search-link.icon-search {
  background: url(/home/images/icon-search.svg) no-repeat no-repeat center;
  display: inline-block;
  width: 25px;
  background-size: 20px;
  height: 25px;
  margin-left: 0.5rem;
  vertical-align: middle;
  padding-left: 0;
  border-left: none;
}
.table a.focus-product {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}
.table a.focus-product:nth-child(2) {
  border-left: 1px solid #666666;
  padding-left: 7px;
  margin-left: 7px;
}
.table .hsi_stock,
.table .code {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}

.text_content_area h3 {
  font-size: 14px;
  font-weight: 700;
}
.text_content_area table th {
  font-size: 14px;
  color: #fff;
  background-color: #666;
  padding: 13px;
}
.text_content_area table td {
  font-size: 14px;
  padding: 13px;
}
.text_content_area table tr:nth-child(odd) td {
  background: #f7f7f7;
}

.breadcrumb {
  margin-top: 3px;
}

.timestamp,
.breadcrumb,
.stimer,
#auto_stime {
  font-size: 12px;
}

#auto_stime {
  padding-left: 16px;
  padding-bottom: 16px;
  display: block;
}

.checkbox_check:hover {
  border: 2px solid #34A344;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item .breadcrumb-arrow {
  padding-right: 5px;
}
.breadcrumb-item.active {
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100vh;
}
.breadcrumb-item a {
  color: #333333;
}

.pagination {
  justify-content: center;
}
.pagination .page-link {
  border: none;
  color: #333333;
  border-color: #ffffff;
}
.pagination .page-link.active {
  border-radius: 5px;
  color: #ffffff;
}
.pagination .page-link:disabled {
  opacity: 0.3;
}
.pagination .page-link:disabled:hover {
  background: #ffffff;
}
.pagination .page-item {
  margin: 0 5px;
}

.nav-tabs {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  cursor: pointer;
  border-radius: 0;
  background: #ededed;
  color: #333333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 10px 20px;
  width: 20%;
  text-align: center;
}
.nav-tabs .nav-link:first-child {
  border-left: 1px solid #d9d9d9;
}
.nav-tabs .nav-link.active {
  border-top: 3px solid #008945;
  background: #ffffff;
}
.nav-tabs .nav-link:hover {
  background: #f7f7f7;
  color: #298236;
}

.tab-content {
  padding: 24px 24px 48px 24px;
  border: 1px solid #d9d9d9;
  border-top: none;
}

.more_btn,
.more-article {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.more_btn img,
.more-article img {
  width: 15px;
  margin-left: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  max-width: 100px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.dropdown-menu-item {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  padding: 7px 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 10;
}

.nav-item img {
  padding-bottom: 4px;
}
.nav-item.dropdown:hover .dropdown-menu-item {
  display: block !important;
}

.custom-card {
  overflow: hidden;
  margin-bottom: 10px;
}
.custom-card .result-box {
  position: relative;
  border: solid #dddddd;
  padding: 16px 12px 32px 12px;
  border-width: 0 1px 1px 1px;
}
.custom-card .expand-btn__heading {
  margin-bottom: 0;
}
.custom-card .expand-btn__heading .expand-btn {
  width: 100%;
  border-radius: 4px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333333;
}
.custom-card .expand-btn__heading .expand-btn[aria-expanded=true] {
  background: #fff;
  border-left: 4px solid #34a344;
  padding-left: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #34a344;
}
.custom-card .expand-btn__heading .expand-btn[aria-expanded=true] .expand-btn__arrow {
  background: url(/home/images/icon-select-active.svg) no-repeat;
  background-size: cover;
}
.custom-card .expand-btn__heading .expand-btn__arrow {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/home/images/icon-select.svg) no-repeat;
  background-size: cover;
}
.custom-card .sector-table-item .sector-table-arrow {
  width: 17px;
  height: 15px;
  display: inline-block;
  background: url(/home/images/icon-select.svg) no-repeat;
  background-size: cover;
}
.custom-card .sector-table-item.active .sector-table-arrow {
  background: url(/home/images/icon-select-active.svg) no-repeat;
  background-size: cover;
}
.custom-card .expand-area {
  position: relative;
}
.custom-card .result-box {
  width: 100%;
  padding-top: 15px;
}

.search button {
  width: 55px;
  height: 44px;
  margin-left: 6px;
}

.search_icon {
  width: 44px;
  height: 44px;
}
.search_icon .icon-search {
  margin: 0 auto;
  display: block;
}

.mobile-menu-btn {
  width: 44px;
  height: 44px;
}

.search_option_box .search-results {
  font-size: 16px;
  padding-top: 8px;
  padding-right: 10px;
}
.search_option_box > .row {
  justify-content: space-between;
}
.search_option_box legend {
  font-size: 14px;
  margin-bottom: 9px;
}

#search-submit {
  width: 20px;
  height: 20px;
}

#search-submit-mobile img {
  width: 20px;
  height: 20px;
}

.header .container.d-flex {
  position: relative;
}

#top-header a {
  left: 45%;
  background-color: #008945;
  font-size: 14px;
  line-height: 36px;
}

.history-box-header,
.ac-box-header {
  background-color: #ededed;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}

.history-autocomplete-box-desktop {
  position: absolute;
  width: 380px !important;
  top: 48px !important;
  left: auto !important;
  right: 0 !important;
  z-index: 100;
  box-shadow: 0 0 0px 3px #e5e5e5;
  background: #fff;
}
.history-autocomplete-box-desktop .history-box-desktop ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.history-autocomplete-box-desktop .history-box-desktop ul li {
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.history-autocomplete-box-desktop .history-box-desktop ul li:nth-child(even) {
  background-color: #f7f7f7;
}
.history-autocomplete-box-desktop .history-box-desktop ul li:hover {
  background: #ededed;
}
.history-autocomplete-box-desktop .history-box-desktop ul li .trend-arrow-rise,
.history-autocomplete-box-desktop .history-box-desktop ul li .trend-arrow-drop {
  font-size: 16px;
  background-size: 12px;
  padding-left: 18px;
}
.history-autocomplete-box-desktop .history-box-desktop ul li a {
  color: #333333;
}
.history-autocomplete-box-desktop .auto_stime_block {
  font-size: 12px;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}

.ac_results {
  position: relative !important;
  background: #fff;
  width: 100% !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
.ac_results .holder_div {
  display: flex;
  align-items: center;
}
.ac_results .holder_div .last {
  margin-right: 5px;
}
.ac_results .holder_div .code,
.ac_results .holder_div .chng2 {
  white-space: nowrap;
}
.ac_results .trend-arrow-rise,
.ac_results .trend-arrow-drop {
  font-size: 16px;
  background-size: 12px;
  padding-left: 18px;
}
.ac_results ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  max-height: 100% !important;
}
.ac_results ul li {
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.ac_results ul li.ac_odd {
  background-color: #f7f7f7;
}
.ac_results ul li:hover {
  background: #ededed;
}

.search input[type=search],
.mobile-search-bar input[type=search] {
  padding-right: 5px;
}
.search input[type=search]::-webkit-search-cancel-button,
.mobile-search-bar input[type=search]::-webkit-search-cancel-button {
  width: 18px;
  height: 18px;
  background: url("/home/images/icon_header_close.svg") no-repeat center center;
  background-size: contain;
  -webkit-appearance: none;
  margin-left: 5px;
}

/*--e-dropdown--*/
.e-dropdown__container {
  position: relative;
  width: 100%;
  color: #333333;
}

.e-dropdown__button {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #333;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2px;
  font-weight: 700;
}
.e-dropdown__button.opened {
  background-color: #fff;
  border-bottom: 1px solid #008945;
}
.e-dropdown__button:hover {
  background: none;
  border-bottom: 1px solid #008945;
}

.e-dropdown__listbox-option:hover {
  background-color: #f2f2f2;
}

.e-dropdown__state-changed {
  border-bottom: 1px solid #333333;
}

.e-dropdown__arrow {
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.e-dropdown__arrow {
  margin-right: 4px;
  display: block;
  width: 100%;
  color: #212529;
  background: url(/home/images/icon-select.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
}
.e-dropdown__arrow:hover {
  margin-right: 4px;
  display: block;
  width: 100%;
  color: #212529;
  background: url(/home/images/icon-select-hover.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
}

.opened .e-dropdown__arrow {
  margin-right: 4px;
  display: block;
  width: 100%;
  color: #212529;
  background: url(/home/images/icon-select-active.svg) no-repeat;
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
}

mark.e-dropdown__highlight {
  font-weight: bold;
  background: none;
  padding: none;
}

.table-area {
  overflow-x: hidden;
}

#reset-btn,
.e-table__reset-btn,
#btnCancelLeaving {
  border-color: #008945 !important;
  color: #008945;
}

#tutorial .modal-xl {
  --bs-modal-width: 850px;
}
#tutorial .modal-xl .modal-content {
  min-height: 450px;
}

.tutorial-container .swiper-slide .d-flex {
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.tutorial-container .swiper-slide .d-flex > div {
  width: 50%;
}
.tutorial-container .swiper-slide .d-flex > div.image-area img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.tutorial-container .swiper-slide .d-flex > div h3 {
  margin-bottom: 16px;
}
.tutorial-container .swiper-slide img {
  width: 50%;
  height: auto;
  max-width: 50%;
}
.tutorial-container .swiper-button-prev,
.tutorial-container .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 45px;
}
.tutorial-container .slide-pagin {
  position: absolute;
  bottom: 30px;
}
.tutorial-container .swiper-button-prev {
  background-color: #298236;
  border-color: #298236;
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  left: 0;
}
.tutorial-container .swiper-button-next {
  background-color: #298236;
  border-color: #298236;
  font-family: swiper-icons;
  font-size: 18px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  left: 65px;
  right: auto;
}
.tutorial-container .swiper-button-next.swiper-button-disabled,
.tutorial-container .swiper-button-prev.swiper-button-disabled {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #666;
  opacity: 1;
}
.tutorial-container .explore-btn {
  position: absolute;
  bottom: 10px;
  right: 0;
  background-color: #298236;
  border-color: #298236;
}

#tutorial .mobile-explore-btn {
  display: none;
}

.e-dropdown__listbox-container {
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0;
}

.e-dropdown__combobox {
  width: calc(100% - 16px);
  height: 35px;
  border: none;
  background: #f2f2f2;
  padding: 0 10px;
  margin: 8px 8px 8px 8px;
}

.e-dropdown__listbox-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 185px;
  overflow-y: auto;
}
.e-dropdown__listbox-container ul li {
  padding: 8px 0;
  max-width: 38ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 24px;
  line-height: 23px;
}

.e-dropdown__values-span {
  max-width: 32ch;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 24px;
  line-height: 23px;
}

.e-dropdown__listbox-option {
  cursor: pointer;
  position: relative;
}
.e-dropdown__listbox-option:hover {
  background-color: #f2f2f2;
}

.e-dropdown__listbox-option[data-value-selected=true] {
  color: #333333;
  background-color: #fff;
}

.e-dropdown__tick {
  position: absolute;
  right: 27px;
  z-index: 2;
  top: 11px;
  pointer-events: none;
}
.e-dropdown__tick::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #008945;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.modal-body {
  height: auto;
  padding-bottom: 30px;
}

.for_show_more {
  display: none;
}

[data-select-from=displaySetting_wnt] ul,
[data-select-from=displaySetting_cbbc] ul {
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: visible;
}
[data-select-from=displaySetting_wnt] label,
[data-select-from=displaySetting_cbbc] label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
[data-select-from=displaySetting_wnt] input,
[data-select-from=displaySetting_cbbc] input {
  margin-right: 8px;
}
[data-select-from=displaySetting_wnt] .e-dropdown__tick,
[data-select-from=displaySetting_cbbc] .e-dropdown__tick {
  display: none;
}
[data-select-from=displaySetting_wnt] .e-table__close-btn,
[data-select-from=displaySetting_cbbc] .e-table__close-btn {
  z-index: 100;
  position: absolute;
  background: #fff;
}
[data-select-from=displaySetting_wnt] .e-dropdown__btn-group,
[data-select-from=displaySetting_cbbc] .e-dropdown__btn-group {
  margin-top: 16px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
[data-select-from=displaySetting_wnt] .e-dropdown__btn-group .btn-primary,
[data-select-from=displaySetting_cbbc] .e-dropdown__btn-group .btn-primary {
  width: 100%;
}
[data-select-from=displaySetting_wnt] li,
[data-select-from=displaySetting_cbbc] li {
  max-width: 44ch !important;
}

[data-select-from=spread] ul li {
  max-width: 43ch !important;
}

[data-select-from=ucode] ul li,
[data-select-from=sector] ul li {
  max-width: 100% !important;
}

.bg-light.filter_area .setting_wnt .e-dropdown__container,
.bg-light.filter_area .setting_cbbc .e-dropdown__container {
  width: 345px;
}
.bg-light.filter_area .setting_wnt .e-dropdown__values-span,
.bg-light.filter_area .setting_cbbc .e-dropdown__values-span {
  max-width: 41ch !important;
}

.adv-item {
  display: none;
}

.adv-active .adv-item {
  display: flex;
}

.e-table__bottom button {
  width: 100%;
}
.e-table__bottom button.btn-light {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-top: 12px;
}

#advanced-search .tab-content .col-lg-auto {
  line-height: 40px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  min-width: 50px;
}
#advanced-search .more_btn.adv-btn {
  font-size: 14px;
  color: #008945;
  padding-right: 2rem;
  width: auto;
  border: none;
  background: url(/home/images/icon_arrow_expand.svg) no-repeat center right 0.75rem;
}
#advanced-search .more_btn.adv-btn.active {
  background: url(/home/images/icon_arrow_collapse.svg) no-repeat center right 0.75rem;
}
#advanced-search .bg-green .underlying_name {
  font-size: 36px;
}
#advanced-search .bg-green .change_area {
  font-size: 24px;
}
#advanced-search .e-table__bottom button {
  width: 100%;
}
#advanced-search .e-table__bottom button.btn-light {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-top: 12px;
}
#advanced-search #tab-wnt {
  width: 20%;
  text-align: center;
}
#advanced-search #tab-cbbc {
  width: 20%;
  text-align: center;
}
#advanced-search .nav-tabs .nav-link {
  cursor: pointer;
  border-radius: 0;
  background: #ededed;
  color: #333333;
  border-top: 1px solid #d9d9d9;
  border-bottom: 0px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 12px 20px;
  text-decoration: none;
}
#advanced-search .nav-tabs .nav-link:hover {
  background: #f7f7f7;
  color: #298236;
}
#advanced-search .nav-tabs .nav-link.active {
  border-top: 2px solid #008945;
  background: #ffffff;
  color: #008945;
  text-decoration: none;
}
#advanced-search .nav-tabs .nav-link.active:hover {
  background-color: #ffffff;
}

#result-table-body a.hsi_stock, #result-table-body a.code {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}

#expiring-warrants #result-table-body a {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}

#listed-warrants a,
#listed-cbbcs a,
#expiring-warrants a {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}
#listed-warrants .e-dropdown__container,
#listed-cbbcs .e-dropdown__container,
#expiring-warrants .e-dropdown__container {
  min-width: 250px;
}

.icon-back {
  background: url(/home/images/icon-back.svg) no-repeat center left;
  padding-left: 15px;
  padding-top: 4px;
  background-size: 16px;
  color: #333333;
  font-size: 14px;
  padding-right: 0;
}
.icon-back:hover {
  background: url(/home/images/icon-back-hover.svg) no-repeat center left;
  color: #008945;
  background-size: 16px;
  text-decoration: underline;
}

#cbbc-outstanding .ratio_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
#cbbc-outstanding .remark_bull_side,
#cbbc-outstanding .remark_bear_side {
  white-space: nowrap;
}
#cbbc-outstanding .progress {
  border-radius: 0;
  height: 15px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
#cbbc-outstanding .progress .progress-bar.bg-bull {
  background-color: #317CAA;
}
#cbbc-outstanding .progress .progress-bar.bg-bear {
  background-color: #AA5A28;
}
#cbbc-outstanding .bg-gray label,
#cbbc-outstanding .bg-gray #label-sdate {
  white-space: nowrap;
}

.btn-cbbc-os-more,
.btn-mf-more {
  font-size: 14px;
}

.cbbc-map-recom-table {
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 61px);
  z-index: 1;
  margin: 5px 0 0 61px;
  padding: 10px 10px 1px 10px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.cbbc-map-recom-table table {
  margin-bottom: 10px;
  background: #fff;
}

.mf-product-table {
  position: absolute;
  left: 0;
  right: 0;
  overflow-x: auto;
  z-index: 1;
  margin: 5px 10px 0 10px;
}
.mf-product-table table {
  margin-bottom: 0;
  background: #fff;
}
.mf-product-table table th {
  color: #ffffff;
}

.map_area .map_table {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.map_area .map_table td {
  vertical-align: middle;
}
.map_area .map_table td .bar-area {
  display: flex;
  align-items: center;
}
.map_area .map_table th {
  background-color: #666666;
  padding: 10px;
  color: #fff;
}
.map_area .map_table .cbbc-map-recom-table-div table {
  margin-bottom: 0;
}
.map_area .map_table .cbbc-map-recom-table-div table td.col-code a {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}
.map_area .table-light {
  background: rgba(255, 255, 255, 0);
}
.map_area .table-light td {
  background: #fafafa;
}
.map_area .callrange a {
  text-decoration: underline;
}
.map_area .callrange a:hover {
  text-decoration: none;
}
.map_area td.bar_td {
  padding-left: 0;
}
.map_area tr {
  position: relative;
}
.map_area tr.row-0 td, .map_area tr.row-0 td, .map_area tr.row-2 td, .map_area tr.row-4 td, .map_area tr.row-6 td, .map_area tr.row-8 td, .map_area tr.row-10 td, .map_area tr.row-12 td, .map_area tr.row-14 td, .map_area tr.row-16 td, .map_area tr.row-18 td, .map_area tr.row-20 td {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.map_area tr.row-1 td, .map_area tr.row-3 td, .map_area tr.row-5 td, .map_area tr.row-7 td, .map_area tr.row-9 td, .map_area tr.row-11 td, .map_area tr.row-13 td, .map_area tr.row-15 td, .map_area tr.row-17 td, .map_area tr.row-19 td {
  --bs-table-accent-bg: var(--bs-table-bg);
}
.map_area tr .cbbc-map-recom-table-td {
  --bs-table-accent-bg: var(--bs-table-bg) !important;
}
.map_area th {
  padding: 5px 10px;
}
.map_area th.bear-icon {
  background: #fafafa;
  font-weight: bold;
  color: #AA5A28 !important;
  text-align: center;
  vertical-align: middle;
}
.map_area th.bull-icon {
  background: #fafafa;
  font-weight: bold;
  color: #317CAA !important;
  text-align: center;
  vertical-align: middle;
}
.map_area th .bar-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.map_area .last td.bar_td {
  border-bottom: 1px solid #d9d9d9;
}
.map_area .last .chart_tooltip {
  top: -20px;
}
.map_area .koed td .bar.bear {
  background: #666666;
}
.map_area .font-bold {
  font-weight: bold;
}
.map_area .hot_num a {
  font-weight: bold;
}
.map_area .td_right,
.map_area .deltachng {
  text-align: right;
}
.map_area .td_center {
  text-align: center;
}
.map_area .call_level_tr td {
  background: #ededed;
}
.map_area .call_level_tr td span {
  margin-right: 10px;
  font-weight: bold;
}
.map_area .bar {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  position: relative;
}
.map_area .bar.bear {
  background-color: #AA5A28;
}
.map_area .bar.bull {
  background-color: #317CAA;
}
.map_area .calllv_td {
  width: 130px;
}
.map_area .change_td {
  width: 350px;
}
.map_area .cbbc_map_line {
  position: absolute;
  height: 100%;
  bottom: 0;
  z-index: -10;
  width: 350px;
}
.map_area .cbbc_map_line ul {
  padding-left: 0;
  display: flex;
  height: calc(100% - 267px);
  justify-content: space-between;
  list-style: none;
}
.map_area .cbbc_map_line ul li {
  transform: translate(-50%, 0px);
  width: 25%;
  text-align: center;
  font-size: 12px;
}
.map_area .cbbc_map_line ul li .line {
  background: #d7d8d6;
  width: 1px;
  margin: 0 auto;
  height: 100%;
}
.map_area .cbbc_map_line ul li:first-child .line {
  opacity: 0;
}
.map_area .map_line_tr {
  border: none;
  padding: 0;
}
.map_area .map_line_tr td {
  border: none;
  padding: 0;
}
.map_area .chart_tooltip {
  position: absolute;
  width: 260px;
  top: 50%;
  transform: translate(100%, -50%);
  text-align: left;
  height: 0px;
  width: 0px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
}
.map_area .chart_tooltip .bear {
  font-weight: bold;
  color: #AA5A28;
}
.map_area .chart_tooltip .bull {
  font-weight: bold;
  color: #317CAA;
}
.map_area .bar:hover .chart_tooltip,
.map_area .bar:focus .chart_tooltip {
  display: block;
  background: #ffffff;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px;
  z-index: 1;
  height: auto;
  right: -10px;
  min-width: 215px;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div,
.map_area .bar:focus .chart_tooltip .bar-tooltip > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div span,
.map_area .bar:focus .chart_tooltip .bar-tooltip > div span {
  width: auto;
  display: block;
  white-space: break-spaces;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div span:nth-child(even),
.map_area .bar:focus .chart_tooltip .bar-tooltip > div span:nth-child(even) {
  text-align: right;
  margin-left: 5px;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div.val4 span,
.map_area .bar:focus .chart_tooltip .bar-tooltip > div.val4 span {
  width: 100%;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div.val4 span:nth-child(even),
.map_area .bar:focus .chart_tooltip .bar-tooltip > div.val4 span:nth-child(even) {
  text-align: left;
  margin-left: 0;
}
.map_area .bar:hover .chart_tooltip .bar-tooltip > div.title,
.map_area .bar:focus .chart_tooltip .bar-tooltip > div.title {
  margin-top: 0;
}

.eventboard {
  height: 100%;
  padding: 20px;
  border: 1px solid #d9d9d9;
}
.eventboard a {
  text-decoration: underline;
}
.eventboard a:hover {
  text-decoration: none;
}
.eventboard .selecteddate {
  font-size: 20px;
  font-weight: bold;
  color: #008945;
  margin-bottom: 20px;
}
.eventboard #calendar-event-box .d-flex {
  flex-wrap: wrap;
}
.eventboard #calendar-event-box .event_detail {
  margin-left: 22px;
}
.eventboard #calendar-event-box .event-icon {
  font-weight: bold;
}

.fc .fc-daygrid-day.fc-day-today {
  box-shadow: inset 0px 0 0px 2px #008945;
  background: none;
}
.fc .fc-highlight {
  background-color: #E4EFC4;
  box-shadow: inset 0px 0 0px 2px #008945;
}
.fc .fc-toolbar {
  justify-content: center;
}
.fc .fc-toolbar-title {
  margin-left: 10px;
  margin-right: 10px;
}
.fc td.fc-day-sat, .fc td.fc-day-sun {
  background: #ededed;
}
.fc td a {
  color: #333333;
}
.fc .fc-h-event {
  background: none;
  border: none;
}
.fc .fc-h-event .fc-event-main {
  color: #333333;
}
.fc .fc-h-event .fc-event-main span {
  margin-right: 5px;
}
.fc .fc-button-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333333;
}
.fc .fc-button-primary .fc-icon {
  font-size: 26px;
}
.fc .fc-button-primary:hover {
  background-color: #34A344;
  border-color: #34A344;
}
.fc .fc-button-primary:active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #008945;
  border-color: #008945;
}
.fc .fc-daygrid-event.fc-event-start,
.fc .fc-daygrid-event.fc-event-end {
  margin-left: 5px;
}

.fc-theme-standard th {
  border: 1px solid #ffffff;
  border-bottom: 2px solid #008945;
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
}

.fc-daygrid-body {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[data-select-from=hqs_ucode] ul li,
[data-select-from=hqs_strategy_cbbc] ul li,
[data-select-from=hqs_strategy_wnt] ul li {
  max-width: 45ch;
}

[data-select-from=date] ul li,
[data-select-from=category] ul li {
  max-width: 100%;
}

.disclaimer-lang {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 100px);
  padding-right: 35px;
}

#home-page .swiper-button-next,
#home-page .swiper-button-prev {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #333;
}
#home-page .swiper-button-next:hover,
#home-page .swiper-button-prev:hover {
  text-decoration: none;
  color: #008945;
}
#home-page #reset_size {
  right: 35px;
  bottom: 90px;
}
#home-page #back {
  right: 35px;
  bottom: 130px;
}
#home-page .border-box {
  padding: 20px;
  box-sizing: border-box;
  min-height: 826px;
}
#home-page .border-box .table-responsive table {
  margin-bottom: 0;
}
#home-page .border-box #home-quick-search {
  margin-top: 16px;
  width: 100%;
}
#home-page .border-box .e-dropdown__values-span {
  max-width: 41ch;
}
#home-page #tab-pick-html-index .underlying_name a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-page .top-pick-area .table-responsive {
  margin-bottom: 16px;
  min-height: 341px;
}
#home-page .top-pick-area .table-responsive table {
  margin-bottom: 0;
}
#home-page .top-pick-area .more_area {
  height: 33px;
}
#home-page .is-hidden {
  display: none;
}
#home-page .etabs__panel.is-hidden {
  display: none;
}
#home-page .etabs__panel:not(.is-hidden) {
  display: block !important;
}
#home-page .search-underlying {
  justify-content: space-between;
}
#home-page .have-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home-page .have-more .two-line h2 {
  margin-bottom: 11px !important;
}
#home-page .have-more .two-line .line {
  height: 45px;
}
#home-page .have-more .two-line span {
  width: 190px;
}
#home-page .have-more .two-line .tooltips-icon {
  margin-top: -10px;
}
#home-page .preclose__label {
  background: #34A344;
  color: #ffffff;
  font-size: 12px;
  padding: 2px;
  margin-top: -10px;
}
#home-page #hqs_uname,
#home-page #hqs_ulast,
#home-page .u_last,
#home-page .underlying_name {
  font-size: 24px;
  font-weight: bold;
}
#home-page #hqs_uname a {
  color: #333333;
}
#home-page #hqs_chng,
#home-page .u_class {
  padding-top: 10px;
}
#home-page #hqs_chng .trend-arrow-rise,
#home-page #hqs_chng .trend-arrow-drop,
#home-page .u_class .trend-arrow-rise,
#home-page .u_class .trend-arrow-drop {
  font-size: 14px;
  background-size: 14px;
  padding-left: 20px;
}
#home-page #top-pick-tabs .nav-link {
  width: 25%;
}
#home-page .etabs .nav-link {
  width: 17.1%;
}
#home-page #top-pick-container .slide-pagin,
#home-page .education-swiper .slide-pagin {
  display: flex;
  width: 200px;
  height: 30px;
  margin: 40px auto 0 auto;
}
#home-page #top-pick-container .swiper-pagination,
#home-page .education-swiper .swiper-pagination {
  position: relative;
  top: 2px;
  bottom: var(--swiper-pagination-bottom, 16px);
}
#home-page #top-pick-container .swiper-pagination-bullet-active,
#home-page .education-swiper .swiper-pagination-bullet-active {
  background: #34A344;
}
#home-page #top-pick-container .swiper-button-next,
#home-page #top-pick-container .swiper-button-prev,
#home-page .education-swiper .swiper-button-next,
#home-page .education-swiper .swiper-button-prev {
  top: 50%;
  bottom: 4px;
  position: relative;
}
#home-page #top-pick-container .swiper-button-next:after,
#home-page #top-pick-container .swiper-button-prev:after,
#home-page .education-swiper .swiper-button-next:after,
#home-page .education-swiper .swiper-button-prev:after {
  font-size: 24px;
  color: #333333;
}
#home-page #top-pick-container .swiper-button-next:disabled,
#home-page #top-pick-container .swiper-button-prev:disabled,
#home-page .education-swiper .swiper-button-next:disabled,
#home-page .education-swiper .swiper-button-prev:disabled {
  border: none;
}
#home-page #top-pick-content {
  min-height: 782px;
}
#home-page #top-pick-content > .tab-pane:first-child .home-top-active a {
  display: none;
}
#home-page #top-pick-content .underlying_name a {
  color: #333333;
}
#home-page #top-pick-content .terms-structure {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#home-page #top-pick-content .terms-structure dt {
  width: 25%;
}
#home-page #top-pick-content .terms-structure dd {
  width: 25%;
}
#home-page #top-pick-content .terms-structure dd:nth-child(6), #home-page #top-pick-content .terms-structure dd:nth-child(8) {
  margin-bottom: 0;
}
#home-page #tab-pick-html-index .chart-container,
#home-page #tab-pick-html-stock .chart-container,
#home-page #tab-pick-html-gainer .chart-container,
#home-page #tab-pick-html-loser .chart-container {
  position: relative;
}
#home-page #tab-pick-html-index .radio-group,
#home-page #tab-pick-html-stock .radio-group,
#home-page #tab-pick-html-gainer .radio-group,
#home-page #tab-pick-html-loser .radio-group {
  justify-content: flex-start;
}
#home-page #tab-pick-html-index .radio-group > div,
#home-page #tab-pick-html-stock .radio-group > div,
#home-page #tab-pick-html-gainer .radio-group > div,
#home-page #tab-pick-html-loser .radio-group > div {
  width: auto;
}
#home-page #tab-pick-html-index fieldset,
#home-page #tab-pick-html-stock fieldset,
#home-page #tab-pick-html-gainer fieldset,
#home-page #tab-pick-html-loser fieldset {
  width: 100%;
  margin-bottom: 0;
}
#home-page #tab-pick-html-index fieldset label,
#home-page #tab-pick-html-stock fieldset label,
#home-page #tab-pick-html-gainer fieldset label,
#home-page #tab-pick-html-loser fieldset label {
  width: 185px;
}
#home-page #tab-pick-html-index .swiper-slide > a,
#home-page #tab-pick-html-stock .swiper-slide > a,
#home-page #tab-pick-html-gainer .swiper-slide > a,
#home-page #tab-pick-html-loser .swiper-slide > a {
  margin-top: 10px;
}
#home-page #home-mid-content-calendar h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
#home-page #hm_vhsi_container .quote_area {
  margin-bottom: 0;
  text-align: center;
}
#home-page #hm_vhsi_container .quote_area > .col:nth-child(1) {
  order: 1;
  border-left: 1px solid #d9d9d9;
}
#home-page #hm_vhsi_container .quote_area > .col:nth-child(2) {
  order: 4;
  border-left: 1px solid #d9d9d9;
}
#home-page #hm_vhsi_container .quote_area > dd {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
#home-page #hm_vhsi_container .quote_area #high_label {
  order: 2;
  border-left: 1px solid #d9d9d9;
}
#home-page #hm_vhsi_container .quote_area #vhsihigh {
  order: 5;
  border-left: 1px solid #d9d9d9;
}
#home-page #hm_vhsi_container .quote_area #low_label {
  order: 3;
  border-left: 1px solid #d9d9d9;
}
#home-page #hm_vhsi_container .quote_area #vhsilow {
  order: 6;
  border-left: 1px solid #d9d9d9;
}
#home-page .progress {
  height: 25px;
  position: relative;
  border-radius: 0;
}
#home-page .hm_cbbc_os_pre_close {
  font-weight: bold;
}
#home-page .ratio-bar-bull-value {
  position: absolute;
  left: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#home-page .ratio-bar-bear-value {
  position: absolute;
  right: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#home-page #hm_cbbc_closing_date {
  text-align: center;
  background: #ededed;
}
#home-page .progress-bar.bg-bull {
  background-color: #317CAA;
}
#home-page .progress-bar.bg-bear {
  background-color: #aa5a28;
}
#home-page .map_area .change_td {
  width: 105px;
}
#home-page .map_area .calllv_td {
  width: 150px;
}
#home-page .map_area th {
  background: #666666;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  padding: 16px 12px;
}
#home-page .map_area td {
  vertical-align: middle;
}
#home-page .map_area .bar:hover .chart_tooltip,
#home-page .map_area .bar:focus .chart_tooltip {
  right: 100px;
  top: 80px;
}
#home-page .map_area .row-11 .bar:hover .chart_tooltip,
#home-page .map_area .row-11 .bar:focus .chart_tooltip,
#home-page .map_area .row-12 .bar:hover .chart_tooltip,
#home-page .map_area .row-12 .bar:focus .chart_tooltip {
  right: 100px;
  top: -65px;
}
#home-page #main-os-content .bar_td {
  width: 70%;
}
#home-page #hm_cbbc_ucode-container .e-dropdown__values-span {
  max-width: 28ch;
}
#home-page .inFlow-tr .bar-area {
  display: flex;
  border: 0px;
  padding: 8px 0;
  padding-left: 0;
}
#home-page .inFlow-tr .bar-area .bar {
  background: #317CAA;
  height: 15px;
  margin-right: 3px;
}
#home-page .inFlow-tr .bar-area .bar.put, #home-page .inFlow-tr .bar-area .bar.bear {
  background: #AA5A28;
}
#home-page .inFlow-tr .bar-area span.value {
  color: #298236;
  font-size: 12px;
}
#home-page .outFlow-tr .bar-area {
  padding-left: 0;
  display: flex;
  border: 0px;
  padding: 8px 0;
}
#home-page .outFlow-tr .bar-area .bar {
  background: #AA5A28;
  height: 15px;
  margin-right: 3px;
}
#home-page .outFlow-tr .bar-area .bar.call, #home-page .outFlow-tr .bar-area .bar.bull {
  background: #317CAA;
}
#home-page .outFlow-tr .bar-area span.value {
  color: #C03030;
  font-size: 12px;
}
#home-page .highcharts-tooltip .charttooltip {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 3px;
  border-radius: 3px;
}
#home-page #top-pick-content {
  position: relative;
}
#home-page #hm_cbbc_container .select-light {
  margin-bottom: 12px;
}
#home-page #hm_cbbc_container .hsi_type,
#home-page #hm_cbbc_container .stock_type,
#home-page #hm_warrant_container .hsi_type,
#home-page #hm_warrant_container .stock_type {
  font-size: 12px;
}
#home-page #hm_cbbc_container td,
#home-page #hm_warrant_container td {
  vertical-align: middle;
}
#home-page #hm_cbbc_container td .bar-area,
#home-page #hm_warrant_container td .bar-area {
  display: flex;
  align-items: center;
}
#home-page #hm_cbbc_container td.mf-product-table_td .mf-product-table_div,
#home-page #hm_warrant_container td.mf-product-table_td .mf-product-table_div {
  width: 100%;
  overflow-x: scroll;
  max-width: 770px;
  display: inline-block;
}
#home-page #hm_cbbc_container td.mf-product-table_td .mf-product-table_div table,
#home-page #hm_warrant_container td.mf-product-table_td .mf-product-table_div table {
  margin-bottom: 0;
}
#home-page #hm_cbbc_container td.mf-product-table_td .mf-product-table_div table th,
#home-page #hm_warrant_container td.mf-product-table_td .mf-product-table_div table th {
  color: #fff;
}
#home-page #hm_cbbc_container td.mf-product-table_td .mf-product-table_div table td.col-code a,
#home-page #hm_warrant_container td.mf-product-table_td .mf-product-table_div table td.col-code a {
  color: #298236;
  text-decoration: underline;
  font-weight: bold;
}
#home-page #hm_cbbc_container .bar-td,
#home-page #hm_warrant_container .bar-td {
  padding-left: 0;
  padding-right: 0;
}
#home-page #hm_cbbc_container .mf-product-table_tr:hover .mf-product-table_td,
#home-page #hm_warrant_container .mf-product-table_tr:hover .mf-product-table_td {
  --bs-table-accent-bg: #fff;
}
#home-page .vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick_line {
  height: 46vh;
}
#home-page .vhsi_table_style thead th {
  padding: 16px 12px;
  background: #666666;
  color: #ffffff;
  font-size: 14px;
}
#home-page .vhsi_table_style tr {
  height: 50px;
}
#home-page .vhsi_table_style tr.ivchart_bar_tick {
  height: auto;
}
#home-page .vhsi_table_style tr .vhsi_ucode a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-page .vhsi_table_style tbody tr {
  height: 75px;
}
#home-page .vhsi_table_style tbody th {
  padding: 16px 12px;
}
#home-page .vhsi_table_style tbody th a {
  color: #298236;
  font-weight: bold;
}
#home-page .home-top-active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 15px;
}
#home-page .vhsi_table_style tbody tr.row_index_10 .ivchart_bar_td {
  border-bottom: 1px solid #d9d9d9;
}
#home-page .hero-swiper {
  height: auto;
}
#home-page .hero-swiper .swiper-wrapper .container {
  padding: 12px 24px;
  position: absolute;
  max-width: 1008px;
}
#home-page .hero-swiper h3 {
  font-size: 21px;
  font-weight: bold;
}
#home-page .hero-swiper h2 {
  font-size: 21px;
}
#home-page .hero-swiper h2 span {
  display: block;
  margin-top: 10px;
}
#home-page .hero-swiper .swiper-slide {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background: #8d8d8d;
  background-size: 1920px !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
#home-page .hero-swiper .swiper-slide img {
  margin: 0 auto;
  display: block;
  position: absolute;
}
#home-page .hero-swiper .swiper-slide.first-banner {
  background-size: 100% !important;
  background-color: #000000;
  background-repeat: no-repeat;
}
#home-page .hero-swiper .swiper-pagination-bullet-active {
  background: #34A344;
}
#home-page .hero-swiper .swiper-button-next,
#home-page .hero-swiper .swiper-button-prev {
  color: #34A344;
}
#home-page .hero-swiper .swiper-button-next:active, #home-page .hero-swiper .swiper-button-next:focus-visible, #home-page .hero-swiper .swiper-button-next:focus,
#home-page .hero-swiper .swiper-button-prev:active,
#home-page .hero-swiper .swiper-button-prev:focus-visible,
#home-page .hero-swiper .swiper-button-prev:focus {
  border: none;
}
#home-page .hero-swiper .swiper-button-next:after,
#home-page .hero-swiper .swiper-button-prev:after {
  font-size: 32px;
}
#home-page .hero-swiper #swiper-play {
  background: url(/home/images/icon-play.svg) no-repeat;
  background-position-y: center;
  text-indent: -9999px;
  position: absolute;
  right: 90px;
  bottom: 10px;
  z-index: 9;
  display: none;
}
#home-page .hero-swiper #swiper-play:active, #home-page .hero-swiper #swiper-play:focus-visible, #home-page .hero-swiper #swiper-play:focus {
  border: none;
}
#home-page .hero-swiper #swiper-pause {
  background: url(/home/images/icon-pause.svg) no-repeat;
  background-position-y: center;
  text-indent: -9999px;
  position: absolute;
  right: 50px;
  bottom: 10px;
  z-index: 9;
  display: none;
}
#home-page .hero-swiper #swiper-pause:active, #home-page .hero-swiper #swiper-pause:focus-visible, #home-page .hero-swiper #swiper-pause:focus {
  border: none;
}
#home-page .hero-swiper .banner-content {
  width: 480px;
  height: 208px;
  box-sizing: border-box;
  padding: 12px 24px;
}
#home-page .hero-swiper .banner-setting-box {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  width: auto;
  z-index: 5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-page .hero-swiper .banner-setting-box .pagination {
  align-items: center;
}
#home-page .hero-swiper .banner-setting-box .swiper-button-prev {
  color: #34A344;
  position: initial;
  margin-top: 0;
  font-size: 20px;
  width: 44px;
}
#home-page .hero-swiper .banner-setting-box .swiper-button-next {
  color: #34A344;
  position: initial;
  margin-top: 0;
  font-size: 20px;
  width: 44px;
}
#home-page .hero-swiper .banner-setting-box #swiper-pause {
  position: initial;
  width: 64px;
  height: 44px;
  background: url(/home/images/banner-stop.svg) no-repeat center center;
  background-size: 25px;
  display: block;
  margin-left: 0;
  margin-right: 28px;
}
#home-page .hero-swiper .banner-setting-box #swiper-pause:hover {
  background: url(/home/images/banner-stop-hover.svg) no-repeat center center;
  background-size: 25px;
}
#home-page .hero-swiper .banner-setting-box #swiper-play {
  position: initial;
  width: 64px;
  height: 44px;
  background: url(/home/images/banner-play.svg) no-repeat center center;
  background-size: 25px;
  margin-left: 0;
  margin-right: 28px;
}
#home-page .hero-swiper .banner-setting-box #swiper-play:hover {
  background: url(/home/images/banner-play-hover.svg) no-repeat center center;
  background-size: 25px;
}
#home-page .hero-swiper .banner-setting-box .swiper-pagination {
  height: 33px;
  margin-left: 42px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: initial;
}
#home-page .hero-swiper .banner-setting-box .swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  background: #fff;
  border: 1px solid #34A344;
  opacity: 1;
  margin-left: 6px;
  margin-right: 6px;
}
#home-page .hero-swiper .banner-setting-box .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #34A344;
  background: #34A344;
}

[aria-expanded=true]#logon-desktop-popover {
  border-radius: 6px 6px 0px 0px;
}

.logon-dropdown ul {
  position: absolute;
  right: 12px;
  border-radius: 3px 0 3px 3px;
}
.logon-dropdown:hover .dropdown-menu {
  display: block;
}
.logon-dropdown li {
  width: 100%;
  color: #333;
  background: url(/home/images/icon-list2.svg) no-repeat left 10px center;
  background-size: 17px 15px;
}
.logon-dropdown li span.e-icon {
  width: 15px;
  height: 15px;
  background: url(/home/images/icon-newWindow.svg) no-repeat center;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}
.logon-dropdown li:hover {
  background: url(/home/images/icon-list.svg) no-repeat left 10px center;
  background-size: 17px 15px;
}
.logon-dropdown li:hover span.e-icon {
  width: 15px;
  height: 15px;
  background: url(/home/images/icon-newWindow-hover.svg) no-repeat center;
  background-size: cover;
}
.logon-dropdown li a {
  color: #666;
  padding-left: 32px;
  display: flex;
  align-items: center;
}
.logon-dropdown li .dropdown-item:hover {
  background: none;
  text-decoration: underline;
  color: #008945;
}

#hm_calendar_container tr td:first-child {
  white-space: nowrap;
}

.top-pick-area .toppick-no-result {
  background: url(/home/images/hk-stock-trading_solid.png) no-repeat center 45% #fff;
  padding-top: 210px;
  height: 380px;
  text-align: center;
}

.top-pick-area .data-fail {
  background: url(/home/images/404.png) no-repeat center 45% #fff;
  padding-top: 345px;
  height: 650px;
  text-align: center;
}

.top-pick-area .no-result-msg-box {
  background: url(/home/images/hk-stock-trading_solid.png) no-repeat center 45% #fff;
  height: 650px;
  padding-top: 330px;
}

.education-no-result {
  background: url(/home/images/hk-stock-trading_solid.png) no-repeat center 30px #fff;
  padding-top: 112px;
}
.education-no-result h4 {
  font-size: 16px;
}

.no-data.table-nodata {
  background: url("/home/images/hk-stock-trading_solid.png") no-repeat center 30px #fff;
  padding-top: 112px;
  font-size: 16px;
  text-align: center;
}

.no-result-msg-box,
.education-no-result,
.chart-no-result,
.toppick-no-result {
  background: url(/home/images/hk-stock-trading_solid.png) no-repeat center 37px #fff;
  padding-top: 107px;
  padding-bottom: 32px;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  background-size: 75px;
  color: #666666;
}

.data-fail {
  background: url("/home/images/404.png") no-repeat center 30px #fff;
  padding-top: 112px;
  font-size: 16px;
  text-align: center;
}

.table-nodata td {
  background: url("/home/images/hk-stock-trading_solid.png") no-repeat center 30px #fff;
  padding-top: 112px;
  font-size: 16px;
  text-align: center;
}

.noResult {
  padding-top: 150px;
  padding-bottom: 55px;
  text-align: center;
  font-size: 16px;
  background: url(/home/images/hk-stock-trading_solid.png) no-repeat center;
}

#iv .border-box h2 {
  background-color: #ffffff;
}
#iv #vhsi_label {
  font-weight: 400;
}
#iv .vhsi-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#iv .vhsi-data dl.quote_area {
  text-align: center;
  width: 100%;
  margin: 0;
}
#iv .vhsi-data dl.quote_area dt {
  font-weight: 400;
}
#iv .vhsi-data dl.quote_area dt:nth-of-type(1) {
  order: 1;
}
#iv .vhsi-data dl.quote_area dt:nth-of-type(2) {
  order: 2;
}
#iv .vhsi-data dl.quote_area dt:nth-of-type(3) {
  order: 3;
}
#iv .vhsi-data dl.quote_area dd {
  font-size: 24px;
  font-weight: bold;
}
#iv .vhsi-data dl.quote_area dd:nth-of-type(1) {
  order: 4;
}
#iv .vhsi-data dl.quote_area dd:nth-of-type(2) {
  order: 5;
}
#iv .vhsi-data dl.quote_area dd:nth-of-type(3) {
  order: 6;
}
#iv .vhsi-data dl.quote_area .col {
  border-left: 1px solid #d9d9d9;
  margin-bottom: 0;
}

#iv .charttooltip,
#hm_vhsi_container .charttooltip {
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1254901961);
  font-size: 14px;
}
#iv .charttooltip .legend,
#hm_vhsi_container .charttooltip .legend {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
#iv .charttooltip .legend.hsi-side,
#hm_vhsi_container .charttooltip .legend.hsi-side {
  border-radius: 0;
}
#iv .charttooltip .val1 .name,
#iv .charttooltip .val2 .name,
#hm_vhsi_container .charttooltip .val1 .name,
#hm_vhsi_container .charttooltip .val2 .name {
  margin-right: 5px;
}

.remark {
  margin-bottom: 10px;
}
.remark .label_hsi {
  background-color: #72BE6E;
  width: 12px;
  height: 12px;
  border-radius: 0;
  display: inline-block;
  margin-right: 5px;
}
.remark .label_vhsi {
  background-color: #F68B1F;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
.remark .text {
  margin-right: 10px;
}
.remark .text:last-child {
  margin-right: 0;
}
.remark .label_average {
  background-color: #F68B1F;
  width: 12px;
  height: 2px;
  display: inline-block;
  margin-right: 5px;
}
.remark .label_most_active {
  background-color: #72BE6E;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
.remark .d-flex {
  align-items: center;
}
.remark .bg-bull {
  background-color: #317CAA;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
.remark .bg-bear {
  background-color: #AA5A28;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}

.ivchart_bar_box {
  position: relative;
}

.ivchart_bar_tooltip {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.ivchart_bar_tooltip .ivchart_bar_tooltip_head .ivchart_bar_tooltip_txt {
  margin-right: 5px;
}

.ivchart_bar_tooltip_container {
  position: relative;
}

.ivchart_bar_market {
  position: absolute;
  top: 50%;
  height: 14px;
  background-color: #72BE6E;
  margin-top: -7.5px;
}
.ivchart_bar_market.call {
  background-color: #317caa;
}
.ivchart_bar_market.put {
  background-color: #aa5a28;
}

.ivchart_bar_hase {
  position: absolute;
  top: 50%;
  height: 22px;
  background-color: #ec7046;
  min-width: 3px;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}

.ivchart_bar_tooltip {
  box-shadow: 0 0 5px #ddd;
  margin-left: -66px;
  text-align: left;
  z-index: 10;
}

.ivchart_bar_tooltip_head {
  background-color: #008945;
  color: #fff;
  padding: 7px 10px;
}

.ivchart_bar_tooltip_head,
.ivchart_bar_tooltip_terms {
  display: flex;
}

.ivchart_bar_market:hover .ivchart_bar_tooltip,
.ivchart_bar_market:focus .ivchart_bar_tooltip {
  opacity: 0.9;
  width: 290px;
  height: auto;
  background-color: #fff;
  border: 1px solid #d6d6d6;
}

.ivchart_bar_tooltip_terms .ivchart_bar_tooltip_txt {
  margin-left: 10px;
}

.vhsi-search {
  width: 25px;
  height: 25px;
  display: block;
  background: url(/home/images/icon-search.svg) no-repeat center;
  background-size: 17px;
  margin: 0 auto;
}

.vhsi_table_style {
  margin-bottom: 10px;
}
.vhsi_table_style thead th {
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
  font-size: 12px;
}
.vhsi_table_style tbody tr:nth-child(even) .vhsi_ucode {
  background-color: #f7f7f7;
}
.vhsi_table_style tbody tr.ivchart_bar_tick td {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.vhsi_table_style tbody tr.row_index_10 .ivchart_bar_td,
.vhsi_table_style tbody tr.row_index_10 .vhsi_recomm {
  border-bottom: 1px solid #d9d9d9;
}
.vhsi_table_style tbody th {
  border-right: none;
  border-left: 1px solid #d9d9d9;
  padding: 5px;
}
.vhsi_table_style tbody th a {
  color: #666666;
  font-weight: 400;
  text-decoration: underline;
}
.vhsi_table_style tbody th a:hover {
  text-decoration: none;
}
.vhsi_table_style tbody .vhsi_recomm {
  border-bottom: 1px solid #ffffff;
}
.vhsi_table_style .ivchart_tick_td {
  padding-bottom: 20px;
}
.vhsi_table_style .ivchart_tick_td .ivchart_tick_box {
  display: flex;
  position: relative;
}
.vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick {
  position: absolute;
  text-align: center;
}
.vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick .ivchart_tick_line {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 1px;
  height: 400px;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
}
.vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick:first-child .ivchart_tick_line, .vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick:last-child .ivchart_tick_line {
  display: none;
}
.vhsi_table_style .ivchart_tick_td .ivchart_tick_box .ivchart_tick .ivchart_tick_num {
  margin-left: -7px;
  background-color: #ffffff;
}
.vhsi_table_style .ivchart_bar_td {
  border-bottom: 1px solid #ffffff;
}
.vhsi_table_style .vhsi_recomm a {
  display: block;
  height: 25px;
}

#vhsiChartContainer {
  position: relative;
}
#vhsiChartContainer .highcharts-point {
  display: none !important;
}
#vhsiChartContainer .highcharts-point.last-point {
  display: block !important;
}
#vhsiChartContainer #resetzoomBtn {
  top: 0;
  right: 60px;
}

#color-box {
  display: flex;
  width: 100%;
  gap: 10px;
}

#sector-chart {
  width: 100%;
  height: 600px;
  font-size: 14px;
}

#sector-header .breadcrumb {
  font-size: 14px;
}

.chart-top-bar {
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
}

.bread-chng {
  padding: 4px 8px 4px 0px;
}

.main-article {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-article p {
  overflow: visible !important;
  display: block !important;
}

.sub-article {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sub-article p {
  overflow: visible !important;
  display: block !important;
}
.sub-article p:first-child {
  display: -webkit-box;
}

button.more-article {
  border: none;
  border-top: #D0D0D0 1px solid;
  background: none;
  padding-top: 10px;
  line-height: 1.5rem;
  color: #008945;
}

.education-ldate {
  display: inline-block;
  padding-right: 5px;
  font-size: 15px;
}

#education_corner h3,
.education-swiper h3 {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#education_corner img,
.education-swiper img {
  width: 100%;
}
#education_corner .more_btn,
#education_corner .more-article,
.education-swiper .more_btn,
.education-swiper .more-article {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
#education_corner .more_btn img,
#education_corner .more-article img,
.education-swiper .more_btn img,
.education-swiper .more-article img {
  width: 15px;
}
#education_corner .image-block,
.education-swiper .image-block {
  position: relative;
  padding-top: 100px;
  width: 100%;
  aspect-ratio: 20/11;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
#education_corner .image-block.youtube-side,
.education-swiper .image-block.youtube-side {
  padding-top: 0;
}
#education_corner #main-education .row,
.education-swiper #main-education .row {
  padding-top: 48px;
}
#education_corner #sub-education,
.education-swiper #sub-education {
  margin-top: 48px;
}
#education_corner .modal-header,
.education-swiper .modal-header {
  align-items: flex-start;
}
#education_corner .modal-header .btn-close,
.education-swiper .modal-header .btn-close {
  margin-top: 0;
}
#education_corner .modal-body .d-flex,
.education-swiper .modal-body .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

#education-modal h3 {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#education-modal .modal-header {
  align-items: flex-start;
}
#education-modal .modal-header .btn-close {
  margin-top: 0;
}
#education-modal .modal-body .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-open,
.modal.fade.show {
  padding-right: 0 !important;
}

#education_corner .modal-header h2,
#education_corner .modal-header h3,
#education-modal .modal-header h2,
#education-modal .modal-header h3 {
  color: #008945;
  font-size: 1.75rem;
  text-align: left;
  font-weight: bold;
}
#education_corner .modal-content .image-block,
#education-modal .modal-content .image-block {
  padding-top: 0;
}
#education_corner .modal-content .image-block .video-js,
#education-modal .modal-content .image-block .video-js {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#education_corner .modal-body,
#education-modal .modal-body {
  height: auto;
}
#education_corner a.transcript-download-btn,
#education-modal a.transcript-download-btn {
  padding: 0;
  font-weight: 600;
  color: #298236;
  font-size: 14px;
  line-height: 1.5;
}
#education_corner .transcript-download-btn img,
#education-modal .transcript-download-btn img {
  display: inline-block;
  width: auto;
  vertical-align: text-top;
  margin-left: 3px;
}

.icon-video-play {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  max-width: 75px;
  min-width: 75px;
  max-height: 75px;
  min-height: 75px;
  background: url(/home/images/icon-video-play.png) center center no-repeat;
  background-size: contain;
  opacity: 0.9;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.icon-video-play:hover {
  opacity: 1;
}

.brightcove-side {
  display: block;
}

.youtube-side {
  display: none;
}

.youtube-ready .brightcove-side {
  display: none !important;
}
.youtube-ready .youtube-side {
  display: block !important;
}

.youtube-iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 20/11 !important;
}

#education_detail.inside-page h1 {
  color: #008945;
  font-size: 1.75rem;
  text-align: center;
}
#education_detail .image-block {
  background-image: url("/home/upload/education_corner/image/education-img-200.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  /* Adjust dynamically */
  width: 100%;
}
#education_detail .education-ldate {
  display: inline-block;
  padding-right: 5px;
}
#education_detail .article {
  text-align: justify;
}
#education_detail .article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#education_detail a.transcript-download-btn {
  padding: 0;
  font-weight: 600;
  color: #298236;
  font-size: 14px;
  line-height: 1.5;
}
#education_detail a.transcript-download-btn:hover {
  color: #298236;
  text-decoration: underline;
}
#education_detail a.transcript-download-btn:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/home/images/icon_view_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: text-top;
}
#education_detail #education_corner .image-block.youtube-side {
  padding: 0;
}
#education_detail #brightcove-player .video-js {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 20/10 !important;
}
#education_detail .article-detail-mode .option-for-list {
  display: none;
}

#education_corner h2,
#commentary h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#education_corner .radio-group,
#commentary .radio-group {
  justify-content: flex-start;
}
#education_corner .radio-group > .me-2,
#commentary .radio-group > .me-2 {
  max-width: 193px;
}

#commentary .mt-5 .education-no-result {
  margin-top: -48px;
}

#hm_commentary_container .commentary-row {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#hm_commentary_container .home-commentary-title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sector-chart-search-icon {
  background: url("/home/images/icon-search.svg") no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: cover;
  margin-right: 5px;
  vertical-align: -2px;
}

.bread-2 {
  display: flex !important;
  align-items: center;
}

.bread-back {
  background: url(/home/images/icon-chart-back1.png) no-repeat center center;
  display: block;
  width: 6px;
  height: 12px;
  background-size: cover;
}

.reset2 {
  background: rgba(0, 0, 0, 0.65);
  display: block;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  position: absolute;
  right: 14px;
  bottom: 10px;
  z-index: 99;
  border: none;
}

#back {
  position: absolute;
  right: 14px;
  bottom: 58px;
  background: url("/home/images/icon-chart-back2.png") no-repeat center center rgba(0, 0, 0, 0.65);
  display: block;
  width: 34px;
  height: 34px;
  background-size: 21px;
  border-radius: 6px;
  z-index: 99;
  border: none;
}

#reset_size {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: url("/home/images/icon-chart-zoom.png") no-repeat center center rgba(0, 0, 0, 0.65);
  display: block;
  width: 34px;
  height: 34px;
  background-size: 26px;
  border-radius: 6px;
}

#market-sector h3 {
  font-size: 14px;
}
#market-sector #reset {
  margin-top: 20px;
}
#market-sector .circle-point {
  display: block;
  margin: 0 7px 0 -5px;
}
#market-sector .bread-block {
  display: block;
  color: #000;
  padding: 4px 8px;
  cursor: pointer;
}
#market-sector .chart-container {
  position: relative;
  margin-top: 20px;
}
#market-sector .chart-breadcrumb-row {
  cursor: pointer;
  background: #f2f2f2;
  color: #000;
  display: inline-flex;
  border-bottom: 4px solid #fff;
  width: 100%;
  padding: 2px 0px 2px 0px;
  margin-bottom: -3px;
}
#market-sector .xchart-breadcrumb-row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 9px 2px 9px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
#market-sector #color-box {
  width: 100%;
  justify-content: flex-end;
}
#market-sector .color-box-list-group {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
}
#market-sector .color-box-list-group li {
  width: 100%;
}
#market-sector button.color-box-list {
  padding: 0.375rem 0;
  vertical-align: middle;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  text-align: center;
  margin-left: -1px;
  border-radius: 5px;
  width: 100%;
}
#market-sector .color-box-list.disable {
  opacity: 1;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #dee2e6;
  text-shadow: none;
}
#market-sector .sector-chart-tooltip-name {
  margin-bottom: 5px;
}
#market-sector #reset_all {
  font-size: 14px;
}
#market-sector #sector-chart-table {
  display: none;
}
#market-sector .sector-table-body {
  display: none;
}
#market-sector [data-range-index] {
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0);
}
#market-sector [data-range-index="0"]:hover,
#market-sector [data-range-index="1"]:hover,
#market-sector [data-range-index="2"]:hover {
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
}
#market-sector [data-range-index="3"]:hover,
#market-sector [data-range-index="4"]:hover {
  border: 2px solid #306a30 !important;
}
#market-sector [data-range-index="5"]:hover {
  border: 2px solid #a1a1a1 !important;
}
#market-sector [data-range-index="6"]:hover,
#market-sector [data-range-index="7"]:hover,
#market-sector [data-range-index="8"]:hover {
  border: 2px solid #9c2815 !important;
}
#market-sector [data-range-index="9"]:hover,
#market-sector [data-range-index="10"]:hover {
  border: 2px solid rgba(255, 255, 255, 0.8980392157) !important;
}
#market-sector.sectors-data #sector-chart-container,
#market-sector.sectors-data .chart-container {
  display: none;
}
#market-sector.sectors-data .sector-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #666666;
  color: #fff;
  padding: 16px 12px 16px 12px;
}
#market-sector.sectors-data .sector-title .sector-table-name {
  width: 25%;
}
#market-sector.sectors-data .sector-title .sector-table-turnover,
#market-sector.sectors-data .sector-title .sector-table-pchng {
  width: 25%;
}
#market-sector.sectors-data .sector-table-item .sector-table-header-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  border-radius: 0;
}
#market-sector.sectors-data .sector-table-item .sector-table-header-btn span {
  width: 25%;
  text-align: left;
}
#market-sector.sectors-data .sector-table-item .sector-table-header-btn span.sr-only {
  width: 0;
}
#market-sector.sectors-data .sector-table-item .sector-table-header-btn span.sector-table-name {
  padding-left: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-header-btn span.sector-table-arrow {
  width: 25%;
  text-align: right;
  background-size: 17px;
  background-position-x: 90%;
  padding-right: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-header {
  border-bottom: 2px solid #ffffff !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: relative;
  margin-bottom: 0;
  background: #ededed;
}
#market-sector.sectors-data .sector-table-item .sector-table-name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: auto;
  word-break: break-word;
}
#market-sector.sectors-data .sector-table-item .sector-table-pchng {
  font-size: 14px;
  width: auto;
  text-align: left;
}
#market-sector.sectors-data .sector-table-item .sector-table-pchng .trend-arrow-rise,
#market-sector.sectors-data .sector-table-item .sector-table-pchng .trend-arrow-drop {
  font-size: 14px;
  margin-left: 0px;
  background-size: 14px;
  padding-left: 20px;
}
#market-sector.sectors-data .sector-table-item .sector-table-turnover {
  font-size: 14px;
  width: auto;
}
#market-sector.sectors-data .sector-table-item .sector-table-arrow {
  width: 17px;
  height: 15px;
  display: inline-block;
  background: url(/home/images/icon-select.svg) no-repeat;
  background-size: cover;
}
#market-sector.sectors-data .sector-table-item.active .sector-table-header {
  border-bottom: 2px solid #008945 !important;
}
#market-sector.sectors-data .sector-table-item.active .sector-table-name {
  color: #008945;
}
#market-sector.sectors-data .sector-table-item.active .sector-table-body {
  display: block;
  overflow-x: scroll;
  box-shadow: inset -5px 0 10px rgba(0, 0, 0, 0.1254901961);
}
#market-sector.sectors-data .sector-table-item.active .sector-table-arrow {
  background: url(/home/images/icon-select-active.svg) no-repeat;
  background-size: cover;
}
#market-sector.sectors-data .sector-table-item .sector-table-body {
  overflow-x: scroll;
}
#market-sector.sectors-data .sector-table-item .sector-table-body thead {
  background-color: #ffffff;
}
#market-sector.sectors-data .sector-table-item .sector-table-body th {
  border: none;
  color: #333333;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
#market-sector.sectors-data .sector-table-item .sector-table-body th:first-child {
  padding-left: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-body th:last-child {
  padding-right: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-body td {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#market-sector.sectors-data .sector-table-item .sector-table-body td:first-child {
  padding-left: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-body td:last-child {
  padding-right: 12px;
}
#market-sector.sectors-data .sector-table-item .sector-table-body .text-muted {
  color: #000;
}
#market-sector.sectors-data #sector-chart-table {
  border-bottom: 1px solid #dee2e6 !important;
}

#top-pick-content-sector #sector-chart-table {
  display: none;
}
#top-pick-content-sector .sector-table-body {
  display: none;
}
#top-pick-content-sector .chart-breadcrumb-row {
  background: #f2f2f2;
}

.notfoundpage img {
  display: block;
  margin: 0 auto 40px auto;
}

#money-flow .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin: 0px 0px 0px 0px;
  align-items: flex-end;
  text-align: center;
}
#money-flow .chart {
  margin-bottom: 64px;
  overflow: hidden;
}
#money-flow .chart td {
  background: #fff;
  border: none;
  text-align: center;
  height: auto;
  font-weight: 400;
  padding: 5px 0;
}
#money-flow .chart td:nth-child(1) {
  width: 1px;
}
#money-flow .chart td:nth-child(5) {
  width: 70px;
}
#money-flow .chart td:nth-child(3) {
  background: "#fffff";
  width: 190px;
  min-width: 80px;
}
#money-flow .chart td:nth-child(3) .row {
  position: relative;
}
#money-flow .chart td:nth-child(2) {
  width: 400px;
  padding-left: 0px !important;
}
#money-flow .chart td:nth-child(4) {
  width: 400px;
  padding-right: 0px !important;
}
#money-flow .chart th {
  background: #fff;
  border: none;
  text-align: center;
  height: auto;
  font-weight: 400;
  padding: 5px 0 3px 0;
  font-size: 14px;
}
#money-flow .chart th:nth-child(3) {
  background: "#fffff";
  border-bottom: 2px solid #fff;
}
#money-flow .chart tr {
  background: #fff;
  border: none;
  text-align: center;
  height: auto;
  font-weight: 400;
}
#money-flow .chart tr:last-child td {
  padding-top: 2px;
}
#money-flow .chart tr.num_area td {
  padding: 0;
}
#money-flow .chart tr.num_area td .num_box {
  position: relative;
  width: 100%;
  height: 100%;
}
#money-flow .chart tr.num_area td .num_box div {
  width: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  border-radius: 3px;
}
#money-flow .chart tr.num_area td .num_box span {
  position: absolute;
  width: 1px;
  height: 315px;
  background: #d9d9d9;
  top: 0;
}
#money-flow .chart tr.num_area td.in_flow .num_box div {
  float: left;
}
#money-flow .chart tr.num_area td.in_flow .num_box div:first-child {
  margin-left: 0px;
  background: none;
  text-indent: -99999px;
}
#money-flow .chart tr.num_area td.out_flow .num_box div {
  float: right;
}
#money-flow .chart tr.num_area td.out_flow .num_box div:first-child {
  margin-right: -15px;
  background: none;
  text-indent: -99999px;
}
#money-flow .chart tr.num_area td.out_flow .num_box div:last-child {
  display: none;
}
#money-flow .radio-group fieldset {
  width: auto;
}
#money-flow .table tr.row-odd td,
#money-flow .table tr.row-odd th {
  background: rgba(0, 0, 0, 0.0196078431);
}
#money-flow .table tr.row-even td,
#money-flow .table tr.row-even th {
  background: #fff;
}
#money-flow .table tr.mf-row-first td {
  padding-bottom: 5px;
  border-bottom-color: rgba(250, 250, 250, 0);
}
#money-flow .table tr.mf-row-second td {
  padding-top: 5px;
}
#money-flow .mobile_site th:nth-child(1) {
  width: 40%;
  padding: 12px 0px 12px 0px !important;
}
#money-flow .mobile_site th:nth-child(2) {
  padding: 6px 0px 6px 0px !important;
}
#money-flow .mobile_site th:nth-child(3) {
  text-align: right;
  padding: 0px !important;
}
#money-flow .mobile_site td:nth-child(1) {
  width: 25%;
  padding: 6px 0px 6px 0px !important;
}
#money-flow .mobile_site td:nth-child(2) {
  padding: 6px 0px 6px 0px !important;
}
#money-flow .mobile_site td:nth-child(3) {
  text-align: right;
  padding: 0px !important;
}
#money-flow .mobile_site .out_flow .bar-containers {
  flex-direction: row;
}
#money-flow .mobile_site .border-dark.pt-3 {
  padding-top: 0 !important;
}
#money-flow .mf_underlying {
  line-height: 22px;
}
#money-flow .remark .label_call {
  background-color: #317CAA;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
#money-flow .remark .label_put {
  background-color: #AA5A28;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  display: inline-block;
  margin-right: 5px;
}
#money-flow .remark .text {
  margin-right: 10px;
}
#money-flow .num_box {
  height: 25px;
  position: relative;
  width: 100%;
}
#money-flow .num_box div {
  width: -moz-max-content;
  width: max-content;
  float: left;
  text-align: center;
  line-height: 25px;
}
#money-flow .right .num_box div {
  position: absolute;
  transform: translateX(-100%);
}
#money-flow .left .num_box div {
  position: absolute;
  transform: translateX(0%);
}
#money-flow .bar-containers {
  display: flex;
  width: 100%;
  font-size: 12px;
  position: relative;
}
#money-flow .bar-containers .data {
  margin: 0 3px;
}
#money-flow .bar-containers:hover .chart_tooltip {
  display: block;
  background: #ffffff;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px;
  z-index: 1;
  height: auto;
}
#money-flow .bar-containers .chart_tooltip {
  position: absolute;
  width: 260px;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
#money-flow .bar:focus .chart_tooltip {
  display: block;
  background: #ffffff;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px;
  z-index: 1;
  height: auto;
}
#money-flow .out_flow .bar-containers {
  float: right;
  flex-direction: row-reverse;
}
#money-flow .out_flow .bar-containers .chart_tooltip {
  left: unset;
  width: 235px;
  right: -20px;
}
#money-flow .in_flow .bar-containers {
  float: left;
}
#money-flow .in_flow .bar-containers .chart_tooltip {
  left: 50%;
  min-width: 235px;
}
#money-flow .bear.bar-containers .bar {
  background: #AA5A28;
}
#money-flow .xout_flow .bar-containers .bar {
  background: #AA5A28;
}
#money-flow .bull.bar-containers .bar {
  background: #317CAA;
}
#money-flow .xin_flow .bar-containers .bar {
  background: #317CAA;
}
#money-flow a.link {
  text-decoration: underline;
}
#money-flow td.recomm_td {
  border-right: 1px solid #d9d9d9 !important;
}
#money-flow .col-type .type-label {
  display: inline-block;
}
#money-flow .col-total span,
#money-flow .col-date-1 span,
#money-flow .col-date-2 span,
#money-flow .col-date-3 span,
#money-flow .col-date-4 span,
#money-flow .col-date-5 span {
  line-height: 27px;
  display: block;
}
#money-flow .col-total span:first-child,
#money-flow .col-date-1 span:first-child,
#money-flow .col-date-2 span:first-child,
#money-flow .col-date-3 span:first-child,
#money-flow .col-date-4 span:first-child,
#money-flow .col-date-5 span:first-child {
  margin-bottom: 0;
}

#underlying-quote .radio-group > div,
#warrants-quote .radio-group > div,
#cbbc-quote .radio-group > div {
  width: 50%;
}
#underlying-quote .detail .quote_area dt,
#underlying-quote .detail .quote_area dd,
#warrants-quote .detail .quote_area dt,
#warrants-quote .detail .quote_area dd,
#cbbc-quote .detail .quote_area dt,
#cbbc-quote .detail .quote_area dd {
  height: 53px;
}

#label-ucode {
  white-space: pre;
}

:lang(zh-Hant) * {
  font-family: "Open Sans", "Noto Sans CJK TC", sans-serif;
}

:lang(zh-Hans) * {
  font-family: "Open Sans", "Noto Sans CJK SC", sans-serif;
}

:lang(zh-Hant) body,
:lang(zh-Hans) body {
  font-size: 15px;
}
:lang(zh-Hant) body .timestamp,
:lang(zh-Hant) body .breadcrumb,
:lang(zh-Hant) body .stimer,
:lang(zh-Hant) body #auto_stime,
:lang(zh-Hant) body .badge,
:lang(zh-Hans) body .timestamp,
:lang(zh-Hans) body .breadcrumb,
:lang(zh-Hans) body .stimer,
:lang(zh-Hans) body #auto_stime,
:lang(zh-Hans) body .badge {
  font-size: 13px;
}
:lang(zh-Hant) body footer,
:lang(zh-Hans) body footer {
  font-size: 15px;
}
:lang(zh-Hant) body #advanced-search .more_btn.adv-btn,
:lang(zh-Hans) body #advanced-search .more_btn.adv-btn {
  font-size: 15px;
}
:lang(zh-Hant) body #advanced-search .tab-content .col-lg-auto,
:lang(zh-Hans) body #advanced-search .tab-content .col-lg-auto {
  font-size: 15px;
}
:lang(zh-Hant) body #label-ucode,
:lang(zh-Hant) body #label-issuer,
:lang(zh-Hant) body #label-spread,
:lang(zh-Hant) body #reset_all,
:lang(zh-Hant) body #label-sector,
:lang(zh-Hant) body #label-hm_cbbc_ucode,
:lang(zh-Hans) body #label-ucode,
:lang(zh-Hans) body #label-issuer,
:lang(zh-Hans) body #label-spread,
:lang(zh-Hans) body #reset_all,
:lang(zh-Hans) body #label-sector,
:lang(zh-Hans) body #label-hm_cbbc_ucode {
  white-space: nowrap;
}
:lang(zh-Hant) body .vhsi_table_style tr th:last-child,
:lang(zh-Hans) body .vhsi_table_style tr th:last-child {
  white-space: nowrap;
}
:lang(zh-Hant) body #home-page .hero-swiper h3,
:lang(zh-Hans) body #home-page .hero-swiper h3 {
  font-size: 1.75rem;
  font-weight: bold;
}
:lang(zh-Hant) body #home-page .hero-swiper h2,
:lang(zh-Hans) body #home-page .hero-swiper h2 {
  font-size: 1.75rem;
}
:lang(zh-Hant) body #money-flow .chart tr.num_area td .num_box span,
:lang(zh-Hans) body #money-flow .chart tr.num_area td .num_box span {
  height: 325px;
}
:lang(zh-Hant) body #money-flow .chart .recomm_td a,
:lang(zh-Hans) body #money-flow .chart .recomm_td a {
  font-size: 14px;
}
:lang(zh-Hant) body #money-flow .chart .recommond,
:lang(zh-Hans) body #money-flow .chart .recommond {
  width: 80px;
}
:lang(zh-Hant) body #money-flow .chart #title_chart,
:lang(zh-Hans) body #money-flow .chart #title_chart {
  width: 215px;
}
:lang(zh-Hant) body #home-page .top-pick-area .more_area,
:lang(zh-Hans) body #home-page .top-pick-area .more_area {
  height: 34.5px;
}
:lang(zh-Hant) .ivchart_bar_market:hover .ivchart_bar_tooltip,
:lang(zh-Hant) .ivchart_bar_market:focus .ivchart_bar_tooltip,
:lang(zh-Hans) .ivchart_bar_market:hover .ivchart_bar_tooltip,
:lang(zh-Hans) .ivchart_bar_market:focus .ivchart_bar_tooltip {
  width: 205px;
}/*# sourceMappingURL=hs_style.css.map */