@charset "UTF-8";
/* Scss Document */
/*--------------------   
        index
----------------------*/
/*.index{
  .wrap {
    padding-top: 76px;
  }
  #container{ 
    padding-top: 61px;
  }
  
}*/
.wrap {
  padding-top: 76px; }

.news-container {
  max-width: 740px; }
  .news-container .breadcrumbs {
    padding-top: 20px;
    margin: 12px -100px;
    width: calc(100% + 200px); }

.ttl {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  z-index: 10;
  padding-top: 29px !important; }

.list-fish {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px; }
  .list-fish .fish-item {
    width: calc((100% - 48px)/3);
    margin-bottom: 20px;
    margin-left: 24px; }
    .list-fish .fish-item:nth-child(3n+1) {
      margin-left: 0; }
    .list-fish .fish-item .fish-img {
      overflow: hidden; }
      .list-fish .fish-item .fish-img:before {
        color: #fff;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        height: 20px;
        font-size: 12px;
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;
        padding: 0 9px;
        font-weight: 600;
        text-transform: uppercase;
        box-sizing: border-box; }
    .list-fish .fish-item .hot:before {
      content: "HOT";
      background: #f20000; }
    .list-fish .fish-item .foru:before {
      content: "dành cho bạn";
      background: #1d9bf0; }
    .list-fish .fish-item .fish-info {
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 0; }
    .list-fish .fish-item .avatar {
      width: 40px;
      height: 40px;
      display: block;
      transition: ease 0.2s;
      position: relative; }
      .list-fish .fish-item .avatar:hover {
        opacity: 0.8; }
      .list-fish .fish-item .avatar img {
        border-radius: 50%; }
      .list-fish .fish-item .avatar.verified:before {
        font-size: 6px;
        right: -2px;
        width: 6px;
        height: 6px; }
    .list-fish .fish-item .fish-txt {
      width: calc(100% - 50px); }
      .list-fish .fish-item .fish-txt a {
        display: block;
        font-weight: bold;
        font-size: 16px;
        transition: ease 0.2s;
        text-transform: capitalize;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .list-fish .fish-item .fish-txt a:hover {
          color: #1d9bf0; }
      .list-fish .fish-item .fish-txt p {
        font-size: 13px;
        color: #b2b2b2;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .list-fish .fish-item .fish-txt p span {
          font-weight: bold;
          color: #1d9bf0;
          font-size: 14px;
          display: none;
          margin-right: 7px; }

@media only screen and (max-width: 1300px) {
  .list-fish {
    justify-content: space-between; }
    .list-fish .fish-item {
      width: calc((100% - 12px)/2);
      margin-left: 0 !important; } }
.forgot-password .error {
  margin-top: 8px;
  color: #b10000; }
.forgot-password .form-group {
  margin-bottom: 0; }
.forgot-password .send-success {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center; }
  .forgot-password .send-success span {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #66bd21;
    font-size: 20px;
    color: #66bd21;
    display: flex;
    justify-content: center;
    align-items: center; }
  .forgot-password .send-success p {
    font-size: 16px;
    padding: 16px 80px;
    text-align: center; }
.forgot-password .note-notification {
  padding: 8px 0; }
.forgot-password .confirm-mail {
  margin-top: 8px;
  display: flex;
  align-items: center; }
.forgot-password .info-account {
  margin-left: 40px;
  font-weight: bold; }
  .forgot-password .info-account img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 8px; }
.forgot-password .note-email {
  font-weight: bold;
  color: #b10000;
  margin-bottom: 8px; }
.forgot-password ul.note-user {
  list-style: inherit;
  padding-left: 28px; }
  .forgot-password ul.note-user li {
    color: #b10000;
    font-size: 13px; }

.create-password {
  width: 100%;
  height: calc(100vh - 331px);
  display: flex;
  align-items: center;
  justify-content: center; }
  .create-password .form-password {
    width: 400px; }
  .create-password h1 {
    font-size: 18px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px !important; }
  .create-password .alert {
    margin-bottom: 8px; }
  .create-password .form-control {
    margin-bottom: 8px; }
  .create-password .btn-primary {
    border-radius: 4px;
    margin-top: 12px; }

/*--------------------
        fish detail
----------------------*/
.fish-info {
  align-items: flex-start;
  margin-bottom: 40px; }

.slide-thumb {
  width: 60px;
  margin-right: 4px;
  display: flex;
  flex-flow: column; }
  .slide-thumb a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden; }
    .slide-thumb a:not(:last-child) {
      margin-bottom: 4px; }
    .slide-thumb a:hover img {
      opacity: 1; }
    .slide-thumb a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      transition: opacity 0.2s ease-in-out; }
    .slide-thumb a.active img {
      opacity: 1; }
    .slide-thumb a.active:before {
      opacity: 0; }
    .slide-thumb a.active .fish-thumb {
      opacity: 1; }
  .slide-thumb .clip-thumb {
    position: relative; }
    .slide-thumb .clip-thumb .fish-thumb {
      z-index: 3;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      filter: blur(0);
      opacity: 0;
      pointer-events: none; }
    .slide-thumb .clip-thumb:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .slide-thumb .clip-thumb:before {
      z-index: 3;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 24px;
      margin-left: 2px; }
    .slide-thumb .clip-thumb img {
      -webkit-filter: blur(5px);
      filter: blur(5px);
      position: relative;
      z-index: 2; }

.slider-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 570px; }
  .slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .slider-img .slide-main {
    width: calc(100% - 64px);
    height: 380px;
    position: relative;
    overflow: hidden; }
    .slider-img .slide-main .sold-out {
      position: absolute;
      width: 66px;
      height: 66px;
      top: 8px;
      right: 8px;
      z-index: 9; }
    .slider-img .slide-main .slide-content {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      top: 0;
      left: 0;
      transition: opacity 0.2s ease-in-out; }
      .slider-img .slide-main .slide-content.active {
        opacity: 1;
        pointer-events: auto; }
      .slider-img .slide-main .slide-content .img-slide {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
        .slider-img .slide-main .slide-content .img-slide.has-video {
          background-color: #363636; }
          .slider-img .slide-main .slide-content .img-slide.has-video .bg-blur {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .slider-img .slide-main .slide-content .img-slide.has-video .bg-blur img {
              filter: blur(20px);
              object-fit: cover; }
          .slider-img .slide-main .slide-content .img-slide.has-video .video16x9 {
            padding-top: 56.25%;
            position: relative;
            overflow: hidden;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .slider-img .slide-main .slide-content .img-slide.has-video .video16x9 iframe {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0; }
      .slider-img .slide-main .slide-content .create-date {
        z-index: 2;
        position: absolute;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        width: 83px;
        bottom: 12px; }
        .slider-img .slide-main .slide-content .create-date:before {
          content: "";
          z-index: 1;
          position: absolute;
          bottom: -50px;
          right: -30px;
          opacity: 0.7;
          -webkit-filter: blur(20px);
          filter: blur(20px);
          background-color: #000000;
          width: 150px;
          height: 110px;
          border-radius: 50px 0 0 0; }
        .slider-img .slide-main .slide-content .create-date span {
          position: relative;
          z-index: 2;
          display: block;
          font-weight: bold;
          font-size: 13px; }
  @media only screen and (max-width: 1420px) {
    .slider-img {
      width: 415px; } }

.fish-right {
  width: calc(100% - 598px);
  margin-left: 28px;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 60px;
  min-height: 380px; }
  .fish-right .required {
    font-weight: bold;
    color: #b10000;
    background-color: rgba(177, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 16px;
    text-align: center; }
  .fish-right h2 {
    font-size: 24px;
    font-weight: bold !important;
    line-height: 29px;
    margin-bottom: 6px !important;
    text-transform: capitalize; }
  .fish-right .price {
    color: #1d9bf0;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px !important;
    display: none; }
  .fish-right .fish {
    border-bottom: 1px dashed #c0c0c0;
    line-height: 37px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 18px;
    flex-wrap: wrap; }
    .fish-right .fish p {
      margin-right: 20px; }
      .fish-right .fish p:nth-last-child(1) {
        margin-right: 0; }
      .fish-right .fish p span {
        color: #b2b2b2; }
  @media only screen and (max-width: 1420px) {
    .fish-right {
      width: calc(100% - 443px); }
      .fish-right .fish {
        display: block;
        line-height: 17px;
        padding: 5px 0; }
        .fish-right .fish p {
          padding: 5px 0; } }

.fish-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column; }
  .fish-contact a {
    display: flex;
    height: 48px;
    align-items: center;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    transition: ease 0.2s; }
    .fish-contact a:hover {
      opacity: 0.8; }
    .fish-contact a i {
      font-weight: normal; }
  .fish-contact li:nth-child(1) {
    margin-bottom: 4px; }
    .fish-contact li:nth-child(1) a {
      color: #fff;
      background: #1d9bf0;
      font-weight: bold;
      padding-left: 17px; }
      .fish-contact li:nth-child(1) a i {
        display: block;
        font-size: 20px;
        margin-right: 13px; }
      .fish-contact li:nth-child(1) a span:last-child {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%); }
  .fish-contact li:nth-child(2) a {
    color: #1d9bf0;
    background: #f3faff;
    border: 1px solid #1d9bf0;
    font-weight: bold;
    padding-left: 17px; }
    .fish-contact li:nth-child(2) a i {
      display: block;
      font-size: 20px;
      margin-right: 11px; }
  @media only screen and (max-width: 1420px) {
    .fish-contact li {
      width: auto !important;
      min-width: inherit !important; }
      .fish-contact li a {
        padding-left: 15px !important;
        padding-right: 15px; } }

.member-status {
  margin-left: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px 24px 16px 16px;
  margin-bottom: 40px; }
  .member-status div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .member-status div .label {
      margin-right: 12px; }
    .member-status div .ava.verified:before {
      font-size: 8px;
      right: -4px; }
  .member-status .member-txt {
    width: 58.33%;
    font-size: 13px;
    line-height: 1.69;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .member-status .btn-primary {
    background: #76cc33;
    margin-left: 0; }

.fish-other {
  margin-left: 64px;
  padding-bottom: 20px; }
  .fish-other h3 {
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 12px !important; }
  .fish-other .dis-flex {
    flex-wrap: wrap; }
  .fish-other .fish-item {
    width: calc((100% - 36px)/4);
    margin-bottom: 20px;
    margin-left: 12px;
    font-weight: bold;
    position: relative; }
    .fish-other .fish-item:nth-child(4n+1) {
      margin-left: 0; }
    .fish-other .fish-item .fish-img {
      overflow: hidden; }
      .fish-other .fish-item .fish-img .sold-out {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 8px;
        right: 8px;
        left: auto; }
    .fish-other .fish-item .fish-name {
      line-height: 1.29;
      margin-bottom: 4px;
      display: block; }
    .fish-other .fish-item .price {
      color: #1d9bf0; }

.fish-img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  display: block;
  margin-bottom: 12px; }
  .fish-img img {
    position: absolute;
    top: 0;
    left: 0; }
  .fish-img.sold:after {
    content: "";
    background: url("../img/icon_sold.png") no-repeat center/100% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 9px;
    top: 9px; }

.status-txt {
  font-weight: bold;
  line-height: 17px;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  .status-txt a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 4px; }
  .status-txt span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    /*margin-top: 7px;*/
    color: #b2b2b2;
    font-weight: normal; }

/*--------------------
      Register
----------------------*/
.mainRegister {
  display: flex;
  box-sizing: border-box;
  padding-left: calc(50vw - 500px);
  height: 100vh;
  overflow: hidden;
  padding-bottom: 0; }
  .mainRegister.transitionPage .box-login:before {
    transform: scaleX(10);
    opacity: 1; }
  .mainRegister.transitionPage .content-bl, .mainRegister.transitionPage .copyright-login {
    opacity: 0; }
  .mainRegister .box-login {
    width: 340px;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    padding-right: 20px;
    box-sizing: border-box; }
    .mainRegister .box-login:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      transition: transform 0.5s ease-in-out; }
    .mainRegister .box-login .content-bl {
      transition: opacity 0.2s ease-in-out 0.3s;
      margin-top: auto;
      width: 100%;
      display: flex;
      flex-flow: column;
      position: relative; }
      .mainRegister .box-login .content-bl .logo-login a {
        font-size: 0;
        display: block; }
      .mainRegister .box-login .content-bl .logo-login img {
        width: 140px;
        height: 58px; }
      .mainRegister .box-login .content-bl h1 {
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 24px;
        text-transform: uppercase; }
      .mainRegister .box-login .content-bl .form-group {
        position: relative; }
        .mainRegister .box-login .content-bl .form-group .input-error {
          position: absolute;
          left: 100%;
          top: 0;
          margin-left: 8px;
          display: flex;
          align-items: center;
          height: 40px;
          background-color: rgba(177, 0, 0, 0.9);
          color: #ffffff;
          width: 200px;
          border-radius: 4px;
          padding-left: 12px; }
          .mainRegister .box-login .content-bl .form-group .input-error:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 6px 5px 0;
            border-color: transparent rgba(177, 0, 0, 0.9) transparent transparent;
            right: 100%;
            top: 14px; }
      .mainRegister .box-login .content-bl .btn-primary {
        border-radius: 4px;
        border: none;
        margin-left: 0;
        width: 100%;
        margin-top: 12px;
        height: 48px;
        text-transform: uppercase; }
      .mainRegister .box-login .content-bl .forgot-pw {
        color: #1d9bf0;
        display: block;
        margin-top: 12px; }
        .mainRegister .box-login .content-bl .forgot-pw:hover {
          text-decoration: underline; }
      .mainRegister .box-login .content-bl .leaf {
        height: 17px;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 25px; }
        .mainRegister .box-login .content-bl .leaf:before {
          content: "";
          height: 1px;
          width: 100%;
          background-color: #efefef;
          top: 12px;
          left: 0;
          position: absolute; }
        .mainRegister .box-login .content-bl .leaf span {
          display: inline-block;
          background-color: #ffffff;
          height: 17px;
          padding: 0 8px;
          position: relative;
          color: #b2b2b2; }
      .mainRegister .box-login .content-bl .social-login {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mainRegister .box-login .content-bl .social-login .btn-primary {
          width: calc(50% - 40px);
          background-color: #ffffff;
          border: 1px solid #efefef;
          color: #363636;
          text-transform: none;
          justify-content: flex-start; }
          .mainRegister .box-login .content-bl .social-login .btn-primary:hover {
            background-color: #f8f8f8; }
          .mainRegister .box-login .content-bl .social-login .btn-primary span {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0 12px; }
            .mainRegister .box-login .content-bl .social-login .btn-primary span.icon-facebook {
              background: url("../img/facebook40.png");
              background-size: cover; }
            .mainRegister .box-login .content-bl .social-login .btn-primary span.icon-google {
              background: url("../img/google40.png");
              background-size: cover; }
      .mainRegister .box-login .content-bl .refer {
        margin-top: 32px;
        color: #b2b2b2;
        display: flex;
        justify-content: flex-start; }
        .mainRegister .box-login .content-bl .refer a {
          display: inline-block;
          margin-left: 4px;
          color: #1d9bf0;
          font-weight: bold; }
          .mainRegister .box-login .content-bl .refer a:hover {
            text-decoration: underline; }
    .mainRegister .box-login .copyright-login {
      transition: opacity 0.2s ease-in-out 0.3s;
      margin-top: auto;
      padding-bottom: 12px;
      color: #888;
      font-size: 13px;
      width: 100%;
      position: relative; }
  .mainRegister .box-info {
    z-index: 1;
    position: relative;
    width: calc(100% - 340px);
    background-size: cover;
    overflow: hidden; }
    .mainRegister .box-info .bg-login {
      width: 130%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: url("../img/bg-login.jpg") no-repeat;
      background-size: cover;
      background-position: -200px center; }
      .mainRegister .box-info .bg-login:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #002220;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #002220, rgba(0, 34, 32, 0.2));
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #002220, rgba(0, 34, 32, 0.2));
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    .mainRegister .box-info .wave {
      height: 100%;
      position: absolute;
      left: -1px;
      z-index: 2; }
      .mainRegister .box-info .wave img {
        width: 300px;
        transform: scaleY(2.2); }
      @media (max-height: 830px) {
        .mainRegister .box-info .wave {
          left: -5%; }
          .mainRegister .box-info .wave img {
            transform: scaleY(2); } }
    .mainRegister .box-info .info-login {
      width: 660px;
      z-index: 1;
      box-sizing: border-box;
      height: 100%;
      position: relative;
      padding-left: 180px;
      align-items: center;
      justify-content: center;
      display: flex;
      flex-flow: column; }
      .mainRegister .box-info .info-login .content-il {
        width: 100%; }
        .mainRegister .box-info .info-login .content-il h2 {
          font-size: 28px;
          font-weight: bold;
          color: #ffffff; }
        .mainRegister .box-info .info-login .content-il ul {
          display: flex;
          flex-wrap: wrap;
          margin-top: 40px; }
          .mainRegister .box-info .info-login .content-il ul li {
            color: #ffffff;
            width: 70%;
            font-size: 20px;
            margin-bottom: 32px;
            align-items: center;
            display: flex; }
            .mainRegister .box-info .info-login .content-il ul li:nth-child(1), .mainRegister .box-info .info-login .content-il ul li:nth-child(3) {
              width: 30%; }
            .mainRegister .box-info .info-login .content-il ul li:nth-child(5) {
              width: 100%;
              margin-bottom: 0; }
            .mainRegister .box-info .info-login .content-il ul li span {
              margin-right: 8px;
              display: block;
              width: 30px;
              height: 30px;
              border-radius: 15px;
              border: 1px solid #ffffff;
              box-sizing: border-box;
              font-size: 10px;
              color: #ffe600;
              align-items: center;
              justify-content: center;
              display: flex; }
  .mainRegister .icon-eye-blind {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #b2b2b2;
    cursor: pointer; }

.ava {
  position: relative; }

/*--------------------
      account
----------------------*/
.account #container {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 101px; }
.account #account-sidebar {
  width: 200px;
  border-radius: 12px;
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-top: none; }
  .account #account-sidebar h3 {
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 12px 0; }
  .account #account-sidebar .account-ava {
    width: 100%;
    height: 200px;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 28px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    .account #account-sidebar .account-ava:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: rgba(54, 54, 54, 0.1); }
    .account #account-sidebar .account-ava .acount-img {
      position: relative;
      z-index: 1; }
      .account #account-sidebar .account-ava .acount-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-filter: blur(20px);
        filter: blur(20px);
        transform: scale(1.5); }
    .account #account-sidebar .account-ava > div {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      z-index: 3; }
    .account #account-sidebar .account-ava .ava {
      margin: 0 auto 8px;
      width: 80px;
      height: 80px; }
    .account #account-sidebar .account-ava .account-name {
      font-weight: bold;
      font-size: 16px; }
    .account #account-sidebar .account-ava .account-follow {
      line-height: 24px;
      font-size: 13px; }
  .account #account-sidebar ul {
    margin-bottom: 24px;
    position: sticky;
    top: 80px; }
    .account #account-sidebar ul a {
      line-height: 36px;
      box-sizing: border-box;
      padding-left: 40px;
      position: relative;
      display: block;
      z-index: 0;
      transition: ease 0.2s; }
      .account #account-sidebar ul a:before {
        content: "";
        background: #fff;
        height: 100%;
        width: calc(100% - 20px);
        top: 0;
        right: -1px;
        position: absolute;
        z-index: -1;
        border-bottom-left-radius: 18px;
        border-top-left-radius: 18px;
        transition: ease 0.2s;
        opacity: 0; }
      .account #account-sidebar ul a.active {
        color: #1d9bf0; }
        .account #account-sidebar ul a.active:before {
          opacity: 1; }
      .account #account-sidebar ul a:hover {
        color: #1d9bf0; }
.account #account-content {
  width: calc(100% - 240px); }
  .account #account-content .list-nh li.item-notification .content-in {
    width: calc(100% - 160px); }
    .account #account-content .list-nh li.item-notification .content-in .react-in span {
      max-width: 240px; }
    .account #account-content .list-nh li.item-notification .content-in .react-in strong {
      margin-left: 4px; }
  .account #account-content .list-nh li.item-notification .img-notification {
    max-width: 82px; }
.account .acc_ttl {
  font-size: 18px;
  font-weight: bold !important;
  color: #555;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .account .acc_ttl .btn-list-cheater {
    border-radius: 4px;
    text-transform: none;
    font-size: 14px;
    color: #1d9bf0;
    padding: 8px 16px;
    background-color: rgba(29, 155, 240, 0.1); }
    .account .acc_ttl .btn-list-cheater:hover {
      background-color: rgba(29, 155, 240, 0.2); }

/*-----------------------
      account-setup
----------------------------*/
.account-setup .acc_top {
  position: relative;
  line-height: 35px; }
  .account-setup .acc_top a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #f20000; }
    .account-setup .acc_top a:hover {
      text-decoration: underline; }
.account-setup .form_setting .form_ttl {
  font-weight: bold;
  margin-bottom: 11px;
  border-top: 1px solid #efefef;
  margin-top: 11px;
  padding-top: 20px; }
.account-setup .form_setting .dis-flex {
  align-items: flex-start;
  justify-content: space-between; }
.account-setup .form_setting .form_left {
  width: calc(66.5% - 40px); }
.account-setup .form_setting .choice_img {
  width: 33.5%;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 22px 0 36px; }
  .account-setup .form_setting .choice_img .ava {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px; }
.account-setup .form_setting .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .account-setup .form_setting .form-group > div {
    width: calc(100% - 93px); }
    .account-setup .form_setting .form-group > div a {
      font-weight: bold;
      color: #1d9bf0;
      display: block;
      line-height: 17px;
      margin-top: 16px; }
.account-setup .form_setting .form_txt {
  width: 93px;
  line-height: 40px; }
.account-setup .form_setting input {
  font-size: 13px;
  font-weight: bold; }
.account-setup .form_setting .acc_address {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .account-setup .form_setting .acc_address .row {
    display: flex;
    width: 100%;
    height: 40px; }
    .account-setup .form_setting .acc_address .row:nth-child(1) {
      z-index: 1; }
    .account-setup .form_setting .acc_address .row .col {
      width: 50%; }
  .account-setup .form_setting .acc_address .select2-container .select2-selection--single {
    border-left-width: 0; }
  .account-setup .form_setting .acc_address .district + .select2-container .select2-selection--single {
    border-left: 1px solid #efefef; }
  .account-setup .form_setting .acc_address .district + .select2-container .select2-selection--single {
    border-radius: 0 0 0 4px; }
  .account-setup .form_setting .acc_address .city + .select2-container .select2-selection--single {
    border-radius: 0 4px 0 0; }
  .account-setup .form_setting .acc_address .ward + .select2-container .select2-selection--single {
    border-radius: 0 0 4px 0; }
  .account-setup .form_setting .acc_address select {
    width: 43.6%;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold; }
  .account-setup .form_setting .acc_address input {
    border-radius: 4px 0 0 0; }
  .account-setup .form_setting .acc_address select:nth-child(2) {
    border-bottom: none; }
  .account-setup .form_setting .acc_address select:nth-child(3) {
    border-right: none; }
.account-setup .form_setting button {
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  width: 120px;
  margin-left: 93px; }
.account-setup .form_setting .note {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  color: #888;
  font-size: 13px; }
.account-setup label.label input[type="file"] {
  position: absolute;
  top: -1000px; }
.account-setup .label {
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0 auto 14px;
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  align-items: center;
  justify-content: center; }
.account-setup .label:hover {
  background: #1d9bf0;
  color: #ffffff; }
.account-setup .label:active {
  background: #9fa1a0; }
.account-setup .label:invalid + span {
  color: #555; }
.account-setup .label:valid + span {
  color: #ffffff; }

/*-----------------------
      account-notification
----------------------------*/
.noti_type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
  line-height: 37px;
  background: #ffffff;
  padding-top: 12px; }
  .noti_type li {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 28px;
    font-weight: bold; }
  .noti_type a {
    color: #888;
    position: relative;
    display: block; }
    .noti_type a:before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 0;
      height: 3px;
      background: #1d9bf0;
      transition: ease 0.2s; }
    .noti_type a:hover, .noti_type a.active {
      color: #1d9bf0; }
    .noti_type a.active:before {
      width: 100%; }
  .noti_type li.noti_check {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    text-transform: inherit;
    margin-right: 0;
    font-weight: 400; }
    .noti_type li.noti_check a:before {
      display: none; }

.account-noti .noti_item {
  align-items: center;
  margin-top: 12px; }
  .account-noti .noti_item .dis-flex {
    width: calc(100% - 76px);
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 12px;
    justify-content: space-between;
    line-height: 22px; }
  .account-noti .noti_item .icon_type {
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0d0d0;
    margin-right: 16px;
    transition: ease 0.2s; }
  .account-noti .noti_item:hover .icon_type {
    border-color: #1d9bf0;
    color: #1d9bf0; }
.account-noti .icon-chat {
  font-size: 20px; }
.account-noti .icon-bid {
  font-size: 29px; }
.account-noti .icon-heart {
  font-size: 21px; }
.account-noti .fish_thumb {
  width: 77px;
  height: 60px; }
.account-noti .noti_txt {
  width: calc(100% - 97px);
  padding-top: 2px;
  overflow: hidden; }
  .account-noti .noti_txt p:nth-child(2) {
    font-size: 13px; }

.txt_s1 {
  color: #b2b2b2; }

.txt_s2 {
  color: #363636; }

/*-----------------------
      account-post
----------------------------*/
.account-post #container {
  margin-bottom: 21px;
  max-width: 1120px; }
.account-post .action-bar {
  background-color: #363636;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 13px;
  display: none; }
  .account-post .action-bar span {
    margin: 0 4px; }
  .account-post .action-bar .btn-icon-label {
    margin-left: 20px; }
.account-post .post-group.show-action-bar .action-bar {
  display: flex;
  position: sticky;
  top: 61px;
  z-index: 10; }
.account-post .post-group.show-action-bar .table-heading {
  top: 104px; }
.account-post .table-row:hover .fix_icon {
  opacity: 1;
  pointer-events: auto; }
.account-post .table-row .table-cell {
  position: relative; }
  .account-post .table-row .table-cell .because {
    display: block;
    padding: 8px;
    text-align: center;
    font-weight: bold; }
  .account-post .table-row .table-cell .icon-check {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #1d9bf0;
    display: inline-flex;
    font-size: 8px;
    color: #ffffff;
    justify-content: center;
    align-items: center; }
    .account-post .table-row .table-cell .icon-check.disable {
      background-color: rgba(54, 54, 54, 0.1); }
      .account-post .table-row .table-cell .icon-check.disable:before {
        content: "\e908";
        font-size: 10px;
        color: #d0d0d0; }
  .account-post .table-row .table-cell .ava {
    width: 40px;
    height: 40px; }
  .account-post .table-row .table-cell .name {
    display: flex;
    flex-flow: column;
    margin-left: 8px;
    color: #888;
    font-size: 13px; }
    .account-post .table-row .table-cell .name span {
      font-size: 14px;
      font-weight: bold;
      color: #363636; }
  .account-post .table-row .table-cell .btn-sm {
    margin: 0 4px; }
  .account-post .table-row .table-cell .btn-green {
    height: 28px; }
.account-post .table-row .fish_thumb {
  width: 70px;
  height: 50px;
  margin-right: 12px; }
.account-post .table-row .show-thumb {
  width: 70px;
  height: auto;
  margin-right: 12px; }
.account-post .table-row .desc {
  width: 120px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
.account-post .table-row .fish_name {
  max-width: 180px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .account-post .table-row .fish_name span {
    display: block;
    font-size: 13px;
    color: #1d9bf0; }
.account-post .table-row .fix_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 78px);
  height: 100%;
  background: #f8f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  padding: 12px;
  box-sizing: border-box; }
  .account-post .table-row .fix_icon a {
    border: 1px solid #1d9bf0;
    color: #1d9bf0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; }
.account-post .table-row .icon-private {
  margin-right: 8px;
  color: #d0d0d0;
  font-size: 16px;
  width: 20px;
  display: inline-flex;
  justify-content: center; }
.account-post .table-row .icon-eye-see {
  margin-right: 8px;
  color: #66bd21;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  font-size: 12px; }
.account-post .price-start {
  color: #66bd21 !important;
  margin-top: 4px; }
  .account-post .price-start .icon-start {
    margin-right: 4px; }
.account-post .top-bid {
  color: #66bd21 !important;
  display: flex !important;
  align-items: center;
  margin-top: 4px; }
  .account-post .top-bid img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 4px; }

/*-----------------------
      account-chat
----------------------------*/
.chat_group {
  border: 1px solid #efefef;
  border-radius: 12px;
  margin-top: 12px;
  height: calc(100vh - 250px);
  align-items: flex-start;
  overflow: hidden; }
  .chat_group .chat_block {
    width: 42.58%;
    position: relative;
    height: 100%; }
  .chat_group .noti_type {
    padding-top: 0;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 36px;
    background: none;
    border-bottom: 1px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .chat_group .noti_type li {
      font-size: 14px;
      line-height: 44px; }
  .chat_group .noti_item {
    box-sizing: border-box;
    padding: 16px;
    border-bottom: 1px solid #efefef;
    align-items: flex-start;
    position: relative; }
    .chat_group .noti_item:hover {
      background: #f3faff; }
    .chat_group .noti_item.active {
      background-color: #f8f8f8; }
    .chat_group .noti_item.unread .noti_txt .txt_s2 {
      font-weight: bold; }
    .chat_group .noti_item.unread:before {
      display: block; }
    .chat_group .noti_item:before {
      display: none;
      position: absolute;
      top: 31px;
      right: 8px;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background-color: #1d9bf0; }
    .chat_group .noti_item .ava {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
      .chat_group .noti_item .ava.verified:before {
        font-size: 6px;
        right: -2px;
        width: 6px;
        height: 6px; }
    .chat_group .noti_item .fish_thumb {
      width: 54px;
      height: 40px; }
    .chat_group .noti_item .noti_txt {
      width: calc(100% - 114px);
      padding-right: 20px;
      box-sizing: border-box;
      font-size: 13px; }
      .chat_group .noti_item .noti_txt .txt_s1 {
        font-size: 12px;
        display: inline-block;
        margin-left: 4px; }
      .chat_group .noti_item .noti_txt .txt_s2 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  .chat_group .chat_list {
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 45px); }
  .chat_group .chat_box {
    height: 100%;
    border-left: 1px solid #efefef;
    width: 57.42%;
    position: relative; }
  .chat_group .chatbox_top {
    position: relative;
    height: 55px;
    border-bottom: 1px solid #efefef;
    align-items: center;
    justify-content: space-between; }
    .chat_group .chatbox_top .btn-chat-acc {
      margin-right: 12px; }
      .chat_group .chatbox_top .btn-chat-acc .icon-phone, .chat_group .chatbox_top .btn-chat-acc .icon-report {
        width: 34px;
        height: 34px;
        border-radius: 17px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
      .chat_group .chatbox_top .btn-chat-acc .icon-phone {
        background-color: rgba(102, 189, 33, 0.1);
        color: #66bd21;
        margin-right: 4px;
        transition-duration: 0s; }
        .chat_group .chatbox_top .btn-chat-acc .icon-phone.show-number {
          background-color: #66bd21;
          color: #ffffff;
          width: 150px; }
          .chat_group .chatbox_top .btn-chat-acc .icon-phone.show-number span {
            display: block; }
          .chat_group .chatbox_top .btn-chat-acc .icon-phone.show-number:hover {
            background-color: rgba(102, 189, 33, 0.9); }
        .chat_group .chatbox_top .btn-chat-acc .icon-phone span {
          display: none;
          font-family: 'San Francisco Text';
          font-weight: bold;
          margin-left: 12px; }
        .chat_group .chatbox_top .btn-chat-acc .icon-phone:hover {
          background-color: rgba(102, 189, 33, 0.2); }
      .chat_group .chatbox_top .btn-chat-acc .icon-report {
        background-color: rgba(29, 155, 240, 0.1);
        color: #1d9bf0; }
        .chat_group .chatbox_top .btn-chat-acc .icon-report:hover {
          background-color: rgba(29, 155, 240, 0.2); }
    .chat_group .chatbox_top .ava {
      width: 30px;
      height: 30px;
      margin: 0 8px 0 16px; }
      .chat_group .chatbox_top .ava.verified:before {
        font-size: 6px;
        right: -2px;
        width: 6px;
        height: 6px; }
    .chat_group .chatbox_top .chat_acc {
      line-height: 14px;
      font-size: 13px; }
      .chat_group .chatbox_top .chat_acc .txt_s1 {
        display: block;
        font-size: 12px; }
        .chat_group .chatbox_top .chat_acc .txt_s1:before {
          content: "";
          display: inline-block;
          border-radius: 50%;
          width: 6px;
          height: 6px;
          margin-right: 3px;
          position: relative;
          top: -1px;
          background: #b2b2b2; }
      .chat_group .chatbox_top .chat_acc .status-txt span {
        margin-top: 0; }
  .chat_group .chat_fish {
    background: #fff5db;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 8px; }
    .chat_group .chat_fish .fish_thumb {
      width: 54px;
      height: 40px;
      margin-right: 8px; }
    .chat_group .chat_fish .fish_name {
      color: #363636;
      transition: ease 0.2s; }
      .chat_group .chat_fish .fish_name span {
        display: none;
        color: #1d9bf0; }
    .chat_group .chat_fish:hover .fish_name {
      color: #1d9bf0; }

.chat_input {
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 62px;
  padding: 13px 12px 12px 14px;
  border-top: 1px solid #efefef; }
  .chat_input .dis-flex {
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative; }
  .chat_input .icon-photo {
    font-size: 20px;
    color: #888;
    margin-right: 13px; }
  .chat_input .icon-plane {
    font-size: 20px;
    color: #1d9bf0;
    position: absolute;
    right: 13px;
    top: 8px; }
  .chat_input input {
    width: calc(100% - 35px);
    height: 100%;
    border-radius: 37px;
    padding-left: 18px;
    box-sizing: border-box; }

.chat_box__box {
  position: absolute;
  width: 100%;
  height: calc(100% - 174px);
  overflow-y: auto;
  left: 0;
  bottom: 62px;
  background: #efefef;
  box-sizing: border-box;
  padding: 0 8px !important; }
  .chat_box__box .chat_date {
    text-align: center;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 32px; }

.dialog-chat {
  margin-top: 16px;
  margin-bottom: 16px; }
  .dialog-chat .verify {
    width: 18px;
    display: inline-block; }
    .dialog-chat .verify:after {
      right: 2px;
      border: none; }
  .dialog-chat .btn-link {
    font-weight: bold; }
  .dialog-chat .head {
    background-color: #FFF0B8;
    padding: 8px 12px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between; }
    .dialog-chat .head .title {
      color: #866800;
      text-transform: uppercase;
      font-weight: bold; }
    .dialog-chat .head .btn-close {
      font-size: 12px;
      color: #866800;
      padding: 4px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .dialog-chat .body {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 0 0 12px 12px; }
    .dialog-chat .body p {
      font-size: 13px; }

.chat_row {
  margin-bottom: 16px;
  align-items: flex-start; }
  .chat_row .ava {
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  .chat_row .chat_txt {
    width: calc(100% - 38px); }
  .chat_row .chat-item p {
    margin-bottom: 1px;
    display: flex; }
    .chat_row .chat-item p span {
      padding: 8px 18px;
      line-height: 25px; }
    .chat_row .chat-item p.chat_img {
      margin-bottom: 16px; }
      .chat_row .chat-item p.chat_img span {
        padding: 8px;
        border-radius: 8px !important;
        background-color: #ffffff; }
      .chat_row .chat-item p.chat_img img {
        width: 140px;
        object-fit: cover; }
  .chat_row.cus .chat-item p span {
    background: #ffffff;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px; }
    .chat_row.cus .chat-item p span i {
      display: block;
      width: 30px;
      height: 24px;
      position: relative;
      overflow: hidden; }
      .chat_row.cus .chat-item p span i img {
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .chat_row.cus .chat-item p:first-child span {
    border-top-left-radius: 35px; }
  .chat_row.cus .chat-item p:last-child span {
    border-bottom-left-radius: 35px; }
  .chat_row.own {
    justify-content: flex-end; }
    .chat_row.own .chat_txt {
      display: flex;
      justify-content: flex-end; }
    .chat_row.own .chat-item p {
      justify-content: flex-end; }
      .chat_row.own .chat-item p span {
        background: #1d25f0;
        color: #ffffff;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px; }
      .chat_row.own .chat-item p:first-child span {
        border-top-right-radius: 35px; }
      .chat_row.own .chat-item p:last-child span {
        border-bottom-right-radius: 35px; }

.verify {
  position: relative; }

.verify:after {
  content: "\e907";
  font-family: 'bettamarket' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: -3px;
  right: -1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1d9bf0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 6px; }

.verify.verify-small:after {
  width: 10px !important;
  height: 10px !important;
  font-size: 4px !important; }

strong.verify:after {
  width: 12px;
  height: 12px;
  font-size: 4px;
  position: inherit;
  bottom: 0;
  transform: translateY(-2px); }

/*-----------------------
      account-pid
----------------------------*/
.item_pidding {
  position: relative;
  align-items: inherit; }
  .item_pidding .item-img {
    width: 440px;
    margin-right: 16px;
    position: relative; }
    .item_pidding .item-img .fish-img {
      padding-top: 0;
      height: 100%; }
    .item_pidding .item-img .sold-out {
      position: absolute;
      width: 66px;
      height: 66px;
      bottom: 8px;
      right: 8px; }
  .item_pidding .pidding_info {
    width: calc(100% - 388px);
    position: relative; }
    .item_pidding .pidding_info h2 {
      font-size: 20px;
      color: #363636;
      font-weight: bold;
      margin-bottom: 8px; }
  .item_pidding .fish {
    border-top: 1px dashed #c0c0c0;
    border-bottom: 1px dashed #c0c0c0;
    margin-top: 13px;
    margin-bottom: 10px;
    line-height: 37px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .item_pidding .fish p {
      margin-right: 20px; }
      .item_pidding .fish p span {
        color: #b2b2b2; }
  .item_pidding ul.list_pid {
    position: relative;
    z-index: 0;
    color: #888;
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between; }
    .item_pidding ul.list_pid:before {
      content: "";
      position: absolute;
      left: 14px;
      bottom: 32px;
      width: calc(100% - 40px);
      height: 1px;
      background: #e2e2e2;
      z-index: -1; }
    .item_pidding ul.list_pid li {
      width: 50px;
      text-align: center; }
      .item_pidding ul.list_pid li span {
        display: block;
        margin: auto;
        white-space: nowrap; }
      .item_pidding ul.list_pid li p {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: flex-end; }
        .item_pidding ul.list_pid li p.ava.verified:before {
          font-size: 6px;
          right: 5px;
          width: 6px;
          height: 6px; }
        .item_pidding ul.list_pid li p img {
          width: 30px;
          height: 30px;
          margin-left: 10px; }
      .item_pidding ul.list_pid li:nth-child(1) {
        width: 34px; }
      .item_pidding ul.list_pid li:last-child {
        color: #66bd21;
        font-weight: bold; }
        .item_pidding ul.list_pid li:last-child p.verified:before {
          right: 0; }
        .item_pidding ul.list_pid li:last-child p img {
          margin-left: 0;
          width: 50px;
          height: 50px; }
        .item_pidding ul.list_pid li:last-child .circle {
          background: #66bd21;
          border: 1px solid #66bd21; }
    .item_pidding ul.list_pid .icon-start {
      color: #66bd21;
      font-size: 25px;
      justify-content: center;
      width: 34px;
      padding-left: 3px; }
    .item_pidding ul.list_pid .circle {
      border: 1px solid #e2e2e2;
      background: #ffffff;
      border-radius: 50%;
      width: 13px;
      height: 13px;
      margin: 10px auto 5px; }
  .item_pidding .count-down {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    line-height: 34px;
    box-sizing: border-box;
    padding-left: 14px;
    color: #1d9bf0;
    text-transform: uppercase;
    width: calc(100% - 131px);
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .item_pidding .count-down .count-line {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: #f3faff;
      z-index: -1; }
  .item_pidding.end-pid .btn-primary {
    background-color: #f8f8f8;
    color: #e2e2e2;
    pointer-events: none;
    cursor: not-allowed; }
  .item_pidding.end-pid .count-down {
    border: none;
    background-color: #f8f8f8; }
    .item_pidding.end-pid .count-down .note {
      font-weight: bold;
      color: #b10000; }
  .item_pidding .btn-primary {
    width: 131px;
    border-radius: 4px;
    text-transform: uppercase;
    height: 34px;
    margin-left: 8px;
    margin-top: 0; }
  .item_pidding:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px; }

.seller .ava {
  width: 40px;
  height: 40px;
  margin-right: 7px; }
  .seller .ava.verified:before {
    font-size: 6px;
    right: -4px;
    width: 6px;
    height: 6px; }
.seller .seller_name {
  line-height: 1.2; }
  .seller .seller_name .txt_s2 {
    font-size: 13px; }
  .seller .seller_name .txt_s1 {
    font-size: 12px; }

/*-----------------------
      account-follow
----------------------------*/
.account-follow .acc_ttl {
  margin-bottom: 10px; }

.follow_list {
  flex-wrap: wrap;
  justify-content: space-between; }
  .follow_list .follow_item {
    width: calc(50% - 6px);
    border: 1px solid #efefef;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 15px 16px;
    transition: ease 0.3s; }
    .follow_list .follow_item:hover {
      background: #f3faff; }
    .follow_list .follow_item .ava {
      width: 100px;
      height: 100px;
      margin-right: 16px;
      border-radius: 50px; }
    .follow_list .follow_item .txt_s2 {
      font-size: 16px; }
    .follow_list .follow_item .btn-grey {
      width: 90px;
      height: 32px;
      margin-top: 8px; }
      .follow_list .follow_item .btn-grey:hover {
        background: #ffffff; }

/*-----------------------
      account-saved
----------------------------*/
.account-saved .noti_type {
  margin-bottom: 16px; }
.account-saved .list-fish .fish-item {
  position: relative; }
.account-saved .del_btn {
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  width: 28px;
  height: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 8px;
  left: 8px;
  box-sizing: border-box;
  padding: 1px 0 0 1px; }
  .account-saved .del_btn:hover {
    background: #1d9bf0; }

/*-----------------------
      account-saved
----------------------------*/
.popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup .popup_content {
    background: #fff;
    border-radius: 4px;
    position: relative; }
  .popup .icon-close {
    display: block;
    position: absolute;
    top: 23px;
    right: 40px;
    color: #c4c4c4;
    font-size: 9px; }
  .popup .popup_ttl {
    border-bottom: 1px solid #efefef;
    height: 57px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 19px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #555; }
  .popup .form-btn button {
    margin-left: 0; }
  .popup .form-btn button + button {
    margin-left: 8px; }
  .popup .form-btn .btn-cancel {
    background: #efefef;
    color: #b2b2b2; }

.change_pass .popup_content {
  width: 430px; }
.change_pass form {
  margin: 40px; }
.change_pass .form-btn {
  justify-content: flex-end !important; }

.change_info .popup_content {
  width: 819px; }
.change_info .info_txt {
  margin: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #ac6700;
  background: #fff5db;
  border: 1px dashed #ef9309;
  border-radius: 4px;
  padding: 12px 19px; }
.change_info form {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
  padding-bottom: 40px; }
.change_info .form-btn {
  justify-content: flex-start !important;
  margin-left: 93px; }
.change_info .form_ttl {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important; }
.change_info .choice_img {
  margin-top: 30px; }

.pid-show {
  padding-bottom: 140px; }
  .pid-show .fish-img {
    margin-bottom: 0; }

.pid_done {
  height: auto !important;
  margin-right: 0 !important; }

.pid_top .fish-img {
  width: 40px;
  height: 40px; }
  .pid_top .fish-img.ava.verified:before {
    font-size: 6px;
    right: -4px;
    width: 6px;
    height: 6px; }
.pid_top .fish-txt {
  width: calc(100% - 48px); }

.sidebar-like {
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .sidebar-like .like-count {
    position: absolute;
    bottom: 4px;
    right: 4px;
    background-color: rgba(54, 54, 54, 0.7);
    border-radius: 14px;
    padding: 4px 8px;
    color: #ffffff; }
    .sidebar-like .like-count.liked {
      color: #ffffff; }
  .sidebar-like img {
    border-radius: 12px; }
  .sidebar-like:nth-child(1) .like-num {
    background-color: #f20000; }
  .sidebar-like:nth-child(2) .like-num {
    background-color: #F49300; }
  .sidebar-like:nth-child(3) .like-num {
    background-color: #66bd21; }

.like-most {
  height: calc(100vh - 130px); }
  .like-most.scroll-content {
    padding-right: 16px; }

.like-num {
  position: absolute;
  background-color: rgba(54, 54, 54, 0.7);
  top: 4px;
  left: 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  line-height: 1; }

.like-count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
  padding: 8px;
  cursor: pointer; }
  .like-count.liked {
    color: #b10000; }
    .like-count.liked i {
      color: #f20000 !important; }
    .like-count.liked i.m {
      animation-duration: 0.4s;
      transition-timing-function: ease-in-out;
      animation-name: scaleUp; }
      .like-count.liked i.m .m1 {
        animation: fly40 0.8s, flyUp1 0.8s;
        animation-delay: 0.3s; }
      .like-count.liked i.m .m2 {
        animation: fly40 0.8s, flyUp1 0.8s;
        animation-delay: 0.1s; }
      .like-count.liked i.m .m3 {
        animation: fly50 0.8s, flyUp 0.8s;
        animation-delay: 0.2s; }
      .like-count.liked i.m .m4 {
        animation: fly50 0.8s, flyUp 0.8s;
        animation-delay: 0.4s; }
  .like-count i {
    color: #c0c0c0;
    display: flex;
    font-size: 14px;
    margin-right: 8px;
    position: relative; }
    .like-count i .icon-heart {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 6px;
      transform: translate(-50%, -50%);
      margin-right: 0; }

.like-cmt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
  margin-left: 15px; }
  .like-cmt i {
    color: #c0c0c0;
    display: block;
    font-size: 14px;
    margin-right: 8px; }

.masonry {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-auto-rows: 12px; }
  .masonry .masonry-item {
    width: calc((100% - 72px)/4);
    margin-bottom: 24px; }
  .masonry .masonry-content {
    position: relative; }
  @media screen and (max-width: 1601px) {
    .masonry .masonry-item {
      width: calc((100% - 48px)/3); } }

.show-dont-sold {
  width: 100% !important; }
  .show-dont-sold .acc_ava {
    width: calc(100% - 120px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .show-dont-sold .acc_ava .ava {
      width: 30px;
      height: 30px;
      margin-right: 8px;
      display: block; }
      .show-dont-sold .acc_ava .ava.verified:before {
        font-size: 6px;
        right: -4px;
        width: 6px;
        height: 6px; }
    .show-dont-sold .acc_ava .brand {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: calc(100% - 38px); }
  .show-dont-sold .fish-img-show {
    border-radius: 12px;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    position: relative; }
    .show-dont-sold .fish-img-show.fish-video:after {
      content: "";
      background: url("../img/icon_play.svg") no-repeat center/100% auto;
      position: absolute;
      bottom: 8px;
      right: 8px;
      width: 28px;
      height: 28px;
      z-index: 1; }
  .show-dont-sold .fish-tt {
    justify-content: space-between;
    align-items: center;
    padding: 0 12px; }

.show-more {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #1d9bf0;
  font-weight: bold;
  border-radius: 51px;
  background-color: #e3f2fc;
  line-height: 44px;
  margin: 15px 0 40px;
  transition: ease 0.2s; }
  .show-more:hover {
    background-color: #1d9bf0;
    color: #fff; }

.chat-layout .fish-info {
  width: 570px; }
.chat-layout .seller {
  margin-bottom: 10px; }
.chat-layout .fish-right {
  width: 100%;
  margin-left: 0;
  margin-top: 20px; }
  .chat-layout .fish-right .fish {
    border-top: none;
    margin-bottom: 0;
    justify-content: space-between; }
    .chat-layout .fish-right .fish + p {
      margin-top: 10px; }
.chat-layout .txt-green {
  font-weight: bold;
  color: #66bd21 !important; }

.chat-layout {
  justify-content: space-between;
  align-items: initial;
  position: relative; }
  .chat-layout .fish-right {
    min-height: inherit;
    padding-bottom: 0;
    padding-left: 64px; }
  .chat-layout .chatgroup-footer .btn-primary {
    margin: auto;
    max-width: 303px;
    border-radius: 4px; }
  .chat-layout .chatgroup-box {
    height: calc(100% - 117px);
    box-sizing: border-box !important;
    padding: 16px; }
    .chat-layout .chatgroup-box .scrollbar-macosx {
      height: 100%;
      overflow: hidden; }

.pid-join .chatgroup-box {
  height: calc(100% - 237px); }
.pid-join .chatgroup-footer {
  height: 192px; }

.row-info {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 13px 12px;
  width: calc(100% - 52px);
  line-height: 1.36; }
  .row-info p {
    display: flex; }
    .row-info p strong {
      max-width: calc(100% - 187px);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block; }
  .row-info p:first-child {
    font-size: 13px;
    margin-bottom: 3px; }
    .row-info p:first-child span {
      color: #b2b2b2;
      display: inline-block;
      margin-left: 9px; }
  .row-info p:nth-child(2) {
    width: calc(100% - 96px); }
  .row-info .row-price {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 1px dashed #d0d0d0;
    border-radius: 15px;
    line-height: 22px;
    font-weight: bold;
    color: #888;
    padding: 0 13px; }

.fish-chatgroup {
  width: calc(100% - 600px);
  background: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 340px);
  min-height: 610px; }
  .fish-chatgroup .chatgroup-count {
    background: #f2f2f2;
    color: #1d9bf0;
    height: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 14px; }
    .fish-chatgroup .chatgroup-count span {
      font-size: 13px; }
      .fish-chatgroup .chatgroup-count span span {
        display: inline-block;
        font-weight: bold;
        font-size: 18px;
        margin-left: 4px; }
    .fish-chatgroup .chatgroup-count.plus-3m {
      background: #fff5db;
      color: #ef9309;
      font-weight: bold;
      font-size: 20px;
      position: relative; }
      .fish-chatgroup .chatgroup-count.plus-3m .time-line {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 4px;
        height: 4px;
        background: #ef9309;
        margin: 0;
        transition: width 0.2s linear; }
      .fish-chatgroup .chatgroup-count.plus-3m .p3m {
        position: absolute;
        top: 12px;
        right: 16px;
        font-size: 14px;
        text-transform: initial !important;
        font-weight: normal;
        color: #f20000; }

.chatgroup-footer {
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 16px; }
  .chatgroup-footer .icon-pen {
    margin-right: 8px; }
  .chatgroup-footer.nojion {
    background: #fff5db;
    color: #ef9309;
    font-size: 16px;
    text-align: center; }

.chatgroup-box .ava {
  width: 40px;
  height: 40px;
  margin-right: 12px; }
  .chatgroup-box .ava.verified:before {
    font-size: 6px;
    width: 6px;
    height: 6px; }

.chat-row {
  margin-bottom: 8px;
  align-items: flex-start; }
  .chat-row:nth-child(1) .row-info .row-price {
    border-color: #66bd21;
    color: #66bd21;
    background: #f7fef2; }

@media only screen and (max-width: 1420px) {
  .chat-layout .fish-info {
    width: 415px; }

  .fish-chatgroup {
    width: calc(100% - 430px);
    margin-left: 15px; } }
@keyframes zoomPrice {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1.5); }
  70% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
.pid-join .pid-box {
  margin-bottom: 8px;
  background: #ffffff;
  border-radius: 3px; }
  .pid-join .pid-box .default-price span {
    display: inline-flex;
    font-weight: bold;
    color: #363636;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 4px;
    margin-right: 4px; }
    .pid-join .pid-box .default-price span.priceAnim {
      animation: zoomPrice 0.5s; }
      .pid-join .pid-box .default-price span.priceAnim + i {
        opacity: 0; }
  .pid-join .pid-box .default-price i {
    opacity: 1;
    color: #727272;
    font-family: "San Francisco Text" !important;
    transition: opacity 0.5s ease; }
  .pid-join .pid-box div {
    height: 54px;
    box-sizing: border-box;
    align-items: center;
    padding: 15px 12px;
    flex-wrap: wrap; }
    .pid-join .pid-box div span {
      color: #b2b2b2;
      display: inline-block;
      margin-right: 5px; }
  .pid-join .pid-box div + div {
    border-top: solid 1px #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .pid-join .pid-box div:nth-child(1) input {
    width: calc(100% - 43px);
    border: none;
    font-size: 13px; }
  .pid-join .pid-box div:nth-child(2) p:nth-child(1) {
    margin-right: 10px; }
  .pid-join .pid-box .ava {
    width: 24px;
    height: 24px;
    margin-right: 11px; }
  .pid-join .pid-box button {
    padding: 0 10px;
    margin: 0 1px;
    font-size: 13px;
    border-radius: 15px;
    line-height: 26px;
    font-weight: bold; }
    .pid-join .pid-box button.btn-add-price {
      border: 1px solid #66bd21;
      color: #66bd21 !important;
      background: #f7fef2; }
      .pid-join .pid-box button.btn-add-price span {
        color: #66bd21 !important; }
    .pid-join .pid-box button.reset {
      color: #888;
      border: 1px solid #d0d0d0;
      background: #f8f8f8; }
.pid-join .pid-btn {
  justify-content: space-between; }
  .pid-join .pid-btn button {
    width: calc(50% - 4px);
    height: 44px;
    font-size: 16px;
    text-transform: uppercase; }
    .pid-join .pid-btn button:nth-child(2) {
      background: #66bd21; }
    .pid-join .pid-btn button.btn-disable {
      background-color: rgba(54, 54, 54, 0.1);
      color: #b2b2b2; }

.pid-win {
  background: none;
  border: 1px solid #efefef;
  height: calc(100vh - 340px);
  position: relative;
  z-index: 1; }
  .pid-win:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.8); }
  .pid-win .chatgroup-count {
    justify-content: center;
    background: #fff;
    color: #555;
    border-bottom: 1px solid #efefef;
    font-weight: bold;
    position: relative; }
  .pid-win .chatgroup-footer {
    background: none;
    padding-top: 0; }
    .pid-win .chatgroup-footer .fish-contact {
      position: static; }
    .pid-win .chatgroup-footer p {
      position: relative;
      color: #b10000;
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px; }
  .pid-win .win-form {
    height: calc(100% - 205px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .pid-win .win-form .ava {
      width: 80px;
      height: 80px;
      margin: 0 auto 17px; }
      .pid-win .win-form .ava:after {
        content: "";
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        position: absolute;
        top: -8px;
        left: -8px;
        border: 3px solid #ffce00;
        border-radius: 50%; }
    .pid-win .win-form .cons-txt {
      font-size: 16px; }
      .pid-win .win-form .cons-txt strong {
        display: block;
        font-size: 20px;
        margin-bottom: 3px; }
    .pid-win .win-form .win-price {
      margin: 24px auto 0;
      border: 1px dashed #66bd21;
      border-radius: 30px;
      line-height: 48px;
      font-weight: bold;
      color: #66bd21;
      padding: 0 24px;
      background: #f7fef2;
      font-size: 28px; }
    .pid-win .win-form > div {
      position: relative; }
      .pid-win .win-form > div .icon-win {
        width: 77px;
        margin: 0 auto 8px; }
    .pid-win .win-form.nowin {
      max-width: 230px;
      margin: auto; }
      .pid-win .win-form.nowin .btn-primary {
        text-transform: uppercase;
        margin: 16px 0; }
      .pid-win .win-form.nowin .note {
        color: #b10000; }

.show_detail {
  align-items: flex-start;
  margin-bottom: 65px;
  flex-flow: column; }
  .show_detail.layout-vertical {
    flex-flow: row; }
    .show_detail.layout-vertical .show_info {
      margin-top: 0; }
    .show_detail.layout-vertical .fish-show-img {
      top: 60px;
      position: sticky; }
  .show_detail .fish-show-img {
    width: 100%;
    margin-right: 28px;
    background-color: #363636; }
  .show_detail .video-ngang {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative; }
    .show_detail .video-ngang iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .show_detail .video-doc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 320px); }
    .show_detail .video-doc iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .show_detail .show_info {
    width: 100%;
    margin-top: 16px;
    position: relative; }
    .show_detail .show_info .info-user {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .show_detail .show_info .info-user .btn-primary {
        background-color: #66bd21; }
    .show_detail .show_info .seller .ava {
      width: 50px;
      height: 50px; }
    .show_detail .show_info .link-tooltip {
      position: absolute;
      top: 0;
      right: 18px;
      font-size: 27px;
      color: #888;
      line-height: 1;
      cursor: pointer; }
    .show_detail .show_info .tooltip-info {
      position: absolute;
      right: -130px;
      top: 40px;
      z-index: 1;
      padding: 12px;
      border-radius: 4px;
      box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.13);
      border: solid 1px #e2e2e2;
      background-color: #ffffff; }
      .show_detail .show_info .tooltip-info:before {
        content: "";
        position: absolute;
        top: -7px;
        left: 20px;
        width: 12px;
        height: 12px;
        transform: rotate(135deg);
        background: #fff;
        border-bottom: solid 1px #e2e2e2;
        border-left: solid 1px #e2e2e2; }
      .show_detail .show_info .tooltip-info a {
        display: block;
        min-width: 159px;
        line-height: 29px;
        box-sizing: border-box;
        padding-left: 8px; }
        .show_detail .show_info .tooltip-info a:hover {
          background: #efefef; }
  .show_detail .fish-txt {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 5px; }
  .show_detail .show_sns {
    border-bottom: 1px solid #efefef;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 20px; }
  .show_detail .row-info {
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 4px; }
    .show_detail .row-info .username {
      color: #1d9bf0;
      font-weight: 700; }
  .show_detail .confirm_link {
    font-weight: bold;
    color: #b2b2b2;
    margin-bottom: 8px; }
  .show_detail .form-group {
    margin-bottom: 4px; }
  .show_detail input {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-radius: 24px;
    padding-left: 19px; }
  .show_detail .chat-row {
    margin-bottom: 12px; }
    .show_detail .chat-row .row-info p strong {
      max-width: 100%; }
    .show_detail .chat-row .ava {
      width: 30px;
      height: 30px;
      margin-top: 6px;
      margin-right: 8px; }
      .show_detail .chat-row .ava.verified:before {
        font-size: 6px;
        width: 6px;
        height: 6px;
        right: -4px; }
    .show_detail .chat-row > div {
      width: calc(100% - 38px); }
      .show_detail .chat-row > div .chat-row {
        margin-bottom: 8px; }
        .show_detail .chat-row > div .chat-row > div {
          width: calc(100% - 32px); }
        .show_detail .chat-row > div .chat-row .row-info {
          margin-bottom: 0; }
        .show_detail .chat-row > div .chat-row input {
          height: 34px;
          border-radius: 17px; }
        .show_detail .chat-row > div .chat-row .form-group {
          margin-bottom: 16px; }
      .show_detail .chat-row > div .ava {
        width: 24px;
        height: 24px; }
  .show_detail .view-more-cmt {
    cursor: pointer; }
  .show_detail .like-cmt i, .show_detail .like-count i {
    color: #c0c0c0; }
  .show_detail .liked .like-count i {
    color: #f20000; }

.row-sns {
  align-items: center; }
  .row-sns .confirm_link {
    margin-bottom: 0;
    margin-left: 10px;
    cursor: pointer; }

.txt-line {
  padding-bottom: 18px; }

.txt-link {
  font-weight: bold;
  color: #1d9bf0; }

.btn-primary.btn-fix {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48px;
  width: 149px;
  border-radius: 4px;
  box-sizing: border-box; }
  .btn-primary.btn-fix i {
    display: inline-block;
    margin-right: 16px; }

.detail-boss-fish .member-txt {
  width: 74%; }
.detail-boss-fish .status-post {
  margin-top: 0; }

.user-layout .wrap {
  padding-top: 0; }
.user-layout #container {
  margin: 0 auto 61px;
  width: 100%;
  max-width: 1180px; }
.user-layout #container {
  padding-top: 0; }
.user-layout .list-fish .fish-item {
  width: calc((100% - 42px)/4);
  margin-left: 14px; }
  .user-layout .list-fish .fish-item:nth-child(4n + 1) {
    margin-left: 0; }
.user-layout .item_pidding:last-child {
  margin-bottom: 50px; }
.user-layout .item_pidding .fish-img {
  overflow: inherit;
  margin-bottom: 0; }
  .user-layout .item_pidding .fish-img.sold:after {
    width: 66px;
    height: 66px;
    right: 16px;
    top: 8px;
    transform: translateX(14%); }

.user-top {
  margin-top: 61px;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: #ffffff; }
  .user-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .user-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .user-top .user-ava {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    top: 50%;
    left: 50%;
    transform: scale(1.5) translate(-50%, -50%); }
  .user-top .user-inner-left, .user-top .user-inner-right {
    width: 50%;
    padding: 32px 0;
    z-index: 1; }
  @media only screen and (max-width: 1430px) {
    .user-top .wrap {
      padding: 0; } }

.user-inner-left {
  justify-content: space-between; }
  .user-inner-left .ava {
    width: 110px;
    height: 110px; }
  .user-inner-left > div {
    width: calc(100% - 134px); }
  .user-inner-left .user-name {
    font-weight: bold;
    font-size: 24px; }
  .user-inner-left .follow-count {
    margin-bottom: 10px; }
    .user-inner-left .follow-count span {
      font-size: 18px;
      font-weight: bold; }
  .user-inner-left .btn-primary {
    padding: 0 22px; }
    .user-inner-left .btn-primary:nth-child(1) {
      background: #66bd21; }
      .user-inner-left .btn-primary:nth-child(1) span {
        font-size: 22px;
        display: block;
        margin-right: 8px;
        margin-top: -4px; }
    .user-inner-left .btn-primary:nth-child(2) {
      background: #f3faff;
      color: #1d9bf0;
      margin-left: 8px; }
      .user-inner-left .btn-primary:nth-child(2) i {
        display: block;
        font-size: 17px;
        margin-right: 10px; }

.user-inner-right {
  padding-left: 50px !important;
  position: relative;
  z-index: 1; }
  .user-inner-right dl {
    margin-bottom: 10px;
    align-items: flex-start; }
    .user-inner-right dl dt {
      width: 107px;
      color: rgba(255, 255, 255, 0.7); }
    .user-inner-right dl dd {
      width: calc(100% - 107px); }
      .user-inner-right dl dd i {
        font-size: 9px;
        color: #66bd21;
        display: block;
        margin-right: 8px; }
      .user-inner-right dl dd p + p {
        margin-left: 23px; }

.user-menu {
  background: #f3faff;
  margin-bottom: 28px; }
  .user-menu .wrap {
    justify-content: space-between;
    align-items: center; }
  @media only screen and (max-width: 1430px) {
    .user-menu .wrap {
      padding: 0; } }
  .user-menu .noti_type {
    background: none;
    border-bottom: none;
    line-height: 54px;
    padding-top: 0; }
  .user-menu .btn-primary {
    height: 34px;
    border-radius: 4px;
    border: solid 1px #1d9bf0;
    background-color: #f3faff;
    color: #1d9bf0; }
    .user-menu .btn-primary i {
      display: block;
      font-size: 18px;
      margin-right: 10px; }

.fish-like {
  margin-bottom: 40px !important; }

.chat-room {
  position: fixed;
  bottom: 0;
  right: 220px;
  background: #ffffff;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
  width: 320px;
  height: 441px; }
  .chat-room .dialog-chat .body {
    background-color: #fbfbfb; }
  .chat-room .chatbox_top {
    height: 45px;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    padding-left: 8px;
    position: relative; }
    .chat-room .chatbox_top .verify:after {
      width: 10px;
      height: 10px;
      font-size: 4px; }
    .chat-room .chatbox_top .chat-btn {
      position: absolute;
      top: 8px;
      right: 8px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      color: #b7b7b7;
      height: 28px; }
      .chat-room .chatbox_top .chat-btn a {
        display: block; }
        .chat-room .chatbox_top .chat-btn a:hover {
          background: #efefef; }
        .chat-room .chatbox_top .chat-btn a.chat-small {
          width: 28px;
          height: 28px;
          border-radius: 50%;
          margin-right: 8px;
          position: relative; }
          .chat-room .chatbox_top .chat-btn a.chat-small:before {
            content: "";
            background: #b7b7b7;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 12px;
            height: 2px; }
        .chat-room .chatbox_top .chat-btn a.chat-close {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 28px;
          height: 28px;
          border-radius: 50%;
          line-height: 13px;
          margin-top: 2px; }
  .chat-room .ava {
    width: 28px;
    height: 28px;
    margin-right: 8px; }
  .chat-room .chat_input {
    height: 52px;
    padding: 11px 12px 10px 14px; }
    .chat-room .chat_input .icon-plane {
      font-size: 12px;
      top: 9px;
      right: 10px; }
    .chat-room .chat_input .icon-photo {
      font-size: 13px;
      margin-right: 10px; }
    .chat-room .chat_input input {
      width: calc(100% - 27px); }
  .chat-room .chat_box__box {
    bottom: 52px;
    height: calc(100% - 98px);
    background: #ffffff; }
  .chat-room .chat_row .chat-item p span {
    line-height: 17px;
    padding: 12px 18px; }
  .chat-room .chat_row.cus .chat-item p span {
    background: #e2e2e2;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px; }
  .chat-room .chat_row.cus .chat-item p:first-child span {
    border-top-left-radius: 23px; }
  .chat-room .chat_row.cus .chat-item p:last-child span {
    border-bottom-left-radius: 23px; }
  .chat-room .chat_row.own .chat-item p span {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px; }
  .chat-room .chat_row.own .chat-item p:last-child span {
    border-bottom-right-radius: 23px; }
  .chat-room .chat_row.own .chat-item p:first-child span {
    border-top-right-radius: 23px; }

.user-about {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 40px; }

.user-about-img {
  width: 50%; }

.user-about-info {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px; }
  .user-about-info h2 {
    margin-bottom: 8px !important; }
  .user-about-info .txt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef; }
  .user-about-info p + p {
    margin-top: 20px; }

/*-----------------------
      search result
----------------------------*/
.box-result {
  margin-bottom: 40px; }
  .box-result .list-fish {
    padding-bottom: 0; }
  .box-result .head-box-result {
    background-color: #f8f8f8;
    padding: 12px 16px;
    margin-bottom: 16px;
    display: flex; }
    .box-result .head-box-result .title {
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 4px; }
    .box-result .head-box-result .btn-link {
      font-weight: bold;
      margin-left: auto; }
  .box-result .follow_list .follow_item {
    width: calc((100% - 24px)/3); }

.find-box {
  position: sticky;
  background-color: #ffffff;
  top: 0;
  padding: 16px 16px 0 16px;
  margin: -16px -16px 0 -16px;
  transform: translateY(-16px);
  z-index: 9; }

.list-cheater {
  max-width: 540px; }
  .list-cheater .body {
    padding: 0; }
  .list-cheater .content-list-cheater {
    padding: 16px;
    height: calc(100vh - 400px);
    overflow: auto; }

.table.table-list-cheater {
  margin-bottom: 32px; }
  .table.table-list-cheater .table-heading {
    position: relative;
    top: auto;
    z-index: 8; }
  .table.table-list-cheater .table-head:nth-child(1) {
    width: auto; }
  .table.table-list-cheater .table-row:hover {
    background: none; }
  .table.table-list-cheater .table-row .table-cell {
    font-size: 14px; }
  .table.table-list-cheater .name {
    text-transform: uppercase; }
  .table.table-list-cheater .number {
    font-weight: bold; }
    .table.table-list-cheater .number.hightlight {
      position: relative; }
      .table.table-list-cheater .number.hightlight:before {
        position: absolute;
        top: -3px;
        left: -6px;
        z-index: -1;
        border-radius: 11px;
        width: calc(100% + 12px);
        height: calc(100% + 6px);
        content: "";
        background-color: #FFEA7A !important; }

.report {
  max-width: 544px; }
  .report .body {
    padding: 16px; }
  .report .btn-primary {
    border-radius: 4px;
    text-transform: uppercase; }
  .report .upload-image {
    display: flex; }
    .report .upload-image .btn-upload-image {
      width: 60px;
      height: 60px;
      border-radius: 4px;
      background-color: rgba(29, 155, 240, 0.1);
      color: #1d9bf0;
      margin-right: 4px;
      display: flex;
      align-items: center;
      justify-content: center; }

ul.list-image {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 64px); }
  ul.list-image li {
    margin-right: 4px;
    margin-bottom: 4px;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 5px; }
    ul.list-image li img {
      width: 100%;
      object-fit: cover;
      height: 100%; }

.approve .chat-layout {
  z-index: 9999;
  background-color: #ffffff; }
  .approve .chat-layout .fish-chatgroup {
    height: 100%; }

.overlay-approve {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.6); }

.private-content {
  padding-top: 61px;
  height: calc(100vh - 209px);
  display: flex;
  justify-content: center;
  align-items: center; }

.wrapper-pc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column; }
  .wrapper-pc .title-pc {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 300; }
    .wrapper-pc .title-pc strong {
      text-transform: uppercase; }
  .wrapper-pc .alert-pc {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px; }
  .wrapper-pc .btn-primary {
    text-transform: uppercase;
    padding: 0 24px; }

.icon-pc {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .icon-pc span {
    font-size: 90px;
    color: rgba(54, 54, 54, 0.2); }

.item_pidding.auction-hot .fish-img {
  margin-bottom: 0; }
  .item_pidding.auction-hot .fish-img img {
    top: 50%;
    transform: translateY(-50%); }
  .item_pidding.auction-hot .fish-img .title {
    position: absolute;
    display: flex;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: bold;
    box-sizing: border-box;
    color: #ffffff;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #000000;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
.item_pidding.auction-hot ul.list_pid {
  background-color: #f8f8f8;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 0; }
.item_pidding.auction-hot ul.list_pid .icon-start {
  font-size: 20px; }
.item_pidding.auction-hot ul.list_pid li p img, .item_pidding.auction-hot ul.list_pid li p {
  width: 24px;
  height: 24px;
  margin-left: 0; }
.item_pidding.auction-hot ul.list_pid li {
  width: auto; }
  .item_pidding.auction-hot ul.list_pid li span {
    font-size: 13px; }
.item_pidding.auction-hot ul.list_pid li p.ava.verified:before {
  font-size: 5px;
  right: -6px;
  width: 4px;
  height: 4px; }
.item_pidding.auction-hot ul.list_pid .circle {
  width: 9px;
  height: 9px; }
.item_pidding.auction-hot ul.list_pid:before {
  bottom: 41px;
  left: 25px;
  width: calc(100% - 50px); }
.item_pidding .countdown-hot {
  display: flex;
  background-color: rgba(29, 155, 240, 0.1);
  padding: 4px 12px;
  justify-content: space-between; }
  .item_pidding .countdown-hot span {
    display: flex;
    font-size: 11px;
    color: #1d9bf0;
    flex-flow: column;
    text-transform: uppercase;
    justify-content: center;
    align-items: center; }
    .item_pidding .countdown-hot span strong {
      font-size: 13px; }

.help-page #container {
  max-width: 960px; }
.help-page #account-sidebar {
  width: 250px; }
.help-page #account-content {
  width: calc(100% - 290px); }

ul.list-rule {
  margin-top: 20px;
  counter-reset: list-number; }
  ul.list-rule li {
    counter-increment: list-number;
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    line-height: 22px; }
    ul.list-rule li:before {
      content: "";
      width: 20px;
      box-sizing: border-box;
      height: 20px;
      border-radius: 10px;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #FFF0BC;
      border: 1px dashed #FFC700; }
    ul.list-rule li:after {
      content: counter(list-number);
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      font-weight: bold;
      color: #935800; }
    ul.list-rule li .alert {
      margin-top: 8px; }
  ul.list-rule dl {
    margin-top: 12px; }
    ul.list-rule dl dd {
      position: relative;
      padding-left: 24px;
      margin-bottom: 8px; }
      ul.list-rule dl dd:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #363636;
        border-radius: 3px;
        left: 12px;
        top: 7px; }

ul.list-team {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.list-team li {
    width: calc((100% - 12px)/2);
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
    margin-bottom: 12px; }
    ul.list-team li:nth-last-child(1), ul.list-team li:nth-last-child(2) {
      margin-bottom: 0; }
    ul.list-team li .info-member {
      position: relative; }
      ul.list-team li .info-member .wrap-info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        box-sizing: border-box;
        padding: 12px;
        color: #ffffff; }
        ul.list-team li .info-member .wrap-info .name {
          font-weight: bold;
          font-size: 16px;
          display: block; }
        ul.list-team li .info-member .wrap-info .address {
          font-size: 13px;
          color: rgba(255, 255, 255, 0.7); }
    ul.list-team li .intro {
      margin-top: 12px; }

.help-content {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-top: 16px; }
  .help-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ul.list-help {
  border: 1px solid #EDEDED;
  border-top-width: 0;
  max-height: calc(100vh - 540px);
  overflow: auto; }
  ul.list-help li {
    padding: 0 12px;
    box-sizing: border-box;
    border-top: 1px solid #EDEDED; }
    ul.list-help li:hover {
      background-color: rgba(29, 155, 240, 0.1); }
    ul.list-help li a {
      display: flex;
      width: 100%;
      padding: 12px 0; }

p[data-comment-id] {
  display: inline-block; }

.list-post-show .analytic-show .btn-red-light {
  width: 29px;
  height: 29px; }
.list-post-show .analytic-show .btn-blue-light {
  width: calc(100% - 36px);
  border-radius: 15px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-left: 8px;
  justify-content: center; }

.card-event {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED; }
  .card-event img {
    width: 310px;
    max-height: 180px;
    object-fit: cover; }
  .card-event .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .card-event .info-card-event {
    margin-left: 24px;
    display: block; }
    .card-event .info-card-event span {
      display: -webkit-box; }
    .card-event .info-card-event .title {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      text-transform: uppercase; }
    .card-event .info-card-event .category {
      color: #c4c4c4;
      margin: 4px 0; }
    .card-event .info-card-event .timeline {
      margin-top: 12px;
      display: inline-flex;
      align-items: center;
      height: 28px;
      background-color: #f8f8f8;
      border-radius: 14px; }
      .card-event .info-card-event .timeline .status {
        height: 28px;
        padding: 0 20px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: bold;
        border-radius: 14px;
        box-sizing: border-box; }
        .card-event .info-card-event .timeline .status.happenning {
          background-color: #FFF1F0;
          color: #b10000;
          border: 1px dashed #b10000; }
        .card-event .info-card-event .timeline .status.upcoming {
          background-color: #EEF9E6;
          color: #66bd21;
          border: 1px dashed #66bd21; }
        .card-event .info-card-event .timeline .status.ended {
          background-color: #F9F9F9;
          color: #c4c4c4;
          border: 1px dashed #c4c4c4; }
      .card-event .info-card-event .timeline .deadline {
        margin-left: 12px;
        color: #727272;
        margin-right: 20px;
        display: inline-flex; }
        .card-event .info-card-event .timeline .deadline span {
          margin: 0 4px; }

.post-content {
  margin-bottom: 40px; }
  .post-content a {
    color: #1d9bf0 !important; }
  .post-content div[dir] {
    margin-bottom: 8px; }
  .post-content .img-feature {
    margin: 16px -100px;
    width: calc(100% + 200px);
    border-radius: 12px; }
  .post-content figure.news-figure {
    width: 100% !important; }
    .post-content figure.news-figure img {
      width: 100% !important; }
    .post-content figure.news-figure .news-figure-capture {
      text-align: center;
      font-size: 13px;
      font-style: italic; }
      .post-content figure.news-figure .news-figure-capture span {
        text-align: center;
        font-size: 13px;
        font-style: italic; }
  .post-content .video-16x9 {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000000; }
    .post-content .video-16x9 iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .post-content .source {
    text-align: right; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    margin-top: 16px !important;
    margin-bottom: 8px !important; }
    .post-content h1 span, .post-content h2 span, .post-content h3 span, .post-content h4 span {
      color: #363636 !important; }
  .post-content h1 {
    font-size: 28px;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 36px !important; }
  .post-content h2 {
    font-size: 24px;
    font-weight: bold !important; }
  .post-content h3 {
    font-size: 20px;
    font-weight: bold !important; }
  .post-content h4 {
    font-size: 16px;
    font-weight: bold !important; }
  .post-content ul li {
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    color: #888; }
    .post-content ul li:before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 2px;
      left: 12px;
      display: block;
      top: 8px;
      background-color: #888;
      position: absolute; }
  .post-content p {
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    margin: 12px 0; }
    .post-content p:empty {
      display: none; }
    .post-content p img {
      width: 100% !important; }
  .post-content br {
    display: none !important; }
  .post-content .category {
    color: #1d9bf0; }
    .post-content .category:hover {
      text-decoration: underline; }
  .post-content .entry .timeline {
    margin-top: 0;
    margin-right: 8px; }
  .post-content .intro-news {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #888;
    line-height: 24px;
    margin-bottom: 16px; }
  .post-content .video-iframe {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    margin: 16px 0; }
    .post-content .video-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .post-content figure.image {
    margin: 16px 0; }
    .post-content figure.image picture {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #F5F5F5; }
      .post-content figure.image picture img {
        width: auto;
        max-width: 100%;
        height: 100%; }
    .post-content figure.image figcaption {
      text-align: center;
      font-size: 13px;
      color: #888;
      margin: 4px 0;
      font-style: italic; }

.news-related {
  margin-bottom: 60px; }
  .news-related h3 {
    font-size: 20px;
    font-weight: bold !important;
    text-transform: uppercase;
    margin: 16px 0 8px 0 !important; }
  .news-related ul li a {
    font-size: 14px;
    padding-left: 24px;
    position: relative;
    color: #888;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px; }
    .news-related ul li a:before {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 2px;
      left: 12px;
      display: block;
      top: 12px;
      background-color: #888;
      position: absolute; }

.timeline {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  height: 28px;
  background-color: #f8f8f8;
  border-radius: 14px; }
  .timeline .status {
    height: 28px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 14px;
    box-sizing: border-box; }
    .timeline .status.happenning {
      background-color: #FFF1F0;
      color: #b10000;
      border: 1px dashed #b10000; }
    .timeline .status.upcoming {
      background-color: #EEF9E6;
      color: #66bd21;
      border: 1px dashed #66bd21; }
    .timeline .status.ended {
      background-color: #F9F9F9;
      color: #c4c4c4;
      border: 1px dashed #c4c4c4; }
  .timeline .deadline {
    margin-left: 12px;
    color: #727272;
    margin-right: 20px;
    display: inline-flex; }
    .timeline .deadline span {
      margin: 0 4px; }

ul.menu-event li a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-weight: bold;
  position: relative; }
  ul.menu-event li a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    display: none;
    background-color: #1d9bf0;
    top: 0;
    right: -1px; }
  ul.menu-event li a.active {
    background-color: rgba(29, 155, 240, 0.05);
    color: #1d9bf0; }
    ul.menu-event li a.active:before {
      display: block; }
ul.menu-event li ul.sub li a {
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
  padding: 4px 0 4px 36px; }
  ul.menu-event li ul.sub li a.active {
    background: none;
    font-weight: bold; }
  ul.menu-event li ul.sub li a:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 24px;
    top: 10px; }

ul.medal {
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  z-index: 4; }
  ul.medal li {
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%; }
    ul.medal li:last-child {
      margin-right: 0; }

.info-contest {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  background: #000000;
  padding: 0 8px;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box; }
  .info-contest .info-contest-l {
    display: flex;
    align-items: center; }
  .info-contest .icon-medal {
    width: 34px;
    height: 34px;
    margin-right: 8px; }
  .info-contest .title-contest {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px; }
  .info-contest .btn-more-arrow {
    color: #ffffff;
    transition: color 0.2s ease-in-out;
    font-size: 10px;
    padding: 13px 4px 13px 13px; }
    .info-contest .btn-more-arrow:hover {
      color: #ffe600; }

.modal.verify-phone {
  max-width: 360px; }

.has-status {
  position: relative; }
  .has-status .btn-verify {
    position: absolute;
    text-decoration: underline;
    color: #F49300 !important;
    top: 0;
    right: 0;
    display: block;
    padding: 12px;
    margin: 0 !important; }

.phone-verified {
  padding: 2px 12px;
  height: 24px;
  position: absolute;
  border-radius: 16px;
  background-color: #66bd21;
  bottom: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }
  .phone-verified .icon-check {
    color: #ffffff;
    font-size: 9px;
    margin-right: 4px; }

.verify-phone {
  overflow: hidden; }
  .verify-phone .btn-link {
    font-weight: bold; }
  .verify-phone .time-limit {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .verify-phone .time-limit .deadline-verify {
      font-size: 13px !important; }
      .verify-phone .time-limit .deadline-verify strong {
        color: #b10000; }
    .verify-phone .time-limit .btn-link {
      font-size: 13px; }
  .verify-phone .wrap-box {
    display: flex;
    transition: transform 0.3s ease-in-out; }
  .verify-phone .box-verify {
    width: 100%; }
  .verify-phone .box-otp {
    width: 100%; }
    .verify-phone .box-otp .header {
      display: flex;
      align-items: center; }
      .verify-phone .box-otp .header .btn-back-verify {
        padding-left: 0;
        padding-right: 8px;
        margin-right: 4px;
        background: none;
        box-shadow: none; }
        .verify-phone .box-otp .header .btn-back-verify span {
          color: #363636;
          font-size: 14px; }
    .verify-phone .box-otp .form-label {
      margin-bottom: 16px; }
    .verify-phone .box-otp .head-modal {
      display: flex;
      align-items: center; }
      .verify-phone .box-otp .head-modal .btn-back-verify {
        padding-left: 0;
        padding-right: 8px;
        margin-right: 4px;
        background: none;
        box-shadow: none; }
        .verify-phone .box-otp .head-modal .btn-back-verify span {
          color: #363636;
          font-size: 14px; }

.otp-form {
  display: flex; }

.otp-form .otp-field {
  width: 100%;
  height: 60px;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  border: 1px solid #EDEDED;
  outline: none;
  margin-right: 8px; }
  .otp-form .otp-field:nth-child(6) {
    margin-right: 0; }

.otp-form .otp-field:focus {
  border-color: #1d9bf0; }
