@import url(https://fonts.googleapis.com/css?family=Nunito);.nav_menu {
  display: block;
  position: fixed;
  left: -300px;
  transition: left 1s;
  background: #ffffff;
  z-index: 3;
  height: 100%;
}

.page-body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(33, 31, 32, 0.54);
  z-index: 1;
}

.toggled-sidebar {
  position: relative;
  overflow: hidden;
}

.toggled-sidebar .nav_menu {
  display: block;
  width: 300px !important;
  left: 0;
  transition: left 0.3s;
  position: fixed;
  z-index: 3;
}

.toggled-sidebar .nav_menu .page-body {
  display: block;
}

.toggled-sidebar .nav_menu .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #ffffff;
  z-index: 1;
}

.pagination {
  display: flex;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}

.pagination li {
  list-style-type: none;
}

.pagination li .page-link {
  text-decoration: none;
  display: block;
  padding: 5px;
  height: 18px;
  width: 18px;
  line-height: 20px;
  text-align: center;
}

.pagination li.active .page-link {
  background: #005f9d;
  color: #fff;
  border-radius: 50px;
}

.outline:focus {
  outline: none;
}

.cursor {
  cursor: pointer;
}

.h3 {
  margin: 0;
}

button.active {
  border-bottom: 3px solid #ec2227;
}

.text_decoration {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #ebebeb;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}

button {
  font-family: "Hanuman", sans-serif;
  font-size: 16px;
}

.body-size-1000 {
  width: 1200px;
  margin: 0 auto;
}

.body-size-1300 {
  width: 1300px;
  margin: 0 auto;
}

.body-controll {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
}

.content-flex1 {
  flex: 1;
}

.content-flex2 {
  width: 290px;
  padding-right: 10px;
}

.adv-width {
  width: 150px;
}

.gp-bd {
  flex: 1;
}

.gp-bd .bd-second {
  display: flex;
  width: 100%;
}

.paginate-custom {
  display: flex;
  justify-content: center;
  margin: -5px 10px;
  background: white;
}

.paginate-custom div {
  margin: 0px 5px;
}

.paginate-custom div button {
  background: #0072ba;
  padding: 0 0px;
  line-height: 30px !important;
  width: 80px;
  border: none;
  color: white;
}

.group-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.group-nodata .item-nodata {
  display: flex;
  flex-direction: column;
  margin: 80px 0;
  align-items: center;
}

.group-nodata .item-nodata .nodata {
  border: 5px solid #eae2e2;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  height: 120px;
  width: 120px;
  text-align: center;
  justify-content: center;
}

.gp-header {
  background-color: #0072ba;
}

.page-wrapper {
  position: relative;
}

.header-first {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  height: 120px;
  align-items: center;
}

.header-first .pg-img {
  width: 190px;
}

.header-first .pg-img .img {
  width: 100%;
  height: 100%;
}

.header-first .flex1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: end;
}

.header-first .flex1 .img {
  width: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gp-header-second {
  background-color: #005f9d;
  border-top: 1px solid rgba(247, 247, 247, 0.75);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.header-second {
  height: 40px;
}

.header-second .flex1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.header-second .flex1 .nav {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-second .flex1 .nav a {
  height: 100%;
}

.res-gp-search {
  padding: 5px 5px 5px 0px !important;
}

.gp-search {
  display: flex;
  justify-content: flex-end;
  padding: 2px 0;
}

.gp-search .form {
  height: 100%;
  display: flex;
}

.gp-search .form .search {
  position: relative;
  width: 234px;
  background: white;
}

.gp-search .form .search .input {
  height: 100%;
  border: none;
  width: 70%;
  padding: 0 5px;
  font-family: "Hanuman", sans-serif;
}

.gp-search .form .search .btn {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  padding: 0;
  width: 35px;
  align-items: center;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}

.gp-search .form .search .btn img {
  width: 20px;
  height: 20px;
}

.header-second-res {
  height: 50px;
  display: none;
}

.header-second-res .flex1 {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-second-res .flex2 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-second-res .flex2 .icon {
  width: 26px;
  height: 20px;
  padding: 5px 2px;
  line-height: 25px;
  background: white;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
  display: flex;
  text-align: center;
  justify-content: center;
}

.btn-hd-res {
  border: none;
  cursor: pointer;
  height: 100%;
  line-height: 100%;
  background: none;
  color: white;
  padding: 8.5px 16px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  padding: 2px;
  margin-left: 2px;
}

.btn-hd-res img {
  width: 100%;
  height: 100%;
}

.btn-hd {
  border: none;
  cursor: pointer;
  height: 100%;
  line-height: 100%;
  background: none;
  color: white;
  padding: 8.5px 16px;
  margin-right: 5px;
}

.btn-hd img {
  width: 20px;
  height: 20px;
}

.nav_header {
  display: flex;
  height: 66px;
  background: #0072ba;
  align-items: center;
  padding: 5px;
}

.nav_header .flex1 {
  flex: 1;
  height: 100%;
}

.nav_header .flex1 .nav-img {
  height: 100%;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav_header .flex2 {
  width: 30px;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.nav_header .flex2 .nav-close {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gp-nav-btn {
  margin: 5px 5px;
  box-shadow: 0 1px 0px rgba(204, 204, 204, 0.3);
}

.gp-nav-btn .nav-btn {
  border: none;
  background: none;
}

.gp-nav-btn .nav-btn.active {
  color: #005f9d;
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
}

.gp-home-content {
  padding: 0 10px;
}

.gp-home-content .home-content {
  margin-bottom: 10px;
  display: flex;
  height: 180px;
}

.env-gp-content {
  width: 250px;
  background: white;
  height: 100%;
  overflow: hidden;
}

.gp-content {
  padding: 0 10px;
}

.gp-content .item {
  cursor: pointer;
  display: flex;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(204, 204, 204, 0.3);
  margin-bottom: 10px;
  width: 100%;
}

.gp-content .item .gp-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  height: 192px;
  min-height: 192px;
  max-height: 192px;
}

.gp-content .item .gp-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gp-content .item .gp-title {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  width: 55%;
}

.gp-content .item .gp-title .title {
  color: #005f9d;
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
  margin-bottom: 5px;
  width: 100%;
}

.gp-content .item .gp-title .date {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000000db;
}

.gp-content .item .gp-title .des-limit {
  color: #000000db;
}

.gp-title-header {
  height: 30px;
  background: #fff;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 10px;
  display: flex;
}

.gp-title-header .th-title {
  background-color: #005f9d;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  padding: 0 12px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.gp-title-header .th-title:before {
  background-color: #005f9d !important;
  content: "";
  position: absolute;
  display: inline-block;
  right: -11px;
  top: 0;
  width: 25px;
  height: 30px;
  transform: skew(29deg);
  z-index: -1;
}

.gp-title-header .gp-th-img {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.frame-fb {
  height: 160px;
  overflow: hidden;
}

.frame-fb .ff {
  width: 100%;
}

.adv-home-content {
  flex: 1;
  padding: 0 10px;
}

.adv-img-ct-hm {
  height: 50%;
}

.adv-img-ct-hm .img {
  width: 100%;
  height: 95%;
}

.adv-img-ct-hm:nth-child(1) {
  padding-bottom: 5px;
}

.adv-img-ct {
  margin-bottom: 10px;
  width: 100%;
  height: 137px;
}

.adv-img-ct .img {
  width: 100%;
  height: 100%;
}

.adv-img {
  padding: 10px;
  background: white;
  margin-top: 10px;
}

.adv-img .img {
  width: 100%;
}

.gp-detail {
  padding: 0 10px;
}

.gp-detail .detail {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.de-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  line-height: 30px;
  color: #0065a7;
}

.de-date {
  color: rgba(0, 0, 0, 0.65);
  line-height: 26px;
  margin: 0 12px 0 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
}

.de-des {
  color: #000000db;
  font-size: 16px;
}

.de-des img {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.de-des iframe {
    width: 100%;
    height: 400px;
}

.de-des p img {
  width: 100%;
  height: 500px;
   margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
     
}

.ds-img {
  width: 100%;
}

.ds-img .img {
  width: 100%;
}

.des_app_store {
  display: none;
}

.des_app_store div {
  width: 110px;
  height: 55px;
  margin-right: 10px;
}

.des_app_store div .img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.des-icon {
  display: flex;
  margin: 20px 0;
}

.des-icon .gp-icon {
  width: 35px;
  height: 35px;
}

.des-icon .gp-icon .icon {
  width: 100%;
  height: 100%;
}

.gp-grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 6px);
  margin-left: -3px;
}

.gp-grid .grid-item {
  position: relative;
  width: calc((100% / 3) - 6px - (0px * 2));
  margin: 3px;
  box-shadow: 0 2px 3px rgba(204, 204, 204, 0.3);
  background: #fff;
  font-size: 14px;
}

.gp-grid .grid-item .item {
  color: #000000db;
}

.gp-grid .grid-item .item .gd-img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gp-grid .grid-item .item .gd-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gp-grid .grid-item .item .text {
  padding: 10px;
  overflow: hidden;
}

.gp-grid .grid-item .type-text {
  position: absolute;
  background-color: #ec2227;
  color: #fff;
  top: 0;
  line-height: 1.7;
  font-size: 10px;
}

.gp-grid .grid-item .type-text div {
  padding: 5px;
}

.laravel-embed__responsive-wrapper {
  padding-bottom: 0 !important;
  height: 70%;
}

.laravel-embed__responsive-wrapper iframe {
  width: 100%;
  height: 100%;
}

.gp-ft-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gp-ft-list .ft-list {
  width: calc(100%/3);
}

.gp-ft-list .ft-list .list {
  padding: 20px;
}

.gp-ft-list .ft-list .list h4 {
  font-weight: unset;
  -webkit-text-stroke: 0.5px;
}

.gp-ft-list .ft-list .list p {
  font-size: 13px;
  display: flex;
  align-items: center;
}

.gp-ft-list .ft-list .list p img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.ft-img {
  width: 130px;
  height: 45px;
}

.copyright {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0 10px 0;
  font-size: 13px;
}

@media (max-width: 1300px) {
  .body-size-1000 {
    width: 100%;
  }

  .body-size-1300 {
    width: 100%;
  }

  .body-controll .adv-width {
    display: none;
  }
}

@media (max-width: 930px) {
  .gp-header .header-first .flex1 .img {
    width: 85%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .gp-bd {
    width: 100%;
  }

  .bd-second {
    width: 100%;
  }

  .bd-second .content-flex1 {
    width: 70%;
  }

  .bd-second .content-flex2 {
    width: 30%;
    padding-right: 0px;
  }

  .gp-home-content {
    padding: 0 0px;
  }

  .gp-content {
    padding: 0 10px 0px 0px;
  }

  .frame-fb {
    width: 100% !important;
  }

  .paginate-custom {
    margin: 0;
    margin-right: 10px;
  }

  .sc-res {
    display: none;
  }

  .adv-img {
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .gp-header-second .header-second {
    display: none;
  }

  .gp-header-second .header-second-res {
    display: flex;
  }

  .gp-home-content .home-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .env-gp-content {
    width: 100%;
  }

  .env-gp-content iframe {
    width: 100%;
    height: 270px;
  }

  .env-gp-content:nth-child(1) {
    margin-bottom: 10px;
  }

  .adv-home-content {
    padding: 0;
  }

  .gp-content .item .gp-img {
    width: 220px;
    min-width: 220px;
  }

  .gp-grid .grid-item {
    width: calc((100% / 2) - 6px - (0px * 2));
  }
}

@media (max-width: 650px) {
  .gp-header .header-first .pg-img {
    width: 125px;
    height: 80px;
  }

  .gp-header .header-first .pg-img .img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .gp-bd .bd-second {
    display: flex;
    flex-direction: column;
  }

  .gp-bd .bd-second .content-flex1 {
    width: 100%;
  }

  .gp-bd .bd-second .content-flex1 .gp-content {
    padding: 0;
  }

  .gp-bd .bd-second .content-flex2 {
    width: 100%;
  }

  .gp-ft-list .ft-list {
    width: 100%;
  }

  .gp-ft-list .ft-list .list {
    padding: 0 10px;
  }

  .gp-detail {
    padding: 0 0px;
    overflow: hidden;
  }

  .gp-ft-img {
    display: flex;
  }

  .gp-ft-img div {
    margin-right: 10px;
  }

  .des_app_store {
    display: flex;
    justify-content: center;
  }
  .des-icon {
    display: flex;
    justify-content: center;
  }

  .paginate-custom {
    margin: 0;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 450px) {
  .gp-header .header-first {
    display: flex;
    flex-direction: column;
    height: 160px;
  }

  .gp-header .header-first .pg-img {
    width: 100%;
    height: 80px;
  }

  .gp-header .header-first .pg-img .img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .gp-header .header-first .flex1 {
    padding: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .gp-header .header-first .flex1 .img {
    width: 100%;
  }

  .gp-content .item {
    display: flex;
    flex-direction: column;
  }

  .gp-content .item .gp-img {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }

  .gp-content .item .gp-title {
    padding: 10px;
    width: 95%;
  }

  .frame-fb {
    width: 100%;
  }

  .frame-fb iframe {
    width: 100%;
  }
  .adv-img-ct {
    margin-bottom: 5px;
    width: 100%;
    height: 85px;
  }
  .adv-img-ct .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .de-des iframe {
    width: 100%;
    height: 300px;
  }
  .de-des img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: cover;
   }
    
   .de-des p img {
     width: 100%;
     height: auto;
     margin-bottom: 10px;
     object-fit: cover;
    }
   
}

@media (max-width: 400px) {
  .gp-header-second .header-second-res {
    display: flex;
    flex-wrap: wrap;
    /*height: 100%;*/
  }

  .gp-search {
    padding: 5px 5px 5px 5px !important;
    width: 100%;
  }

  .gp-search .form {
    height: 100%;
    display: flex;
    width: 100%;
  }

  .gp-search .form .search {
    width: 100%;
    height: 40px;
    background: none !important;
  }

  .gp-search .form .search .input {
    border-radius: 20px 20px 20px 20px !important;
    width: 95% !important;
    padding: 0 5px !important;
  }

  .gp-grid .grid-item {
    width: 100%;
  }

  .gp-grid .grid-item .item .gd-img {
    height: 220px;
  }
}