/**btn**/
/**all topic**/
/** border radius**/
.top-menu {
  background-color: #fff;
  font-family: "ThaiSans Neue";
}

.bx-skewleft,
.bx-skewright {
  display: none;
  position: absolute;
  height: 100%;
  z-index: 50;
  top: 0;
  width: 46px;
  background-color: #fff;
}

.bx-skewleft {
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  left: -8px;
}

.bx-skewright {
  -ms-transform: skew(-20deg, 0);
  -webkit-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  right: -8px;
}

.bx-navskewleft,
.bx-navskewright {
  display: none;
  position: absolute;
  height: 100%;
  z-index: 50;
  top: 0;
  width: 26px;
  /* background: rgba(86,26,106,0.7); */
}

.bx-navskewleft {
  left: -13px;
}

.bx-navskewright {
  right: -25px;
}

.bx-navskewleft .triangle {
  /* -ms-transform: skew(20deg,0);
  -webkit-transform: skew(20deg,0);
  transform: skew(20deg,0);
  left: -8px; */
  width: 0;
  height: 0;
  border-top: 36px solid #BDECFF;
  border-left: 14px solid transparent;
}

.bx-navskewright .triangle {
  /* -ms-transform: skew(-20deg,0);
  -webkit-transform: skew(-20deg,0);
  transform: skew(-20deg,0);
  right: -8px; */
  width: 0;
  height: 0;
  border-top: 36px solid #BDECFF;
  border-right: 14px solid transparent;
}

.control-font {
  flex-basis: 30%;
  max-width: 30%;
}

.fa-search.-small {
  margin: 0px 10px;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 4px;
}

.fa-search.-form {
  position: absolute;
  left: 10px;
  top: 9px;
}

.increase-text {
  display: inline-block;
  border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  -webkit-border-radius: 8px 8px;
  /* color: #545454; */
  color: #636363;
  font-family: "Browallia New";
  font-size: 1.4rem;
  /* padding: 6px 4px 10px; */
  background: none;
  border: 0;
  /* margin-top: 9px;
  margin-bottom: 10px; */
}

.increase-text > .increase-f {
  display: inline-block;
  width: 1px;
  background-color: #c0c0c0;
  height: 20px;
  vertical-align: middle;
  margin-top: 0px;
}

.increase-text > .change-text {
  display: inline-block;
  margin: 0 10px 0 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.increase-text > .change-text.-small {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border-radius: 6px 6px;
  border: 1px solid #999;
  padding: 3px 14px;
  background-color: #fff;
}

.increase-text > .change-text.-large {
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border-radius: 6px 6px;
  border: 1px solid #999;
  padding: 3px 14px;
  background-color: #fff;
}

.lang.-large a {
  font-size: 1.3rem;
  color: #545454;
  vertical-align: middle;
  font-weight: bold;
}

.Logout {
  font-size: 1.3rem;
  background: 0 0;
  border: 0;
  color: #545454;
  padding: 0;
  margin-left: 2px;
  vertical-align: middle;
  margin: 6px 0px;
}

.Logout span.icon {
  margin: 0px 10px;
}

.col-login {
  text-align: right;
}

.lang.-large {
  display: inline-block;
}

.lang.-large > .htline {
  position: relative;
  top: 3px;
}

.main-logo {
  background: url(../images/bg/bg-header.png) center no-repeat;
  background-size: cover;
  padding: 1rem 15px 3rem;
}

.main-logo .facebook {
  padding: 0px;
}

.main-menu .menu-header {
  border-radius: 8px;
}

.main-menu .menu-header .nav .nav-item {
  padding: 0px 15px;
}

.main-menu .menu-header .nav .nav-item a {
  padding: 10px 0px;
  border-radius: 0px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #373737;
  border-bottom: 5px solid transparent;
}

.main-menu .menu-header .nav .nav-item a.active,
.main-menu .menu-header .nav .nav-item a:hover,
.main-menu .menu-header .nav .nav-item a:focus {
  background-color: transparent;
  border-bottom: 5px solid #2d3192;
  color: #2d3192;
}

.main-logo .navbar-toggler {
  border: 0px solid transparent;
}

.main-logo .navbar-toggler i {
  color: #fff;
  border: transparent;
  text-align: right;
}

.main-menu .menu-header {
  background-color: white;
  z-index: 111;
}

.btn.btn-colse {
  position: absolute;
  top: 15px;
  right: 5px;
  z-index: 1111;
}

.slide-list-menu-top {
  background: no-repeat top;
  background-size: cover;
  padding: 2rem 0 0;
}

.increase-text > .change-text:hover,
.increase-text > .change-text:focus {
  color: #636363;
}

.search-result--item {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(3px);
  border: 1px solid #fff;
  border-radius: 3px;
}
.search-result--item .result-des {
  padding-left: 0.65rem;
}
.search-result--item .result-des--title {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.search-result--item .result-des--title:hover {
  color: black;
}
.search-result--item .breadcrumb li:not(:last-child)::after {
  content: "/";
  padding: 0 1em;
  color: #000;
}
.search-result--item:not(:last-child) {
  margin-bottom: 1rem;
}
.search-result--item .metadata {
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  /* .top-menu{
      display: none;
  } */
  .-large .text.username {
    display: none;
  }

  .navbar-light .navbar-brand img {
    max-width: 150px;
  }

  .top-menu .col-language,
.top-menu .col-login {
    padding: 0px;
    padding-right: 15px;
    text-align: right;
  }

  .Logout {
    margin-top: 0px;
  }

  .top-menu .navbar {
    padding: 10px 0px 10px;
  }

  .main-menu .navbar {
    padding: 0.5rem 0rem;
  }

  .main-logo {
    padding: 0px;
  }

  .main-logo .navbar-toggler {
    border: 0px solid transparent;
    padding: 5px;
  }

  .increase-text {
    font-size: 1rem;
    padding: 0px 5px;
    margin-left: 5px;
  }

  .main-menu {
    background-color: #FFF;
  }

  .main-menu .nav-item {
    width: 100%;
    text-align: center;
  }

  .main-menu .menu-header {
    padding: 0px;
  }

  .main-menu .menu-header .nav .nav-item {
    padding: 0px 0px;
  }

  .Logout span.icon img {
    max-height: 25px;
  }
}
@media screen and (min-width: 768px) {
  .increase-text {
    /* background-color: #fff;
    color: #373737;
    font-size: 1rem; */
  }

  .increase-text > .change-text {
    margin: -2px 8px;
    position: relative;
    top: -1px;
  }

  /* .increase-text.-large{
      margin-left: 10px;
  } */
  .increase-text > .change-text.-small,
.increase-text > .change-text.-large {
    padding: 2px 12px;
    border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
  }

  .col-language.-smlang {
    margin-left: 12px;
  }

  .lang.-large {
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
    margin-top: 0;
    margin-left: 0px;
  }

  .col-login {
    text-align: right;
    padding-right: 0px;
  }

  .main-menu {
    padding: 0rem 0rem;
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 0px;
  }

  .main-logo {
    background: url(../images/bg/bg-header.png) center no-repeat;
    background-size: cover;
    padding: 0rem 15px 0rem;
  }

  .top-menu .col-language {
    padding-left: 0px;
    text-align: right;
    display: flex;
    justify-content: space-around;
  }

  .dont-collapse-sm--toggle[data-toggle=collapse] {
    pointer-events: none;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .main-logo .navbar-toggler {
    display: block;
    margin-left: 15px;
  }

  .main-menu .menu-header .nav .nav-item a {
    font-size: 1.3rem;
    padding: 10px 0px 0px;
  }

  .main-menu {
    background-color: white;
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100vh;
    z-index: 1100;
  }

  .main-menu .menu-header .nav .nav-item {
    width: 100%;
    text-align: center;
  }

  /* .main-menu .row{
      min-height: 30vh;
  } */
  .main-menu .menu-header {
    margin-top: 0rem;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu {
    background: none;
  }

  .bx-skewleft,
.bx-skewright {
    display: block;
  }

  .bx-navskewleft,
.bx-navskewright {
    display: block;
  }

  .main-logo {
    background: url(../images/bg/bg-header.png) center no-repeat;
    background-size: cover;
    padding: 1rem 15px 3rem;
  }

  .increase-text {
    font-size: 0.8em;
    padding: 2px 8px 4px;
  }

  .col-login {
    padding-right: 15px;
  }

  .increase-text > .change-text {
    margin: -2px 8px;
    position: relative;
    top: -1px;
  }

  .lang.-large {
    margin-right: 10px;
  }

  .main-menu {
    display: block !important;
  }

  .col-login {
    text-align: right;
  }

  .top-menu .col-language {
    padding-left: 15px;
    text-align: right;
  }

  .main-logo .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .main-menu {
    padding: 1rem 0rem;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 200px;
  }

  .main-menu .menu-header {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .main-menu .menu-header .nav .nav-item {
    padding: 0px 35px;
  }

  .btn-colse {
    display: none;
  }

  /* search */
  .fa-search.-form {
    top: 10px;
  }

  /* nav menu */
  .navbar.navbar-light {
    background-color: #fff;
    z-index: 100;
  }
}
@media screen and (max-width: 1199px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
  }

  .sticky + .content {
    padding-top: 102px;
  }

  .main-logo {
    background: url(../images/bg/bg-header.png) center no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .col-login .icon img {
    width: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .bx-navskewleft {
    left: -20px;
  }

  .bx-navskewright {
    right: -26px;
  }

  .bx-navskewleft .triangle {
    border-top: 50px solid #BDECFF;
    border-left: 20px solid transparent;
  }

  .bx-navskewright .triangle {
    border-top: 50px solid #BDECFF;
    border-right: 20px solid transparent;
  }
}
/* .font-size3{
    font-size: .9rem;
} */
.pop_hover .pop_wrap:nth-child(2) img {
  filter: grayscale(0%);
}

.fontnav-1 {
  font-size: 1rem;
}

/* .btn-view{
    padding: 10px 20px;
    background-color: #868686;
    color: #FFF;
    border-radius: 0 0;
}

.btn-view:hover,
.btn-view:focus{
    color:#fff;
} */
.btn-print {
  background: none;
  padding: 15px;
  background: url(../images/i-con/press-img/print.png) no-repeat;
  background-size: auto;
}

.btn_primary {
  background: #5484ff;
  border-color: #5484ff;
}

.list-nonebg {
  background-image: none;
}

/* list report */
/* .list-menu 
.box-list-menu 
.image.-middle{
   padding-top: 30%;
}

.list-menu 
.box-list-menu 
.image.-middle img{
  object-fit: contain;
} */
/* form-control  */
.form-control {
  border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
}

/* data management */
.breadcrumb li.breadcrumb-item a {
  color: #626262;
}

.breadcrumb .breadcrumb-item.active {
  color: #212529;
}

.dropdown-menu.-gray {
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
}

.select2-container {
  font-family: "Prompt";
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #626262;
}

.select2-container .select2-selection--single {
  height: 38px;
  padding: 4px 0;
  border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5484ff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 8px;
}

/*admin*/
.card.Prompt {
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
  color: #868686;
}

.card-body.listresult,
.card-body.listmanage {
  padding: 0.8rem;
}

.card-body.listresult .card-text,
.card-body.listmanage .card-text {
  margin-bottom: 0.5rem;
}

.card.active {
  border: 1px solid #e30913;
}

.card .cardtitle.-left {
  /* border-left: 6px solid #e5e5e5; */
  position: relative;
}

.card .cardtitle.-right {
  /* border-right: 6px solid #e5e5e5; */
  position: relative;
}

.cardtitle.-left .border_left,
.cardtitle.-right .border_right {
  height: auto;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #848484;
  width: 100%;
  position: relative;
}

.card.active .cardtitle.-left .border_left {
  background-color: #e30913;
}

/* .cardtitle.-right.active  .border_right{
    background-color: #e30913;
    border: 1px solid #e30913;
} */
.cardtitle.-left .border_left img {
  position: relative;
  height: auto;
  max-width: 100%;
  width: auto;
  border: 0;
  margin: 0 auto;
}

.cardtitle.-right .border_right img {
  position: relative;
  height: auto;
  max-width: 100%;
  width: auto;
  border: 0;
}

.card:hover .cardtitle.-left .border_left,
.card:active .cardtitle.-left .border_left,
.card:focus .cardtitle.-left .border_left {
  /* border-left: 6px solid #5484ff; */
  background-color: #5484ff;
  color: #5484ff;
}

.card:hover .cardtitle.-left,
.card:active .cardtitle.-left,
.card:focus .cardtitle.-left {
  /* border-left: 6px solid #5484ff; */
  color: #5484ff;
}

.card:hover .cardtitle.-right .border_right,
.card:active .cardtitle.-right .border_right,
.card:focus .cardtitle.-right .border_right {
  /* border-right: 6px solid #5484ff; */
  background-color: #5484ff;
  color: #5484ff;
}

.card:hover .cardtitle.-right,
.card:active .cardtitle.-right,
.card:focus .cardtitle.-right {
  /* border-right: 6px solid #5484ff; */
  color: #5484ff;
}

.position-absolute.-cardleft,
.position-absolute.-cardright {
  top: calc(46%);
  left: 0;
  right: 0;
}

.bg-shadownone {
  background: none;
}

.bg-shadow.bg-shadow-ad {
  background: url(../images/bg/adminbg.png) no-repeat bottom;
}

/* otp*/
/* .card.otp{
    background: #ffff;
    border-radius: 14px 14px;
    -webkit-border-radius: 14px 14px;
    border-top: 18px solid #f2f2f2;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.btn.-btnotp,
.btn.-btnconfirm{
   background-color:#5d8aff;
   border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
} */
/* management data main nav*/
.main-nav .navbar {
  justify-content: flex-end;
}

.navbar-dark .navbar-toggler,
.navbar-light .navbar-toggler {
  border: 0;
}

.main-nav {
  background: #BDECFF;
}

.main-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.search-sm {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -40px;
  z-index: 100;
  background: #e6212a;
  padding: 5px 0.65rem;
}

.box-search.-searchlg {
  background: none;
}

.main-nav .navbar-collapse {
  margin-top: 16px;
}

.search-page.bgrepeapt {
  background-repeat: repeat-y;
}

.main-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: #070ba1;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #cfa70c;
}

.navbar-dark .navbar-nav .active > .nav-link {
  color: #cfa70c;
}

.navbar-dark .navbar-nav .active .hilight {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #00c1eb;
}

.navbar-dark .navbar-nav .nav-link.-medium {
  font-size: 1.5em;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #070ba1;
  background: #f2f2f2;
}

.dropdown-menu.-gray .dropdown-item:hover,
.dropdown-menu.-gray .dropdown-item.-gray:focus {
  color: #070ba1;
  background: #f2f2f2;
}

.dropdown-item.active {
  color: #fff;
  background: #b1b1b1;
}

/* head-title-page */
.head-title-page {
  margin-top: 24px;
}

.head-title-page .titletext {
  font-size: 0.75em;
}

.btn.btnact:hover,
.btn.btnact:active,
.btn.btnact:focus {
  background-color: #868686;
  color: #ffffff;
}

.btn.btncancel {
  background-color: #868686;
  padding: 0.375rem 2rem;
}

.btn.btncancel-outline:hover {
  border-color: #5d8aff;
  background-color: #5d8aff;
  color: #fff;
}

.btn.btncancel-outline {
  border-color: #5d8aff;
  color: #828282;
}

.btn.save {
  border-color: #5d8aff;
  color: #828282;
  padding: 0.375rem 2rem;
}

.btn-circle {
  width: 60px;
  height: 60px;
  padding: 12px 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.btn-circle.btnpink {
  background-color: #fce1ea;
  border: 6px solid #fdeff4;
}

.btn-circle.btnpurple {
  background-color: #dee1f4;
  border: 6px solid #edeff9;
}

.btn-circle.btnarange {
  background-color: #ffe9cb;
  border: 6px solid #fff7ec;
}

.btn-circle.btnarange img {
  margin-bottom: 3px;
}

/* dashboard */
.colort1 {
  color: #353f41;
}

.list-menu .box-list-menu .btn img {
  position: relative;
  height: auto;
  width: auto;
  border: 0;
}

.result-text > .titlehead {
  color: #545454;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1em;
  margin-bottom: 0;
}

.result-text > .des {
  font-size: 1.2em;
  text-align: center;
  color: #f06292;
  margin-bottom: 0;
}

.result-text > .des.-blue {
  color: #8892d6;
}

.result-text > .des.-orage {
  color: #ffb346;
}

.form-control.is-search {
  border-radius: 18px 18px;
  -webkit-border-radius: 18px 18px;
}

.form-control.is-search + button {
  color: #626262;
  position: absolute;
  right: 16px;
  top: 7px;
  border: 0;
  z-index: 10;
  background: none;
}

.form-control.is-search.-moreright + button {
  right: 22px;
}

.dashboard-table .hilight {
  background-color: #5484ff;
}

.overflow-box {
  max-height: 246px;
  overflow: auto;
}

.input-group-text {
  cursor: pointer;
}

.input-group-text.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* advanced search */
.colorred {
  color: #ff1010;
}

/*.colorblue{
    color: #5484ff;
}
.nav-tabs.-tabmedium .nav-link{
    padding: .5rem .8rem;
    color:#b1b1b1;
}
.nav-tabs.-tabmedium .nav-link img{
    position: relative;
    width: auto;
    height: auto;
    border: 0;
}

.nav-tabs.-tabmedium .nav-link img.first{
    display:inline-block ;
}

.nav-tabs.-tabmedium .nav-link img.first.-none{
    display:none ;
}

.nav-tabs.-tabmedium .nav-link img.first.-none.-block{
    display:block;
}

.nav-tabs.-tabmedium .nav-link img.second{
    display:none ;
}

.nav-tabs.-tabmedium .nav-link img.second.-block{
    display:inline-block ;
}

.nav-tabs.-tabmedium .nav-link.active{
    color: #828282;
} */
/* active */
/* .nav-tabs.-tabmedium .nav-link.active img.first{
    display:inline-block ;
}

.nav-tabs.-tabmedium .nav-link.active img.second{
    display:none ;
}

.icon-ogz{
    padding-right: 0;
}

.icon-ogz .icon{
   width: 38px;
   height: auto;
   margin: 0 auto;
}

.header-title{

  font-size: .8em;
} */
/* .text-date{
  font-size: .8rem;
}

.dot-inline{
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    background-color: #7bc8a4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.adv-search .card{

     margin: 16px 0px;
     box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 6px 20px 0 rgba(0, 0, 0, 0.19);
     -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
/* .accordion.adv-search>.card:first-of-type,
.accordion.adv-search>.card:not(:first-of-type):not(:last-of-type),
.accordion.adv-search>.card:last-of-type{

    border-radius: 14px 14px;
    -webkit-border-radius: 14px 14px;
}

.datepicker table tr td.today {
    background: #5484ff;
    color: #fff;
}

.datepicker table tr td.today:hover:hover {
    background: #5484ff;
    color: #fff;
}

.tab-pane .form-control{
    border-radius:20px 20px;
    -webkit-border-radius:20px 20px;
} */
/* .tab-pane .input-group>.form-control:not(:last-child){
    padding:.375rem .75rem ;
}
.input-group>.input-group-append>.input-group-text{

    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
} */
/* footer */
footer {
  color: #fff;
}

.web-structure .ulnone {
  list-style: none;
  padding-left: 0;
}

.web-structure .ulnone a {
  /* color: $accent-alt-color; */
  color: #5a5a5a;
  padding-left: 12px;
  font-size: 1.2em;
}

@media (min-width: 567px) {
  .main-nav .navbar {
    padding-left: 0;
    /* flex-direction: column; */
  }

  .main-nav .navbar-collapse {
    margin: 0;
    /* order: 1; */
  }

  .main-nav .navbar .navbar-nav .nav-item {
    margin-right: 8px;
  }

  .wrapmain-nav {
    order: 1;
  }

  /* data management menu */
  .dropdown-menu.-gray {
    top: 44px;
  }
}
@media (min-width: 750px) {
  .navbar-dark .navbar-nav .active .hilight {
    position: absolute;
    bottom: -11px;
  }

  .text-date {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  /* .main-nav .navbar{
     flex-direction: unset;
  } */
}
@media (min-width: 992px) {
  .searchcol {
    /* position: absolute; */
  }

  .position-absolute.-cardleft,
.position-absolute.-cardright {
    top: calc(44%);
    font-size: 1.4em !important;
  }

  /* head-title-page */
  .head-title-page {
    margin-top: 44px;
  }

  .btn-circle {
    width: 76px;
    height: 76px;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 0.85rem;
  }

  .dropdown-menu.-gray {
    top: 34px;
    background: rgba(39, 98, 177, 0.8);
  }

  .dropdown-menu.-gray .dropdown-item {
    font-size: 0.85rem;
    color: #fff;
    border-bottom: 1px solid #7893c7;
    padding: 0.55rem 1rem;
  }

  /* dashboard */
  .result-text .titlehead {
    font-size: 3.6rem;
  }

  /* advanced search */
  .icon-ogz .icon {
    width: 60px;
  }

  .search-sm {
    display: none;
  }

  .mainsearch {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .main-nav {
    background: none;
  }

  .main-nav .navbar {
    /* background: rgba(86,26,106,0.7); */
    background: #BDECFF;
    width: 96%;
    margin: 0 2%;
  }

  .main-nav .navbar .navbar-nav .nav-item {
    margin-right: 26px;
  }

  .dropdown-menu.-gray {
    top: 34px;
  }
}
@media (min-width: 1300px) {
  .main-nav .navbar .navbar-nav .nav-item {
    margin-right: 13px;
    margin-left: 13px;
  }

  /* .containerdata{
   max-width: 1300px;
  } */
}
@media (min-width: 1600px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .main-nav .navbar {
    width: 95%;
    margin: auto;
  }

  .main-nav .navbar .navbar-nav .nav-item {
    margin-right: 20px;
    margin-left: 20px;
  }

  .dropdown-menu.-gray {
    top: 46px;
    min-width: 16rem;
  }

  .dropdown-menu.-gray .dropdown-item {
    font-size: 1em;
    padding-left: 1.5rem;
  }
}
/*global*/
/*color*/
/*property*/
/*font family*/
/*font size*/
/**point number**/
.pop_hover {
  /*.display_(none);*/
  position: fixed;
  right: 0px;
  height: auto;
  width: 70px;
  z-index: 300;
  top: 36%;
  color: #fff;
  background: #b59410;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  background: #b59713;
  background: -moz-linear-gradient(top, #b59713 0%, #dab41c 51%, #e7bf20 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #b59713), color-stop(51%, #b59713), color-stop(100%, #e7bf20));
  background: -webkit-linear-gradient(top, #b59713 0%, #b59713 51%, #e7bf20 100%);
  background: -o-linear-gradient(top, #b59713 0%, #b59713 51%, #e7bf20 100%);
  background: -ms-linear-gradient(top, #b59713 0%, #b59713 51%, #e7bf20 100%);
  background: linear-gradient(to bottom, #b59713 0%, #b59713 51%, #e7bf20 100%);
}

@media screen and (min-width: 1600px) {
  .pop_hover {
    width: 100px;
  }
}
.pop_hover > .socail-network {
  float: none;
  cursor: pointer;
}

.pop_hover .icon1,
.pop_hover .icon2,
.pop_hover .icon3,
.pop_hover .icon4 {
  /*background:url(../images/i-con/pop.png) no-repeat;*/
  cursor: pointer;
  display: inline-block;
  /*.background(#2e82be);*/
  /*.box-shadow-nd(2px; 3px; 4px; 0; 0; 0; 0.45 );
     /*padding:(@number-nd*8px) ;*/
  width: 100%;
  height: auto;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.pop_hover .icon4:hover:after {
  padding: 16px 4px 19px;
}

.pop_hover .pop_wrap {
  position: relative;
  padding: 4px 13px 4px 20px;
}

.pop_hover .pop_wrap:hover {
  background-color: #decc82;
}

@media screen and (min-width: 1280px) {
  .pop_hover .pop_wrap {
    padding: 4px 14px 4px 24px;
  }
}
.pop_hover .pop_wrap span.fa {
  margin: 15px auto 12px 3px;
}

.pop_hover .icon1 {
  margin: 3px 0;
  background-size: auto;
}

.pop_hover .icon2 {
  margin: 3px 0;
  background-size: auto;
}

.pop_hover .icon3 {
  margin: 3px 0;
  background-size: 22px 16px;
}

.pop_hover .icon4 {
  margin: 2px 0;
  background-size: auto;
}

.pop_hover .icon4 .numbers {
  position: absolute;
  padding: 0px 5px 3px;
  color: #fff;
  background-color: #00c6ff;
  font-size: 1em;
  top: 0;
  right: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.pop_hover .pop_wrap.inactive > a {
  display: block;
}

.socail-network {
  width: 100%;
  float: left;
  margin: 0.4em 0;
}

@media screen and (min-width: 1600px) {
  .socail-network {
    margin: 1rem 0;
  }
}
.socail-network > .network {
  display: inline-block;
  margin: 4px 4px 6px;
  vertical-align: middle;
  cursor: pointer;
}

.socail-network > .network {
  background: url(../images/icon/iheart.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
}

.socail-network > .text {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1;
}

.socail-network > .text.-lg {
  font-weight: 600;
  font-size: 1.2rem;
}

.socail-network > .number {
  color: #565656;
  font-size: 1.3em;
  vertical-align: middle;
  line-height: 1.1em;
  position: relative;
  top: -1px;
}

.pop_wrap > .bullets {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

@media (min-width: 1280px) {
  .pop_wrap > .bullets {
    top: 18px;
  }
}
#socail-slide {
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: -moz-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b49310), color-stop(24%, #bd9b13), color-stop(47%, #d8b21b), color-stop(73%, #e9c120), color-stop(100%, #e9c120));
  background: -webkit-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -o-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -ms-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: linear-gradient(to right, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b49310", endColorstr="#e9c120", GradientType=1);
}

#socail-slide.open {
  right: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.bg-top {
  background: none;
  background-image: url(../images/bg/haedbg2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.banner {
  background-image: url(../images/bg/bg-banner3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news {
  background-image: url(../images/bg/news.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mission {
  background-image: url(../images/bg/mission.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.qna {
  background-image: url(../images/bg/qna.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.strategic_bg {
  background-image: url(../images/bg/strategic_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.report_bg {
  background-image: url(../images/bg/report_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form_bg {
  background-image: url(../images/bg/form_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.announcement {
  background-image: url(../images/bg/foobg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-vdo {
  background: #d2ad14;
  background-image: url(../images/bg/vdo-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.bg-thaipop {
  background: #d2ad14;
  background-image: url(../images/bg/thaipop-bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.bg-sitemap {
  background: #d2ad14;
  background-image: url(../images/bg/bg-sitemap.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.page-active-color {
  background: -moz-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b49310), color-stop(24%, #bd9b13), color-stop(47%, #d8b21b), color-stop(73%, #e9c120), color-stop(100%, #e9c120));
  background: -webkit-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -o-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -ms-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: linear-gradient(to right, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b49310", endColorstr="#e9c120", GradientType=1 );
}

.bg-purple {
  background: rgba(28, 14, 66, 0.7);
}

#socail-slide {
  min-width: 18.75rem;
  right: -18.95rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 1280px) {
  #socail-slide {
    font-size: 1.2rem;
    right: -20.875rem;
  }
}

/**btn**/
/**all topic**/
/** border radius**/
/**btn**/
.parent-btn {
  display: inline-block;
  text-align: left;
  margin: 6px 0 6px 10px;
  font-family: Tahoma, sans-serif, Verdana, Geneva;
}

.btn.-btcnormal {
  font-size: 1.6rem;
  color: #3f3f3f;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #f2f2f2;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  width: 1.1718em;
  height: 1.1718em;
}
.btn.-btcnormal .text {
  top: -2px;
  position: relative;
}
.btn.-btcblack {
  font-size: 1.6rem;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #000;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  width: 1.1718em;
  height: 1.1718em;
}
.btn.-btcblack .text {
  top: -2px;
  position: relative;
}
.btn.-btcyellow {
  font-size: 1.6rem;
  color: #ff0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #3f3f3f;
  background-color: #000;
  line-height: 1em;
  padding: 0;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  width: 1.1718em;
  height: 1.1718em;
}
.btn.-btcyellow .text {
  top: -2px;
  position: relative;
}
.btn.btn-icon {
  width: 54px;
  height: 53px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #2c4b9d;
  color: #2c4b9d;
}
.btn.btn-icon.-btwhite {
  background-color: #fff;
}
.btn.btnall, .btn.btn-sp {
  font-size: 1.3em;
}
.btn.btnall {
  background-color: #00b4ff;
  border-color: #00b4ff;
}
.btn.btn-sp {
  background-color: #2f79d8;
}

.headtitle > .title {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1em;
  text-align: left;
}
.headtitle > .title.-bantitle {
  margin-top: 1rem;
}
.headtitle > .title .neonfirst {
  margin-bottom: 0;
}

.neon-text {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: white;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 1px 1px 0 #293d68, -1px -1px 0 #293d68, 1px -1px 0 #293d68, -1px 1px 0 #293d68;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
.title-news,
.title-news-pop {
  position: relative;
  height: auto;
  margin-bottom: 0px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
  cursor: pointer;
}
.title-news > .box-hidden,
.title-news-pop > .box-hidden {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: -50%;
}
.title-news:focus > .box-hidden,
.title-news-pop:focus > .box-hidden {
  bottom: 0%;
}
.title-news.-newsbanner:hover,
.title-news-pop.-newsbanner:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  z-index: 500;
}

.box-hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.box-hidden > .view {
  position: absolute;
  display: block;
  font-size: 1em;
  top: 0;
  line-height: 1.2;
  left: 0;
  right: 0;
  color: #050782;
  text-align: center;
}
.box-hidden > .view > .glyphicon {
  font-size: 1.3em;
}
.box-hidden > .view .seconddes {
  color: #cfa70c;
}
.box-hidden > .view .description {
  margin: 4px 0 16px;
  padding: 0;
}
.box-hidden > .view:hover {
  text-decoration: none;
}

.dropdown-menu {
  max-width: 328px;
}
.dropdown-menu .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu .dropdown-item:focus {
  color: #070ba1;
}

.-msearch {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  top: 90%;
  display: none;
}
.-msearch.-notabsolute {
  display: block;
  position: relative;
}
.-msearch.-notabsolute .btn.btn-outline-dark {
  font-size: 1.2em;
}
.-msearch.-notabsolute .input-group-btn .btn {
  font-size: 1.2em;
}
@media screen and (min-width: 991px) {
  .-msearch .input-group {
    margin-top: 0.8rem;
  }
}
.-msearch .btn {
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  color: #fff;
  border: 0;
  padding: 0.3rem 0.75rem;
  background: -moz-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b49310), color-stop(24%, #bd9b13), color-stop(47%, #d8b21b), color-stop(73%, #e9c120), color-stop(100%, #e9c120));
  background: -webkit-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -o-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -ms-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: linear-gradient(to right, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b49310", endColorstr="#e9c120", GradientType=1 );
}
.-msearch .form-control {
  background-color: #f3f3f3;
  border-right: 0;
  line-height: 1;
  height: auto;
  padding: 0.3rem 0.75rem;
  font-size: 1.2rem;
}
.-msearch .form-control:focus, .-msearch .form-control:active {
  background-color: #f3f3f3 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #2c4b9d;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #2c4b9d;
}

.swiper-container-horizontal.gallery-board > .swiper-pagination-bullets {
  bottom: -5px;
}

.smallnav .swiper-button-next,
.smallnav .swiper-button-prev {
  position: relative;
  background-image: none;
  background-color: rgba(187, 153, 25, 0.8);
  left: 0;
  right: 0;
  display: flex;
  color: #fff;
  width: 36px;
}

.announce-title {
  margin: 1.4rem 0;
}
.announce-title > .btn {
  min-width: 78px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  background: #2c4c9e;
  background: #2b4d9e;
  background: -moz-linear-gradient(left, #2b4d9e 0%, #2857a7 30%, #236bb9 62%, #2177c3 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #2b4d9e), color-stop(30%, #2857a7), color-stop(62%, #236bb9), color-stop(100%, #2177c3));
  background: -webkit-linear-gradient(left, #2b4d9e 0%, #2857a7 30%, #236bb9 62%, #2177c3 100%);
  background: -o-linear-gradient(left, #2b4d9e 0%, #2857a7 30%, #236bb9 62%, #2177c3 100%);
  background: -ms-linear-gradient(left, #2b4d9e 0%, #2857a7 30%, #236bb9 62%, #2177c3 100%);
  background: linear-gradient(to right, #2b4d9e 0%, #2857a7 30%, #236bb9 62%, #2177c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2b4d9e", endColorstr="#2177c3", GradientType=1 );
}
.announce-title > .antext {
  padding: 6px 6px 0px 12px;
  color: #070ba1;
  background: #f2f2f2;
}
.announce-title > .antext .firstp {
  color: #cfa70c;
}

.breadcrumb {
  font-size: 1.2em;
}
.breadcrumb li a {
  color: #050782;
}
.breadcrumb li.active a {
  color: #cfa70c;
}
.breadcrumb.small {
  background: none;
  padding: 0;
}

.pagination {
  font-size: 1.2em;
}

.rights-news,
.annouce-news {
  background: rgba(255, 255, 255, 0.6);
  padding: 0.55rem;
}
.rights-news.bgnone,
.annouce-news.bgnone {
  background: none;
}

.nav-tabs.-smnavbar {
  border-bottom: 0;
}
.nav-tabs.-smnavbar .nav-link {
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
  color: #cfcfcf;
}
.nav-tabs.-smnavbar .nav-link.active {
  color: #fff;
  background: none;
  border: 0;
  background: #b59410;
  background: -moz-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b59410), color-stop(51%, #cba717), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: linear-gradient(to right, #b59410 0%, #cba717 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=string.quote(rgb($heading-gd-1)), endColorstr=string.quote(rgb($heading-gd-3)), GradientType=1 );
}
.nav-tabs.-smnavbar .nav-link.-fonts {
  font-size: 1.3em;
  color: #585858;
}
.nav-tabs.-smnavbar .nav-link.-fonts.active {
  color: #fff;
}

.card.-smcard, .card.-smfooter {
  background: none;
  border: 0;
  border-radius: 0 0;
  -webkit-border-radius: 0 0;
}
.card.-smcard {
  box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 6px 16px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.card.-smcard .card-body.-fmedium {
  font-size: 1.3em;
}
.card.-smcard .card-body.-gray {
  color: #585858;
}
.card .card-header {
  color: #383838;
  padding: 10px 12px;
  background-color: #f3f3f3;
  margin-bottom: 0rem;
  border-bottom: 0;
}
.card .card-header .far,
.card .card-header .fas {
  color: #cfa70c;
}
.card.-board {
  max-width: 495px;
  margin: 40px auto 30px;
  border: 0;
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
}
.card.-board .card-img-top {
  width: 60%;
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 32px auto 16px auto;
  padding: 6px;
  border: 3px solid #BDECFF;
}
.card.-board .card-body .card-title {
  color: #050782;
  font-size: 1.8em;
  text-align: center;
  background: none;
  font-weight: 600;
}
.card.-board .card-body .card-text {
  margin-bottom: 0;
  font-size: 1.3em;
  text-align: center;
  padding: 18px 12px 0;
}
.card.-board .card-body .card-text.blue {
  color: #050782;
}
.card.-board .card-body .card-text.gold {
  color: #d2b537;
}
.card.-board .card-body .card-text.dark {
  color: #383838;
}
.card.-board .card-body .card-text:nth-child(2), .card.-board .card-body .card-text:nth-child(3) {
  padding: 0px 12px;
}
.card.-board .card-footer {
  background: 0;
  border-top: 0;
}
.card.-address {
  padding: 24px;
  border: 0;
}
.card.-address .card-body .card-title {
  color: #050782;
  font-size: 2em;
  text-align: left;
  background: none;
  font-weight: 600;
}
.card.-address .card-body .card-text {
  color: #d2b537;
  margin-bottom: 0;
  font-size: 1.4em;
  text-align: left;
  padding: 18px 12px 16px;
  margin: 6px 12px 12px;
}
.card.-address .card-body .card-text.blue {
  color: #050782;
}
.card.-address .card-body .card-text.gold {
  color: #d2b537;
}
.card.-address .card-body .card-text.dark {
  color: #383838;
}
.card.-address .card-body .card-text:nth-child(2) {
  padding: 0px;
}
.card.-address .card-body .card-text:nth-child(3) {
  background: #f3f3f3;
}
.card.-address .card-footer {
  background: 0;
  border-top: 0;
}
.card.search-method .card-header {
  font-size: 1.4em;
}
.card.search-method .card-body {
  padding: 0.75rem 1.25rem;
  font-size: 1.2em;
}
.card.search-method .card-body .card-title {
  font-size: inherit;
  background: none;
  padding: 12px 12px 12px 0;
}
.card.search-method .card-body .form-group {
  font-size: inherit;
}
.card.search-method .card-footer .btn {
  font-size: 1.2em;
}

.card-text.-setellips {
  height: 2.6em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap-address {
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.card-body .card-title {
  color: #383838;
  padding: 10px 12px;
  background-color: #f3f3f3;
  margin-bottom: 0rem;
}
.card-body .card-title.cardinfo {
  height: calc(100% / 1 - 50px );
  display: flex;
  font-size: 1.3em;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  background: none;
}
.card-body .card-title.cardinfo:hover {
  text-decoration: none;
}
.card-body .card-title.cardinfo2 {
  display: flex;
  font-size: 1.3em;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  background: none;
}
.card-body .card-title.cardinfo2:hover {
  text-decoration: none;
}
.card-body .card-title.cardinfo2 .card-text {
  margin-bottom: 6px;
}
.card-body .card-title .far,
.card-body .card-title .fas {
  color: #cfa70c;
}
.card-body .card-text {
  color: #2629ad;
  padding: 10px 12px;
  line-height: 1.2;
}
.card-body .card-text.dark .gold {
  color: #d2b537;
}
.card-body.-cardfoot .card-title {
  color: #050782;
  padding: 0 10px 8px;
  background: none;
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2rem;
}
.card-body.-cardfoot .card-text {
  font-size: 1.2em;
  padding: 0 10px;
  margin-bottom: 0.2rem;
  background: none;
  line-height: 1rem;
}

.card-text.-white {
  color: #fff;
}
.card-text.-purple {
  color: #0003cd;
  font-weight: 600;
}
.card-text .-gold {
  color: #cfa70c;
}
.card-text .-gray {
  color: #5a5a5a;
}
.card-text.-purpledark {
  color: #942977;
}

.card-title > .callcenter {
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
  font-weight: 600;
}
.card-title > .press {
  margin: 0 0px 0 8px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  vertical-align: top;
  line-height: 1rem;
  padding-top: 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #917300;
}
.card-title > .title,
.card-title > .cetagory {
  width: 100%;
}
.card-title > .title .card-text,
.card-title > .cetagory .card-text {
  padding: 0 0;
}

.wrap-image {
  padding: 10px 10px;
  height: 9.25em;
}
.wrap-image .card-img {
  height: 100%;
  width: auto;
}
.wrap-image .card-img.-card-imgd {
  height: auto;
}

.btn-view > .wrapbtn {
  width: 50%;
  position: relative;
  z-index: 100;
  min-height: 3.6em;
  margin: 0px auto;
}
.btn-view > .wrapbtn > .More {
  color: #fff;
  font-size: 1em;
  position: relative;
  z-index: 120;
  top: 0px;
  display: flex;
  -webkit-box-flex: flex;
  padding: 5px;
  padding-top: 0;
  justify-content: center;
}
.btn-view .bxbehide {
  height: 40px;
  width: 42%;
  position: absolute;
  display: flex;
  margin: 0 auto;
  z-index: 90;
  bottom: 10px;
  left: 29%;
}

.More > .text {
  min-width: 80px;
  padding: 7px 8px;
  display: inline-block;
  position: relative;
  z-index: 100;
  background: -moz-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b49310), color-stop(24%, #bd9b13), color-stop(47%, #d8b21b), color-stop(73%, #e9c120), color-stop(100%, #e9c120));
  background: -webkit-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -o-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -ms-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: linear-gradient(to right, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b49310", endColorstr="#e9c120", GradientType=1 );
}
.More > .leftbtn {
  display: inline-block;
  width: 30px;
  position: relative;
  z-index: 90;
  left: 12px;
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  background: #b49310;
}
.More > .rightbtn {
  display: inline-block;
  width: 30px;
  position: relative;
  z-index: 90;
  background: #e9c120;
  right: 12px;
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
}

.bxbehide > .bxleft,
.bxbehide > .bxcenter,
.bxbehide > .bxright {
  flex-grow: 1;
  background: #e9c120;
  height: 40px;
}
.bxbehide > .bxleft {
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  left: 12px;
}
.bxbehide > .bxright {
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  right: 12px;
}

.date-time {
  text-align: right;
  padding: 10px 15px;
  color: #2629ad;
}

.img-detail {
  display: block;
  height: auto;
  padding: 15px;
}

.bxicon {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  color: #2629ad;
  cursor: pointer;
  /* text-align: center; */
  justify-content: center;
  font-size: 2.2rem;
}

.box-tell {
  position: relative;
  border: 0;
  padding: 6px 4px;
  margin: 13px auto 16px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box-tell > .icontell,
.box-tell > .iconfax {
  height: 2.6rem;
  width: 2.6rem;
  background: #b59410;
  background: -moz-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b59410), color-stop(51%, #cba717), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: linear-gradient(to right, #b59410 0%, #cba717 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=string.quote(rgb($heading-gd-1)), endColorstr=string.quote(rgb($heading-gd-3)), GradientType=1 );
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.box-tell > .icontell {
  margin-right: 8px;
  margin-top: 4px;
}
.box-tell > .iconfax {
  margin-right: 8px;
  margin-top: 4px;
}
.box-tell > .texttell {
  font-size: 1.2em;
  margin-bottom: 0;
  display: inline-block;
  color: #d2b537;
  text-shadow: 1px 1px 2px #000;
  line-height: 1;
}
.box-tell > .texttell .blue {
  color: #050782;
}
.box-tell > .texttell .number {
  display: block;
  margin: 2px 0;
}
.box-tell.-medium > .texttell {
  text-align: center;
}
.box-tell.-rowcolum {
  flex-direction: column;
  margin: 5px auto 6px auto;
}
.box-tell.-rowcolum > .icontell {
  margin: auto;
}
.box-tell.-rowcolum > .texttell {
  text-align: center;
}
.box-tell.-rowcolum > .texttell .number {
  color: #383838;
  display: inline-block;
}
.box-tell.-rowcolum > .texttell .number.blue {
  color: #01baff;
}

.icontime {
  height: 2.6rem;
  width: 2.6rem;
  background: #b59410;
  background: -moz-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b59410), color-stop(51%, #cba717), color-stop(100%, #e8c020));
  background: -webkit-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -o-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: -ms-linear-gradient(left, #b59410 0%, #cba717 51%, #e8c020 100%);
  background: linear-gradient(to right, #b59410 0%, #cba717 51%, #e8c020 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=string.quote(rgb($heading-gd-1)), endColorstr=string.quote(rgb($heading-gd-3)), GradientType=1 );
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tab-content.board-edc {
  background: #fff;
  font-size: 1.3em;
  box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 8px 0px 16px rgba(0, 0, 0, 0.2);
}

.text-edc {
  padding: 14px 20px;
  color: #050782;
}
.text-edc .table {
  color: inherit;
}

.map {
  height: 100vh;
  width: 100%;
  position: relative;
  top: -184px;
}

.wrap-address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.smap {
  width: 100%;
  background-color: #7bb5cd;
}
.smap .img-fluid {
  display: block;
  margin: 6px auto;
}

.show-map {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #b0d3e1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
}
.show-map img {
  width: 48%;
  height: auto;
}
.show-map > .text {
  font-size: 1.2rem;
  margin: 3px 0;
  line-height: 0.9;
  color: #fff;
}

.container.container-slide {
  position: relative;
  z-index: 20;
  top: -166px;
}

.metabox.-medium {
  font-size: 1.3em;
}
.metabox.dark {
  color: #383838;
}
.metabox .gold {
  color: #cfa70c;
}

.history-content.fblue {
  color: #050782;
}

.font-color-neonalt {
  color: #942977;
}

.font-color-lightpurple {
  font-weight: 600;
}

.info-video {
  width: 190px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.info-video > .vdoimage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.info-video > .playicon {
  position: absolute;
  width: 40px;
  height: 33px;
  z-index: 10;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  cursor: pointer;
  background-color: #fe0000;
}
.info-video > .playicon > i,
.info-video > .playicon span {
  color: #fff;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
}
.info-video > .playicon:hover > i {
  transform: scale(1.1, 1.1) rotate(-90deg);
  -webkit-transform: scale(1.1, 1.1) rotate(-90deg);
}
.info-video > .timer {
  padding: 5px;
  line-height: 1;
  position: absolute;
  bottom: 6px;
  right: 9px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12;
}

.wrap-sitemap h3 {
  color: #070ba1;
}
.wrap-sitemap ul li {
  list-style: url(../images/icon/bullet.png);
}
.wrap-sitemap ul li a {
  color: #008edb;
  font-size: 1.3em;
}

.web-structure .hidden-sm {
  color: #fff;
  font-weight: 600;
}
.web-structure ul li {
  border-bottom: 1px solid #ebc321;
}

.address {
  color: #4a4a4b;
}
.address .telephone,
.address .email,
.address .follow,
.address .address {
  color: #f66a25;
  font-size: 1.4em;
  margin: 8px 0;
  text-align: center;
}
.address .telephone > .text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.address .telephone > .image {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 34px;
}
.address .email > .text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.address .email > .image {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 31px;
}
.address .follow > .text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.address .follow > .image {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 32px;
}
.address .address > .text {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 4px;
}
.address .address > .image {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 28px;
}
.address .phonetext {
  font-size: 1.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.address .socail {
  color: #a0a0a0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.address .addresstext {
  line-height: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.address .link {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.socail {
  margin-bottom: 0rem;
  font-size: 1.2rem;
}
.socail > .fa-facebook-f,
.socail > .fa-twitter,
.socail > .fa-google-plus-g,
.socail > .text {
  display: inline-block;
}
.socail > .fa-facebook-f {
  width: 16px;
  height: 26px;
}
.socail > .fa-twitter {
  width: 30px;
  height: 24px;
}
.socail > .fa-twitter::before {
  display: none;
}
.socail > .fa-google-plus-g {
  width: 24px;
  height: 24px;
}
.socail > .text {
  width: auto;
  height: auto;
  margin-left: 16px;
  color: #050782;
}

.user-number .hightlight {
  color: #050782;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .logo {
    flex-basis: 50%;
    max-width: 50%;
  }
  .logo > .img-fluid {
    max-width: 494px;
    width: 90%;
  }

  .headtitle.-news, .headtitle.-annouce {
    margin: 0.6rem 0;
  }

  .announce-title {
    display: flex;
    margin-bottom: 0rem;
  }

  .btn-view > .wrapbtn {
    width: 26%;
  }
  .btn-view.-btnan > .wrapbtn {
    width: 50%;
  }

  .nav-tabs.medium {
    margin: 40px 0 4px;
  }

  .tab-content.board-edc {
    height: calc(100% / 1 - 116px);
  }

  .wrap-address .address-card {
    flex-basis: 80%;
    max-width: 80%;
  }
  .wrap-address .smap {
    flex-basis: 20%;
    max-width: 20%;
  }

  .btn.btnall, .btn.btn-sp {
    font-size: 1em;
  }
}
@media screen and (min-width: 991px) {
  .logo > .img-fluid {
    max-width: 494px;
    width: 90%;
  }

  .control-font {
    flex-basis: 50%;
    max-width: 50%;
    align-self: flex-end;
    margin-bottom: 10px;
  }
  .control-font .parent-btn {
    margin: 0;
    text-align: right;
  }

  .headtitle > .title {
    font-size: 2rem;
  }

  .btn.-btcnormal, .btn.-btcblack, .btn.-btcyellow {
    border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
  }

  .navbar.-navbart {
    padding: 1rem 1rem 0.8rem;
  }

  .-msearch {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .-msearch .btn {
    font-size: 1.2em;
  }
  .-msearch .form-control {
    padding: 0.3rem 0rem 0.3rem 2rem;
  }

  .box-hidden > .view {
    font-size: 1.3em;
    line-height: 1.2rem;
  }
  .box-hidden > .view > .description {
    margin: 4px 10px 16px 10px;
  }

  .dropdown-menu.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown-menu .dropdown-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu.dnd {
    top: 0%;
    left: 50%;
  }
  .dropdown-menu.dndright {
    left: auto;
    top: 0%;
    right: 50%;
  }

  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0rem);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  .slideIn {
    animation-name: slideIn;
    -webkit-animation-name: slideIn;
  }

  .announce-title > .btn {
    font-size: 1.3rem;
    line-height: 1.3rem;
    max-width: 10%;
    flex-basis: 10%;
  }
  .announce-title > .antext {
    max-width: 90%;
    flex-basis: 90%;
  }
  .announce-title > .antext p {
    margin-bottom: 0.6rem;
  }

  .annouce-news,
.rights-news {
    min-height: 26.65em;
    padding: 1.2rem;
  }

  .tab-content.board-edc {
    height: calc(100% / 1 - 124px);
  }

  .nav-tabs.-smnavbar.mb-navlg {
    margin-bottom: 0;
  }

  .text-edc {
    padding: 26px 20px 26px 30px;
  }

  .info-video {
    width: 100%;
    height: auto;
    padding-left: 12px;
  }

  .address {
    margin: 3rem 0 0;
  }

  .web-structure .hidden-sm {
    color: #050782;
  }
}
@media screen and (min-width: 1280px) {
  .-msearch {
    display: flex !important;
    justify-content: flex-end;
  }
  .-msearch .input-group {
    flex-basis: 73%;
    max-width: 73%;
    margin-right: 1rem;
  }
  .-msearch.-notabsolute .input-group {
    flex-basis: 100%;
    max-width: 100%;
  }

  .gallery-top .img-fluid {
    max-width: 1140px;
    margin: auto;
    display: block;
  }

  .banner {
    padding-bottom: 3.9rem;
  }

  .announcement {
    background-position: center 0px;
  }

  .announce-title > .btn {
    font-size: 1.4em;
    line-height: 1.6rem;
  }
  .announce-title > .antext {
    font-size: 1.2em;
  }

  .headtitle > .title {
    margin: 2rem 0 0;
  }
  .headtitle > .title.-bantitle {
    margin-top: 2rem;
  }
  .headtitle > .title .neonfirst {
    font-size: 4rem;
    line-height: 0.8;
  }

  .nav-tabs.-smnavbar {
    margin: 1rem 0;
  }
  .nav-tabs.-smnavbar .nav-link {
    font-size: 1.2em;
  }
  .nav-tabs.-medium {
    margin: 40px 0;
  }

  .title-news.-newsbanner:hover > .box-hidden,
.title-news-pop.-newsbanner:hover > .box-hidden {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .title-news.-newsbanner:hover > .box-hidden > .view,
.title-news-pop.-newsbanner:hover > .box-hidden > .view {
    top: calc(50% - 30px);
  }

  .wrap-image {
    height: 100%;
    max-height: 204px;
    padding-left: 18px;
  }

  .box-hidden > .view {
    font-size: 1.5em;
    top: calc(25% - 30px);
  }

  .description > .fristdes,
.description > .seconddes {
    display: block;
    margin: 3px 0;
  }

  .card-body .card-text {
    font-size: 1.2em;
  }

  .card .card-header {
    font-size: 1.25rem;
  }

  .More > .text {
    font-size: 1.2em;
  }

  .btn-view > .wrapbtn {
    width: 20%;
  }
  .btn-view.-btnan > .wrapbtn {
    width: 36%;
  }
  .btn-view .bxbehide {
    bottom: 6px;
  }

  .pagination {
    font-size: 1.3em;
  }

  .box-tell.-medium > .texttell {
    font-size: 1.6em;
  }

  .icontime {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 1.6em;
  }

  .swiper-container-horizontal.gallery-board .swiper-slide.swiper-slide-next {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    z-index: 8;
    transition: all 0.4s ease-in;
  }

  .swiper-container.slide-address {
    padding-bottom: 54px;
  }

  .wrap-address .address-card {
    flex-basis: 68%;
    max-width: 68%;
  }
  .wrap-address .smap {
    flex-basis: 32%;
    max-width: 32%;
  }

  .map {
    height: 80vh;
    top: -184px;
    margin-bottom: 132px;
  }

  .announcement.relative {
    position: relative;
  }

  .container.container-slide {
    top: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 459px;
  }

  .info-video {
    padding-top: 26px;
  }

  .float-dl {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  .padt-lg.d-none {
    display: block !important;
    padding-top: 29px;
  }

  .wrap-sitemap {
    padding: 12px 56px;
  }

  .web-structure {
    margin-top: 2rem;
  }

  .card-img.-footlogo {
    height: auto;
    width: auto;
  }

  .card-body.-cardfoot.-right {
    padding-left: 6rem;
  }

  .-qrcode {
    text-align: right;
  }
}
@media screen and (min-width: 1600px) {
  #socail-slide {
    min-width: 20.75rem;
    right: -21.95rem;
  }

  .pop_hover .pop_wrap {
    padding: 4px 14px 4px 42px;
  }

  .pop_wrap > .bullets {
    left: 22px;
  }

  .-msearch .input-group {
    flex-basis: 442.6px;
    max-width: 442.6px;
    margin-right: 2rem;
  }

  .container {
    max-width: 1440px;
  }

  .gallery-top .img-fluid {
    max-width: 1440px;
  }

  .headtitle > .title {
    font-size: 3.4rem;
    line-height: 2.6rem;
    margin: 0.9rem 0 1rem;
  }
  .headtitle > .title.-bantitle {
    margin-top: 2rem;
  }
  .headtitle > .title .neonfirst {
    font-size: 5rem;
    line-height: 0.9;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }

  .announcement,
.section-vdo {
    padding-top: 4rem;
  }

  .announce-title > .btn {
    font-size: 1.8em;
    line-height: 2.2rem;
  }
  .announce-title > .antext {
    font-size: 1.6em;
  }

  .card-body .card-title {
    font-size: 1.5em;
    padding: 16px;
  }
  .card-body .card-title.cardinfo {
    font-size: 1.2em;
  }
  .card-body .card-title.cardinfo2 {
    font-size: 1.2em;
  }
  .card-body .card-text {
    font-size: 1.5em;
  }

  .card .card-header {
    font-size: 1.5em;
    padding: 16px;
  }

  .annouce-news,
.rights-news {
    min-height: 31.25em;
  }

  .nav-tabs.-smnavbar {
    margin: 1.8rem 0 1.6rem;
  }
  .nav-tabs.-smnavbar .nav-link {
    font-size: 1.5em;
  }

  .box-hidden > .view {
    font-size: 1.8em;
    line-height: 1;
  }

  .wrap-image .card-img.-card-imgd {
    height: 100%;
  }

  .date-time {
    font-size: 1.5em;
  }

  .img-detail {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bxicon {
    font-size: 3.2rem;
  }

  .card.-board .card-body .card-title {
    font-size: 2.8em;
  }
  .card.-board .card-body .card-text {
    font-size: 1.5em;
  }
  .card.-board .card-body .card-text:nth-child(2) {
    font-size: 1.6em;
  }
  .card.-board .card-body .card-text.-medium:nth-child(2) {
    font-size: 1.3em;
  }
  .card.-address .card-body .card-title {
    font-size: 4rem;
    padding-bottom: 8px;
  }
  .card.-address .card-body .card-text:nth-child(2) {
    font-size: 2rem;
  }

  .box-tell > .icontell,
.box-tell > .iconfax {
    height: 3.6rem;
    width: 3.6rem;
    font-size: 1.8rem;
  }

  .map {
    height: 86vh;
    top: -250px;
    margin-bottom: 143px;
  }

  .container.container-slide {
    bottom: 638px;
  }

  .smap .img-fluid {
    margin-top: 32px;
  }

  .show-map {
    margin-top: 32px;
  }

  .info-video {
    padding-left: 18px;
  }

  .float-dl {
    right: 26px;
  }

  .wrap-sitemap {
    padding: 12px 90px;
  }

  .web-structure {
    margin-top: 5rem;
  }
  .web-structure .hidden-sm {
    font-size: 1.6rem;
  }
  .web-structure .ulnone a {
    font-size: 1.4em;
    padding: 0.2rem 0 0.2rem 12px;
    display: inline-block;
  }

  .card-body.-cardfoot.-left {
    width: 80%;
    margin-left: 1.6rem;
  }
  .card-body.-cardfoot.-right {
    padding-left: 8rem;
  }
  .card-body.-cardfoot .card-title {
    font-size: 1.5em;
  }
  .card-body.-cardfoot .card-text {
    font-size: 1.4em;
    line-height: 0.9;
  }

  .address {
    margin: 5rem 0 0;
  }

  .card-title > .callcenter {
    font-size: 2.8rem;
  }
  .card-title > .press {
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 30px;
    height: 30px;
  }

  .col-xl-3flogo {
    flex-basis: 18%;
    max-width: 18%;
  }

  .socail p {
    font-size: 1.2em;
  }
  .socail .text {
    font-size: 1.2em;
    margin-left: 22px;
  }
}
@media screen and (min-width: 1900px) {
  .map {
    margin-bottom: 230px;
  }

  .container.container-slide {
    bottom: 568px;
  }
}

/*# sourceMappingURL=theme1.css.map */
