@charset "UTF-8";
body {
  font-family: SF Pro Display;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  background: #fff;
}

.container {
  width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

*,
::after,
::before {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #666666;
  outline: none;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  color: transparent;
}

input,
textarea,
select,
a {
  outline: none;
}

.icon {
  display: inline-flex;
}

.hidden {
  display: none !important;
}

.img-resize {
  display: block;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.img-resize:before {
  padding-bottom: 62.5%; /* 16:10 */
  content: "";
  display: block;
}
.img-resize img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-square {
  display: block;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.img-square:before {
  padding-bottom: 133.33%; /* 3:4 */
  content: "";
  display: block;
}
.img-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe-resize {
  display: block;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.iframe-resize:before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
}
.iframe-resize .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-loading {
  position: relative;
  overflow: hidden;
  border: 0 !important;
}
.item-loading img {
  position: initial !important;
}

.item-loading * {
  opacity: 0;
}

@keyframes load {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.item-loading:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #f9f9f9 !important;
  z-index: 1;
  opacity: 1 !important;
  top: 0;
  height: 100% !important;
  width: 100% !important;
}

.item-loading:before {
  content: "" !important;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, transparent 0%, #e8e8e8 50%, transparent 100%);
  animation: load 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}

.show_tab {
  opacity: 1;
  height: auto;
  z-index: 90;
  transform: translateY(0);
  transition: 0.6s;
  visibility: visible;
}

.hidden_tab {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.box-category[data-layout="100"] .box-category-top .box-category-title {
  display: block;
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 12px 20px;
  box-shadow: 0 -2px 0 0 #004370 inset, 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
}
.box-category[data-layout="100"] .box-category-middle .box-category-item:nth-child(even) {
  background: var(--Background-Button-Black, #f8f8f8);
  box-shadow: 0 -1px 0 0 #eee inset;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item:last-child {
  border-bottom: 0;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 230px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 12px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 242px);
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  color: var(--headlines-body-subheads, #161616);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  margin-bottom: 6px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-sapo {
  display: block;
  overflow: hidden;
  color: var(--secondary-text, #353535);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  margin-bottom: 12px;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="100"] .box-category-middle .box-category-item .box-category-time {
  display: block;
  color: var(--8-e-8-e-8-e-secondary-text-link-1, #8e8e8e);
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.2px;
  order: 1;
}
.box-category[data-layout="100"] .box-view {
  border-top: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  padding: 12px 0;
  display: flex;
  justify-content: center;
  background: var(--Background-Button-Black, #f8f8f8);
  border-radius: 0px 0px 12px 12px;
}
.box-category[data-layout="100"] .box-view .views {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--CafeF-Blue, #004370);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.box-category[data-layout="101"] .box-category-top .box-category-title {
  display: block;
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 12px 20px;
  box-shadow: 0 -2px 0 0 #004370 inset, 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-with-avatar {
  width: 113px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-with-avatar img {
  border-radius: 12px;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 129px);
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-link-title {
  display: block;
  overflow: hidden;
  color: var(--headlines-body-subheads, #161616);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-sapo {
  display: none;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-category {
  display: none;
}
.box-category[data-layout="101"] .box-category-middle .box-category-item .box-category-time {
  display: none;
}

@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Semibold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Semibold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Semibold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: bold;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.mediacdn.vn/fonts/SFProDisplay-Black.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Black.woff") format("woff"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Black.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/SFProDisplay-Black.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("https://static.mediacdn.vn/antt/fonts/Oswald-Regular.woff") format("woff"), url("https://static.mediacdn.vn/antt/fonts/Oswald-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("https://static.mediacdn.vn/antt/fonts/Oswald-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/antt/fonts/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("https://static.mediacdn.vn/antt/fonts/Oswald-SemiBold.woff") format("woff"), url("https://static.mediacdn.vn/antt/fonts/Oswald-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("https://static.mediacdn.vn/antt/fonts/Oswald-Bold.woff") format("woff"), url("https://static.mediacdn.vn/antt/fonts/Oswald-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.mediacdn.vn/fonts/Inter-Regular.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Regular.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Regular.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("https://static.mediacdn.vn/fonts/Inter-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Medium.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-SemiBold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.mediacdn.vn/fonts/Inter-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Bold.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.mediacdn.vn/fonts/Inter-Black.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/Inter-Black.woff") format("woff"), url("https://static.mediacdn.vn/fonts/Inter-Black.ttf") format("truetype"), url("https://static.mediacdn.vn/fonts/Inter-Black.eot") format("embedded-opentype");
  font-display: swap;
}
.section__certificate--main {
  background: #f5f5f5;
  padding-bottom: 32px;
}
.section__certificate--main .box-wrap--focus {
  margin-bottom: 20px;
}
.section__certificate--main .box-wrap--focus .list--menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Background-Button-Black, #f2f2f2);
}
.section__certificate--main .box-wrap--focus .list--menu-top .item--menu-top {
  display: block;
  color: var(--secondary-text, #353535);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  padding: 12px;
  border-right: 1px solid var(--Border, #e0e0e0);
  border-bottom: 4px solid var(--Background-Button-Black, #f2f2f2);
}
.section__certificate--main .box-wrap--focus .list--menu-top .item--menu-top:last-child {
  border-right: 0;
}
.section__certificate--main .box-wrap--focus .list--menu-top .item--menu-top.active {
  background: var(--CafeF-Blue, #004370);
  box-shadow: 0 -4px 0 0 #c32022 inset, 0 3px 9px 0 rgba(0, 0, 0, 0.49) inset;
  color: var(--White, #fff);
  border-bottom: 0;
}
.section__certificate--main .box-wrap--focus .box--top-focus {
  border-radius: 0 0 12px 12px;
  background: var(--Hightlight-Header, #e5ecfd);
  margin-bottom: 20px;
  padding: 32px 28px 0px 28px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .left .title {
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .left .text {
  color: var(--353535-secondary-text, #353535);
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .right .box-select {
  display: flex;
  align-items: center;
  border-radius: 12px;
  opacity: 0.8;
  background: #fff;
  padding: 8px 12px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .right .box-select .des {
  color: var(--CafeF-Blue, #004370);
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-right: 1px solid #e6e6e6;
  padding-right: 10px;
  margin-right: 10px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .right .box-select .list-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex .right .box-select .list-logo .item-logo {
  display: flex;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main {
  width: calc(100% - 178px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main .avt {
  width: 120px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main .content {
  width: calc(100% - 140px);
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main .content .name-cty {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main .content .desr {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--353535-secondary-text, #353535);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .item-main .content .sapo {
  color: var(--161616-headline-body-subheads, #161616);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-left: 3px solid var(--CafeF-Red, #c32022);
  padding-left: 12px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .item--top-flex .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #33a42e;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 20px;
  width: 150px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .kflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .kflex .list--tab {
  margin-top: 0;
}
.section__certificate--main .box-wrap--focus .box--top-focus .kflex .bug {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  border: 1px solid var(--CafeF-Red, #c32022);
  padding: 4px 8px;
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b.do-kq {
  justify-content: end;
  margin-top: 0;
  position: relative;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b.do-kq .box-search {
  bottom: 35px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b .right {
  width: 325px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b .box-search {
  position: relative;
  bottom: 25px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b .box-search .ip-item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
  color: var(--8-e-8-e-8-e-secondary-text-link-1, #8e8e8e);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 10px 50px 10px 12px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .flex-b .box-search .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--CafeF-Blue, #004370);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__certificate--main .box-wrap--focus .box--top-focus .list--tab {
  display: flex;
  gap: 8px;
}
.section__certificate--main .box-wrap--focus .box--top-focus .list--tab .item--tab {
  display: block;
  border-radius: 12px 12px 0 0;
  background: #ceddff;
  padding: 8px 16px;
  color: var(--CafeF-Blue, #004370);
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 141.176% */
}
.section__certificate--main .box-wrap--focus .box--top-focus .list--tab .item--tab.active {
  background: #fff;
}
.section__certificate--main .box-wrap--steam {
  display: flex;
  justify-content: space-between;
}
.section__certificate--main .box-wrap--steam .left {
  width: calc(100% - 390px);
}
.section__certificate--main .box-wrap--steam .left .box-kqxs {
  margin-bottom: 20px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs {
  border-radius: 12px;
  border: 1px solid #eee;
  background: var(--White, #fff);
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .list .item {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  padding: 6px 16px;
  color: var(--353535-secondary-text, #353535);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .list .item.active {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--CafeF-Blue, #004370);
  color: var(--White, #fff);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .box-lf {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .box-lf .text {
  display: block;
  color: var(--secondary-text, #353535);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: 0.2px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--flex .box-lf .select-item {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: #fff;
  color: var(--161616-headline-body-subheads, #161616);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 12px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 16px 0px 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds .item .txt {
  display: block;
  color: var(--secondary-text, #353535);
  text-align: right;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds .item select {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: #fff;
  padding: 4px 12px;
  display: flex;
  color: var(--161616-headline-body-subheads, #161616);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds .item .ip-item {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  color: var(--8e8e8e, #8e8e8e);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 12px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--ds .item .btn {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--Cafef, #004370);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false .icon,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true .icon {
  width: 44px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false .content,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true .content {
  width: calc(100% - 56px);
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false .content .bold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true .content .bold {
  display: block;
  color: var(--Red-1, #c32022);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false .content .b,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true .content .b {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 141.176% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-false .content .b .bold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .kq-true .content .b .bold {
  color: var(--Red-1, #c32022);
  font-family: "SF Pro Display";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam {
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .text-red,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .text-red,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .text-red {
  color: #ff365a !important;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .font-bold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .font-bold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .font-bold {
  font-weight: 700;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .font-semibold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .font-semibold,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .font-semibold {
  font-weight: 600;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .text-lg,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .text-lg,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .text-lg {
  font-size: 20px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .head,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .head,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .head {
  display: flex;
  font-weight: 500;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .head .col,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .head .col,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .head .col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 5px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .head .col:nth-child(1),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .head .col:nth-child(1),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .head .col:nth-child(1) {
  width: 60px;
  margin-right: -8px;
  border-right: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .head .col:nth-child(2),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .head .col:nth-child(2),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .head .col:nth-child(2) {
  flex: 5;
  padding: 0;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row {
  display: flex;
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row .col,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row .col,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row .col {
  text-align: center;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row .col:nth-child(1),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row .col:nth-child(1),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row .col:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 5px;
  width: 60px;
  border-right: 1px solid #eee;
  font-size: 15px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row .col:nth-child(2),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row .col:nth-child(2),
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row .col:nth-child(2) {
  flex: 5;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row .col:nth-child(2) > * + *,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row .col:nth-child(2) > * + *,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row .col:nth-child(2) > * + * {
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .row .col:nth-child(2) .number,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .row .col:nth-child(2) .number,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .row .col:nth-child(2) .number {
  flex: 1;
  padding: 16px 5px;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .bg-gray,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .bg-gray,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .bg-gray {
  background: #f8f8f8;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .list-number,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .list-number,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .list-number {
  display: flex;
  width: 100%;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso .list-number > * + *,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-trung .list-number > * + *,
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .table-xoso-nam .list-number > * + * {
  border-left: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--bot {
  border-top: 1px solid #eee;
  padding: 16px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--bot .row-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--bot .row-list .item {
  display: block;
  border-radius: 100px;
  border: 1px solid #eee;
  background: #fff;
  padding: 7px 16px;
  color: #000;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .list--bot .row-list .item.active {
  border-radius: 100px;
  background: var(--BG-F4F4F4, #f4f4f4);
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper {
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table {
  display: flex;
  flex-direction: column;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-row {
  display: flex;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-row .lottery-cell {
  flex: 1;
  padding: 10px 14px;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-row .lottery-cell:first-child {
  width: 80px; /* cột Giải nhỏ hơn */
  flex: none;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  align-items: center;
  justify-content: center;
  display: flex;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-row .lottery-cell:last-child {
  border-right: none;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-row:last-child .lottery-cell {
  border-bottom: none;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-header {
  font-weight: 600;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .lottery-header .lottery-cell {
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .bg-gray {
  background: #f8f8f8;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .red {
  color: red !important;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .txt-bold {
  display: block;
  border-top: 1px solid #eee;
  padding: 10px 14px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .txt-bold:first-child {
  border-top: none;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--wrap-kqxs .lottery-wrapper .lottery-table .no-br {
  padding: 0 !important;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow {
  border-radius: 12px;
  border: 1px solid #eee;
  background: var(--White, #fff);
  margin-top: 20px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .list-top {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .list-top .item {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  padding: 6px 16px;
  color: var(--353535-secondary-text, #353535);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .list-top .item.active {
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--CafeF-Blue, #004370);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  color: var(--White, #fff);
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-row {
  display: flex;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-row .table-cell {
  flex: 1;
  padding: 10px 16px;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-row .table-cell:last-child {
  border-right: none;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-row:last-child .table-cell {
  border-bottom: none;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-header {
  font-weight: 600;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .red {
  color: red !important;
  font-weight: 600 !important;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .middle {
  width: 52px !important;
  flex: inherit !important;
  background: transparent !important;
}
.section__certificate--main .box-wrap--steam .left .box-kqxs .box--updow .table-wrapper .custom-table .table-row:nth-child(even):not(.table-header) {
  background: #fafafa;
}
.section__certificate--main .box-wrap--steam .left .box--news {
  border-radius: 12px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
}
.section__certificate--main .box-wrap--steam .right {
  width: 370px;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb {
  border-radius: 12px;
  border: 1px solid #eee;
  background: var(--White, #fff);
  margin-bottom: 20px;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .title {
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  box-shadow: 0 -2px 0 0 #004370 inset, 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
  padding: 12px 20px;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .list .scroll {
  overflow-y: auto;
  max-height: 448px;
}
@-moz-document url-prefix() {
  .section__certificate--main .box-wrap--steam .right .box--kqmb .list .scroll {
    scrollbar-width: thin;
  }
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .list .scroll::-webkit-scrollbar {
  width: 4px;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .list .scroll::-webkit-scrollbar-thumb {
  background: var(--Black-Blur, rgba(0, 0, 0, 0.3));
  border-radius: 6px;
  opacity: 0.3;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .list .item {
  color: var(--Black, #000);
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: block;
  padding: 12px 20px;
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .right .box--kqmb .list .item:first-child {
  border-top: 0;
}
.section__certificate--main .box-wrap--steam .right .box--form {
  margin-bottom: 20px;
  border-radius: 12px;
  background: url(../../images/bg-xs-right.png) no-repeat;
  background-size: cover;
  padding: 145px 12px 12px 12px;
}
.section__certificate--main .box-wrap--steam .right .box--form .form-kq {
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 12px;
}
.section__certificate--main .box-wrap--steam .right .box--form .col {
  position: relative;
}
.section__certificate--main .box-wrap--steam .right .box--form .col .ip-item,
.section__certificate--main .box-wrap--steam .right .box--form .col .select-item {
  padding: 12px 20px;
  border-radius: 100px;
  border: 1px solid #eee;
  width: 100%;
  color: var(--AAAAAA, #aaa);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}
.section__certificate--main .box-wrap--steam .right .box--form .col .select-item {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.section__certificate--main .box-wrap--steam .right .box--form .col .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 2;
}
.section__certificate--main .box-wrap--steam .right .box--form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
  border-radius: 100px;
  background: #ef231c;
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section__certificate--main .box-wrap--steam .right .box--schedule {
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: var(--White, #fff);
}
.section__certificate--main .box-wrap--steam .right .box--schedule .top {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 0 -2px 0 0 #004370 inset, 0 -1px 0 0 rgba(0, 0, 0, 0.05) inset;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .top .title {
  color: var(--CafeF-Red, #c32022);
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .top .row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .top .row .date {
  display: block;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row {
  display: flex;
  border-top: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row:first-child {
  border-top: none;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row.active {
  background: #e5ecfd;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row.active .day,
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row.active .province {
  color: var(--Black, #000);
  font-weight: 600;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row.active .day {
  border-right: 1px solid #d3e0ff;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row .day {
  width: 68px;
  display: block;
  color: var(--Black, #000);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  padding: 12px 16px;
  border-right: 1px solid #eee;
}
.section__certificate--main .box-wrap--steam .right .box--schedule .middle .row .province {
  flex: 1;
  display: block;
  color: var(--Black, #000);
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  padding: 12px 20px;
}
.section__certificate--main .box-wrap--steam .right .box-read {
  border-radius: 12px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
}
.section__certificate--main .box-wrap--steam .right .box-read .flex-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 12px;
}
.section__certificate--main .box-wrap--steam .right .box-read .flex-page .swiper-button-disabled {
  opacity: 0.5;
}
.section__certificate--main .box-wrap--steam .right .box-read .flex-page .read-next,
.section__certificate--main .box-wrap--steam .right .box-read .flex-page .read-prev {
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid var(--Border, rgba(0, 0, 0, 0.1));
  background: var(--White, #fff);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
}
.section__certificate--main .bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.section__certificate--main .bottom .des {
  color: var(--8-e-8-e-8-e-secondary-text-link-1, #8e8e8e);
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.section__certificate--main .bottom .des .bold {
  font-weight: 600;
}
.section__certificate--main .bottom .text-bot {
  display: block;
  color: var(--353535-secondary-text, #353535);
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}/*# sourceMappingURL=styles.css.map */