/** CHANCE
-------------------------------------*/
/* Heading */
.head_section {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_section .title {
  font-size: 28px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: normal;
}
@media (max-width: 1399px) {
  .head_section .title {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .head_section .title {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .head_section .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_section .title {
    font-size: 18px;
    line-height: normal;
  }
}

.head_box .title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1399px) {
  .head_box .title {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .head_box .title {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .head_box .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_box .title {
    font-size: 18px;
    line-height: normal;
  }
}
.head_box .title::after {
  width: 100px;
  height: 3px;
  background: var(--second-color);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.head_single {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_single .title {
  font-size: 28px;
  position: relative;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #667085;
  line-height: normal;
}
@media (max-width: 1399px) {
  .head_single .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .head_single .title {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .head_single .title {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 18px;
    line-height: normal;
  }
}

.head_panel {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.head_panel .divide {
  display: block;
  padding-bottom: 10px;
}
.head_panel .divide::before {
  background: var(--second-color);
  height: 3px;
  width: 100px;
  content: "";
  display: block;
}
.head_panel .title {
  font-size: 28px;
  position: relative;
  margin: 0;
  font-weight: 600;
  color: #667085;
  line-height: 42.14px;
}
@media (max-width: 1399px) {
  .head_panel .title {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .head_panel .title {
    font-size: 18px;
    line-height: normal;
  }
}

/* Banner */
.gv_banner_page {
  position: relative;
  padding: 15px 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gv_banner_page::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(16, 16, 16, 0.83);
  content: "";
}
.gv_banner_page .container {
  position: relative;
  z-index: 4;
}
.gv_banner_page .breadcrumb-box {
  display: block;
  margin: 0;
  padding: 0;
}
.gv_banner_page .breadcrumb-box span, .gv_banner_page .breadcrumb-box a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
}
.gv_banner_page .breadcrumb-box a:hover {
  color: var(--second-color);
}
.gv_banner_page .head_section .title {
  color: #fff;
}

/* Chance */
.gv_page_chance, .gv_chance_archive {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 0px;
}
@media (max-width: 1399px) {
  .gv_page_chance .container, .gv_chance_archive .container {
    max-width: 1100px;
  }
}
.gv_page_chance .container > .row > [class*=col-], .gv_chance_archive .container > .row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_page_chance .content-box .filter-nav, .gv_chance_archive .content-box .filter-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media (max-width: 1399px) {
  .gv_page_chance .content-box .filter-nav, .gv_chance_archive .content-box .filter-nav {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .gv_page_chance .content-box .filter-nav, .gv_chance_archive .content-box .filter-nav {
    flex-wrap: wrap;
  }
}
.gv_page_chance .content-box .filter-nav .fx-right, .gv_chance_archive .content-box .filter-nav .fx-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gv_page_chance .content-box .filter-nav .fx-right, .gv_chance_archive .content-box .filter-nav .fx-right {
    justify-content: flex-start;
  }
}
.gv_page_chance .content-box .filter-nav button, .gv_chance_archive .content-box .filter-nav button {
  border: 0;
  outline: none;
  color: #3879FA;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.gv_page_chance .content-box .row, .gv_chance_archive .content-box .row {
  align-items: stretch;
}
.gv_page_chance .content-box .row [class*=col-], .gv_chance_archive .content-box .row [class*=col-] {
  min-height: 100%;
}
.gv_page_chance .content-box .chance-item, .gv_chance_archive .content-box .chance-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_page_chance .content-box .chance-item .chance_inner, .gv_chance_archive .content-box .chance-item .chance_inner {
  height: 100%;
}
.gv_page_chance .content-box .readx, .gv_chance_archive .content-box .readx {
  position: relative;
  padding-top: 20px;
}
.gv_page_chance .content-box .readx button, .gv_chance_archive .content-box .readx button {
  border: 0;
  outline: none;
  height: 48px;
  width: 100%;
  background: #F2F4F7;
  border-radius: 30px;
  padding: 10px;
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 600;
  color: #D9251B;
  cursor: pointer;
  text-align: center;
}
.gv_page_chance .recent-box, .gv_chance_archive .recent-box {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}
.gv_page_chance .recent-box .owl-carousel .owl-stage-outer, .gv_chance_archive .recent-box .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.gv_page_chance .recent-box .owl-carousel .owl-stage-outer .owl-item, .gv_chance_archive .recent-box .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
}
.gv_page_chance .recent-box .owl-carousel .owl-stage-outer .owl-item.active, .gv_chance_archive .recent-box .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.gv_page_chance .recent-box .owl-carousel .owl-nav [class*=owl-], .gv_chance_archive .recent-box .owl-carousel .owl-nav [class*=owl-] {
  border: 1px solid #667085;
  height: 40px;
  width: 40px;
}
.gv_page_chance .recent-box .owl-carousel .owl-nav .owl-prev, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-prev {
  left: -55px;
}
.gv_page_chance .recent-box .owl-carousel .owl-nav .owl-prev:hover .gx-chevron-left, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-prev:hover .gx-chevron-left {
  background-image: url("../images/arrow-left.svg");
}
.gv_page_chance .recent-box .owl-carousel .owl-nav .owl-next, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-next {
  right: -55px;
}
.gv_page_chance .recent-box .owl-carousel .owl-nav .owl-next:hover .gx-chevron-right, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-next:hover .gx-chevron-right {
  background-image: url("../images/arrow-right.svg");
}
@media (max-width: 991px) {
  .gv_page_chance .recent-box .owl-carousel .owl-nav .owl-prev, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-prev {
    left: -20px;
  }
  .gv_page_chance .recent-box .owl-carousel .owl-nav .owl-next, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .gv_page_chance .recent-box .owl-carousel .owl-nav .owl-prev, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  .gv_page_chance .recent-box .owl-carousel .owl-nav .owl-next, .gv_chance_archive .recent-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_page_chance .recent-box .owl-carousel .owl-nav.disabled, .gv_chance_archive .recent-box .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.gv_page_chance .group-box, .gv_chance_archive .group-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
.gv_page_chance .group-box .data-table, .gv_chance_archive .group-box .data-table {
  width: 100%;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  position: relative;
}
@media (max-width: 767px) {
  .gv_page_chance .group-box .data-table, .gv_chance_archive .group-box .data-table {
    display: none;
  }
}
.gv_page_chance .group-box .data-table thead tr, .gv_chance_archive .group-box .data-table thead tr {
  background: #6f6f6f;
}
.gv_page_chance .group-box .data-table thead tr th, .gv_chance_archive .group-box .data-table thead tr th {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 8px 10px 8px;
  border: 1px solid #fff;
  color: #fff;
}
.gv_page_chance .group-box .data-table thead tr th.tc-1, .gv_chance_archive .group-box .data-table thead tr th.tc-1 {
  width: 10%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-2, .gv_chance_archive .group-box .data-table thead tr th.tc-2 {
  width: 15%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-3, .gv_chance_archive .group-box .data-table thead tr th.tc-3 {
  width: 35%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-4, .gv_chance_archive .group-box .data-table thead tr th.tc-4 {
  width: 10%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-5, .gv_chance_archive .group-box .data-table thead tr th.tc-5 {
  width: 8%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-6, .gv_chance_archive .group-box .data-table thead tr th.tc-6 {
  width: 10%;
}
.gv_page_chance .group-box .data-table thead tr th.tc-7, .gv_chance_archive .group-box .data-table thead tr th.tc-7 {
  width: 12%;
}
.gv_page_chance .group-box .data-table tbody tr td, .gv_chance_archive .group-box .data-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 22px;
  padding: 10px 8px 10px 8px;
}
.gv_page_chance .group-box .data-table tbody tr td:nth-child(5), .gv_chance_archive .group-box .data-table tbody tr td:nth-child(5) {
  text-align: center;
}
.gv_page_chance .group-box .data-table tbody tr td a, .gv_chance_archive .group-box .data-table tbody tr td a {
  display: block;
  width: 100%;
  background: #F2F4F7;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 5px;
  color: var(--second-color);
  text-align: center;
  border-radius: 10px;
}
.gv_page_chance .group-box .data-table tbody tr:nth-child(even), .gv_chance_archive .group-box .data-table tbody tr:nth-child(even) {
  background: #ededed;
}
.gv_page_chance .group-box .data-table tbody tr:nth-child(even) td a, .gv_chance_archive .group-box .data-table tbody tr:nth-child(even) td a {
  background: #fff;
}
.gv_page_chance .group-box .data-list, .gv_chance_archive .group-box .data-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .gv_page_chance .group-box .data-list, .gv_chance_archive .group-box .data-list {
    display: block;
  }
}
.gv_page_chance .group-box .data-list > li, .gv_chance_archive .group-box .data-list > li {
  padding: 15px;
  position: relative;
}
.gv_page_chance .group-box .data-list > li .status, .gv_chance_archive .group-box .data-list > li .status {
  margin-bottom: 10px;
}
.gv_page_chance .group-box .data-list > li .status span, .gv_chance_archive .group-box .data-list > li .status span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  padding: 3px 8px;
  box-shadow: 0px 4px 24px 0 rgba(6, 22, 17, 0.13);
}
.gv_page_chance .group-box .data-list > li .status .st-1, .gv_chance_archive .group-box .data-list > li .status .st-1 {
  background: var(--second-color);
  color: #fff;
}
.gv_page_chance .group-box .data-list > li .status .st-2, .gv_chance_archive .group-box .data-list > li .status .st-2 {
  background: #98A2B3;
  color: #fff;
}
.gv_page_chance .group-box .data-list > li h3, .gv_chance_archive .group-box .data-list > li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #667085;
  line-height: 22px;
  margin-bottom: 10px;
}
.gv_page_chance .group-box .data-list > li .meta, .gv_chance_archive .group-box .data-list > li .meta {
  position: relative;
  padding-bottom: 8px;
}
.gv_page_chance .group-box .data-list > li .meta p, .gv_chance_archive .group-box .data-list > li .meta p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.gv_page_chance .group-box .data-list > li .meta p:last-child, .gv_chance_archive .group-box .data-list > li .meta p:last-child {
  margin-bottom: 0;
}
.gv_page_chance .group-box .data-list > li .more a, .gv_chance_archive .group-box .data-list > li .more a {
  display: inline-block;
  background: #F2F4F7;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 10px;
  color: var(--second-color);
  text-align: center;
  border-radius: 10px;
}
.gv_page_chance .group-box .data-list > li:nth-child(even), .gv_chance_archive .group-box .data-list > li:nth-child(even) {
  background: #f2f4f7;
}
.gv_page_chance .group-box .data-list > li:nth-child(even) .more a, .gv_chance_archive .group-box .data-list > li:nth-child(even) .more a {
  background: #fff;
}

/* Single */
.gv_single_chance {
  position: relative;
}
.gv_single_chance .chance-box {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .gv_single_chance .chance-box {
    max-width: 1100px;
  }
}
.gv_single_chance .chance-box > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.gv_single_chance .chance-box > .row > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
.gv_single_chance .chance-box .image-box {
  position: relative;
}
.gv_single_chance .chance-box .image-box .image {
  position: relative;
  margin-bottom: 15px;
}
.gv_single_chance .chance-box .image-box .image span {
  position: relative;
  display: block;
  padding-bottom: 58.725%;
  background-position: center;
  width: 100%;
}
.gv_single_chance .chance-box .image-box .image span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_single_chance .chance-box .image-box .image .name {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
}
.gv_single_chance .chance-box .image-box .image .name .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}
.gv_single_chance .chance-box .image-box .image .name .local {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
}
.gv_single_chance .chance-box .image-box article > .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: normal;
}
.gv_single_chance .chance-box .image-box article .entry-content {
  font-size: 14px;
  line-height: 1.5;
}
.gv_single_chance .chance-box .image-box .act-button {
  padding: 10px;
  background: #F2F4F7;
  position: relative;
}
.gv_single_chance .chance-box .image-box .act-button > button, .gv_single_chance .chance-box .image-box .act-button a {
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  color: #667085;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(0, 64, 44, 0.13);
  padding: 12px 10px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1399px) {
  .gv_single_chance .chance-box .image-box .act-button > button, .gv_single_chance .chance-box .image-box .act-button a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gv_single_chance .chance-box .image-box .act-button > button, .gv_single_chance .chance-box .image-box .act-button a {
    bottom: initial;
    right: initial;
    position: relative;
  }
}
.gv_single_chance .chance-box .image-box .act-button > button:hover, .gv_single_chance .chance-box .image-box .act-button a:hover {
  background: #D9251B;
  color: #fff;
}
.gv_single_chance .chance-box .image-box .act-button > button:disabled,
.gv_single_chance .chance-box .image-box .act-button > button[disabled] {
  background: #D0D5DD;
  color: #667085;
  cursor: not-allowed;
}
.gv_single_chance .chance-box .image-box .act-button > button:disabled:hover,
.gv_single_chance .chance-box .image-box .act-button > button[disabled]:hover {
  background: #D0D5DD;
  color: #667085;
}
.gv_single_chance .chance-box .info-box {
  position: relative;
  padding-top: 20px;
}
.gv_single_chance .chance-box .info-box > .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: normal;
}
.gv_single_chance .chance-box .info-box .param .param-item {
  display: flex;
  margin-bottom: 20px;
}
.gv_single_chance .chance-box .info-box .param .param-item span {
  min-width: 50px;
  max-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.gv_single_chance .chance-box .info-box .param .param-item span img {
  height: 50px;
  width: 50px;
}
.gv_single_chance .chance-box .info-box .param .param-item .pr-info {
  flex: 1;
  padding-left: 15px;
}
.gv_single_chance .chance-box .info-box .param .param-item .pr-info h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.gv_single_chance .chance-box .info-box .param .param-item .pr-info p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px;
}
.gv_single_chance .chance-box .info-box .param .param-item:last-child {
  margin-bottom: 0;
}
.gv_single_chance .related-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
.gv_single_chance .related-box .data-table {
  width: 100%;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  position: relative;
}
@media (max-width: 767px) {
  .gv_single_chance .related-box .data-table {
    display: none;
  }
}
.gv_single_chance .related-box .data-table thead tr {
  background: #6f6f6f;
}
.gv_single_chance .related-box .data-table thead tr th {
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 8px 10px 8px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}
.gv_single_chance .related-box .data-table thead tr th.tc-1 {
  width: 10%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-2 {
  width: 15%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-3 {
  width: 35%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-4 {
  width: 10%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-5 {
  width: 8%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-6 {
  width: 10%;
}
.gv_single_chance .related-box .data-table thead tr th.tc-7 {
  width: 12%;
}
.gv_single_chance .related-box .data-table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 22px;
  padding: 10px 8px 10px 8px;
}
.gv_single_chance .related-box .data-table tbody tr td:nth-child(5) {
  text-align: center;
}
.gv_single_chance .related-box .data-table tbody tr td .rx-inner {
  background: #F2F4F7;
  padding: 3px;
  display: block;
  border-radius: 12px;
}
.gv_single_chance .related-box .data-table tbody tr td .rx-inner a {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 5px;
  color: #667085;
  text-align: center;
  border-radius: 10px;
}
.gv_single_chance .related-box .data-table tbody tr td .rx-inner a:hover {
  background: #D9251B;
  color: #fff;
}
.gv_single_chance .related-box .data-table tbody tr:nth-child(even) {
  background: #ededed;
}
.gv_single_chance .related-box .data-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .gv_single_chance .related-box .data-list {
    display: block;
  }
}
.gv_single_chance .related-box .data-list > li {
  padding: 15px;
  position: relative;
}
.gv_single_chance .related-box .data-list > li .status {
  margin-bottom: 10px;
}
.gv_single_chance .related-box .data-list > li .status span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  font-weight: 400;
  border-radius: 10px;
  padding: 3px 8px;
  box-shadow: 0px 4px 24px 0 rgba(6, 22, 17, 0.13);
}
.gv_single_chance .related-box .data-list > li .status .st-1 {
  background: var(--second-color);
  color: #fff;
}
.gv_single_chance .related-box .data-list > li .status .st-2 {
  background: #98A2B3;
  color: #fff;
}
.gv_single_chance .related-box .data-list > li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #667085;
  line-height: 22px;
  margin-bottom: 10px;
}
.gv_single_chance .related-box .data-list > li .meta {
  position: relative;
  padding-bottom: 8px;
}
.gv_single_chance .related-box .data-list > li .meta p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.gv_single_chance .related-box .data-list > li .meta p:last-child {
  margin-bottom: 0;
}
.gv_single_chance .related-box .data-list > li .more a {
  display: inline-block;
  background: #F2F4F7;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 10px;
  color: var(--second-color);
  text-align: center;
  border-radius: 10px;
}
.gv_single_chance .related-box .data-list > li:nth-child(even) {
  background: #f2f4f7;
}
.gv_single_chance .related-box .data-list > li:nth-child(even) .more a {
  background: #fff;
}

/* Filter */
.gv_section_filter {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-bottom: 60px;
}
.gv_section_filter .breadcrumb-box {
  display: block;
  margin: 0;
  padding: 15px 0 30px;
}
.gv_section_filter .breadcrumb-box span, .gv_section_filter .breadcrumb-box a {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.gv_section_filter .breadcrumb-box a:hover {
  color: var(--second-color);
}
.gv_section_filter .filter-box {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
}
.gv_section_filter .filter-box .form-filter form {
  position: relative;
}
.gv_section_filter .filter-box .form-filter form .form-radio {
  margin-bottom: 20px;
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio {
  display: flex;
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item {
  margin: 0 10px 0 0;
  position: relative;
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item:last-child {
  margin-right: 0;
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item input {
  display: none;
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item label {
  display: block;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #475467;
  padding: 10px 20px 10px 20px;
  background: #f2f4f7;
  border: 1px solid #98A2B3;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 767px) {
  .gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item label {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.gv_section_filter .filter-box .form-filter form .form-radio .field-radio .field-item input:checked ~ label {
  background: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.gv_section_filter .filter-box .form-filter form .form-group {
  margin-bottom: 20px;
}
.gv_section_filter .filter-box .form-filter form .form-group input[type=text],
.gv_section_filter .filter-box .form-filter form .form-group input[type=date],
.gv_section_filter .filter-box .form-filter form .form-group select {
  border: 1px solid #D0DDD5;
  border-radius: 5px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  outline: none;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 4px 24px 0 rgba(6, 22, 17, 0.13);
}
.gv_section_filter .filter-box .form-filter form .form-submit button {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  background: var(--second-color);
  padding: 12px 40px;
  border-radius: 40px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border: 0;
  outline: none;
}

/** Loop Chance */
.chance_inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #D0D5DD;
}
.chance_inner .image > a {
  padding-bottom: 61.725%;
  display: block;
  width: 100%;
  position: relative;
  background-position: center;
}
@media (max-width: 1399px) {
  .chance_inner .image > a {
    padding-bottom: 58.725%;
  }
}
.chance_inner .image > a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.chance_inner .info {
  padding: 20px;
  position: relative;
}
@media (max-width: 1399px) {
  .chance_inner .info {
    padding: 10px 15px;
  }
}
.chance_inner .info .sub {
  font-size: 14px;
  text-transform: uppercase;
  color: #667085;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 17.64px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 18px;
}
@media (max-width: 1399px) {
  .chance_inner .info .sub {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.chance_inner .info h3 {
  font-size: 20px;
  display: -webkit-box;
  height: 60px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  color: #667085;
}
@media (max-width: 1399px) {
  .chance_inner .info h3 {
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
  }
}
.chance_inner .info h3 a {
  color: #667085;
}
.chance_inner .info .spance {
  border-top: 1px solid #D0D5DD;
  height: 1px;
  margin: 14px 0;
}
@media (max-width: 1399px) {
  .chance_inner .info .spance {
    margin: 10px 0;
  }
}
.chance_inner .info .param {
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
}
.chance_inner .info .param > li {
  position: relative;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.16px;
  height: 20px;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #667085;
}
@media (max-width: 1399px) {
  .chance_inner .info .param > li {
    font-size: 14px;
    margin-bottom: 6px;
    padding-left: 25px;
    height: 18px;
  }
}
.chance_inner .info .param > li:last-child {
  margin-bottom: 0;
}
.chance_inner .info .param > li span {
  position: absolute;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .chance_inner .info .param > li span {
    width: 18px;
    height: 18px;
  }
  .chance_inner .info .param > li span img {
    height: 18px;
  }
}
.chance_inner .info .param > li span img {
  height: 20px;
  width: auto;
}
.chance_inner .more {
  padding: 20px;
  position: relative;
  background: #F2F4F7;
}
@media (max-width: 1399px) {
  .chance_inner .more {
    padding: 10px 15px;
  }
}
.chance_inner .more > a {
  display: block;
  width: 100%;
  background: #fff;
  color: #667085;
  border-radius: 10px;
  padding: 14px 10px;
  line-height: 20.16px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .chance_inner .more > a {
    font-size: 15px;
    padding: 7px 10px;
  }
}
.chance_inner .more > a:hover {
  background: #D9251B;
  color: #fff;
}

/** Confirm */
.confirm-box {
  position: fixed;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  width: 100%;
  max-width: 440px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  overflow: hidden;
}
.confirm-box .inner {
  background: #F2F4F7;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
.confirm-box .inner > button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.confirm-box .inner > button i {
  font-size: 22px;
}
.confirm-box .inner label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.confirm-box .inner select {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 20px;
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 40px;
}
.confirm-box .inner h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: normal;
}
.confirm-box .inner .act {
  display: block;
  text-align: center;
}
.confirm-box .inner .act a {
  line-height: 20px;
  font-size: 15px;
  padding: 8px 10px;
  width: 120px;
  margin: 0 10px;
  border-radius: 10px;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  color: #667085;
}
.confirm-box .inner .act a:hover {
  background: #D9251B;
  color: #fff;
}

/** Register */
.regist-box {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
  max-width: 680px;
  transform: translate(-50%, -50%);
}
.regist-box .inner {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
}
.regist-box .inner > button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.regist-box .inner > button i {
  font-size: 22px;
}
.regist-box .inner .name {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
  color: #667085;
}
.regist-box .inner form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.regist-box .inner form .form-group input[type=text],
.regist-box .inner form .form-group input[type=email],
.regist-box .inner form .form-group input[type=password],
.regist-box .inner form .form-group input[type=date],
.regist-box .inner form .form-group input[type=number],
.regist-box .inner form .form-group select,
.regist-box .inner form .form-group textarea {
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  line-height: 20px;
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  color: #98A2B3;
  height: 40px;
}
.regist-box .inner form .form-group input.error {
  border-color: var(--second-color);
}
.regist-box .inner form .form-submit {
  background: #F2F4F7;
  padding: 10px;
  position: relative;
}
.regist-box .inner form .form-submit button {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  text-transform: uppercase;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0 rgba(6, 22, 17, 0.13);
  color: #667085;
  cursor: pointer;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  min-width: 300px;
  outline: none;
}
.regist-box .inner form .form-submit button:hover {
  background: #D9251B;
  color: #fff;
}

/** Cover */
.gvx_cover_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  background: #000;
  opacity: 0.3;
}/*# sourceMappingURL=chance.css.map */