@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt&display=swap");
@import url(./bootstrap/bootstrap.min.css);
@font-face {
  font-family: "db_heaventregular";
  src: url("../webfonts/db_heavent_v3.2.1.woff2") format("woff2"), url("../webfonts/db_heavent_v3.2.1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
input,
button,
a {
  outline: none !important;
}
input:focus,
button:focus,
a:focus {
  outline: none !important;
}

body {
  font-family: "db_heaventregular";
  margin: 0;
  font-size: 24px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.error {
  color: red;
}

.remark_require {
  color: red;
  font-size: 20px;
}

.img-fluid {
  width: 100%;
}

.f-right {
  float: right;
}

.pt-1 {
  padding-top: 2%;
}

.pt-5 {
  padding-top: 5%;
}

.pt-10 {
  padding-top: 10%;
}

.pt-20px {
  padding-top: 20px;
}

.pt-30px {
  padding-top: 30px;
}

.bg-light {
  background-color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000 !important;
}

#follows {
  list-style: none;
}
#follows li {
  display: inline;
  list-style: none;
}

li.nav-item {
  position: relative;
}

li.nav-item a .menu-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 100%;
  bottom: 10%;
  margin: 0 8px;
  background: #d1c392;
  height: 4.5px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

li.nav-item a .menu-item:hover {
  opacity: 1 !important;
}

li.nav-item a .menu-item:hover:before {
  right: 0;
}

.change_lang {
  cursor: pointer;
  border-radius: 25px;
  background: #e16f00;
  padding: 4px 8px;
  font-weight: bold;
}
.change_lang a {
  color: #fff;
}

/*****  swiper  *****/
.swiper-container {
  width: 100%;
  height: 100%;
  font-weight: 100;
}

.slideshow {
  height: 418px;
}

.news,
.higtlight {
  height: 418px;
}

/*****  end swiper  *****/
#subscribe {
  background-color: #86959c;
  padding: 40px 0;
  color: #fff;
}

.arrow {
  color: red;
}

.followbar {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.menu-desktop .a-menu,
.followbar .a-follow {
  display: inline;
}

.a-follow {
  padding: 5px;
}

.a-menu {
  font-size: 22px;
  margin: 10px;
  color: #000;
}

.menu .active {
  border-bottom: 4px solid #d1c392;
}

.a-menu:hover {
  border-bottom: 4px solid #d1c392;
}

.a-menu a {
  color: #000;
}

#mainmenu {
  padding: 10px 20px;
}

.menu-desktop,
.followbar {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none !important;
}

.cursor {
  cursor: pointer;
}

.followbar #search-btn .fa-search {
  bottom: 10px;
  font-size: 20px;
  top: 15px;
}

.menu .subabout:hover .submenu {
  display: block;
}

.menu .subabout .submenu {
  width: 220px;
  border: 1px solid #ddd;
  margin-top: 0;
  text-align: left;
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 9999;
  list-style-type: none;
}

.menu .subabout {
  position: relative;
}

.menu .subabout .submenu li {
  padding: 5px 0;
}

.menu .subabout .submenu li:hover {
  background-color: #e3dbbd;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: rgba(209, 195, 146, 0.6);
  text-indent: -9999px;
  display: none;
  z-index: 999;
  opacity: 0.5;
  border-radius: 5px;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  z-index: 999;
}

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  background-color: #d1c392;
}

.change_lang:hover {
  background: #b45800;
}

#subscribe button {
  background-color: #003366;
  color: #fff;
}

#subscribe button:hover {
  background-color: #002851;
}

#nav {
  padding: 10px 0;
}
#nav a {
  padding: 0 10px;
  color: #212529;
}
#nav a:hover {
  color: #212529;
}

.nav-tabs {
  border: 0;
}

#nav-tab {
  padding-top: 40px;
}
#nav-tab .container {
  position: relative;
  z-index: 1;
}
#nav-tab .container .divnav {
  text-align: center;
}
#nav-tab .container .divnav .nav-tabs {
  display: inline-flex;
  border: 0;
}
#nav-tab .container .divnav .nav-tabs .nav-item {
  border-right: 1px solid #ccc !important;
}
#nav-tab .container .divnav .nav-tabs .nav-item .nav-link {
  color: #000 !important;
  background-color: #fff;
}
#nav-tab .container .divnav .nav-tabs .nav-item .nav-link:hover {
  color: #fff !important;
  background-color: #069;
}
#nav-tab .container .divnav .nav-tabs .nav-item .nav-link.active {
  color: #fff !important;
  background-color: #069;
}
#nav-tab .container .divnav .nav-tabs .nav-item.tab_first {
  border-left: 1px solid #ccc !important;
}
#nav-tab .container .border_bottom {
  background-color: #069;
  padding: 5px;
}

.menu-mobile {
  display: none;
}

.change_lang a:hover {
  color: #fff;
}

.mobile-mg0 p {
  margin-bottom: 0px;
}

.mobile-mg0 {
  padding: 20px 10px;
}

.p0 {
  padding: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-box {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #333;
  position: relative;
}

.youtube-box iframe {
  flex: 1;
}

.youtube-box .more_youtube {
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.s-more-right .arrow {
  color: #03bbff;
}

.s-more-right {
  position: absolute;
  right: 15px;
  top: 363px;
  color: #000;
}

.s-more-right:hover {
  position: absolute;
  right: 15px;
  top: 363px;
  color: #03bbff;
}

.youtube-box .more_youtube .arrow {
  color: #03bbff;
}

#services {
  padding: 20px 0 40px;
  overflow: hidden;
}
#services .owl-nav .owl-prev {
  position: absolute;
  top: 32%;
  left: 0%;
}
#services .owl-nav .owl-prev span {
  background-color: #e0e0e0 !important;
  padding: 9px 20px !important;
  border-radius: 50px;
  border: 1px solid #efebeb;
  color: #000;
}
#services .owl-nav .owl-next {
  position: absolute;
  top: 32%;
  right: 0%;
}
#services .owl-nav .owl-next span {
  background-color: #e0e0e0 !important;
  padding: 9px 20px !important;
  border-radius: 50px;
  border: 1px solid #efebeb;
  color: #000;
}
#services .owl-nav .owl-next:hover,
#services .owl-nav .owl-prev:hover {
  background: none;
  color: #000;
  text-decoration: none;
  border: none;
}

#services .owl-carousel-services .owl-dots {
  margin-top: 10px;
}

#services .owl-carousel-services .owl-dots .owl-dot span {
  width: 85px;
  height: 5px;
  margin: 10px 7px;
  background: #d3d3d3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 0;
}

#services .owl-carousel-services .owl-dots .owl-dot.active span {
  background: #03bbff;
}

#event {
  background-color: #64b6d3;
  color: #fff;
  padding: 40px 0 10px;
}

#event .more-right {
  position: absolute;
  right: 15px;
  top: 0;
  color: #000000;
}

#event .more-right:hover {
  position: absolute;
  right: 15px;
  top: 0;
  color: #5a5a5a;
}

#event .item.row {
  margin-bottom: 10px;
  color: #fff;
  background-color: #02679a;
  position: relative;
}

#event .date-news {
  padding: 10px;
  position: absolute;
  top: 5px;
  left: 20px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #656565;
}

#event .date-news .month {
  border-bottom: 2px solid #03bbff;
  font-size: 18px;
}

#event .date-news .day {
  border-bottom: 2px solid #03bbff;
  font-size: 22px;
}

#event .item.row {
  margin-bottom: 10px;
  color: #fff;
  background-color: #02679a;
  position: relative;
}

#event .item.row a {
  color: #fff;
}

#event .item.row .textboxread {
  padding: 10px 25px 40px 0;
}

#event .item.row .textboxread .des {
  font-size: 18px;
}

#event .item.row .textboxread .read {
  bottom: 5px;
}

#event .item.row .textboxread .read .arrow {
  font-weight: bold;
  color: #fed231;
}

a {
  font-family: "db_heaventregular";
  color: #000;
  text-decoration: none;
}

#news {
  padding: 40px 0;
}

.box1 {
  padding: 0 5px 0 15px;
}

.box2 {
  padding: 0 15px 0 5px;
}

#news .item {
  position: relative;
}

#news a {
  color: #fff;
}

.img-w-100 {
  width: 100% !important;
}

.img-w-95 {
  width: 95% !important;
}

.img-w-96 {
  width: 96% !important;
}

.img-w-92 {
  width: 92% !important;
}

#news .owl-carousel-news {
  padding: 0;
  position: relative;
}

#news .owl-carousel-news {
  padding: 0;
  position: relative;
}

.bg {
  margin-bottom: 10px;
  background-color: #6d7577;
  height: 204px;
}

.date-news {
  padding: 10px;
  position: absolute;
  top: 5px;
  left: 25px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #656565;
}

#news .more-right {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #000;
}

#news .more-right:hover {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #03bbff;
}

.more-right .arrow {
  color: #03bbff;
}

.date-news .month {
  border-bottom: 2px solid #03bbff;
  font-size: 18px;
}

.date-news .day {
  border-bottom: 2px solid #03bbff;
  font-size: 22px;
}

.date-news .year {
  font-size: 18px;
}

.textboxread {
  padding: 20px 20px 20px 15px;
}

.textboxread .title {
  text-align: left;
  font-size: 22px;
}

.textboxread .des {
  font-size: 20px;
  text-align: left;
  color: #ddd;
}

.textboxread .read {
  font-size: 20px;
  padding-top: 10px;
}

#news .item {
  position: relative;
}

.textboxread .read .arrow {
  font-weight: bold;
  color: #fed231;
}

#sponser {
  padding: 50px 0;
}

#sponser .owl-carousel-sponser {
  padding: 0;
  position: relative;
}

#sponser .owl-carousel-sponser .owl-nav {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 40%;
  font-size: 40px;
}

#sponser .owl-carousel-sponser .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  line-height: 0;
  outline: none;
  top: 7px;
}

#sponser .owl-carousel-sponser .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  line-height: 0;
  outline: none;
  top: 7px;
}

@media screen and (max-width: 767px) {
  .menu-desktop {
    display: none;
  }
  .desktop {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  #subscribe .mobile-center {
    text-align: center;
  }
  .mobile-mg0 p {
    margin-bottom: 0px;
  }
  .mobile-mg0 {
    padding: 20px 10px;
  }
  .boder-detail {
    background-color: #65b6d4 !important;
    padding: 0px !important;
  }
  .boder-detail .detail {
    background-color: #fff;
    padding: 0px !important;
  }
  #link {
    padding-top: 20px;
    text-align: center;
  }
  #link .link-center {
    text-align: center !important;
  }
  #link .link-center .link-pic {
    width: 100%;
    border-radius: 195px !important;
    border: 2px solid #e0e1e5;
    width: 150px !important;
    height: 150px !important;
  }
  .doc-input {
    text-align: center !important;
    padding: 20px 10px;
  }
  .doc-button {
    text-align: center !important;
    padding: 20px 10px;
  }
  .doc-boder {
    background: #65b6d4;
    padding: 0px !important;
    margin: 0px;
  }
  .bg-doc0 {
    background-color: #edf6fb;
    padding: 40px !important;
  }
  .bg-doc1 {
    background-color: #d9ebf5;
    padding: 40px !important;
  }
  .mobile-nav {
    display: block !important;
  }
  #complaint .complaint-bg {
    background-color: whitesmoke;
    padding: 50px 20px !important;
  }
  #position .bg-position {
    background-color: #65b6d4;
    padding: 40px 30px;
  }
  #position .bg-position .bg-position-white {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 0px 25px;
  }
  #position .bg-position .bg-position-white .btclick {
    padding: 0px;
  }
  #position .bg-position .bg-position-white .position-bth {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 35px 0px;
  }
  #position .bg-position .bg-position-white .position-bth .position-head {
    text-align: center !important;
    padding: 0px;
  }
  #position .bg-position .bg-position-white .position-bth .position-job {
    text-align: center;
    justify-content: center !important;
    align-items: center;
    display: grid;
  }
  #position .bg-position .bg-position-white .position-bth .position-job .position-job-bg {
    padding: 3px 40px;
    background-color: #006599;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
  }
  #position .bg-position .bg-position-white .position-bth .position-job .position-job-bg:hover {
    padding: 3px 40px;
    background-color: #045179;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
  }
  #position .bg-position .bg-position-white .position-bth .position-arrow {
    text-align: center !important;
    display: grid;
    justify-content: center !important;
    align-items: center;
  }
  #position .bg-position .bg-position-white .bg-position-detail {
    overflow: hidden;
    background-size: cover;
    border-radius: 5px;
  }
  #position .bg-position .bg-position-white .bg-position-detail .position-detail {
    line-height: 1;
    padding-bottom: 35px;
  }
  #position .bg-position .bg-position-white .bg-position-detail .position-detail .col-md-2,
#position .bg-position .bg-position-white .bg-position-detail .position-detail .col-md-10 {
    padding: 0px;
  }
  #position .load_more {
    cursor: pointer;
  }
  #position .load_more .fa-angle-down {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 20px;
  }
  .divnav {
    padding: 0px !important;
  }
  .structure-bth {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
  }
  .structure-bth .structure-header {
    text-align: center !important;
  }
  .structure-bth .structure-arrow {
    text-align: center !important;
    display: grid;
    justify-content: center !important;
    align-items: center;
  }
  .box1 {
    padding: 15px !important;
  }
  .box2 {
    padding: 15px !important;
  }
  .img-w-95 {
    width: 100% !important;
  }
  #event .item.row .textboxread {
    padding: 10px 25px 40px 25px !important;
  }
  .textboxread {
    padding: 20px 25px 20px 25px !important;
  }
  .a-menu {
    font-size: 22px;
    margin: 5px !important;
    color: #000;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    font-weight: 100;
  }
  .slideshow,
.higtlight {
    height: 260px !important;
  }
  .news {
    height: 400px !important;
  }
  .slideshow .swiper-wrapper .swiper-slide img {
    height: 250px !important;
  }
  #news .more-right {
    position: absolute;
    right: 15px;
    top: 30px !important;
    color: #000;
  }
}
#nav {
  padding: 20px 0;
}
#nav a {
  color: #212529;
}
#nav a:hover {
  color: #212529;
}

#nav-tab .container {
  position: relative;
  z-index: 1;
}
#nav-tab .container .divnav {
  text-align: center;
}
#nav-tab .container .divnav .nav-tabs {
  display: inline-flex;
  border: 0;
}
#nav-tab .container .divnav .nav-tabs .nav-item .active {
  color: #fff;
  background-color: #006699;
}

#product-2-page {
  padding: 0px 0px 50px;
}
#product-2-page .boder-detail {
  background-color: #65b6d4;
  padding: 80px;
}
#product-2-page .boder-detail .detail {
  background-color: #fff;
  padding: 80px 80px 20px 80px;
}
#product-2-page .boder-detail .detail .download {
  padding: 10px 0 0;
}
#product-2-page .boder-detail .detail .download .btn-downloadfile {
  padding: 5px 50px;
  border: 1px solid #000;
  border-radius: 50px;
}
#product-2-page .boder-detail .detail .download .btn-downloadfile:hover {
  background-color: #ccc;
}
#product-2-page .owl-carousel-about {
  background-color: #fff;
}
#product-2-page .owl-carousel-about .content {
  padding: 80px 25px;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
#product-2-page .owl-carousel-about .content .button-download {
  bottom: 20px;
  width: 100%;
  text-align: center;
}
#product-2-page .owl-carousel-about .content .button-download button {
  border-radius: 50px;
  background-color: #003366;
  border-color: #03bbff;
  padding: 10px 70px;
}
#product-2-page .owl-carousel-about .content .button-download button:hover {
  background-color: #002851;
}

/* ==============================
	$-Modules
============================== */
/* clearfix */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* inline block */
.ib {
  display: inline-block;
  vertical-align: top;
}

.ib-m {
  display: inline-block;
  vertical-align: middle;
}

/* ==============================
	$-Styles
============================== */
.search input[type=submit] {
  vertical-align: middle;
  width: 1.375em;
  border: none;
  outline: none;
  background: none;
  transition: opacity 100ms ease-in-out;
}
.search input[type=submit]:hover {
  opacity: 0.5;
}
.search input[type=text] {
  width: 14em;
  height: 2.5em;
  padding: 0 0.375em;
  border: none;
  border-bottom: 1px solid #999;
  margin-left: 0.1875em;
  background: inherit;
  transition: border-color 100ms ease-in-out;
}
.search input[type=text]:focus {
  border-bottom-color: inherit;
  outline: none;
}

.search-slide {
  width: 0;
  height: 2.5em;
  overflow: hidden;
}

.search-close {
  width: 1.375em;
  height: 1.375em;
  text-align: center;
  cursor: pointer;
  transition: opacity 100ms ease-in-out;
}
.search-close:hover {
  opacity: 0.5;
}

.banner-main-pagein {
  vertical-align: middle !important;
  text-align: center;
  width: 38% !important;
}

.center {
  text-align: center !important;
}

/* ==============================
	$-Media-queries
============================== */
/* max width queries */
/* min width queries */
@media only screen and (min-width: 1024px) {
  html,
body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  html,
body {
    font-size: 22px;
  }
}
#service-2-page {
  background: #006699;
  color: #fff;
}

.pb-20 {
  padding-bottom: 20px;
}

#news {
  padding: 40px 0;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.news-title a .title {
  color: #fff;
  font-size: 24px;
  /* font-weight: 500; */
  line-height: 24px;
}

.news-title a .des {
  color: #000;
  line-height: 24px;
}

.news-title a .seemore {
  color: #000;
  text-align: left;
}

#hr hr {
  border-top: dotted 1px;
  border-color: #000;
  margin: 0;
}

.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 1020;
  background-color: #fff;
}

.doc-center {
  padding: 50px;
  justify-content: center;
  color: #fff;
  font-size: 35px;
}

#circle {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-bg1 {
  background: #002563;
}

.circle-bg2 {
  background: #cd9a2d;
}

.circle-bg3 {
  background: #0e76bd;
}

.row-bg1 {
  background: #d9ebf5;
  padding: 25px;
}

.row-bg2 {
  background: #edf6fb;
  padding: 25px;
}

.link-bt-bg1 {
  border-right: solid #e5e5e5 1px !important;
  border-left: solid #e5e5e5 1px !important;
  padding: 14px 25px;
  font-size: 20px;
}

.link-bt-bg {
  border-right: solid #e5e5e5 1px !important;
  padding: 14px 25px;
  font-size: 20px;
}

.link-bt-bg:hover,
.link-bt-bg1:hover,
.link-h-white:hover {
  background-color: #006599 !important;
  color: #fff !important;
}

.link-active {
  background-color: #006599 !important;
  color: #fff !important;
}

.link-active .link-h-white {
  color: #fff !important;
}

#link {
  padding-top: 20px;
  text-align: center;
}
#link .link-pic {
  width: 100%;
  border-radius: 67px;
  border: 2px solid #e0e1e5;
}

.link-text {
  color: #04619a;
  font-size: 22px;
}

#navigator {
  color: #fff;
}

.structure-head {
  background-color: #006599;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-size: 32px;
}

.structure-bth {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
}
.structure-bth .structure-header {
  text-align: left;
}
.structure-bth .structure-arrow {
  text-align: right;
  display: grid;
  justify-content: right;
  align-items: center;
}

.structure-hr hr {
  width: 100px;
  border-bottom: 4px solid #fff;
}

.structure-pic {
  width: 200px;
  height: 200px;
  border-radius: 125px;
  background-color: #e0e1e5;
  border: 3px solid #fff;
}

.structure-arrow {
  text-align: right;
  display: grid;
  justify-content: right;
  align-items: center;
}

#rules .h-title {
  color: #fff;
  background-color: #006599;
  text-align: center;
  padding: 20px;
  font-size: 45px;
}
#rules .boder-detail {
  background-color: #65b6d4;
  padding: 80px;
}
#rules .boder-detail .detail {
  background-color: #fff;
  padding: 80px;
}
#rules .boder-detail .detail .rules-btn {
  border: 1px solid #000000;
  padding: 3px 14px;
  border-radius: 34px;
}
#rules .boder-detail .detail .rules-btn:hover {
  background-color: #9e9e9e;
  color: #fff;
}

.pagination {
  padding-top: 20px;
  border: none !important;
  display: inline-block;
  width: 100%;
  margin: 0 !important;
  text-align: right;
}

.pagination a:hover,
.pagination strong {
  background: #0275d8;
  color: #fff !important;
  border-color: #fff;
}

.pagination strong {
  border: none;
  border-radius: 4px !important;
  padding: 0px;
  border: 1px solid #0275d8;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin: 0 2px;
  font-size: 20px;
  padding: 4px 9px;
}

.pagination li a,
.pagination li span,
.pagination a {
  border: none;
  border-radius: 4px !important;
  padding: 0px;
  background: #fff;
  border: 1px solid #ececec;
  text-align: center;
  line-height: 35px;
  color: #0275d8;
  margin: 0 2px;
  font-size: 20px;
  padding: 4px 9px;
}

#contract {
  background-color: whitesmoke;
  padding: 60px 10px;
}
#contract .contract-h-center {
  display: flex;
  justify-content: left;
  align-items: center;
}
#contract .f-35 {
  font-size: 35px;
}
#contract .f-35 .contract-border {
  border-bottom: 3px solid #d1c392;
}
#contract .f-22 {
  font-size: 22px;
}

.p-20 {
  padding-top: 20px;
}

#complaint .complaint-bg {
  background-color: whitesmoke;
  padding: 50px 0px;
}
#complaint .complaint-bg .complaint-btn {
  color: #fff;
  background-color: #006599;
  border-color: #006599;
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 5px 60px;
  font-size: 24px;
}

#navigator .h-title {
  color: #fff;
  background-color: #006599;
  text-align: center;
  padding: 12px;
  font-size: 45px;
}
#navigator .boder-detail {
  background-color: #65b6d4;
  padding: 80px;
}
#navigator .boder-detail .detail {
  background-color: #fff;
  padding: 80px;
}

.boder-detail {
  background-color: #65b6d4;
  padding: 80px;
}
.boder-detail .detail {
  background-color: #fff;
  padding: 80px;
}

#news .boder-detail {
  background-color: #65b6d4;
  padding: 80px;
}
#news .boder-detail .detail {
  background-color: #fff;
  padding: 80px;
}
#news .new-img {
  opacity: 0.9;
}
#news .new-img:hover {
  opacity: 1;
}

.bg-struc {
  background: url("/public/themes/frontend/assets/images/bg_structure2.jpg") center;
  overflow: hidden;
  background-size: 100%;
  background-size: cover;
}

.doc-view-head {
  padding: 20px;
  background: #006599;
  text-align: center;
  font-size: 43px;
  color: #fff;
}

.doc-boder {
  background: #65b6d4;
  padding: 80px;
  margin: 0px;
}

#sitemap {
  padding: 40px 20px;
}
#sitemap .sitemap-menu {
  background-color: #006699;
  color: #fff;
  text-align: left;
  padding: 7px 15px;
  border-radius: 3px;
}
#sitemap .sitemap-menu span {
  color: #fff;
}
#sitemap .sitemap-menu span:hover {
  color: #cacaca;
}
#sitemap .sitemap-submenu {
  background-color: #65b6d4;
  color: #fff;
  text-align: left;
  padding: 7px 15px;
  border-radius: 3px;
}
#sitemap .list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 7px 15px;
}

.home-service-title {
  font-size: 36px;
  color: #676767;
  font-family: "db_heaventregular";
}

.home-service-title2 {
  font-size: 36px;
  color: #ffffff;
  font-family: "db_heaventregular";
}

.btclick_css {
  color: black;
  font-size: 24px !important;
  text-decoration: none !important;
}

.btclick_css:hover {
  color: #969696;
}

.gallery-tap img {
  width: 100%;
}

.read .link:hover {
  font-size: 20px;
  color: #c3c3c3 !important;
}

.title .link:hover {
  color: #c3c3c3 !important;
}

.circle::before {
  content: "•";
  color: #0095de;
}

.owl-carousel-become .owl-item {
  width: 350px;
  margin-right: 0px;
}
.owl-carousel-become .owl-item img {
  height: 204.24px;
}

#slide-about .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0%;
  font-size: 50px;
}
#slide-about .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0%;
  font-size: 50px;
}
#slide-about .owl-nav .owl-next:hover,
#slide-about .owl-nav .owl-prev:hover {
  background: none;
  color: #000;
  text-decoration: none;
  border: none;
}
#slide-about .owl-nav .owl-next:focus,
#slide-about .owl-nav .owl-prev:focus {
  outline: none !important;
}

.doc-read .doc-more-link:hover {
  font-size: 22px;
  color: #0056b3 !important;
}

.subdoc-head {
  font-size: 26px;
  color: #006aaa;
  font-weight: bold;
}

.sub-select {
  width: 50%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-doc0 {
  background-color: #edf6fb;
  padding: 80px;
}

.bg-doc1 {
  background-color: #d9ebf5;
  padding: 80px;
}

.search-btn {
  background: #069;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 50px;
}

.search-btn:hover {
  background: #00517a;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 9px 50px;
}

#position .bg-position {
  background-color: #65b6d4;
  padding: 40px 30px;
}
#position .bg-position .bg-position-white {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 0px 25px;
}
#position .bg-position .bg-position-white .btclick {
  padding: 0px;
}
#position .bg-position .bg-position-white .position-bth {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 35px 0px;
}
#position .bg-position .bg-position-white .position-bth .position-head {
  text-align: left;
  padding: 0px;
}
#position .bg-position .bg-position-white .position-bth .position-job {
  text-align: center;
  justify-content: right;
  align-items: center;
  display: grid;
}
#position .bg-position .bg-position-white .position-bth .position-job .position-job-bg {
  padding: 3px 40px;
  background-color: #006599;
  border-radius: 50px;
  color: #fff;
  font-size: 26px;
}
#position .bg-position .bg-position-white .position-bth .position-job .position-job-bg:hover {
  padding: 3px 40px;
  background-color: #045179;
  border-radius: 50px;
  color: #fff;
  font-size: 26px;
}
#position .bg-position .bg-position-white .position-bth .position-arrow {
  text-align: right;
  display: grid;
  justify-content: right;
  align-items: center;
}
#position .bg-position .bg-position-white .bg-position-detail {
  overflow: hidden;
  background-size: cover;
  border-radius: 5px;
}
#position .bg-position .bg-position-white .bg-position-detail .position-detail {
  line-height: 1;
  padding-bottom: 35px;
}
#position .bg-position .bg-position-white .bg-position-detail .position-detail .col-md-2,
#position .bg-position .bg-position-white .bg-position-detail .position-detail .col-md-10 {
  padding: 0px;
}
#position .load_more {
  cursor: pointer;
}
#position .load_more .fa-angle-down {
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 20px;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 0px;
}
.custom-control .custom-control-input {
  position: relative;
  z-index: 126;
  opacity: 1;
}

.pagination_new {
  padding: 40px;
}
.pagination_new .pagination {
  text-align: center;
}
.pagination_new .pagination a {
  display: inline-table;
  text-align: center;
  color: #000;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50% !important;
  border: 0;
  padding: 0;
}
.pagination_new .pagination a:hover {
  background-color: #65b6d4;
}
.pagination_new .pagination strong {
  display: inline-table;
  text-align: center;
  color: #fff;
  background-color: #65b6d4;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50% !important;
  border: 0;
  padding: 0;
  font-weight: 400;
}

.owl-carousel-become .owl-item {
  margin-right: 10px;
  width: 350px;
}

.doc-input {
  text-align: right;
  padding: 20px 10px;
}

.doc-button {
  text-align: left;
  padding: 20px 10px;
}

.head-title {
  text-align: left;
}

.activity-btn {
  text-align: center;
  padding: 10px;
}
.activity-btn a {
  padding: 5px 30px;
  background-color: #f7941d;
  border-radius: 30px;
}
.activity-btn a:hover {
  padding: 5px 30px;
  background-color: #c36f09;
  border-radius: 30px;
}
.btn-room{
  border: 1px solid #818182;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}
.btn-room-active{
  background-color: #215d8e;
  color: #fff;
}/*# sourceMappingURL=main.css.map */