* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
section > .container-mt {
  margin-top: 30px;
}
.business-main {
  padding-bottom: 100px;
  overflow-x: auto;
  background: #f4f6f7;
}
.business-main > section {
  min-width: 1200px;
}
.welcome-content {
  background: url('/en/tres/NewWebUI/images/Business/welcome-bg.jpg');
  background-size: cover;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.welcome-content .welcome-text {
  padding-left: 30px;
}
.welcome-content .welcome-text h2 {
  font-size: 16px;
  line-height: 1.5;
  color: black;
  margin-bottom: 10px;
}
.welcome-content .welcome-text h2:last-child {
  margin-bottom: 0;
}
.welcome-content .welcome-text h2 span {
  font-weight: bold;
  color: #6aaae1;
}
.info {
  display: flex;
  transition: all 0.3s;
}
.info.expand .chip-menu {
  max-width: 80px;
}
.info.expand .chip-menu .info-tab li {
  padding: 0 10px;
}
.info.expand .chip-menu .info-tab li a {
  text-indent: -20em;
  padding: 25px 0;
}
.info.expand .chip-menu .info-tab li a::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.info.expand .chip-menu .info-tab li a::after {
  display: none;
}
.info.expand .chip-menu .stow-menu {
  text-align: center;
}
.info.expand .chip-menu .stow-menu img {
  transform: rotate(180deg);
}
.info.expand .chip-menu .info-links {
  background-size: 75.5px 79.5px;
  position: relative;
}
.info.expand .chip-menu .info-links .info-links-list.open {
  position: absolute;
  top: 52px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 20px;
}
.info.expand .chip-menu .info-links .info-links-list.open a {
  text-indent: 0;
  border-bottom: 1px solid #f2f2f2;
  white-space: nowrap;
}
.info.expand .chip-menu .info-links .info-links-list.open a:first-child {
  padding-top: 20px;
}
.info.expand .chip-menu .info-links .info-links-list.open a:last-child {
  border-bottom: none;
}
.info.expand .chip-menu .info-links h2 {
  text-indent: -10em;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.info.expand .chip-menu .info-links h2::after {
  content: "";
  background: url('/en/tres/NewWebUI/images/Business/icon-link.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.info.expand .chip-menu .info-links a {
  text-indent: -15em;
  border-bottom: none;
}
.info.expand .chip-table {
  flex: 1;
}
.info.no-expand .chip-menu .stow-menu {
  display: none;
}
.info.no-expand .chip-menu .info-links {
  display: none;
}
.info .info-tab {
  width: 28%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.info .info-tab li {
  padding: 0 28px;
  transition: all 0.5s;
}
.info .info-tab li.active {
  background: #e60012;
}
.info .info-tab li.active a {
  color: #fff;
  border-bottom: transparent;
}
.info .info-tab li.active a.partner::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.sales::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.partnership::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.benefit::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.marketing::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.chip::before {
  background-position-y: -24px;
}
.info .info-tab li.active a.certified::before {
  background-position-y: -24px;
}
.info .info-tab li.active a::after {
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-white.png') no-repeat;
  background-size: 100% 100%;
}
.info .info-tab li:last-child {
  border-bottom: none;
}
.info .info-tab li a {
  display: block;
  padding: 25px 0 25px 44px;
  color: black;
  transition: all 0s;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.info .info-tab li a::before {
  content: "";
  background: url('/en/tres/NewWebUI/images/Business/menu-icon.png') no-repeat;
  background-size: 175px 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.info .info-tab li a.partner::before {
  background-position: 0 0;
}
.info .info-tab li a.sales::before {
  background-position: -24px 0;
}
.info .info-tab li a.partnership::before {
  background-position: -48px 0;
}
.info .info-tab li a.benefit::before {
  background-position: -72px 0;
}
.info .info-tab li a.marketing::before {
  background-position: -97px 0;
}
.info .info-tab li a.chip::before {
  background-position: -122px 0;
}
.info .info-tab li a.certified::before {
  background-position: -148px 0;
}
.info .info-tab li a:after {
  content: "";
  width: 7px;
  height: 11px;
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-gray.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.info .info-tab li:hover {
  background: #e60012;
}
.info .info-tab li:hover a {
  color: #fff;
  border-color: transparent;
}
.info .info-tab li:hover a.partner::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.sales::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.partnership::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.benefit::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.marketing::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.chip::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a.certified::before {
  background-position-y: -24px;
}
.info .info-tab li:hover a::after {
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-white.png') no-repeat;
  background-size: 100% 100%;
}
.info .info-content {
  display: flex;
  width: 72%;
}
.info .info-content > div {
  margin-left: 14px;
}
.info .info-content h2 {
  font-size: 20px;
}
.info .info-content h2.info-title {
  margin: 25px 0;
  font-weight: bold;
  text-align: center;
}
.info .info-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: #595757;
}
.info .info-content p span {
  color: black;
  font-weight: bold;
}
.info .info-content h3 {
  color: black;
  font-size: 16px;
  margin: 15px 0;
}
.info .info-content .info-more {
  margin-top: 10px;
  padding-right: 15px;
  color: #595757;
  position: relative;
  transition: all 0.5s;
}
.info .info-content .info-more::after {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-gray.png') no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.info .info-content .info-more:hover {
  color: #e60012;
}
.info .info-content .info-more:hover:after {
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-red.png') no-repeat;
  background-size: 100% 100%;
}
.info .info-content .info-status {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: calc(38.5% - 14px);
}
.info .info-content .info-status > div {
  height: 146px;
  width: 100%;
  text-align: center;
}
.info .info-content .info-status > div.info-registration {
  background: #e3eaf3 url('/en/tres/NewWebUI/images/Business/icon-registration.png') bottom right no-repeat;
}
.info .info-content .info-status > div.info-service {
  background: #e3eaf3 url('/en/tres/NewWebUI/images/Business/icon-service.png') bottom right no-repeat;
}
.info .info-content .info-status > div.info-certified {
  background: #e3eaf3 url('/en/tres/NewWebUI/images/Business/icon-certified.png') bottom right no-repeat;
}
.info .info-content .info-status img {
  margin-bottom: 10px;
  width: 20px;
}
.info .info-content .info-partnership {
  width: calc(38.7% - 14px);
  background: #e3eaf3 url('/en/tres/NewWebUI/images/Business/icon-partnership.png') bottom right no-repeat;
  text-align: center;
  padding: 0 20px;
}
.info .info-content .info-partnership .info-partnership-list {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d3d9e2;
}
.info .info-content .info-partnership .info-partnership-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.mt-spacing {
  margin-top: 30px;
}
.info-links {
  width: calc(22.8% - 14px);
  background: #fff url('/en/tres/NewWebUI/images/Business/icon-links.png') bottom right no-repeat;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 0 25px 25px;
}
.info-links a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #595757;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.info-links a:first-child {
  padding-top: 0;
}
.info-links a:last-child {
  border-bottom: none;
}
.info-links a:hover {
  color: #e60012;
}
.info-links h2 {
  font-size: 20px;
  padding: 25px 0;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
.notic {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}
.notic li {
  width: calc(50% - 12px);
  margin: 0 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.notic li dt {
  background: url('/en/tres/NewWebUI/images/Business/news-bg.jpg');
  background-size: cover;
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.notic li dt h2 {
  font-size: 20px;
  font-weight: bold;
}
.notic li dt a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #6aaae1;
}
.notic li dt a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next.png') no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 7px;
}
.notic li dd {
  padding: 30px 0 15px;
  margin: 0 35px;
  border-bottom: 1px solid #f2f2f2;
}
.notic li dd:hover h3 {
  color: #e60012;
}
.notic li dd h3 {
  font-size: 16px;
  color: black;
  transition: all 0.5s;
}
.notic li dd span {
  display: block;
  font-size: 14px;
  color: #595757;
  margin-top: 10px;
}
.notic li dd:last-child {
  border-bottom: none;
}
.chip-menu {
  width: 28%;
}
.chip-menu .stow-menu {
  height: 67px;
  line-height: 67px;
  text-align: right;
  padding: 0 28px;
  background: #929298;
  cursor: pointer;
  margin-bottom: 15px;
}
.chip-menu .stow-menu img {
  transition: all 0.5s;
}
.chip-menu .info-tab {
  width: 100%;
}
.chip-menu .info-links {
  width: 100%;
  margin-top: 30px;
}
.chip-menu .info-links a {
  transition: all 0s;
}
.chip-table {
  width: 72%;
  padding-left: 14px;
}
.chip-table .chip-table-head {
  background: #fff;
  padding: 0 35px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.chip-table .chip-table-head .submit-operating-list {
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
  padding: 30px 0;
}
.chip-table .chip-table-head .submit-operating-list li {
  width: calc(33.333% - 26px);
  margin: 0 13px;
  background: #f4f6f7;
  padding: 15px 0;
  font-size: 16px;
  color: black;
}
.chip-table .chip-table-head .submit-operating-list li.active {
  color: #fff;
  background: #e60012;
}
.chip-table .chip-table-head .submit-operating-list li img {
  margin-right: 10px;
}
.chip-table .chip-table-head .submit-operating-list li input {
  display: none;
}
.chip-table .chip-table-head .submit-operating-list li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
}
.chip-table .chip-table-content {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
}
.set-links-list {
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
  padding: 30px 0;
}
.set-links-list > li {
  width: calc(33.333% - 26px);
  background: #f4f6f7;
  margin: 0 13px;
}
.set-links-list > li.active {
  background: #e60012;
}
.set-links-list > li.active a {
  color: #fff;
}
.set-links-list > li a {
  padding: 15px 10px;
  color: #595757;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.set-links-list > li a img {
  margin-right: 14px;
}
.set-links-list > li a i {
  display: block;
}
.chip-tips {
  border: 1px solid #6aaae1;
  background: #f1f7fb;
  display: flex;
  align-items: flex-start;
  padding: 15px;
}
.chip-tips p {
  font-size: 16px;
  line-height: 1.4;
}
.chip-tips p span {
  color: #6aaae1;
}
.chip-tips p i {
  display: block;
  font-style: normal;
  margin-top: 5px;
}
.chip-tips img {
  margin-right: 10px;
  margin-top: 2px;
}
.chip-tips ul {
  padding-left: 20px;
}
.chip-tips ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.4;
}
.chip-tips a {
  color: #e60012;
  text-decoration: underline;
}
.chip-tips-list .chip-tips {
  margin-bottom: 20px;
}
.chip-tips-list .chip-tips:last-child {
  margin-bottom: 0;
}
.currency {
  padding: 25px 0 20px;
  font-size: 16px;
  color: #595757;
  text-align: right;
}
.benefit-reward-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.benefit-reward-select .select-title {
  font-size: 16px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.benefit-reward-select .chip-report-title {
  margin: 0;
}
.benefit-reward-select .btn-container {
  margin-top: 0;
}
.benefit-reward-select > li {
  display: flex;
}
.benefit-reward-select > li > div {
  display: flex;
  align-items: center;
}
.benefit-reward-select .custom-select {
  margin-left: 20px;
  width: 248px;
  display: flex;
  align-items: center;
}
.benefit-reward-select .custom-select input {
  display: none;
}
.benefit-reward-select .custom-select .custom-select-list {
  position: absolute;
  left: -1px;
  top: 29px;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #dadada;
  border-top: none;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.benefit-reward-select .custom-select .custom-select-list ul {
  max-height: 160px;
}
.benefit-reward-select .custom-select .custom-select-list ul li {
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.benefit-reward-select .custom-select .custom-select-list ul li span {
  margin-right: 15px;
}
.benefit-reward-select .custom-select .custom-select-container {
  border: 1px solid #dadada;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.benefit-reward-select .custom-select .custom-select-container.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.benefit-reward-select .custom-select .custom-select-container .custom-selected-list span {
  margin-right: 10px;
  padding-right: 20px;
  line-height: 1;
  position: relative;
}
.benefit-reward-select .custom-select .custom-select-container .custom-selected-list span::after {
  content: "";
  background: url('/en/tres/NewWebUI/images/Business/icon-certification-failed.png') no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.benefit-reward-select .custom-select .custom-select-container::after {
  content: "";
  background: url('/en/tres/NewWebUI/images/Business/icon-select-triangle.png');
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  transition: all 0.3s;
}
.custom-select-single {
  margin-left: 20px;
  width: 248px;
  display: flex;
  align-items: center;
}
.custom-select-single input {
  display: none;
}
.custom-select-single .custom-select-list-single {
  position: absolute;
  left: -1px;
  top: 29px;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #dadada;
  border-top: none;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}
.custom-select-single .custom-select-list-single ul {
  max-height: 160px;
}
.custom-select-single .custom-select-list-single ul li {
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.custom-select-single .custom-select-list-single ul li span {
  margin-right: 15px;
}
.custom-select-single .custom-select-container-single {
  border: 1px solid #dadada;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}
.custom-select-single .custom-select-container-single.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-single .custom-select-container-single::after {
  content: "";
  background: url('/en/tres/NewWebUI/images/Business/icon-select-triangle.png');
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  transition: all 0.3s;
}
.table-box {
  background: #fff;
  padding: 0 35px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.chip-title-line {
  font-size: 20px;
  padding: 30px 0 15px;
  border-bottom: 1px solid #f2f2f2;
}
.chip-report-title {
  margin: 25px 0 15px;
  color: black;
  font-size: 16px;
  padding-left: 12px;
  border-left: 3px solid #e60012;
}
.chip-report-title span {
  color: #595757;
}
.chip-report-title-children {
  line-height: 1.6;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  color: #595757;
}
.chip-table-tab {
  display: flex;
}
.chip-table-tab li {
  width: 50%;
  font-size: 16px;
  color: #fff;
  background: #333333;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.chip-table-tab li.active {
  background: #e60012;
}
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.btn-container.mb-spacing {
  margin-bottom: 25px;
}
.btn-container.select-botoom {
  margin-top: 0;
  padding-bottom: 25px;
}
.btn-container .btn-active {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  background: #e60012;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.btn-container .btn-active:last-child {
  margin-right: 0;
}
.btn-container .btn-active input {
  display: none;
}
.btn-container .btn-active img {
  margin-left: 5px;
}
.chip-search {
  overflow-y: auto;
}
.chip-search .chip-table-one tr td {
  word-break: initial;
}
.chip-search .chip-search-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 30px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 425px;
  display: none;
}
.chip-search .chip-search-container .product-list {
  overflow-y: auto;
}
.chip-search .chip-search-container .product-list .product-list-height {
  max-height: 350px;
}
.chip-search .chip-search-container .chip-search-head {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.chip-search .chip-search-container .chip-search-head span {
  font-size: 16px;
  margin-right: 20px;
}
.chip-search .chip-search-container .chip-search-head .change-search {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e60012;
  display: block;
  margin-left: 20px;
  cursor: pointer;
}
.chip-search .chip-search-container .chip-search-head .change-search input {
  display: none;
}
.chip-search .chip-search-container .chip-search-head .change-search-content {
  border: 1px solid #e5e5e5;
  height: 30px;
  display: block;
  width: 180px;
  padding: 0 10px;
}
.chip-search .chip-search-container .close-search {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.chip-table-list .chip-table-list-wrap {
  display: none;
}
.chip-table-one {
  font-size: 12px;
  width: 100%;
  border: 1px solid #f2f2f2;
  border-collapse: collapse;
}
.chip-table-one.chip-table-special tr.chip-table-thead td {
  font-size: 12px;
}
.chip-table-one tr:nth-child(even) {
  background: #ffffff;
}
.chip-table-one tr:nth-child(odd) {
  background: #fcfcfd;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.chip-table-one tr.chip-table-thead {
  background: #f4f6f7;
}
.chip-table-one tr.chip-table-thead td {
  font-size: 14px;
}
.chip-table-one tr td {
  padding: 15px 7px;
  word-break: break-all;
  text-align: center;
}
.chip-table-one tr td input {
  font-size: 12px;
  display: none;
}
.chip-table-one tr td span {
  font-size: 12px;
}
.chip-table-one tr td .set-table img {
  width: 18px;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}
.select-list select {
  display: none;
  padding: 10px;
  font-size: 12px;
}
.chip-color-red {
  color: #e60012;
}
.chip-colo-line-red {
  color: #e60012 !important;
  text-decoration: underline !important;
}
.chip-table-checkbox input {
  width: 19px;
  height: 19px;
  display: none;
  font-size: 12px;
}
.chip-table-checkbox input:checked + label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #e60012 #e60012 transparent;
}
.chip-table-checkbox label {
  width: 19px;
  height: 19px;
  border: 2px solid #e60012;
  position: relative;
  display: block;
  border-radius: 3px;
  cursor: pointer;
}
.change-table-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.change-table-container .change-table-content {
  max-height: 90vh;
  min-height: 60vh;
  background: #fff;
  width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  padding: 20px;
}
.change-table-container .change-table-content .chip-table-one tr td {
  padding: 20px;
  text-align: left;
}
.change-table-container .change-table-content .chip-table-one tr td input {
  border: 1px solid #999;
  padding: 10px;
}
.change-table-container .change-table-content .chip-table-one tr td .select-list span {
  display: none;
}
.change-table-container .change-table-content .chip-table-one tr td .select-list select {
  display: block;
  outline: none;
  width: 100%;
}
.change-table-container .change-table-content .chip-table-one tr td .editable span {
  display: none;
}
.change-table-container .change-table-content .chip-table-one tr td .editable input {
  display: block;
}
@media (max-width: 1500px) {
  .info .info-tab li {
    padding: 0 20px;
  }
  .info .info-tab li a {
    padding: 25px 0 25px 35px;
    font-size: 14px;
  }
  .info .info-content h2 {
    font-size: 18px;
  }
  .info .info-content p {
    font-size: 14px;
  }
  .info .info-content h3 {
    font-size: 14px;
  }
  .info .info-content .info-more {
    font-size: 14px;
  }
  .info .info-content .info-links a {
    font-weight: 14px;
  }
  .notic li dt h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .business-main {
    padding-bottom: 40px;
  }
  .business-main > section {
    min-width: auto;
  }
  section > .container-mt {
    margin-top: 20px;
  }
  .welcome-content {
    padding: 15px 20px;
    flex-direction: column;
  }
  .welcome-content .welcome-text {
    padding-left: 0;
    padding-top: 10px;
  }
  .welcome-content .welcome-text h2 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .mt-spacing {
    margin-top: 20px;
  }
  .info {
    flex-wrap: wrap;
  }
  .info.expand .chip-menu {
    width: 100%;
    max-width: none;
  }
  .info.expand .chip-menu .info-tab li {
    padding: 0 20px;
  }
  .info.expand .chip-menu .info-tab li a {
    text-indent: 0;
    padding: 20px 0 20px 40px;
  }
  .info.expand .chip-menu .info-tab li a::before {
    left: 0;
    transform: translateY(-50%);
  }
  .info.expand .chip-menu .info-tab li a::after {
    display: block;
  }
  .info.expand .chip-menu .stow-menu img {
    transform: rotate(180deg);
  }
  .info .info-tab {
    margin-bottom: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .info .info-tab.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .info .info-tab li {
    padding: 0 20px;
    display: none;
  }
  .info .info-tab li a {
    padding: 20px 0 20px 40px;
    font-size: 12px;
    overflow: visible;
  }
  .info .info-tab li a:after {
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .info .info-tab li.show {
    display: block;
  }
  .info .info-tab li.show.active {
    background: #e60012;
  }
  .info .info-tab li.show.no-default a::after {
    background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-red.png') no-repeat;
    background-size: 100% 100%;
  }
  .info .info-tab li.show.no-default:hover {
    background: transparent;
  }
  .info .info-tab li.show.no-default:hover a {
    color: black;
    border-bottom: 1px solid #f2f2f2;
  }
  .info .info-tab li.show.no-default:hover a.partner::before {
    background-position: 0 0;
  }
  .info .info-tab li.show.no-default:hover a.sales::before {
    background-position: -24px 0;
  }
  .info .info-tab li.show.no-default:hover a.partnership::before {
    background-position: -48px 0;
  }
  .info .info-tab li.show.no-default:hover a.benefit::before {
    background-position: -72px 0;
  }
  .info .info-tab li.show.no-default:hover a.marketing::before {
    background-position: -97px 0;
  }
  .info .info-tab li.show.no-default:hover a.chip::before {
    background-position: -122px 0;
  }
  .info .info-tab li.show.no-default:hover a.certified::before {
    background-position: -148px 0;
  }
  .info .info-tab li.show.no-default:hover a:after {
    background: url('/en/tres/NewWebUI/images/Business/icon-arrow-next-red.png') no-repeat;
    background-size: 100% 100%;
  }
  .info .info-tab li.show a::after {
    transform: translateY(-50%) rotate(90deg);
    right: 2px;
  }
  .info .info-tab li.show.on a:after {
    transform: translateY(-50%) rotate(270deg);
  }
  .info .info-content {
    flex-wrap: wrap;
    width: 100%;
  }
  .info .info-content > div {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .info .info-content > div:last-child {
    margin-bottom: 0;
  }
  .info .info-content h2 {
    font-size: 14px;
  }
  .info .info-content h2.info-title {
    margin: 20px 0 15px;
  }
  .info .info-content p {
    font-size: 12px;
  }
  .info .info-content h3 {
    font-size: 12px;
  }
  .info .info-content .info-more {
    margin-top: 5px;
    padding-right: 10px;
  }
  .info .info-content .info-more::after {
    width: 4.66px;
    height: 7.33px;
  }
  .info .info-content .info-status {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .info .info-content .info-status > div {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .info .info-content .info-status > div:last-child {
    margin-bottom: 0;
  }
  .info .info-content .info-status > div.info-registration {
    background-size: 64.66px 51.33px;
  }
  .info .info-content .info-status > div.info-service {
    background-size: 71.33px 57.33px;
  }
  .info .info-content .info-status > div.info-certified {
    background-size: 66px 63.33px;
  }
  .info .info-content .info-status img {
    margin-bottom: 5px;
  }
  .info .info-content .info-partnership {
    width: 100%;
    background-size: 158.66px 98.66px;
  }
  .info .info-content .info-partnership .info-partnership-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .info-links {
    width: 100%;
    background-size: 135.33px 106px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 0 20px 5px;
  }
  .info-links a {
    padding: 15px 0;
    font-size: 12px;
  }
  .info-links h2 {
    font-size: 14px;
    padding: 20px 0 15px;
  }
  .notic {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .notic li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .notic li dt {
    padding: 15px 20px;
  }
  .notic li dt h2 {
    font-size: 14px;
  }
  .notic li dt a {
    font-size: 12px;
  }
  .notic li dt a::after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
  .notic li dd {
    padding: 15px 0 10px;
    margin: 0 20px;
    border-bottom: 1px solid #f2f2f2;
  }
  .notic li dd h3 {
    font-size: 14px;
  }
  .notic li dd span {
    font-size: 12px;
    margin-top: 5px;
  }
  .chip-menu {
    width: 100%;
  }
  .chip-menu .stow-menu {
    display: none;
  }
  .chip-menu .info-links {
    display: none;
  }
  .chip-table {
    width: 100% !important;
    padding-left: 0;
  }
  .table-box {
    padding: 0 15px 20px;
  }
  .table-min-width {
    overflow-x: auto;
  }
  .table-min-width.lang .chip-table-one {
    min-width: 1200px;
  }
  .table-min-width .chip-table-one {
    min-width: 900px;
  }
  .chip-table-tab li {
    font-size: 12px;
  }
  .chip-title-line {
    font-size: 14px;
    padding: 20px 0 8px;
  }
  .chip-report-title {
    margin: 15px 0 8px;
    font-size: 12px;
  }
  .chip-report-title-children {
    font-size: 12px;
    line-height: 1.4;
  }
  .btn-container {
    margin-top: 15px;
  }
  .btn-container.mb-spacing {
    margin-bottom: 15px;
  }
  .btn-container.select-botoom {
    margin-top: -15px;
    padding-bottom: 15px;
  }
  .btn-container .btn-active {
    padding: 10px 0;
    font-size: 12px;
    margin-right: 10px;
    width: 120px;
  }
  .chip-tips {
    padding: 10px;
  }
  .chip-tips p {
    font-size: 12px;
    line-height: 1.4;
  }
  .chip-tips img {
    width: 13px;
    margin-right: 5px;
  }
  .chip-tips ul {
    padding-left: 15px;
  }
  .chip-tips ul li {
    font-size: 12px;
  }
  .chip-tips-list .chip-tips {
    margin-bottom: 10px;
  }
  .change-table-container .change-table-content {
    width: 90%;
    max-height: 80vh;
    padding: 20px 10px;
  }
  .chip-table .chip-table-head {
    padding: 0 15px;
  }
  .chip-table .chip-table-head .submit-operating-list {
    margin-left: -5px;
    margin-right: -5px;
    padding: 20px 0;
  }
  .chip-table .chip-table-head .submit-operating-list li {
    width: calc(33.333% - 10px);
    margin: 0 5px;
    padding: 15px 0;
    font-size: 12px;
  }
  .chip-table .chip-table-head .submit-operating-list li.active {
    color: black;
    background: #f4f6f7;
  }
  .chip-table .chip-table-head .submit-operating-list li img {
    margin-right: 10px;
    width: 15px;
  }
  .chip-table .chip-table-content {
    padding: 20px 15px;
  }
  .benefit-reward-select {
    flex-direction: column;
    padding: 15px 0;
  }
  .benefit-reward-select > li {
    flex-direction: column;
    width: 100%;
  }
  .benefit-reward-select .custom-select {
    margin-left: 0;
    width: 100%;
    margin: 15px 0;
  }
  .benefit-reward-select .btn-container {
    width: 100%;
  }
  .benefit-reward-select .select-title {
    font-size: 12px;
    margin-left: 0;
  }
  .custom-select-single {
    margin-left: 0;
    width: 100%;
    margin: 15px 0;
  }
  .currency {
    padding: 15px 0;
    font-size: 12px;
  }
  .set-links-list {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }
  .set-links-list > li {
    width: 100%;
    margin: 0 0 10px;
  }
  .set-links-list > li:last-child {
    margin-bottom: 0;
  }
  .set-links-list > li a {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 1.4;
    justify-content: flex-start;
  }
  .set-links-list > li a img {
    margin-right: 10px;
    width: 15px;
  }
  .set-links-list > li a i {
    display: inline;
  }
  .icon-download {
    width: 15px;
  }
  .chip-search .chip-search-container {
    padding: 40px 20px;
    min-width: auto;
    width: 100%;
  }
  .chip-search .chip-search-container .chip-table-one tr td {
    padding: 15px 7px;
  }
  .chip-search .chip-search-container .product-list {
    overflow-y: auto;
  }
  .chip-search .chip-search-container .product-list .product-list-height {
    max-height: 40vh;
  }
  .chip-search .chip-search-container .chip-search-head {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .chip-search .chip-search-container .chip-search-head span {
    font-size: 12px;
    margin-right: 10px;
  }
  .chip-search .chip-search-container .chip-search-head .change-search {
    margin-left: 10px;
  }
  .chip-search .chip-search-container .chip-search-head .change-search-content {
    width: 135px;
    font-size: 12px;
  }
}
