* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  max-width: 100%;
}
.container {
  width: 100%;
}
header {
  width: 100%;
  background-color: #0b0a20;
  display: flex;
  justify-content: center;
  border-top: 10px solid #252336;
}
.logo {
  width: 15%;
  padding: 0 10px 0 10px;
}
.logo img {
  width: 100%;
  padding: 0 8px;

}
.nav-left {
  display: none;
}
nav {
  width: 100%;
  background-color: #252336;
  padding: 15px 0;
  display: block;
  text-align: center;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #ebd962, rgb(255, 223, 82)) 1;
}
.nav-moblie-top {
  display: none;
}
nav a {
  margin: 0 40px;
  text-decoration: none;
  font-size: 25px;
  color: white;
}
nav a:hover {
  color: #ebd962;
  transition: 0ms;
}
.header .main {
  position: relative;
  width: 100%;
}
.header {
  position: relative;
  width: 100%;
  background-color: #252336;
}
.imgs {
  width: 100%;
  position: absolute;
  z-index: 111;
  display: flex;
  justify-content: space-between;
  bottom: -7%;
}
.imgs img {
  width: 30%;
}

footer {
  background-color: #0b0a20;
}
.footer {
  width: 65%;
  margin: auto;
  padding: 40px 20px;
}
.footer hr {
  border: 1px solid white;
  margin: 10px 0;
}
.footer strong {
  display: flex;
  justify-content: center;
  color: white;
}
.header-footer {
  display: flex;
  justify-content: space-between;
}
#lazy-goid {
  padding: 150px 100px;
  margin-bottom: 20px;
  border: 1px solid #ebd962;
  background-image: url(../img/bg-gold.png);
  background-position: center;
  background-repeat: no-repeat;
}
#lazy-goid .lazy {
  background-image: none;
  background-color: #f1f1fa;
}
.button {
  position: absolute;
  z-index: 333;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.button input {
  width: 100%;
  padding: 10px 8px;
  border-radius: 50px;
  border: 1px solid #ba8b01;
  background-color: #0b0a20;
  margin-bottom: 10px;
  color: white;
}
.button img {
  width: 60%;
  margin-bottom: 10px;
  cursor: pointer;
}
.button img:hover {
  box-shadow: 4px 4px 4px white;
}
.header strong {
  position: absolute;
  z-index: 444;
  color: white;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  font-size: 40px;
}
.header h1 {
  position: absolute;
  z-index: 444;
  color: white;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-size: 70px;
  font-weight: bold;
}
.country {
  position: absolute;
  z-index: 444;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  display: block;
}
.country img {
  width: 100%;
}
.ft-left b {
  display: flex;
  justify-content: start;
  font-size: 20px;
  color: whitesmoke;
}
.ft-left {
  display: flex;
}
.ft-left section strong {
  display: flex;
  justify-content: start;
}
.ft-left section {
  padding-top: 50px;
  margin-left: 15px;
}
.content-main-data2 p {
  color: white;
  font-size: 18px;
}
.content-main-data2 p b {
  color: #ebd962;
}
.font-main {
  color: rgb(255, 217, 0);
  margin: 20px 0 10px 0;
  font-size: 25px;
  font-weight: bold;
}
.topfooter {
  background-color: #0b0a20;
}
.topfooter img {
  width: 100%;
}
.into-main {
  width: 100%;
  position: relative;
  background-color: #550e36;
}
.into-main-show {
  width: 100%;
  position: relative;
}
.into-main a {
  text-decoration: none;
  position: absolute;
  display: block;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.into-main a img {
  width: 100%;
}
.into-main a:hover {
  box-shadow: 2px 2px 2px red;
}
#into-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bg-into01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#into-section2 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/bg-into02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.content-inti01 {
  width: 68%;
  min-height: 100vh;
  margin: auto;
  background-color: #161523;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-inti02 {
  width: 68%;
  min-height: 100vh;
  margin: auto;
  background-color: #06001d;
}
.content-inti02 .h1 {
  color: rgb(255, 217, 0);
  padding: 20px 0 10px 5px;
  font-size: 25px;
  font-weight: bold;
}
.get-text {
  color: rgb(255, 217, 0);
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
}
.content-inti02 p {
  padding: 5px 10px;
  color: white;
  font-size: 18px;
}
.content-inti02 p b {
  color: #ebd962;
}
.get-money-main {
  width: 100%;
  position: relative;
  background-color: black;
}
.getmainimg {
  width: 100%;
  position: relative;
}
.btn {
  position: absolute;
  z-index: 666;
  display: block;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
}
.btn2 {
  position: absolute;
  z-index: 666;
  display: block;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
#get-section1 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/getbuttom.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#get-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/gettop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-content {
  min-height: 100vh;
  width: 68%;
  margin: auto;
  background-color: #06001d;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 80px;
}
.section-content1 {
  min-height: 100vh;
  width: 68%;
  margin: auto;
  background-color: #161523;
  padding: 40px 80px;
}
.section-content img {
  width: 100%;
}
.content-h3 p,
.section-content1 p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.content-h3 p b,
.section-content1 p b {
  color: #ebd962;
}
.content-h1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content-h2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "g1 g2";
}
.content-h2 .div1 {
  grid-area: g1;
}
.content-h2 img {
  grid-area: g2;
  width: 100%;
}
.content-h1 img {
  width: 60%;
  display: flex;
  justify-content: center;
  margin-left: 50%;
  transform: translateX(-50%);
}
.dowload-mian {
  width: 100%;
  position: relative;
  background-color: #070707;
}
.bg-dowmain {
  width: 100%;
  position: relative;
}
#dowbg {
  position: absolute;
  z-index: 111;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}
#dowbg img {
  width: 50%;
  padding: 20px 10px;
}

#dowload-section01 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/section2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#dowload-section02 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/png-04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dowload-section01-content {
  width: 69%;
  min-height: 100vh;
  margin: auto;
  background-color: #161523;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "D1 D2";
}
.D2 {
  grid-area: D2;
  padding: 20px;
}
.D1 {
  grid-area: D1;
  padding: 20px;
}
.dowload-section01-content img {
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.dowload-section01-content p,
.dowload-section02-content p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.dowload-section01-content p b,
.dowload-section02-content p b {
  color: #ebd962;
}
.dowload-section02-content {
  width: 69%;
  min-height: 100vh;
  margin: auto;
  background-color: #06001d;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dowload-section02-content img {
  width: 100%;
}

/*----------------*/
.promotion-main {
  width: 100%;
  position: relative;
  background-color: #070707;
}
.pro-main {
  width: 100%;
  position: relative;
}

.btn-pro {
  position: absolute;
  display: block;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
}
/*------------------------*/
#promotion-section01 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page5-png-07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.promotion-section01-content {
  width: 68%;
  margin: auto;
  padding: 50px 100px;
}
.promotion-section02-content {
  width: 68%;
  margin: auto;
  padding: 10px 100px;
}
.promotion-section01-content img,
.promotion-section02-content img {
  width: 40%;
  margin-left: 50%;
  transform: translateX(-50%);
}
/* ------------------ */
#promotion-section02 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page5-png-08.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#promotion-section01 p,
#promotion-section02 p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}

#promotion-section01 p b,
#promotion-section02 p b {
  color: #ebd962;
}

/*------*/
.apply-main {
  width: 100%;
  position: relative;
  background: rgb(104, 104, 104);
}
.apply-main-img {
  width: 100%;
  position: relative;
}
.btn-png-04 {
  position: absolute;
  display: block;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
}

/* ------------- */
#apply-section01 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page6-png-06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.apply-section01-content {
  width: 69%;
  margin: auto;
  padding: 20px;
  text-align: center;
}
.apply-section01-content img {
  width: 90%;
}
/*------------*/
#apply-section02 {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page6-png-07.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.apply-section02-content {
  width: 69%;
  margin: auto;
  padding: 10px 40px;
}
.apply-section02-content p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.apply-section02-content p b {
  color: #ebd962;
}

/* ------------ */
.contact-main {
  width: 100%;
  position: relative;
  background-image: url(../img/bg-bg.png);
}
.contact-main-img {
  width: 100%;
  position: relative;
}
.btn-png-01 {
  position: absolute;
  display: block;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
}

/* ---------------*/
#img-con {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page7-png-03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#contact-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../img/page7-png-05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contact-section-content {
  width: 68%;
  margin: auto;
  background-color: #06001d;
  min-height: 100vh;
  padding: 40px;
}
.contact-section-content p {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-section-content p b {
  color: #ebd962;
}
#article {
  width: 100%;
  background-image: linear-gradient(to top, #161523, #0b0a20);
}

#article article {
  width: 69%;
  margin: auto;
  padding-bottom: 20px;
}
.article-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 10px;
}
.artical-content {
  padding: 10px;
  text-align: center;
  background-color: #252336;
  margin: 5px;
  border-radius: 5px;
}
.artical-content img {
  width: 100%;
}
.art-h5 {
  font-size: 30px;
  font-weight: bold;
  color: rgb(255, 217, 0);
  padding: 30px 20px 0px 20px;
}
.artical-content a {
  text-decoration: none;
}
.next-art {
  padding: 10px;
  color: #ff006a;
}
.next-art:hover {
  color: #ff7b00;
  text-decoration: none;
}
.news-articles-h4 {
  display: flex;
  justify-content: center;
  color: #f1f1fa;
  font-size: 25px;
  margin: 10px 0;
}
.article-date i {
  color: #9dff008f;
}
.articles-view i {
  color: #c99300;
}
.box-articles em {
  color: whitesmoke;
}
.news-articles-p {
  color: rgb(233, 233, 233);
  margin: 10px 0;
}
.news-articles-span {
  color: #e100ff;
}
.news-articles-span:hover {
  color: #f28fff;
}
.article-all {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to top, #161523, #0b0a20);
}
.article-all-content {
  width: 69%;
  margin: auto;
}
.article-all-content h1 {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    #ba8b01,
    rgb(255, 217, 0),
    #e5bd5d,
    #ffee00
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 15px 0;
}
.pagination {
  display: inline-block;
  padding: 20px;
}

.pagination a {
  font-weight: bold;
  font-size: 10px;
  color: white;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  border: 2px solid /*#fbf708*/;
  border-image: linear-gradient(to right, #ebd962, rgb(255, 223, 82)) 1;
}

.pagination a.active {
  background-color: rgb(116, 165, 255);
}
.pagination a:hover:not(.active) {
  background-color: skyblue;
  color: red;
}
.view-art {
  width: 80%;
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
}
.site {
  color: rgb(209, 209, 209);
  text-align: center;
  margin-bottom: 15px;
}

.view-article p {
  font-size: 18px;
  color: white;
}
.span-back {
  display: block;
  padding: 10px 0;
  color: red;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.span-back:hover {
  color: #ff6262;
}
#moblie-menu-stiky {
  display: none;
}
.err {
  width: 100%;
  min-height: 80vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.err i {
  color: red;
  font-size: 70px;
}
.err strong {
  color: white;
  display: flex;
  justify-content: center;
  margin: 8px;
  font-size: 40px;
}
.err b {
  color: whitesmoke;
  font-size: 30px;
}
.con-section {
  width: 100%;
  display: flex;
}
.con-section1,
.con-section3 {
  width: 15%;
  background-color: #252336;
  text-align: center;
  color: white;
}
.dowload-main-content,
.dowload-main-content2 {
  width: 15%;
}
.dowload-main-content1 {
  width: 70%;
  text-align: center;
  background-color: #13102b;
}
.dowload-main-content img,
.dowload-main-content2 img {
  width: 100%;
  height: 100%;
}
.con-section2 {
  width: 70%;
  background-color: #13102b;
  text-align: center;
}
.con-section2 img {
  width: 80%;
  padding: 40px 20px;
}
.con-section1 img,
.con-section3 img {
  width: 100%;

  margin-top: 60px;
}
/* ------------------ */
#dowload-main1 {
  width: 100%;
  display: flex;
  background-color: #12111f;
}
.dow-content {
  background-image: url(../img/bg-dowload.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dow-content img {
  width: 40%;
  padding: 20px;
}
/* ------------------ */
#content-main-data {
  width: 100%;
  display: flex;
  background-color: #13102b;
}
.content-main-data1,
.content-main-data3 {
  width: 15%;
  text-align: center;
  color: white;
  background-color: #12111f;
}
.content-main-data2 {
  width: 70%;
  padding: 0 40px 20px 40px;
}
.avtive{
  text-align: center;
  font-size: 1.5em;
  color: red;
  text-decoration: none;
}
.min-h{
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #110b4d;
}
.min-h form{
  width: 30%;
  padding: 10px;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0  0  30px gold;
}
.min-h form p{
  font-size: 2em;
  text-align: center;
  color: white;
  margin-bottom: 5px;
}
.min-h form  input{
  padding: 10px;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}
.min-h form button{
  padding: 10px;
  font-size: 18px;
  background-color: gold;
}
.fixed-width-green{
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: green;
  font-size: 18px;
  text-decoration: none;
  color: white;
}
.fixed-width-red{
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: red;
  font-size: 18px;
  color: black;
  text-decoration: none;

}
.closebtn{
  text-decoration: none;
  font-size: 1.75em;
  color: white;
  font-weight: 900;
}