* {
    margin: 0;
    padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
    background: url(../images/bg/bg_green.png) no-repeat center center fixed;
    background-size: cover;
}
.logo-header {
  width: 25%;
}
.logo-header img{
  width: 100%;
  margin-top: 10px;
}
.j-container {
    min-height: 100vh;
    background: url(../images/bg/bg_green.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#particles-js{ position:absolute; width: 100%; height: 100%;bottom: 0; }
.j-col {
    /* background-color: #14473526; */
    width: 100%;
    min-height: 100vh;
}
.menu-bar {
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgb(249, 249, 249);
}
.menu-con {
  position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1440px;
    margin: auto;
    position: relative;
}
.news_list{
    margin-top: -35vmin;
}
.icon-menu {
  margin-left: 35px;
  color: #696e67;
  right: 15px;
  cursor: pointer;
  top: 17px;
  font-size: 30px;
  background-color: transparent;
  border: none;
}
.icon-menu:hover{
  color: #89ca3a;
}
.icon-menu.active{
  color: #89ca3a;
}

#smallScreenMenu,#smallScreenMenu2 {
  top: 80px;
  position: absolute;
  right: 0;
  width: 356px;
  text-align: left;
  overflow-y: hidden;
  max-height: 1080px;
  transition: all 320ms ease-in-out;
  /* background-color: rgba(255, 255, 255, 98); */
  background-image: linear-gradient(#7ba735, white 65%);
}
.closed{
  height: 0;
}
.closed.show {
  height: 100vh;
}


.j-menu-txt {
  height: 80%;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  /* padding: 40px;
  padding-top: 50px; */

}
.h-font {
  color: white;
  font-size: 35px;
  font-weight: 700;
  background-color: #4f8522!important;
  padding: 20px 30px 0px 30px;
}
.sub-font {
  font-size: 16px;
  color: white;
  padding: 10px 30px;
  font-weight: 700;
}
.login-form {
  /* margin-top: 25px; */
  padding: 30px;
}
.login-form input {
    font-size: 16px;
    outline: none;
    padding: 8px;
    background: none;
    width: 90%;
    border: none;
    border-bottom: 1px solid white;
    margin-bottom: 30px;
}
.login-form input::placeholder {
    color: #203502;
    font-weight: 500;
}
.log-bg {
  text-align: center;
}
.log-bg img{
    max-width: 301px;
    width: 13vw;
    opacity: 0.7;
}
.log-submit {
  margin-top: 10px;
  margin-left: 10px;
  /* width: 100%; */
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.log-submit input{
  cursor: pointer;
  height: 57px;
  width: 110px;
  /* background-size: 77px; */
  background-image:  url(../image/btn-show.png) ;
  background-size: cover;
  border: none;
  background-color: #239f7200;
}
.log-submit .btn{
  cursor: pointer;
  height: 57px;
  width: 123px;
  background-size: 77px;
  background-image:  url(../image/login-btn.png) ;
  background-size: cover;
  border: none;
  background-color: #239f7200;
}
.content {
  width: 100%;
}
.cont-con {
  justify-content: center;
  /* padding-top: 20vh; */
  padding-top: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1440px;
}
.cont-txt .sub-title {

  margin-top: 20px;
  color: #355b2b;
}

.cont-txt .sub-title .line-1 {
  font-size: 20px;
  font-weight: 700;
}

.cont-txt .sub-title .line-2 {
  font-size: 18px;
  display: block;
}

.cont-txt2 {
  display: flex;
  align-items: flex-end;
}
.cont-txt2 span{
  color: #fff;
  font-size: 27px;

  margin-left: 10px;
}

.cont-txt p{
  line-height: 70px;
  font-weight: bold;
  color: #fff;
  font-size: 60px;
}
.content-box{
  display: flex;
  padding-top: 10vh;
}
.cont-img-1  {
  width: 50%;
  margin-right: 20px;
  text-align: center;
}
.cont-img-1 img{
  max-width: 89%;
}
.cont-txt3 {
  margin-top: 10px;
}
.cont-txt3 p{
  font-size: 27px;
  font-weight: normal;
  color: white;
}

.cont-txt4 a{
  text-decoration: none;
}

.cont-txt3 span {
  color: #18380f;
  font-size: 16px;
}

.cont-line {
  margin-top: 40px;
  height: 1.5px;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.808);
}
.cont-txt4 {
  position: absolute;
  width: 50%;
  max-width: 800px;
  bottom: 5vh;
  line-height: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  background-color: #518a0b;
  padding: 10px 40px;
  border: solid 1px white;
  border-radius: 5px;
}
.cont-img-2 img{
  width: 100px;
}
.cont-img-2  {
  margin-right: 20px;
}


.alert-danger{
 margin-bottom: 2rem;
 margin-top: 2rem;
}
.alert-danger li{
    background: #ea3232;
    list-style: none;
    color: white;
    padding: 10px;
    border-radius: 15px;
    font-weight: bold;
    width: 20rem;
    margin-bottom: 0.5rem;
}
.match{
    color: #129a67 !important;
}
.unmatch{
    color: #ee383a !important;
}
/* menu */
.nav-menu {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  color: #89ca3a;
}
.nav-menu a{
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #89ca3a;
  text-decoration: none;
  color: #3d671a;
  font-weight: 700;
  transition:1s;
}
.nav-menu a:hover{
  background-color: #4f8522!important;
  color: white!important;
  transition:1s;
  font-size: 20px;
}
#nav-end{
  border: none;
}

@media (max-width: 1440px){
  .menu-con,.cont-con{
    max-width: 1140px;
  }


}

@media (max-width: 1281px) {

  .menu-con ,.cont-con{
    max-width: 960px;
  }
  .cont-txt p{
    line-height: 45px;
    font-size: 47px;
  }
  .cont-txt2 span {
    font-size: 21px;
  }
  .cont-txt3 p{
    font-size: 20px;
  }
  .cont-img-1 {
    margin-right: 0px;
  }
  .cont-img-1 img{
    width: 74%;
  }
  .cont-txt3 span {
    font-size: 16px;
  }
  .cont-txt4 {
    width: 60%;
  }

  .log-submit input{
    height: 36px;
    width: 70px;
  }
}

@media (max-width: 1024px) {
  .menu-con ,.cont-con{
    max-width: 780px;
  }
  .cont-txt p{
    font-size: 44px;
  }
  .cont-txt2 span {
    font-size: 20px;
  }
  .cont-txt3 p {
    font-size: 19px;
  }
  .cont-txt3 span {
    font-size: 15px;
  }
  .cont-img-1 {
    width: 60%;
  }
  .cont-img-1 img {
    width: 86%;
  }
  .cont-img-2 img {
    width: 70px;
  }
  .cont-txt4 {
    width: 70%;
  }
}
@media (min-width: 1200px) {
    .news_list {
        margin-top: -20vmin !important;
    }
}
@media (min-width: 768px){
    .news_list {
        margin-top: -2vmin;
    }

}
@media (min-width: 576px){
    .news_list {
        margin-top: -40vmin;
    }
}
@media (max-width: 768px) {


  .cont-con {
    padding-top: 20%;
    justify-content: center
  }
  #smallScreenMenu, #smallScreenMenu2 {

    position: fixed;
    width: 100%;
  }
  #smallScreenMenu>.j-menu-txt {
    /* flex-direction: column-reverse; */
    max-width: 448px;
    margin: auto;
  }
  #smallScreenMenu>.j-menu-txt .log-bg img {
    display: none;
  }
  .log-bg img{
    width: 100%;
  }
  #smallScreenMenu2>.j-menu-txt{
    max-width: 448px;
    margin: auto;
  }
  .menu-con {
    padding: 0px 43px;
  }
  .content-box {
    justify-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
  }
  .cont-txt p {
    font-size: 6vw;
  }
  .cont-txt2 span {
    font-size: 2.7vw;
  }
  .cont-txt3 p {
    font-size: 2vw;
  }
  cont-txt3 span {
    font-size: 2.4vw;
  }
  .cont-txt3 span {
    font-size: 1.8vw;
  }

  .cont-txt4 {
    width: 90%;
    padding: 10px;
  }

  .cont-img-1 {
    width: 70%;
  }

  .cont-txt {
    width: 80%;
  }

  .cont-txt3 {
    margin-top: 0px;
  }

  .logo-header {
    width: 40%;
  }

}
@media (max-width: 414px){
  #smallScreenMenu, #smallScreenMenu2 {
    top: 59px;
  }
  .log-bg{
    padding: 30px;
  }
  .log-bg img {
    width: 50%;
  }
  .menu-bar{
    height: 58px;
  }
  .icon-menu {
    font-size: 31px;
    margin-left:28px
  }
  .content-box {
    padding-top: 0vh;
  }
  .cont-txt{
    line-height: 32px;
    width: 80%;
  }
  .cont-txt p {
    font-size: 7vw;
  }
  .cont-txt .sub-title{
    margin-top: 0px;
  }
  .cont-txt2 span {
    font-size: 3vw;
  }
  .cont-txt3 p {
    font-size: 3vw;
  }
  .cont-txt3 span {
    font-size: 2.7vw;
  }
  .cont-img-2 img{
    width: 50px;
  }
  .cont-img-1 {
    width: 80%;
  }
  .logo-header {
    width: 50%;
  }
}
@media (max-width: 414px){

}
@media (max-width: 320px){
  .nav-menu{
    font-size: 15px;
  }
}

.btn {
  background: #fff;
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  display: inline-block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0;
}
.card-header{
  margin: 15px;
  font-weight: bold;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.mt-4{
  margin-top: 2rem;
}
.ml-4{
  margin-left: 20px;
}
.btn-action{
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 100%;
}
.col-action a{
  text-decoration: none;
}
.table-detail{
  /* background-color: #8fbc51ba; */
  color: black;
  padding: 1rem;
}
.table_head td{
  padding: .75rem!important;
  font-weight: bold;
  color: #355b2b;
}

tr.table_border td {
  border-top: solid .5px gray;
}

.table_row td:first-child, .table_row_over td:first-child{
  padding: 0 .8rem;
}
.btn-action-view{
  text-decoration: none;
  color: #000;
  background: #fff;
}
.table-detail tr td:first-child {
  padding: 0 .8rem;
  width: 25%;
}

.btn-box {
  text-align: center;
  border-top: solid .5px gray;
  padding-top: .75rem;
}

.table-checkbox tr td {
  padding: 0 5px!important;
  width: unset;
}
.white-shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 67%);
    z-index: 1;
    display: none;
}
.list_news{
list-style: none;
}

.list_news > li{
    height: 100px;
    border-bottom: #f3f3f3 1px solid;
}
.list-radio{
    display: flex;
    gap: 5px;
}
