@charset "UTF-8";
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .content #wrap_bg .wrap_in {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .depv2w {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .depv2w {
    padding: 25px 15px;
  }
}

.depv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.depv2-item {
  background: #3e3a52;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  width: calc(33.333333% - 20px);
  border: 1px solid #302e3c;
  cursor: pointer;
  margin-bottom: 30px;
  margin-right: 27px;
}
@media only screen and (max-width: 1200px) {
  .depv2-item {
    width: calc(50% - 10px);
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .depv2-item {
    width: calc(50% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.depv2-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .depv2-item:nth-child(3n) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .depv2-item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .depv2-item:nth-child(2n) {
    margin-right: 0;
  }
}
.depv2-item-title {
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  position: relative;
  background: #302e3c;
  color: #fff;
  z-index: 9;
}
.depv2-item-title:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../imgs/deposit/depv2-item-title-left.png") no-repeat center center;
  background-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.depv2-item-title:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../imgs/deposit/depv2-item-title-right.png") no-repeat center center;
  background-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.depv2-item-content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .depv2-item-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .depv2-item-content {
    padding: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .depv2-item-content {
    padding: 10px 5px 15px;
    display: block;
  }
}
.depv2-item-content .icon {
  width: 50px;
  height: 50px;
  background: url("../imgs/deposit/depv2-online.png") no-repeat center center;
  margin-right: 25px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media only screen and (max-width: 1300px) {
  .depv2-item-content .icon {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .depv2-item-content .icon {
    margin: auto;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
.depv2-item-content .info {
  text-align: left;
  color: #c2c2c2;
}
@media only screen and (max-width: 600px) {
  .depv2-item-content .info {
    text-align: center;
  }
}
.depv2-item-content .info p {
  padding-bottom: 3px;
}
@media only screen and (max-width: 600px) {
  .depv2-item-content .info p {
    padding-bottom: 0;
  }
}
.depv2-item-content .info p span {
  font-weight: bold;
}
.depv2-item.active, .depv2-item:hover {
  border: 1px solid #28a745;
}
.depv2-item.active .depv2-item-title, .depv2-item:hover .depv2-item-title {
  background: #28a745;
  color: #65ff88;
}
.depv2-item.active .depv2-item-title:after, .depv2-item:hover .depv2-item-title:after {
  background: url("../imgs/deposit/depv2-item-title-left-hover.png") no-repeat center center;
  background-size: 26px;
}
.depv2-item.active .depv2-item-title:before, .depv2-item:hover .depv2-item-title:before {
  background: url("../imgs/deposit/depv2-item-title-right-hover.png") no-repeat center center;
  background-size: 26px;
}
.depv2-item.active .depv2-item-content .icon, .depv2-item:hover .depv2-item-content .icon {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.depv2-item.active .depv2-item-content .info, .depv2-item:hover .depv2-item-content .info {
  color: #fff;
}
.depv2-item.active {
  position: relative;
  overflow: hidden;
}
.depv2-item.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #28a746 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.depv2-item.active:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 5px;
  bottom: 1px;
  z-index: 99;
  color: #fff;
}
.depv2-item-banking .depv2-item-content .icon {
  background: url("../imgs/deposit/depv2-bank.png") no-repeat center center;
}
@media only screen and (max-width: 600px) {
  .depv2-item-banking .depv2-item-content .icon {
    background-size: 40px;
  }
}
.depv2-item-momo .depv2-item-content .icon {
  background: url("../imgs/deposit/depv2-momo.png") no-repeat center center;
}
@media only screen and (max-width: 600px) {
  .depv2-item-momo .depv2-item-content .icon {
    background-size: 40px;
  }
}
.depv2-item-zalo .depv2-item-content .icon {
  background: url("../imgs/deposit/depv2-zalo.png") no-repeat center center;
}
@media only screen and (max-width: 600px) {
  .depv2-item-zalo .depv2-item-content .icon {
    background-size: 40px;
  }
}
.depv2-item-qr .depv2-item-content .icon {
  background: url("../imgs/deposit/depv2-qr.png") no-repeat center center;
}
@media only screen and (max-width: 600px) {
  .depv2-item-qr .depv2-item-content .icon {
    background-size: 40px;
  }
}