* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* @font-face {
  font-family: THSarabunNew;
  src: url("../fonts/THSarabunNew/THSarabunNew.ttf");
} */
@font-face {
  font-family: Prompt;
  src: url("../fonts/Prompt/Prompt-ExtraLight.ttf");
}

html {
  scroll-behavior: smooth;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden !important;
}

body {
  font-family: Prompt !important;
  background: #fff;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

p {
  margin-bottom: 0rem;
}

/* --------------------------navbar----------------------------- */
.header_old {
  position: sticky !important;
  top: 0 !important;
  z-index: 4 !important;
}

.header_old .navbar {
  background: #fff;
  padding: 0;
  border-bottom: solid #464646 5px;
  /* flex-wrap : wrap !important; */
}

.header_old .navbar .pc_nav {
  padding: 0px 0px 0px 0px;
  justify-content: space-between !important;
}

.header_old .navbar-brand img {
  width: 195px;
}

.header_old .navbar .navbar-nav .nav-item .nav-link:hover {
  transition: 150ms;
  background: #464646;
  color: #fff;
}

.header {
  position: absolute;
  text-align: center;
  top: 30px;
  z-index: 1000;
  color: #fff;
  width: 100%;
  transition: background-color 200ms ease-in-out 0s;
  -o-transition: background-color 200ms ease-in-out 0s;
  -moz-transition: background-color 200ms ease-in-out 0s;
  -webkit-transition: background-color 200ms ease-in-out 0s;

  transition: 0.2s;
}

.header.header-fixed {
  /* display: block;
  margin-top: 0 !important;
  position: fixed;
  background-color: #fff;
  border-bottom: solid #464646 5px;
  top: 0px;
  transition: 0.2s; */
}

.header {
  display: block;
  margin-top: 0 !important;
  position: fixed;
  background-color: #fff;
  /* background: linear-gradient(180deg, #ffffff 40%, #edeeee 40%); */
  top: 0px;
  transition: 0.2s;
}

#head_line {
  border-top: 8px solid;
  border-image: linear-gradient(to right, #b7a7ee, #aa96e2, #9a82d4, #8d70c7, #7957b5, #6840a5) 1 0 0 0;
}

.header .nav-right {
  display: none;
}

.header-fixed .nav-right {
  display: flex;
}

.navbar-nav>li {
  margin-right: 0;
}

.header .nav-item {
  /* border-right: solid 2px #ccc; */
}

.row>* {
  padding-right: calc(var(--bs-gutter-x) / 3);
  padding-left: calc(var(--bs-gutter-x) / 3);
}

/* .dropdown-item {
	font-size: 22px !important;
} */

.header-fixed .info-title,
.header_old .info-title {
  display: flex;
}

.carousel_sec {
  margin-top: 50px;
}

.info-title {
  display: none;
  background: #00af4f;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}

.info-title .fa {
  color: #fff;
}

.info-title label {
  margin: 0px 30px 0px 20px;
  font-size: unset;
  font-weight: 500 !important;
}

.info-title label a {
  color: #fff;
}

.info-title .info_btn_icon {
  margin-left: 15px;
}

.info-title .info_btn_icon img {
  width: 28px;
  padding: 0px 0px 7px 0px;
  margin-right: 7px;
}

.lang_btn .lang img {
  width: 25px;
  margin: 0px 10px 0px 0px;
}

.navbar {
  background: none;
  padding: 0;
  flex-wrap: wrap;
}

.header-fixed .navbar {
  background: none;
  padding: 0;
}

.header-fixed .navbar .pc_nav {
  padding: 0px 0px 0px 0px;
  justify-content: space-between !important;
}

.navbar-brand img {
  position: relative;
  width: 390px;
  top: 0px;

  margin: 10px 0px 10px 35px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.4rem;
  margin-left: 0px;
  padding: 17px 20px 0px 20px;
  font-weight: 600;
  height: 60px;
  color: #e82711;
}

.navbar-nav,
.d-flex {
  align-items: center;
}

.navbar-nav .nav-item .nav-link.active {
  transition: 0.1s;
  background: #d51c5c;
  color: #000;
  height: 60px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  transition: 150ms;
  background: #464646;
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
  font-size: 1.35rem;
}

.dropdown-item.active,
.dropdown-item:hover {
  background-color: #d51c5c !important;
  color: #000 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #464646 !important;
}

/* -----------------------mobile display ------------------ */
.nav-mobile-right {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  padding-top: 15px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #fff;

  text-align: -webkit-match-parent;
}

.close_btn {
  text-align: center;
}

.close_btn a {
  color: #dc3545;
  border-color: #dc3545;
}

.navPC_right .topic_m h5,
.navPC_right .topic_s h5 {
  background: #0ea9ff;
}

/* -----------------------mobile display ------------------ */

/* --------------------------/navbar----------------------------- */
.nav-mobile-header {
  background-color: #e82711 !important;
}

.nav-mobile-right {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  padding-top: 15px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #fff;

  text-align: -webkit-match-parent;
}

.close_btn {
  text-align: center;
}

.close_btn a {
  color: #dc3545;
  border-color: #dc3545;
}

/* -------------------------- search -------------------------- */
.Hotbg {
  background: none;
  height: 40px;
  border-radius: 40px;
}

.Hotbg:hover>.Hotbg-txt {
  width: 240px;
  padding: 0 6px;
  border: solid 2px #6840a5;
}

.Hotbg:hover>.Hotbg-btn {
  background: #e6134c;
  color: #fff;
}

.Hotbg-btn {
  color: #e6134c;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;

  background: #c6bede;
  border: solid 5px #aa96e2;
}

.Hotbg-btn>i {
  font-size-adjust: 30px;
}

.Hotbg-txt {
  border: none;
  background: #fff;
  border-radius: 50px;
  outline: none;
  float: left;
  padding: 0;
  color: #464646;
  font-size: 16px;
  transition: 0.2s;
  line-height: 40px;
  width: 0px;
  font-weight: bold;
}

/* -------------------------- /search -------------------------- */

.top_user .t_img img {
  width: 100%;
}

.btn_topinfo {
  margin-top: 15px;
  margin-bottom: 15px;
  /* background: #fff; */
  /* padding   : 10px; */
  border-radius: 0px 0px 3px 3px;
}

.btn_topinfo img {
  width: 100%;
}

.topic_m {
  background: #fff;
  margin-top: 30px;
}

.topic_m .content_m,
.topic_s .content_m {
  background: #fff;
  padding: 0px 10px 10px 10px;
  font-weight: 700;
  box-shadow: #212121a3 0px 10px 50px;
}

.content {
  display: block;
  height: auto;
  min-height: 0px !important;
  background-color: none !important;
  padding: 15px !important;
  border-radius: 0px !important;

  box-shadow: #bbb 1px 4px 10px;
  border-top: solid #d22ca6 5px;
}

.home-slider-boxed-item img {
  width: 100%;
}

/* .post-image img {
  width: 100%;
} */

.cat_page_bg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat_page_bg img {
  width: 100%;
  height: auto;
}

.cat_page_bg h1 {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 600;
}

.main_title {
  display: flex;
  align-items: center;
  width: 101%;
  background: #fff;
  border-radius: 30px 0px 30px 0px;
  padding: 0px 0px 0px 10px;
  margin-bottom: 15px;
}

.main_title img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.main_title label {
  display: flex;
  width: 100%;
  background: #d51c5c;
  border-radius: 30px 0px 30px 0px;
  padding: 1px 25px;
  color: #fff;
  font-size: 1.2rem;
  border-bottom: solid 5px #dd4bec;
  border-right: solid 5px #dd4bec;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7759e0;
  width: 50px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 4px;
  background: #bbacef;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;

  transition: 0.4s;
}

/*  */
.doc_item .list_item {
  display: flex;
  padding: 3px 10px 3px 10px;
  justify-content: space-between;
  border-top: solid #eee 1.5px;
  border-bottom: solid #ccc 2px;
  transition: 0.1s;
}

.list_item:hover {
  background: #c916a52f !important;
}

.doc_item .list_item img {
  width: 28px;
  height: fit-content;
}

.doc_item .list_item p {
  margin-left: 5px;
}

.post_topic {
  width: 78%;
}

.post_topic .fa-chevron-right {
  font-size: xx-small;
  font-weight: bold;
  color: #e61c24;
}

.post_topic,
.post_date {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.post_topic p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post_date {
  color: #6f6f6f;
  font-weight: 500;
  /* font-size  : small; */
}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.page-title {
  display: flex;
  width: 100%;
  justify-content: center;
  justify-items: center;
  align-items: center;

  background: #d22ca6;
  color: #fff;
  padding: 7px 0;
}

.edit-pages {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}

.img-block-sub-img a {
  width: 100%;
  height: 205px !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

/*  */

/*  */
.row_view_more {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row_view_more .view_more_btn {
  background: #7759e0;
  color: #fff;
  padding: 4px 20px 2px 20px;
  border-radius: 25px;
  transition: 0.4s;
  margin-top: 25px;
  font-weight: 500 !important;
  transition: 0.2s;
  font-size: 20px;
}

.row_view_more .view_more_btn:hover {
  background: #e1e2e3;
  color: #000;
  border-radius: 5px;
  transition: 0.2s;
}

/*  */

/*  */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background: #d51c5c;
  border: none;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px !important;
  margin-left: 0px;
  transition: 0.4s;
}

.nav-tabs .nav-link {
  color: #000 !important;
  border: none;
  background-color: #e1e2e3;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0px 0px !important;
  margin-bottom: 0px;
  transition: 0.4s;
}

.nav-link {
  padding: 0.2rem 1rem;
}

.nav-tabs {
  width: fit-content;
}

#index_news_tab {
  margin-top: 30px;
}

#index_news_tab nav {
  border-bottom: 4px solid #d51c5c;
}

/* ----------------------------------------------------------------------- */

.main-menu {
  display: flex;
  justify-content: right;
  background: none;
}

.main-menu>.parent-menu>.menu-item:not(:first-child) {

  padding: 0 10px;

}

.main-menu .parent-menu .parent-menu>a {

  height: 100%;

}

.main-menu .parent-menu>li>.header-title {
  padding: 4px 12px
}

.main-menu>.parent-menu>li>a>span,

.main-menu>.parent-menu>li>.header-title {
  padding: 6px 10px 5px;
}

.main-menu .parent-menu {

  margin: 0;
  padding: 0;

}

.main-menu>.parent-menu {

  display: flex;

}

.main-menu .parent-menu,
.parent-menu ul {

  list-style: none;

  padding: 0;

  margin: 0;

}

.main-menu .menu-item {

  position: relative;



  cursor: pointer;

}



.main-menu .parent-menu>.menu-item {

  display: inline-block;

  background: none;

  color: #000;

}



.main-menu .parent-menu .parent-menu {

  display: none;

  z-index: 2;

  min-width: 200px;

}


.main-menu>.parent-menu>.menu-item:not(:first-child)::after {
  color: #d51c5c;
}


.main-menu .menu-item.item-parent:hover>.parent-menu {

  display: block;
  width: max-content;
  z-index: 10;

}



.main-menu .parent-menu .menu-item {
  display: flex;
  align-items: center;
  color: #000;
  background: none;
  text-align: left;
  position: relative;

}



.main-menu .parent-menu .menu-item:hover {

  background-color: #f6f6f6;

}

.main-menu .menu-item .header-title,
.menu-item .link-title {

  text-decoration: none;

  color: #d51c5c;

  display: block;
  font-size: 22px;

}

.main-menu>.parent-menu>.menu-item>.header-title,

.main-menu>.parent-menu>.menu-item>a>.link-title {

  font-weight: 700;

}

.main-menu .parent-menu .parent-menu .parent-menu {

  left: 100%;

  top: 0;
  width: max-content;

}

.main-menu .parent-menu .menu-item .item-parent:before,

.main-menu .nav-mobile .parent-menu .item-parent:before {

  position: absolute;
  right: 0;

  content: '\e806';

  font-family: "icons";

  font-style: normal;

  font-weight: normal;

  speak: never;

  display: inline-block;

  text-decoration: inherit;

  width: 1em;

  text-align: center;

  font-variant: normal;

  text-transform: none;

  line-height: 1em;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.menu-item .link-title {

  color: #d51c5c;
  padding: 0 12px;

}



.main-menu .menu-item.active>.header-title,
.menu-item.active>a .link-title {

  color: #d51c5c;

}

@media (min-width: 992px) {

  .main-menu .parent-menu .parent-menu {

    position: absolute;

    top: 100%;

    left: 0;

  }

}

@media (max-width: 991px) {

  .main-menu .parent-menu .menu-item {

    display: block;

  }

  .main-menu .menu-item.item-parent:hover>.parent-menu {

    width: 100% !important;

  }

}





@media (max-width: 767px) {

  .main-menu .menu-item:hover>.parent-menu {

    width: 100% !important;

  }

  .main-menu .parent-menu .parent-menu .parent-menu {

    left: 0;

    top: 50px;
    border: 1px solid #d2d2d2;

  }

  .main-menu .menu-item:hover .parent-menu .menu-item {

    background-color: #eaeaea !important;

  }

}










/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
.bg_zone_0 {
  position: relative;
  top: 40px;
  left: 5px;
  background-image: linear-gradient(#bf00bc, #ac00aa, #71006d, #50004b);
  width: 100%;
  height: 600px;
}

.bg_zone_1 {
  position: absolute;
  top: 360px;
  left: 20px;
  background-image: linear-gradient(to right, #930087, #c60289, #e207af, #eae2b959, #e7e6df00, #e6e6e600);
  width: 100%;
  height: 265px;
}

.bg_zone_2 {
  position: absolute;
  top: -400px;
  background-image: linear-gradient(#e7035d, #d50279, #e307b0, #c1018e, #a10098);
  width: 98%;
  height: 640px;
  box-shadow: 5px 3px 24px -10px #000;
}

#bg_zone_carousel {
  position: relative;
  width: 95%;
  top: 25px;
  left: 22px;
}

/* -------------------------------------------------------------------------- */
.right-menu {
  background: #fff;
}

.right-menu h3 {
  background-image: linear-gradient(#e97d17, #e87316, #e85f15, #e74a10);
  padding: 7px 10px 0px 10px;
  font-size: 130%;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}

.right-menu ul {
  padding: 0 0 0 0px;
}

.right-menu ul p {
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: solid #eee 2px;
  font-weight: 500 !important;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: 0.3s;
}

.right-menu ul li:hover p {
  display: block;
  background: #d51c5c;
  font-weight: 600 !important;
  color: #464646 !important;
  transition: 0.1s;
}

/* -------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */

section#main {
  padding-top: 100px;
}

section#main_in {
  /* background-image: url(../web_design/main_bg.webp);
  background-repeat: no-repeat;
  background-size: 105% 101%;
  background-position: center; */

  position: relative;
  z-index: 1;
  margin-top: -80px;
}

#index_center_slide {
  background-image: url(../web_design/slide_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 30px 10px;
}

#index_center_slide .img-block a {
  width: 100%;
  height: 510px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

#index_center_slide .img-block {
  padding: 20px;
}

/* -------------------- news_events ------------------------ */
#news_events {
  margin-top: 30px;
  margin-bottom: 30px;
}

#owl_slide_carousel .owl-stage {
  padding: 0 !important;
}

#owl_slide_carousel .owl-stage {
  padding: 15px 45px 0px 20px;
}

#owl_slide_carousel .card {
  box-shadow: #bbb 5px 5px 14px;
}

#owl_slide_carousel .slide {
  text-align: center;
  margin-bottom: 20px;
}

#owl_slide_carousel .view-btn a,
#owl_slide_carousel .view-btn label {
  background: none;
  color: #e82711;
  padding: 2px 10px 0px 10px;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  border: none;
}

/*  */
.topic_title {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin: 60px 0px 60px 0px;
}

.topic_title a {
  text-align: center;
}

.topic_title a img {
  width: 90%;
}

/*  */

/* -------------------- /news_events ------------------------ */

/* -------------------- public_service ------------------------ */
/* #public_service .topic_m .content_m .row img {
  width: 100%;
  margin-bottom: 10px;
} */
#public_service .row img {
  width: 100%;
  margin-bottom: 10px;
}

/* -------------------- /public_service ------------------------ */

/* --------------------------------- */
section.e_service {
  background: #fff;
  background-image: url(../web_design/e-service-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
  /* text-align: -webkit-center; */

  padding: 185px 0;
}

section.e_service .owl-stage {
  padding: 40px 110px 75px 110px;
}

section.e_service .e_service_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

  padding-top: 20px;
}

section.e_service .e_service_title img {
  width: 100%;
}

#e_service img {
  width: 100%;
}

.service-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-e-service {
  background: #231f20;
  padding: 15px 55px 10px 15px;
  border-radius: 30px;
  margin-top: 35px;
}

.bg-e-service h1 {
  font-size: 60px;
  color: #fff;
  text-align: left;
}

.bg-e-service h1 span {
  color: #74fa73;
}

.bg-e-service .service_item {
  padding-bottom: 15px;
  /* transition: ; */
}

.bg-e-service .service_item {
  transition: 0.3s;
}

.bg-e-service .service_item:hover {
  transition: 0.3s;
  transform: scale(0.9);
}

.bg-e-service .e_service_more {
  background-image: linear-gradient(to bottom right,
      #fcfbfc,
      #e3e3e3,
      #d0cfcf,
      #a3a1a2);
  color: #000;
  width: fit-content;
  font-weight: 600;
  font-size: 32px;
  border-radius: 0px 25px 0px 25px;
  padding: 7px 13px;
  margin: -30px 0px 0px 0px;
  border: solid #fff 2px;
  transition: 0.3s;
}

.bg-e-service .e_service_more:hover {
  transition: 0.3s;
  transform: scale(0.9);
}

#e_service_content {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
}

/* --------------------------------- */

section#map_information {
  /* background-image: url(../web_design/maps-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center; */
}

#secMaps-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#secMaps-bg img {
  width: 100%;
  height: 110%;
}

#maps_img_display {
  display: none;
}

#maps_img_display img {
  width: 100%;
}

section#event_videos #event_videos_bg {
  background-image: url(../web_design/vdo-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 200px 0px;
  position: relative;
  z-index: 1;
  top: 100px;
}

section#event_videos #owl-carousel-video .item {
  background: #ffffff;
  padding: 15px;
  font-size: 1.2rem;
}

section#related_agencies {
  background-image: url(../web_design/bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding: 120px 0px;
}

.foot-line {
  border-top: solid 7px #7759e0;
}

footer {
  background: #d22ca6;
  border-top: solid 7px #d22ca6;

  /* background-image: url(../web_design/foot-bg.webp);
  background-repeat: no-repeat;
  background-size: cover; */

  /* position: fixed;
  bottom: 0;
  width: 100%;
  height: 10vh; */
}

footer .copyright {
  text-align: center;
  background: #7759e0;
  color: #ffffff;
}

footer .copyright a {
  font-weight: bold;
  color: #fff;
}

footer .footer_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 0px;
  color: #282828;
  margin: 60px 0px;
}

footer .footer_info img {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 0px 25px 0px;
  color: #282828;
}

.f_img {
  text-align: -webkit-center;
}

footer .footer_info .f_img img {
  width: 40%;
  height: auto;
}

footer .footer_info .f_text {
  width: 100%;
  /* margin-left: 20px; */
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

footer .footer_info .f_text p {
  margin-bottom: 0.5rem;
}

footer .footer_info .f_text h3 {
  font-weight: 600;
  color: #fff;
}

footer .f_siteMaps {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: space-evenly;
  flex-wrap: wrap;

  padding-bottom: 25px;
}

footer .f_siteMaps_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

footer .f_siteMaps_btn .f_siteMaps_btn_2 {
  margin-left: 25px;
}

footer .f_siteMaps_btn .f_siteMaps_btn_1,
footer .f_siteMaps_btn .f_siteMaps_btn_2 {
  width: 70px;
}

footer .f_siteMaps .navbar .nav-link {
  width: max-content !important;
  border-left: solid #fff 2px;
  line-height: 5px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;

  padding: 10px !important;
  height: 0 !important;
}

footer .f_siteMaps .navbar .nav-link:hover {
  /* background: #ffda17 !important; */
  border-bottom: solid #fff 3px !important;
}

footer .f_maps {
  display: flex;
  width: 100%;
  height: 80%;
  justify-content: center;
  align-items: center;
}

footer .f_maps a h3 {
  margin-left: 20px;
  font-weight: 600;
  color: #0064ba;
  font-size: 50px;
}

footer .f_maps div h2,
footer .f_maps div h3 {
  font-weight: 600;
  margin-bottom: 0;
}

footer .f_maps_btn {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 18px;
}

footer .f_maps_btn .f_maps_btn_1 {
  background: #002971;
  color: #fff;
  padding: 6px 20px 2px 20px;
  border-radius: 5px;
  transition: 0.4s;
  font-weight: 500 !important;
  margin-right: 5px;
}

footer .f_maps_btn .f_maps_btn_2 {
  background: #1b75ba;
  color: #fff;
  padding: 6px 20px 2px 20px;
  border-radius: 5px;
  transition: 0.4s;
  font-weight: 500 !important;
}

/* footer .footer_logo_img{
  width: 100%;
} */

footer .contact-item {
  margin-bottom: 10px;
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}

.cookies-warning {
  background-color: #fafafc;
  border-radius: 2px;
  bottom: 18px;
  left: 20px;
  opacity: 0.9;
  position: fixed;
  width: fit-content;
  max-width: 100%;
  z-index: 9999;
  border: 1px solid #e5e5e8;
}

.cookies-warning .text {
  font-size: 1.7rem;
  font-weight: 600;
  padding: 10px 18px;
  color: #333;
  line-height: 24px;
}

/* --------------------- tricks style -------------------- */
.slide a img {
  transition: 0.3s;
}

.slide a:hover img {
  transition: 0.3s;
  transform: scale(0.8);
}

/* figcaption imagehover */
[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
  background-color: #0064ba !important;
  /* background: linear-gradient(to right, #3cba54, #f4c20d, #db3236, #4885ed); */
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.spin_360deg {
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;

  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg) scale(1);
}

.spin_360deg:hover {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;

  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg) scale(0.9);
}

.transform_scale_small {
  transition: 0.3s;
  transform: scale(1);
}

.transform_scale_small:hover {
  transition: 0.3s;
  transform: scale(0.9);
  box-shadow: #bbb 5px 10px 10px;
}

.transform_scale_big {
  transition: 0.3s;
  transform: scale(1);
}

.transform_scale_big:hover {
  transition: 0.3s;
  transform: scale(1.5);
}

.img-block a {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 2px;
  /* border: solid #eee 2px; */
}

.view-btn {
  display: flex;
  justify-content: space-between;
  align-items: end;

  color: #0064ba !important;
  font-weight: 600;
}

/* -------------------------------------slide noti---------------------------------------- */

.announce_img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.slide_noti {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fill-available;
  width: 100%;
  margin-left: -730px;
  max-width: 720px;
}

.rssBlock_text {
  text-align: right;
}

.rssBlock_text h1,
.rssBlock_text h5 {
  font-weight: 600;
}

#rssBlock {
  background: none;
  width: 99%;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: -10px;

  position: relative;
  /* z-index: 1; */
}

/*remove p*/
.cnnContents {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 5px 0px 5px 5px;
}

.marqueeStyle {
  display: inline-block;
  /* Apply animation to this element */
  -webkit-animation: scrolling-left1 25s linear infinite;
  animation: scrolling-left1 25s linear infinite;

  color: #282828;
  font-size: 1.2rem;
  font-weight: 600;
}

.cnnContents:hover .marqueeStyle {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* scrolling-left is continuous/repeatly text */
@keyframes scrolling-left1 {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

@-webkit-keyframes scrolling-left1 {
  0% {
    -webkit-transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

#rssBlock .fa {
  position: absolute;
  left: 302px;
  top: 6px;
  color: #fff;
  font-size: 27px;
}

.scrollup i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-radius: 50px;
  text-align: center;
  background-color: #6c45a8;
}

.scrollup:hover i {
  background: none;
  border: solid 2px #6c45a8;
  color: #6c45a8;
}

#face_1 {
  display: block !important;
}

#face_2 {
  display: none !important;
}

.banner_side_new_tab a img {
  position: relative;
  width: 100%;
  left: 0px;
  margin-bottom: 10px;
  transition: 0.2s;
}

.banner_side_new_tab a:hover img {
  position: relative;
  left: 10px;
  border-radius: 50px 0px 0px 50px;
  /* box-shadow: 3px 4px 4px #a7a7a7; */
  transition: 0.1s;
}

/* --------------------- /tricks style -------------------- */


/* ----------------------- Display All device ----------------------- */
@media (max-width: 500px) {




  section#main_in {
    padding-top: 0px;
  }

  .main_title label {
    font-size: 0.8rem;
  }

  .main_title img {
    width: 30px;
    height: 30px;
  }

  #rssBlock {
    width: 80% !important;
  }

  .slide_noti {
    margin-left: 25px !important;
  }

  .marqueeStyle {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }

  #index_center_slide .img-block a {
    height: 205px !important;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -1px;
  }

  .bg_zone_0 {
    left: -7px;
    height: 210px !important;
  }

  .bg_zone_1 {
    left: 13px;
    top: 145px;
    height: 80px !important;
  }

  .bg_zone_2 {
    top: -185px;
    height: 250px !important;
  }

  .nav-tabs .nav-link {
    font-size: 20px !important;
  }

  .post_topic,
  .post_date {
    font-size: 14px;
  }

  section.e_service {
    padding: 40px 0;
  }

  .bg-e-service {
    background: #231f20;
    padding: 15px 15px 10px 15px;
    border-radius: 30px;
    margin-top: 0;
  }

  .bg-e-service h1 {
    font-size: 35px;
    color: #fff;
    text-align: left;
  }

  section#event_videos #owl-carousel-video .item {
    background: #ffffff;
    padding: 5px;
    font-size: 1rem;
  }

  section#event_videos #event_videos_bg {
    padding: 95px 0px;
  }

  section#related_agencies {
    padding: 0px 0px 0px 0px;
  }

  #index_center_slide {
    padding-bottom: 0;
  }

  #index_center_slide .img-block {
    padding: 10px;
  }

  .travel {
    display: none;
  }

  .f_siteMaps nav {
    display: none;
  }
}

@media (max-width: 990px) {


  .navPC_right {
    display: none;
  }

  .slide_noti {
    margin-left: 55px;
  }

  #rssBlock {
    width: 80%;
  }

  #index_center_slide .img-block a {
    height: 350px;
  }

  .bg_zone_0 {
    height: 430px;
  }

  .bg_zone_1 {
    height: 85px;
  }

  .bg_zone_2 {
    height: 450px;
  }

  .owl_item_5,
  .owl_item_6,
  .owl_item_7,
  .owl_item_8,
  .owl_item_9,
  .owl_item_10 {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1400px) {}

/* ---------------------- /Display All device ----------------------- */












.center-banner1 {
  padding: 20px 0 50px 0px
}

.center-banner1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0;
  margin: 0;

}

.center-banner1 .parent-menu>.menu-item {

  width: 33.3333333333333%;

  padding: 5px;

  justify-content: center;

  display: flex;

}

.center-banner1 .parent-menu img {
  max-width: 100%
}



.left-menu>.parent-menu>.menu-item>.header-title {
  background-image: linear-gradient(#b52970, #c916a6, #c916a6, #c916a6);
  color: #fff;
  font-size: 18px;
  padding: 2px 15px;
  border-radius: 2px;
}

.left-menu>.parent-menu>.menu-item .link-title i.menu-icon,
.left-menu>.parent-menu>.menu-item .header-title i.menu-icon {
  width: 12px;
  background-color: #dbc366;
  padding: 3px;
  height: 12px;
  font-size: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}


#main_BG {
  background-image: linear-gradient(#a10098, #d50279, #e307b0, #c1018e, #a10098);
  padding: 40px 25px 20px 25px;
  border-radius: 55px;
}


.left-menu>.parent-menu>.menu-item .link-title,
.left-menu>.parent-menu .parent-menu>.menu-item .link-title span,
.left-menu>.parent-menu .parent-menu>.menu-item .header-title span {
  padding: 0 3px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: normal;
  padding-top: 8px;
}

.left-menu>.parent-menu>.menu-item .link-title:hover,
.left-menu>.parent-menu .parent-menu>.menu-item .link-title span:hover,
.left-menu>.parent-menu .parent-menu>.menu-item .header-title span:hover {
  background: #c916a52f;

}


.navPC_right {
  background: #fff;
  padding: 40px 0px 0px 0px;
  border-radius: 25px 85px 0px 0px;
}


.NOT_side-menu img {
  width: 80%;
}

.center-image {
  margin: 0 auto !important;
  float: none !important;
  display: flex;
  width: 100%;
}


.leftbanner img {
  width: 100% !important;
}

.search_input {
  position: absolute;
  z-index: 1;
  top: 0;
}


.main-menu .parent-menu{
  margin-right: 60px !important;
}


.content .right h3.title {
    font-size: 18px;
}