@charset "UTF-8";
.footer {
  margin-top: 50px;
  text-align: center;
  padding: 30px 0;
  color: #fff;
  background: #191c1f;
  line-height: 22px; }
  .footer p {
    margin-bottom: 10px; }

.form_inner {
  position: relative; }
  .form_inner .swap a {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ebebf0;
    cursor: pointer;
    box-sizing: border-box; }

.news_detail {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px; }
  @media all and (max-width: 1000px) {
    .news_detail {
      padding: 0 10px; } }
  .news_detail .other {
    margin-top: 50px; }
    .news_detail .other h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 16px;
      text-align: center; }
      @media all and (max-width: 1000px) {
        .news_detail .other h2 {
          font-size: 20px;
          line-height: 30px; } }
  .news_detail h1 {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 16px;
    text-align: center; }
    @media all and (max-width: 1000px) {
      .news_detail h1 {
        font-size: 24px;
        line-height: 36px; } }
  .news_detail .dleft {
    width: calc(100% - 120px);
    float: left; }
  .news_detail .dright {
    width: calc(120px);
    float: right;
    position: relative; }
    .news_detail .dright .poplist {
      position: absolute;
      width: 300px;
      right: 0px;
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
      padding: 10px;
      box-sizing: border-box;
      z-index: 9999;
      margin-top: 10px; }
      .news_detail .dright .poplist input {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid #333; }
      .news_detail .dright .poplist .list {
        overflow-y: scroll;
        max-height: 240px;
        margin-top: 5px; }
        .news_detail .dright .poplist .list .item a {
          display: inline-block;
          width: 100%;
          padding: 12px;
          position: relative;
          padding-left: 45px;
          box-sizing: border-box;
          border-radius: 5px; }
          .news_detail .dright .poplist .list .item a img {
            position: absolute;
            left: 10px;
            top: 8px; }
          .news_detail .dright .poplist .list .item a:hover {
            background: #dadae3; }

.form {
  max-width: 600px;
  margin: auto;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #ccc; }
  .form .label {
    color: #777; }
  .form .current_money {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-top: 10px; }
    .form .current_money .name {
      font-size: 22px;
      font-weight: 600;
      line-height: 25px; }
    .form .current_money img {
      position: absolute;
      left: 0px;
      top: 0px; }
  .form input.money {
    width: 100%;
    line-height: 48px;
    border: 0;
    outline: none;
    font-size: 22px;
    font-weight: 600; }
  .form .form_top {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc; }
  .form .form_bottom {
    padding: 15px 20px; }

.list_other {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 0px;
  /* khoảng cách giữa các div */
  padding: 10px;
  line-height: 50px; }
  .list_other .title {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
  .list_other .item_monney {
    flex: 0 0 auto;
    /* không co giãn, không thu nhỏ, giữ nguyên kích thước */
    width: 120px;
    text-align: center; }
    .list_other .item_monney span {
      color: var(--main-color); }
  .list_other .item_monney_0 span {
    color: #000; }

.list_other_big {
  background: #16330014;
  margin-top: 30px;
  padding: 30px 30px 10px;
  box-sizing: border-box;
  border-radius: 30px; }
  @media all and (max-width: 600px) {
    .list_other_big {
      padding: 20px 10px;
      border-radius: 20px; } }
  .list_other_big .item_mon {
    width: calc(25% - 20px);
    float: left;
    margin: 0 10px 25px; }
    @media all and (max-width: 600px) {
      .list_other_big .item_mon {
        width: calc(33.33% - 20px); } }
    .list_other_big .item_mon p {
      font-size: 15px;
      line-height: 30px;
      font-weight: 600;
      text-decoration: underline; }
    .list_other_big .item_mon div {
      display: flex; }
      .list_other_big .item_mon div span {
        display: inline-block;
        margin: 10px; }

/*# sourceMappingURL=detail.css.map */
