body,
html {
  height: 100%;
  font-family: Prompt, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
header a {
  font-family: Prompt, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.container {
  max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 70px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
}

img {
  max-width: 100%;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
ul {
  padding: 0;
}
.text-word {
  word-break: break-word;
}
::-webkit-input-placeholder {
  text-align: left;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  color: rgb(4, 0, 255) !important;
}
:-moz-placeholder {
  text-align: left;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  color: rgb(4, 0, 255) !important;
}
::-moz-placeholder {
  text-align: left;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  color: rgb(4, 0, 255) !important;
  /* #121211 */
}
:-ms-input-placeholder {
  text-align: left;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  color: rgb(4, 0, 255) !important;
}
.text-gradient-gold {
  background: -webkit-linear-gradient(#f3c256, #fdf795, #be9328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000;
}
.text-white {
  color: #fff;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}
/*-----------------*/ /*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*--------------------------*/

.A-links {
  font-weight: 700;
  color: rgb(255, 0, 55);
}
.A-links:hover {
  color: gold;
}
.A-link {
  font-weight: bold;
  color: rgb(255, 227, 68);
}
.header-login {
  width: 100%;
  display: flex;
}
.logo-header-login {
  width: 20%;
}
.logo-header-login img {
  width: 100%;
}
.header-login form {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: 10px 20px;
}
.header-login form input {
  width: 38%;
  margin-right: 10px;
  font-size: 15px;
  border: 2px solid black;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 2px 2px 20px black;
  background-color: whitesmoke;
  color: black;
}
.header-login form button {
  width: 20%;
  margin-right: 10px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0px;
  background-color: #006aff;
  cursor: pointer;
  padding: 10px;
  color: white;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(255, 221, 29);
}
.header-login form a {
  text-decoration: none;
  color: white;
  width: 20%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  background-color: #22aa00;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(250, 208, 21);
}
.header-login form a:hover {
  box-shadow: 0 0 40px rgb(234, 0, 255);
  transition: 0.3s;
}
.header-login form button:hover {
  box-shadow: 0 0 40px rgb(234, 0, 255);
  transition: 0.3s;
}
.logo-headers {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
}
.logo-headers a {
  width: 40%;
  text-align: center;
  padding: 10px;
  border: 4px solid rgb(255, 255, 38);
  margin: 10px 0;
  color: white;
  font-size: 18px;
  background-color: #0056d1;
}
.logo-headers img {
  width: 20%;
  margin: 10px;
}

.service-p-main {
  /* width: 40%; */
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.service-p-main strong {
  display: flex;
  justify-content: flex-start;
  color: white;
}

.step-register .img-regis {
  width: 80%;
  margin: auto;
}
.step-register strong {
  margin: auto;
  margin-bottom: 10px;
  padding: 10px 35px;
  border: 4px solid rgb(251, 255, 0);
  border-radius: 50px;
  font-size: 25px;
  font-weight: bold;
  color: rgb(251, 255, 0);
}
.main-tree {
  width: 60%;
  margin: auto;
}
.main-four {
  width: 60%;
  margin: auto;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #dfc543, #7b5c26, #dfc543, #df9f28) 1;
}
.main-four h4 {
  font-size: 33px;
  text-align: center;
  margin-top: 50px;
}
.main-four strong {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin: 10px 0;
}
.border-container {
  padding-bottom: 20px;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #dfc543, #7b5c26, #dfc543, #df9f28) 1;
}
.main-tree h3 {
  text-align: center;
}

.main-four-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-four-p p {
  width: 80%;
  padding: 5px 35px;
  border: 2px solid;
  border-image: linear-gradient(to right, #dfc543, #7b5c26, #dfc543, #df9f28) 1;
  /* border-radius: 50px;  */
  font-size: 18px;
}

.flex-img-p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5px 0;
}
.flex-img-p img {
  width: 8%;
}
.fd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fd h1 {
  font-size: 35px;
}
.about_part {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #dfc543, #7b5c26, #dfc543, #df9f28) 1;
}
.break-word {
  text-indent: 30px;
}
#nav-memu-moblie {
  display: none;
}
.text-goldyellow {
  color: #dbc242;
}
.str-mobile-header {
  display: none;
}
.display-ipad {
  display: none;
}
.all-nav-left {
  display: none;
}

.img-float {
  width: 50%;
  display: block;
  float: right;
  padding: 20px;
}

.float-right {
  width: 50%;
  display: block;
  float: left;
  padding: 20px;
}
.payout-tate {
  --border-width: 6px;
  position: relative;
  display: block;
  text-align: center;
  width: 50%;
  margin: auto;
  height: auto;
  color: white;
  background-color: #05193d;
  border-radius: var(--border-width);
  padding: 20px 10px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgb(255, 224, 49);
}
/* #error{
  min-height: 60vh;
} */
#error .er div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#error .er {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
}
#error .er img {
  width: 10%;
}
#error .er strong {
  display: flex;
  font-size: 50px;
  font-weight: bold;
  color: red;
  margin: 5px;
}
#error .er b {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.payout-tate::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(
    60deg,
    #5f86f2,
    #a65ff2,
    #f25fd0,
    #f25f61,
    #f2cb5f,
    #abf25f,
    #5ff281,
    #5ff2f0,
    orangered,
    gold,
    red,
    yellow
  );
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}
@keyframes moveGradient {
  50% {
    background-position: 100% 100%;
  }
}
.btn-regis {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  padding: 5px 35px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(
    45deg,
    #ffdc65,
    #c9971f,
    #fede9f,
    #966c10,
    #ffdc65
  );
  margin: 10px 0;
}
.btn-regis:hover {
  background: #1f2ac9;
  transition: 0.3s;
  color: white;
  box-shadow: 0 0 20px green;
}
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/
/*-----------------*/

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white li,
.text-white p,
.text-white span {
  color: #fff;
}
.display-flex-align-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-border {
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-width: 3px;
}
.border-gradient-gold {
  border-image-source: linear-gradient(
    #dfc543,
    #7b5c26,
    #dfc543,
    #df9f28
  ) !important;
}
.gradient-gold {
  border: solid 3px linear-gradient(#dfc543, #7b5c26, #dfc543, #df9f28) !important;
}
.about-header-text-we-good {
  width: 100%;
  text-align: center;
}
.about-header-text-we-good p {
  font-size: 35px;
  font-weight: 900;
}
.name-img {
  margin-top: 20px;
}
.category-text {
  padding: 10px;
}
.category-part .category-text {
  display: flex;
  align-items: center;
}
.category-part {
  padding: 140px 0 90px;
  height: fit-content;
}
.category-part .border-category-part .category-image {
  padding: 40px;
}
@media (max-width: 576px) {
  .payout-tate {
    width: 90%;
    box-shadow: 0 0 50px rgb(255, 224, 49);
    margin-bottom: 4rem;
  }
  .float-right {
    width: 100%;
  }
  .img-float {
    width: 100%;
    float: left;
    padding: 0px;
  }

  .display-ipad {
    display: none;
  }
  .str-mobile-header {
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(45deg, black, #07244e, black, #062655);
  }
  .str-mobile-header strong {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 18px;
  }

  #nav-memu-moblie {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    bottom: 0;
    padding: 20px 0 10px 0;

    background-image: linear-gradient(45deg, black, #07244e, black, #062655);
    /* background-image: linear-gradient(to right,#051739,#5a87ca,#062655); */
  }
  #nav-memu-moblie a {
    width: 20%;
    text-decoration: none;
  }
  #nav-memu-moblie a img {
    /* width: 40%; */
  }
  #nav-memu-moblie a strong {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 10px;
    background: linear-gradient(
      45deg,
      #ffdc65,
      #c9971f,
      #fede9f,
      #966c10,
      #ffdc65
    );
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #navbarSupportedContent {
    background-image: linear-gradient(
      45deg,
      #000046,
      #100c3d,
      #040496,
      #00087c
    );
  }
  .main-four {
    width: 100%;
    padding: 10px 20px;
  }
  .flex-img-p img {
    width: 25%;
  }
  .main-four-p p {
    width: 90%;
    padding: 10px;
    border: 1px solid #dfdb00;
    font-size: 15px;
  }

  .step-register strong {
    margin-top: 10px;
    padding: 5px;
    border: 2px solid rgb(251, 255, 0);
    font-size: 10px;
    width: 80%;
    text-align: center;
  }

  .step-register .img-regis {
    width: 80%;
  }

  .main-tree {
    width: 100%;
    padding: 10px 20px;
  }
  .category-name {
    display: none;
  }
  .category-part {
    padding: 70px 0 50px;
  }
  .box-h-casino {
    display: flex;
    justify-content: space-between;
  }
  .btn {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  ::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  :-moz-placeholder {
    font-size: 18px !important;
  }
  ::-moz-placeholder {
    font-size: 18px !important;
  }
  :-ms-input-placeholder {
    font-size: 18px !important;
  }
  .form-control {
    background-repeat: no-repeat;
    /* background-size:100% 100%; */
    padding-left: 50px;
    display: inline-block;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
.input-group-text {
  background-color: #fff;
}
.input-group .img-user {
  width: 30px;
}
.input-group .img-pass {
  width: 30px;
}
.text-line p {
  font-size: 20px;
  font-weight: 600;
}
.home_menu .main-menu-item {
  padding-right: 100px;
}
.home_menu .menu_btn:hover a {
  color: #fff !important;
}
.main_menu .navbar {
  padding: 8px 0;
}
.main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
}
.main_menu .main-menu-item ul li a {
  color: #fff !important;
  font-size: 23px;
  padding: 0 22px !important;
  font-family: Prompt, sans-serif !important;
  font-weight: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 0 16px !important;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media (max-width: 576px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
    font-size: 20px;
  }
}
.background-color-main-menu {
  background: -webkit-linear-gradient(
    90deg,
    rgba(9, 38, 83, 1) 25%,
    rgba(23, 66, 139, 1) 75%
  );
  background: linear-gradient(
    90deg,
    rgba(9, 38, 83, 1) 25%,
    rgba(23, 66, 139, 1) 75%
  );
}
.background-color-second-menu {
  background-color: #0056d1;
  /* background: -webkit-linear-gradient(
    90deg,
    rgba(11, 44, 96, 1) 25%,
    rgba(25, 72, 150, 1) 75%
    );
  background: linear-gradient(
    90deg,
    rgba(11, 44, 96, 1) 25%,
    rgba(25, 72, 150, 1) 75%
    ); */
}
.main_menu .main-menu-item ul li a:hover {
  color: #fff !important;
}
.home_menu {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-toggler-icon {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 576px) {
  .navbar-light .navbar-toggler {
    border: solid 2px #333;
    position: absolute;
    right: 0;
  }
  .navbar {
    margin-top: 10px;
    height: 40px;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #121212;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .home_menu {
    background: 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #121212 !important;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}

.banner_part {
  position: relative;
  width: 100%;
  display: none;
}
@media (max-width: 800px) {
  .header-login {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .logo-header-login {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .logo-header-login img {
    width: 50%;
  }
  .header-login form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0px;
    padding: 0 10px;
  }

  .logo-headers {
    display: none;
  }
  /*-----------------*/
  /*-----------------*/
  /*-----------------*/
  /* */

  .banner_part {
    display: block;
    /*background-image: url(../img/mobile-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
  }
}
@media (max-width: 576px) {
  .step-register {
    display: none;
  }
  .header-part {
    display: none;
  }

  .all-nav-left {
    display: block;
  }
  .nav-left-mobile ul li a {
    color: #ffffff;
    text-shadow: 1px 1px 0 #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
  }
  .close-bar {
    display: flex;
    justify-content: flex-end;
    font-size: 30px !important;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer;
  }
  .nav-left-mobile ul li {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ffffff;
  }
  .nav-left-mobile {
    position: absolute;
    background-image: linear-gradient(
      to top,
      black,
      #0a1b57,
      #001ec3,
      rgb(0, 67, 129)
    );
    height: 100%;
    width: 250px;
    top: 0;
    left: -250px;
    text-align: left;
    z-index: 888;
    transition: 0.8s;
  }
  .all-nav-left i.fas {
    display: block;
    color: white;
    margin: 10px;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 20px;
    text-align: right;
  }
  .nav-left-mobile ul {
    width: 100%;
  }
}

@media (max-width: 690px) {
  .logo-main {
    display: none;
  }
  .header-login {
    display: none;
  }
}
.category-part {
  position: relative;
  height: fit-content;
  padding: 60px;
}
.category-part .category-head-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.category-part .category-head-img img {
  width: 600px;
}
.box-h-casino {
  display: none;
}
@media (max-width: 576px) {
  .category-name {
    display: none;
  }
  .box-h-casino {
    display: flex;
    font-size: 18px;
    justify-content: space-evenly;
    font-weight: 100;
  }
  .category-part {
    padding: 70px 0 50px;
  }
  .card-login {
    display: block !important;
    margin-top: 10px;
    border: none !important;
  }
  .desktop-header {
    display: none;
  }
  .background-color-main-menu {
    background: 0 0;
  }
  .background-color-second-menu {
    background: 0 0;
  }
  .card {
    background-color: transparent !important;
  }
  .form-control {
    height: 50px;
    border-left: none;
  }
  .btn {
    height: 50px !important;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
.card-login {
  display: none;
}
.logo .logo-head {
  display: block;
  padding: 10px;
  overflow: hidden;
  width: 120px;
}
.btn {
  width: 94%;
  height: 40px;
  font-size: 18px;
  font-weight: bolder;
  text-align: center !important;
  margin: 10px;
  background-image: linear-gradient(to top, #051037, #001ec3);
  color: #f1f1f1;
}
.btn:focus {
  background-image: linear-gradient(
    to top,
    #14244c,
    #002769,
    #002886,
    #0026a2,
    #011fbc
  );
}
.btn:active {
  background-image: linear-gradient(
    to top,
    #14244c,
    #002769,
    #002886,
    #0026a2,
    #011fbc
  ) !important;
}
.input-login-group {
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  background-color: #07224d;
  border-radius: 20px;
}
.border-radius {
  border-radius: 20px;
}
.input-login-position {
  margin: 10px;
}
.input-login {
  width: 100%;
}
@media (max-width: 460px) {
  .logo-mobile {
    width: 100%;
    margin: 0 !important;
  }
  .logo {
    display: block;
  }
}
.about_part {
  position: relative;
  background-color: transparent;
  height: fit-content;
  border-width: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 60px;
}
.about_part .logo-about-part {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part-second img {
  width: 600px;
}
.about_part .logo-about-part img {
  width: 400px;
}
.about_part .about_text h5 {
  font-family: Prompt, sans-serif !important;
  font-size: 16px;
  color: #c1d429f7;
  margin-bottom: 18px;
}
.about_part .about_text h2 {
  font-family: Prompt, sans-serif !important;
  color: #c1d429f7;
  margin-bottom: 18px;
}
.about_img {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.about_part .about_text h1,
h2,
h3 {
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #c1d429f7;
}
@media (max-width: 576px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about_part .about_text p {
  margin-top: 13px;
}
.about_part .about_text .btn_3 {
  margin-top: 48px;
}
.about-header-box {
  background-image: linear-gradient(to top, #f2e7a2, #c8b256);
  text-align: center;
  color: #0a2a5c;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-header-box p {
  color: #0a2a5c;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.blog-section {
  padding-top: 90px;
  padding-bottom: 66px;
}
.blog-section .section-title {
  margin-bottom: 55px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-item.large-item {
  display: block;
}
.blog-item.sm-item {
  height: 330px;
}
.blog-item .blog-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
.blog-item .blog-text .categories {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.blog-item .blog-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.card-header {
  color: #fff;
  background: red;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 10px;
  border-bottom: 0;
  text-align: center;
}
.login-admin {
  padding-bottom: 150px;
}
.details-card {
  background: #0d0c1a;
  padding: 100px 0;
}
.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.card-desc {
  padding: 1.25rem;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1abc9c;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card-content {
  background: #2f4f4f;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  min-height: 450px;
}
.details-card .head-articles {
  text-align: center;
  font-size: 54px;
  color: #ecb630;
  padding-bottom: 25px;
}
#news {
  display: block;
  padding-top: 109px;
  overflow: hidden;
  padding-bottom: 55px;
  color: #f0f8ff;
}
.background-color-main {
  background-color: #171f27;
}
#news strong {
  color: #ff1678;
}
#news .news-box .news-head {
  color: #fff;
  font-size: 44px;
  padding-bottom: 14px;
}
#news .news-box .site {
  display: inline-block;
  float: left;
  overflow: hidden;
}
#news .news-box .site .date-news {
  color: tomato;
  font-size: 14px;
  padding-right: 14px;
}
#news .news-box .site .news-views {
  color: #deb887;
  font-size: 14px;
}
#news .news-box .button-share {
  float: right;
  overflow: hidden;
}
#news .news-box .img-news {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}
#news .news-box .news-text {
  color: #fff;
  padding: 20px;
  margin: 20px;
}
#news .news-box .news-text p {
  color: #fff;
}
#news .news-box .news-text strong {
  color: #ff1678;
}
.break-word {
  word-break: break-word;
}
footer {
  position: relative;
  bottom: 0;
}
.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
}
.footer-distributed .footer-center,
.footer-distributed .footer-left,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .footer-left {
  width: 35%;
}
.footer-distributed h3 {
  color: #fff;
  font: normal 36px Cookie, cursive;
  margin: 0;
}
.footer-distributed h3 span {
  color: #5383d3;
}
.footer-distributed .footer-links {
  color: #fff;
  margin: 20px 0 12px;
  padding: 0;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #fff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-center p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0;
}
.footer-distributed .footer-center p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}
.footer-distributed .footer-right {
  width: 60%;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-distributed .footer-icons a img {
  width: 100%;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom p a {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 880px) {
  .about_part {
    padding: 0px;
  }
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-center,
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
  .main {
    line-height: normal;
    font-size: auto;
  }
}

/* breadcrumb */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background: transparent;
}

.btn-link-social{
      background: none;
    border: none;
}