﻿* {
  font-family: Arial, sans-serif, "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體,
    細明體_HKSCS !important;
  box-sizing: border-box;

  /* scrollbar-width: auto;*/ /* "auto" or "thin" */
  /* scrollbar-color: #bbbbbb #fff; */ /* scroll thumb and track */
}

 html {

  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  
}

.new {
  color: #353535 !important;
}

@media print {
  body * {
    visibility: hidden;
  }
  .content-banner * {
    visibility: visible;
  }

  .container-body * {
    visibility: visible;
  }

  .slide_group {
    display: block !important;
    visibility: visible;
  }

  .org_group {
    display: block !important;
    visibility: visible;
  }

  footer {
    visibility: hidden;
  }
  /* section.container-body {
    break-inside: avoid;
  } */
}

/* ::-webkit-scrollbar {
  width: auto; 
  height: auto;
}

::-webkit-scrollbar-track {
  background: #fff; 
}

::-webkit-scrollbar-thumb {
  background-color: #bbbbbb; 
  border-radius: 0px; 
  
} */

a {
  color: #212529;
  transition: 0.2s;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #212529;
  transition: 0.2s;
}

p span.underline {
  text-decoration: underline;
}

.left a {
  display: block;
}

.left img {
  width: 100%;
  height: 100%;
}

h1 {
  font-size: 40px;
  color: #1d1d1d;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #303030

  margin: 25px 0;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #292929;
}

h5 {
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}

/* ol {
  padding-left: 20px;
} */

ul li {
  list-style: none;
  position: relative;
}

ul.main_item li {
  font-size: 24px;
}

ul.li_right li {

}

ul li::before {
  content: "";
  display: block;
  background-color: #333333;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: 7px;
}

ul.main_item li::before {
  content: "";
  display: block;
  background-color: #333333;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: 14px;
}

ul.li_right li::before {
  content: "";
  display: block;
  background-color: #333333;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 7px;
}

ul.menu_index li {
  font-size: 25px;
  padding: 10px 0;
}

ul.menu_index li::before {
  content: "";
  display: block;

  width: 40px;
  height: 40px;
  position: absolute;
  left: -45px;
  top: 10px;
}

ul.menu_index li a {
  font-weight: bold;
  text-decoration: none;
}

ul.menu_doc li {
  font-size: 20px;
  padding: 5px 0;
}

ul.menu_doc li a {
  text-decoration: none;
}

ul.menu_doc li::before {
  content: "";
  display: block;
  background: url(../images/content/li_doc.svg);
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0px;
}

ul.menu_air li {
  font-size: 20px;
  padding: 5px 0;
}

ul.menu_air li a {
  text-decoration: none;
}

ul.menu_air li::before {
  content: "";
  display: block;
  background: url(../images/header/menu_icon/18_indoor_air.svg);
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: 0px;
}

ul li a,
ol li a {
  transition: 0.2s;
  text-decoration: underline;
}

ul li a:hover,
ol li a:hover {
  transform: translateY(-10%);
  transition: 0.2s;
}

ol {
  list-style-type: none;
  counter-reset: listNumbering;
}
ol > li {
  counter-increment: listNumbering;
  position: relative;
}
ol > li:before {
  content: counter(listNumbering) ".";
  font-size: 0.8em;
  margin-right: 10px;
}

ol:not(.level-2-wrapper, .level-3-wrapper, .level-4-wrapper) > li:before {
  display: block;
  position: absolute;
  left: -20px;
  top: 3px;
}

ol.ol_style {
  list-style-type: lower-alpha;
}

.ol_style li:before {
  content: none;
}

.ol_style li ul li:before {
  content: counter(listNumbering) ".";
  font-size: 0em;
  margin-right: 10px;
}

.btn.accept {
  background-color: #303030
}

.modal-content {
  border-radius: 2px;
}

.btn {
  border-radius: 2px;
}

.f-r {
  float: right;
}

section a {
  transition: 0.2s;
}

section a:hover {
  transform: translateY(-10%);
  transition: 0.2s;
}

.swiper-slide a:hover {
  transform: translateY(0%);
}

.overflow {
  overflow: hidden;
}

.access {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.header-position {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  top: 0px;
}

@media (max-width: 768px) {
  header .left img {
    width: 100%;
    padding: 10px 0;
  }
}

header .right .right-top {
  background-color: #333333;
  border-radius: 2px;
}

input {
  border: 0px;
}

.nav-search {
  /* border:1px solid #84d5e0; */

  width: 200px;
  height: 40px;

  text-align: center;
}

.nav-search .searchText {
  margin-left: 5px;
  color: #3a3a3a;
  width: 90%;
  height: 70%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3a3a3a;
  opacity: 1; /* Firefox */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3a3a3a;
  font-size: 12px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3a3a3a;
  font-size: 12px;
}

.searchBtn {
  height: 21px;
  width: 21px;
  background: url(../images/header/button/search.svg) no-repeat;
  /* background-color: #3A3A3A; */
  background-size: 17px 17px;
  background-position: center;
  left: 0;
  cursor: pointer;
  padding: 0;
  overflow: visible;
  position: relative;
  top: 1px;
  margin-left: 9px;
  margin-right: 5px;
  transition: 0.1s ease 0s;
}

.searchBtn:hover {
  background-size: 19px 19px;
  transition: 0.1s ease 0s;
}

.searchText {
  overflow: hidden;
  position: relative;
  top: 0px;
  font-size: 14px;
}

.nav-button {
  width: 40px;
  padding: 0;
  position: relative;
}

.nav-space {
  width: 15px;
  padding: 0;
  background-color: white;
}

.nav-button::before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  width: 1%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-button a {
  display: block;
  text-decoration: none;
  color: #000;
}

.nav-button a:hover {
  background-size: 30px auto;
  transition: 0.1s ease 0s;
  font-size: 14px;
}

.link a {
  width: 21px;
  height: 21px;
  background: url(../images/header/button/link.svg) no-repeat;
  background-size: 20px auto;
  background-position: center;
  transition: 0.1s ease 0s;
}

.enquiry a {
  width: 21px;
  height: 21px;
  background: url(../images/header/button/enquiry.svg) no-repeat;
  background-size: 20px auto;
  background-position: center;
  transition: 0.1s ease 0s;
}

.print a {
  width: 21px;
  height: 21px;
  background: url(../images/header/button/print.svg) no-repeat;
  background-size: 25px auto;
  background-position: center;
  transition: 0.1s ease 0s;
}

.share a {
  width: 21px;
  height: 21px;
  background: url(../images/header/button/share.svg) no-repeat;
  background-size: 22px auto;
  background-position: center;
  transition: 0.1s ease 0s;
}

.facebook a {
  width: 24px;
  height: 24px;
  background: url(../images/header/button/Facebook_icon.png) no-repeat;
  background-size: 22px auto;
  background-position: center;
  transition: 0.1s ease 0s;
}

.facebook a:hover {
  background-size: 24px auto;
  transition: 0.1s ease 0s;
}

.share a:hover {
  background-size: 25px auto;
  transition: 0.1s ease 0s;
  font-size: 14px;
}

.share-content {
  display: none;
  position: absolute;
  top: 103%;
  left: 0;
  padding: 8px 15px 12px;
  text-align: left;
  z-index: 5;
  min-width: 290px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
  /* margin-top: -20px; */
  background: #fff;
  box-shadow: 0px 3px 4px rgba(150, 150, 150, 0.2);
}

.share-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  position: absolute;
  background: #333333;
}

.share-content a {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin-top: 5px;
  margin-right: 5px;
  position: relative;
  transition: 0.2s;
}

.share-content img {
  max-width: 34px;
}

.nav-button.textsize {
  width: 70px;
}

.textsize a, .otherlang a {
  color: #fff;
  font-size: 12px;
  transition: 0.2s ease 0s;
}

.otherlang {
  width: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-size: 12px;
  padding: 6px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {font-size: 14px;}

.dropdown:hover .dropdown-content {display: block;}

.lang a {
  color: #fff;
  font-size: 12px;
  transition: 0.2s ease 0s;
}

.nav-search-chemical {
  width: 100%;
  height: 40px;
  position: relative;
  text-align: center;
}

.right-bottom {
  margin-top: 10px;
  border: 1px solid #999;
  border-radius: 2px;
}

#category {
  width: 150px;
  text-align: center;
  font-size: 12px;
  border: 0px;
}

.searchchemicalText {
  overflow: hidden;
  position: relative;
  top: 0px;
  font-size: 12px;
  max-width: 550px;
  height: 100%;
  margin-left: 5px;
  width: 95%;
}

.nav-search-chemical > div {
  position: relative;
  height: 100%;
}

.nav-search-chemical > div:before {
  content: "";
  display: block;
  border-right: 1px solid #999;
  width: 1%;
  height: 100%;
  position: absolute;
  left: -3px;
}

.chemical-searchBtn {
  height: 100%;
  width: 21px;
  background: url(../images/header/button/chemical_search.svg) no-repeat;
  /* background-color: #3A3A3A; */
  background-size: 25px 25px;
  background-position: center;
  left: 0;
  cursor: pointer;
  padding: 0;
  overflow: visible;
  position: relative;
  top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  transition: 0.1s ease 0s;
}

.chemical-searchBtn:hover {
  background-size: 26px 26px;
  transition: 0.1s ease 0s;
}

nav.primary-navigation {
  position: relative;
  margin-top: 20px;
  border: 0px #aaaaaa solid;
  border-radius: 2px;
  padding: 0;

  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

nav.primary-navigation .first-menu.home {
  background: url(../images/header/button/home_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
}

nav.primary-navigation .first-menu.active.home {
  background: url(../images/header/button/home_active_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333333;
}

nav.primary-navigation .first-menu {
  position: relative;
  width: 100%;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  transition: 0.2s ease-in-out;
}

nav.primary-navigation .first-menu.active {
  background-color: #333333;
  transition: 0.2s ease-in-out;
}

nav.primary-navigation .first-menu:before {
  content: "";
  display: block;
  border-right: 2px solid #aaaaaa;
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
}

nav.primary-navigation .first-menu:first-child::before {
  content: "";
  display: none;
}

nav.primary-navigation .first-menu a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  height: 70px;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  text-decoration: none;
}

nav.primary-navigation .first-menu.active a {
  color: #fff;
}

nav.primary-navigation .sub-menu-item {
  display: flex;
  border-top: #b8b8b8 0px solid;
  position: absolute;
  width: 100%;
  min-height: 0px;
  height: 0%;
  background-color: #fff;
  top: 70px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
  z-index: 999;

  transition: 0.1s ease-in-out;
}

nav.primary-navigation .sub-menu-item.active {
  border-top: #262626 3px solid;
  min-height: 150px;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  transition-delay: 0.5s;
}

nav.primary-navigation .sub-menu-item.contact-us.active {
  height: auto;
  padding: 10px 0;
}

nav.primary-navigation .sub-menu-item a {
  width: 25%;
  min-height: 50px;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  color: #3a3a3a;
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
  position: relative;
}

nav.primary-navigation .sub-menu-item a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: -5px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

nav.primary-navigation .sub-menu-item.contact-us.active a {
  display: initial;
}

nav.primary-navigation .sub-menu-item.contact-us.active a::before {
  display: none;
}

nav.primary-navigation .sub-menu-item.contact-us > div {
  margin: 10px 30px;
}

.sub-about_us::before {
  background: url("../images/header/menu_icon/01_about_glab.svg");
  background-size: 100%;
}

.sub-vision::before {
  background: url("../images/header/menu_icon/02_vision.svg");
  background-size: 100%;
}

.sub-staff::before {
  background: url("../images/header/menu_icon/03_staff.svg");
  background-size: 100%;
}

.sub-org::before {
  background: url("../images/header/menu_icon/04_org.svg");
  background-size: 100%;
}

.sub-gallery::before {
  background: url("../images/header/menu_icon/05_gallery.svg");
  background-size: 100%;
}

.sub-open_data::before {
  background: url("../images/header/menu_icon/06_annual_open_data.svg");
  background-size: 100%;
}

.sub-links::before {
  background: url("../images/header/menu_icon/07_links.svg");
  background-size: 100%;
}

.sub-publications::before {
  background: url("../images/header/menu_icon/08_publicaion.svg");
  background-size: 100%;
}

.sub-aasd::before {
  background: url("../images/header/menu_icon/21_aasd.svg");
  background-size: 100%;
}

.sub-fsd::before {
  background: url("../images/header/menu_icon/22_fsd.svg");
  background-size: 100%;
}

.sub-metrology::before {
  background: url("../images/header/menu_icon/09_Chemistry.svg");
  background-size: 100%;
}

.sub-proficiency_testing::before {
  background: url("../images/header/menu_icon/10_Proficiency_Testing_Programmes.svg");
  background-size: 100%;
}

.sub-development::before {
  background: url("../images/header/menu_icon/11_training.svg");
  background-size: 100%;
}

.sub-outsource::before {
  background: url("../images/header/menu_icon/12_outsourcing.svg");
  background-size: 100%;
}

.sub-access::before {
  background: url("../images/header/menu_icon/13_access_to_information.svg");
  background-size: 100%;
}

.sub-racial_equality::before {
  background: url("../images/header/menu_icon/14_promotion_of_racial.svg");
  background-size: 100%;
}

.sub-accessibility::before {
  background: url("../images/header/menu_icon/15_accessibility.svg");
  background-size: 100%;
}

.sub-career::before {
  background: url("../images/header/menu_icon/16_career.svg");
  background-size: 100%;
}

.sub-job::before {
  background: url("../images/header/menu_icon/16a_job.svg");
  background-size: 100%;
}

.sub-tender::before {
  background: url("../images/header/menu_icon/17_tender.svg");
  background-size: 100%;
}

.sub-glossary::before {
  background: url("../images/header/menu_icon/23_glossary.svg");
  background-size: 100%;
}

.sub-indoor_air_quality::before {
  background: url("../images/header/menu_icon/18_indoor_air.svg");
  background-size: 100%;
}

.sub-enquiry::before {
  background: url("../images/header/menu_icon/19_online_enquiry.svg");
  background-size: 100%;
}

.sub-forms::before {
  background: url("../images/header/menu_icon/20_public_form.svg");
  background-size: 100%;
}

nav.primary-navigation .sub-menu-item a:hover {
  transform: translateY(-5px);
  transition: transform 0.2s ease-in-out;
}

/*mobile menu*/

.m_right {
  display: none;
}

.facebook-open,
.m-menu-open,
.search-open,
.lang-open,
.share-open {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 51;
  text-indent: -9999px;
  margin: 0px 0px 0 0;
  transition: margin 0.3s ease 0s;
  -webkit-transition: margin 0.3s ease 0s;

  margin-left: 5px;
}

.search-open {
  background: url(../images/header/button/mobile_search.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.search-open.active {
  background: none;
}

.search-open:before,
.search-open:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #000000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.1s;
}

.search-open.active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s;
}

.search-open.active:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

.lang-open {
  background: url(../images/header/button/mobile_lang.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.lang-open.active {
  background: none;
}

.lang-open:before,
.lang-open:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #000000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.1s;
}

.lang-open.active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s;
}

.lang-open.active:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

.share-open {
  background: url(../images/header/button/mobile_share.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook-open {
  background: url(../images/header/button/mobile_facebook.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.share-open.active {
  background: none;
}

.share-open:before,
.share-open:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: #000000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.1s;
}

.share-open.active:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s;
}

.share-open.active:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

.m-search-content,
.m-search-chemical,
.m-search-chemical-input {
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.m-search-chemical {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  flex-wrap: wrap;
}

.m-search-chemical #Category {
  width: 100%;
  text-align: center;
  font-size: 20px;
  border: 0px;
  background: transparent;
  color: #fff;
}

.m-search-chemical .searchchemicalText {
  width: calc(100% - 60px);
  color: #fff;
  border-bottom: 1px solid #DADADA;
  background: transparent;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  font-size: 20px;
  max-width: 100%;
}

.m-search-content .searchText {
  width: calc(100% - 60px);
  color: #fff;
  border-bottom: 1px solid #DADADA;
  background: transparent;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  font-size: 20px;
}

.m-search-content .searchBtn {
  height: 40px;
  width: 40px;
  top: 0;
  background-size: 30px 30px;
}

.m-search-chemical .chemical-searchBtn {
  height: 40px;
  width: 40px;
  top: 0;
  background-size: 30px 30px;
  margin: 0;
}

.mobile-search-navigation .searchText::placeholder,
.mobile-search-navigation .searchchemicalText::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-size: 20px;
}

.mobile-search-navigation .searchText:-ms-input-placeholder,
.mobile-search-navigation .searchchemicalText::placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 20px;
}

.mobile-search-navigation .searchText::-ms-input-placeholder,
.mobile-search-navigation .searchchemicalText::placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-size: 20px;
}

.m-menu-open:before {
  margin-top: -9px;
}

.m-menu-open:after {
  margin-top: 9px;
}

.m-menu-open:before,
.m-menu-open:after,
.m-menu-open span {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.2s;
}

.m-menu-open.active span {
  width: 0;
  height: 0;
}

.m-menu-open.active:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s;
}

.m-menu-open.active:after {
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

.m-menu-open.active:before,
.m-menu-open.active:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: 0;
}

.facebook-open span,
.search-open span,
.lang-open span,
.share-open span {
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 2px;
  background-color: #000000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: 0.2s;
}

.mobile-primary-navigation,
.mobile-search-navigation,
.mobile-lang-navigation,
.mobile-share-navigation {
  display: none;
  position: absolute;
  width: 0%;
  height: 0;
  right: 0;
  background-image: linear-gradient(
    to right bottom,
    #262626,
    #3A3A3A,
    #4E4E4E,
    #636363,
    #797979
  );
  transition: width 0.2s ease-in-out, height 0s ease-in-out 0.2s;
  z-index: 999;
}

.mobile-primary-navigation.active,
.mobile-search-navigation.active,
.mobile-lang-navigation.active,
.mobile-share-navigation.active {
  padding: 50px 40px 100px;
  width: 100%;
  /* height:100vh; */
  height: calc(100vh - 60px);
  /* min-height: 500px; */
  transition: width 0.2s ease-in-out, height 0s ease-in-out 0s;
  overflow-y: auto;
}

.m-menu-items,
.m-menu-search {
  display: none;
}

.m-menu-items.active,
.m-menu-search.active {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.m-menu-items.m-menu-tools {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-menu-items.m-menu-tools div {
  margin-left: 10px;
}

.m-menu-items.m-menu-tools a {
  font-size: 25px;
}

.m-menu-items.m-menu-tools .nav-button {
  width: 40px;
  padding: 0;
  position: relative;
}

.m-menu-items.m-menu-tools.m-menu-lang .nav-button,
.m-menu-items.m-menu-tools.m-menu-share .nav-button {
  width: 100%;
  padding: 20px 0;
  position: relative;
  margin-left: 0;
}

.m-menu-share img {
  width: 40px;
  vertical-align: bottom;
}

.m-menu-items.m-menu-tools .nav-button:before {
  display: none;
}

.m-menu-items.m-menu-tools .enquiry a,
.m-menu-items.m-menu-tools .link a {
  width: 25px;
  height: 28px;
  background-size: 25px auto;
}

.m-menu-title {
  font-size: 30px;
  color: #DADADA;
  /* color:#00a2e4; */
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

.m-menu-title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
}

.m-menu-items .first-menu {
  width: 100%;
  position: relative;
}

.m-menu-items .first-menu.with-sub a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  top: 45%;
  right: 0;
  transition: 0.2s;
}

.m-menu-items .first-menu a {
  display: flex;
  width: 100%;
  justify-content: left;
  font-size: 28px;
  font-weight: bold;
  color: #fff;

  text-decoration: none;
  margin: 10px 0;
}

.m-menu-items .first-menu.with-sub.active a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: 45%;
  right: 0;
  transition: 0.2s;
}

.m-menu-items .sub-menu-item {
  flex-wrap: wrap;
  margin-left: 20px;
  width: 100%;

  display: none;
}

.m-menu-items .sub-menu-item a {
  display: flex;
  width: 100%;
  justify-content: left;
  font-size: 20px;

  color: #fff;

  text-decoration: none;
  margin: 5px 0;
}

@media (max-width: 880px) {
  .top {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .mobile-primary-navigation,
  .mobile-search-navigation,
  .mobile-lang-navigation,
  .mobile-share-navigation {
    display: block;
  }
  .m_right {
    display: flex;
  }

  .right {
    display: none;
  }

  nav.primary-navigation {
    display: none !important;
  }
}

/*mobile menu end*/

/*slider*/

.goto_section {
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 999;
}

section.main-slider .swiper-container {
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 600px;
  /* margin-left: auto;
        margin-right: auto; */
}

section.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.main-slider .swiper-slide.swiper-slide-active .swiper-text-box {
  top: 5%;
  transition: 1s;
}

section.main-slider .swiper-text-box {
  width: 450px;
  height: 450px;
  padding: 30px 40px;
  position: absolute;
  top: 8%;
  left: 10%;
  background-color: rgb(255, 255, 255, 0.9);
  font-size: 18px;

  display: flex;
  flex-wrap: wrap;
  transition: 1s;

  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

section.main-slider .swiper-text-box .swiper-text-box-link {
  width: 100%;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
  display: flex;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

section.main-slider .swiper-text-box .swiper-text-box-link a {
  color: #333333;
}

section.main-slider .swiper-read-more {
  width: 155px;
  height: 45px;
  padding: 10px 30px;
  position: absolute;
  bottom: 20%;
  right: 5%;
  background-color: #333333;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;

  text-decoration: none;
  /* font-weight: bold; */
  color: #fff;

  /* display: flex;
        flex-wrap: wrap;
        transition: 1s; */
}

section.main-slider .swiper-slide {
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.main-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
}

section.main-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #333333;
  border: #fff 1px solid;
  opacity: 1;
}
section.main-slider .swiper-pagination-bullet-active {
  background-color: #fff;
  border: #262626 1px solid;
}

section.main-slider .swiper-bulletbutton {
  position: absolute;
  /* top: 500px; */
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 22;
  width: 100%;
  /* top: -5%; */
  bottom: 18px;
}

section.main-slider .slider .swiper-pagination {
  position: relative;
  display: inline;
}

section.main-slider .slider .swiper-pagination-bullet {
  margin: 0 8px;
}

section.main-slider .swiper-play-pause {
  /* position: absolute; */
  position: relative;
  text-align: center;
  /* bottom: 40px; */
  bottom: -5px;
  left: -5px;
  width: 100%;
  /* height: 0px; */
  z-index: 11;
  display: inline;
}
section.main-slider .swiper-play {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/slider/button/play.svg");
  background-size: 100%;
  display: none;
  /* margin-right: 250px; */
}
section.main-slider .swiper-pause {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/slider/button/pause.svg");
  background-size: 100%;
  display: inline-block;
  /* margin-right: 250px; */
}

@media (max-width: 768px) {
  section.main-slider .swiper-text-box {
    left: auto;
    width: 90%;
    max-height: 450px;
    top: auto !important;
  }
}

/*slider end*/

/*home page section layout*/

section.home-short-cut {
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-around;

  padding: 50px 50px;

  background: url("../images/glab_logo.png");
  background-repeat: no-repeat;
  background-position: -50% 50%;
  background-size: 45%;
}

section#slide05.home-short-cut {
  -ms-flex-pack: center !important;
  justify-content: space-around;
}

section.home-short-cut > div {
  margin: 10px;
  transform: translateY(20%);
  transition: transform 0.5s ease-in-out;
}

section.home-short-cut.active > div {
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

.home-short-cut-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  position: relative;
  /* max-width: 490px; */
}

.home-short-cut-title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #aaaaaa;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.home-short-cut-link {
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-short-cut-link a {
  color: #333333;
}

section.home-short-cut-withbg {
  background: url("../images/home/shortcut_bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* min-height:500px; */
  min-height: 100vh;
  padding: 50px 50px;
}

section#slide02.home-short-cut-withbg {
  background-image: url("../images/home/shortcut_bg1_2.jpg");
}

section.home-short-cut-withbg .home-short-cut-header {
  transform: translateY(60%);
  transition: transform 0.5s ease-in-out;
}

section.home-short-cut-withbg.active .home-short-cut-header {
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

section.home-short-cut-withbg .home-short-cut-header div {
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 200px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 30px;

  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

section.home-short-cut-withbg .home-short-cut-box {
  transform: translateY(50%);
  transition: transform 0.5s ease-in-out;
}

section.home-short-cut-withbg.active .home-short-cut-box {
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

section.home-short-cut-withbg .home-short-cut-box {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

/* #slide01.home-short-cut-withbg .home-short-cut-box {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-around;
} */

section.home-short-cut-withbg .home-short-cut-box > div {
  min-width: 490px;
  max-width: 490px;
  margin: 10px 0;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

#slide01.home-short-cut-withbg .home-short-cut-box > div {
  min-width: 690px;
  max-width: 690px;
  margin: 10px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

section.home-short-cut-withbg .home-short-cut-box .home-short-cut-title {
  background-color: rgb(50, 50, 50, 1);
  padding: 10px 20px;
  color: #fff;
}

section.home-short-cut-withbg .home-short-cut-box .home-short-cut-title:after {
  display: none;
}

section.home-short-cut-withbg .home-short-cut-box .home-short-cut-content {
  background-color: rgb(255, 255, 255, 1);
  padding: 10px 20px;
  /* min-height: 300px; */
  min-height: 50px;
  position: relative;
}

section.home-short-cut-withbg
  .home-short-cut-box
  .home-short-cut-content.our_work {
  min-height: 300px;
}

section.home-short-cut-withbg
  .home-short-cut-box
  .home-short-cut-content.whats_new {
  min-height: 130px;
}

section.home-short-cut-withbg .home-short-cut-box .home-short-cut-link {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

section.home-text {
  background: url("../images/home/shortcut_bg3.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  /* min-height:400px; */
  min-height: 100vh;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

section.home-text .home-short-cut-box {
  max-width: 850px;
}

section.home-text .home-short-cut-box > div.title {
  background-color: rgba(0, 0, 0, 1);
  padding: 0 10px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 5px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

section.home-text .home-short-cut-box > div.content {
  background-color: rgba(255, 255, 255, 1);

  text-align: left;

  border-radius: 2px;
  padding: 30px;
  margin-bottom: 30px;

  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

section.home-text .home-short-cut-box div.home-short-cut-link {
  margin-top: 15px;
}

section.home-text .home-short-cut-box {
  transform: translateY(30%);
  transition: transform 0.5s ease-in-out;
}

section.home-text.active .home-short-cut-box {
  transform: translateY(0%);
  transition: transform 0.5s ease-in-out;
}

@media (max-width: 1600px) {
  section.home-short-cut {
    -ms-flex-pack: center;
    justify-content: center;

    flex-wrap: wrap;
  }

  section.home-short-cut-withbg .home-short-cut-box {
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.home-short-cut-withbg .home-short-cut-box > div {
    max-width: 490px;
    margin: 10px;
  }
}

@media (max-width: 1200px) {
  .images-box.padding-left-box {
	padding-left: 150px !important;
  }
  .images-box.padding-right-box {
	padding-right: 150px !important;
  }
}

@media (max-width: 1110px) {
  section.home-short-cut {
    background-position: 600% 50%;
    background-size: 110%;
  }
}

@media (max-width: 768px) {
  .home-short-cut-title {
    /* max-width: 350px; */
  }

  section.home-short-cut-withbg {
    background-attachment: scroll;
  }

  section.home-short-cut-withbg .home-short-cut-box {
    transform: translateY(15%);
    transition: transform 0.5s ease-in-out;
  }

  section.home-text .home-short-cut-box {
    transform: translateY(10%);
    transition: transform 0.5s ease-in-out;
  }

  section.home-short-cut > div {
    max-width: 350px;
    min-width: 170px;
  }

  section.home-short-cut > div > div img {
    /* width: 350px; */
    width: 100%;
    max-width: 350px;
  }

  section.home-short-cut-withbg .home-short-cut-box .home-short-cut-title {
    width: 100%;
    max-width: none;
  }

  section.home-short-cut-withbg .home-short-cut-box > div {
    max-width: 350px;
    min-width: 100%;
  }

  #slide01.home-short-cut-withbg .home-short-cut-box > div {
    max-width: 350px;
    min-width: 100%;
  }

  section.home-short-cut-withbg
    .home-short-cut-box
    .home-short-cut-content.our_work {
    min-height: 0;
  }

  section.home-short-cut-withbg
    .home-short-cut-box
    .home-short-cut-content.whats_new {
    min-height: 0;
  }

  section.home-short-cut-withbg .home-short-cut-box .home-short-cut-link {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
  }
}

/*home page section layout end*/

/*promo icon*/
section.promo a {
  transform: translateY(0%);
}

section.promo {
  background: #fcfcfc;
}

section.promo .promo_icon {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding-top: 20px;
}

.promo_icon {
  position: relative;
}

.promo_icon .slider {
  margin-top: 112px;
}

.promo_icon .swiper-container2 {
  width: 80%;
  /* max-width: 900px; */
  display: inline-block;
  vertical-align: middle;
  /* margin-left: auto;
        margin-right: auto; */
  margin-top: 0;
  border-bottom: 0;
}
.promo_icon .swiper-slide {
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.promo
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 15px;
}
/* .swiper-container2 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #484846;
        border: #484846 2px solid;
        opacity: 1;
    } */
.promo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #232323;
  border: #232323 1px solid;
  opacity: 1;
}
.promo .swiper-pagination-bullet-active {
  background-color: #fff;
  border: #232323 1px solid;
}
/* .swiper-container2 .swiper-pagination-bullet-active {
        background-color: #fff;
        border: #484846 2px solid;
    } */
/* .swiper-container:not(.swiper-container2) .swiper-button-prev:before {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 35px 30px 0;
        border-color: transparent #84d5e0 transparent transparent;
    }
    .swiper-button-prev:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 25px 20px 0;
        border-color: transparent #fff transparent transparent;
        left: 2px;
    }
    .swiper-container:not(.swiper-container2) .swiper-button-next:before {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 30px 35px;
        border-color: transparent transparent transparent #84d5e0;
    }
    .swiper-container .swiper-button-next:after {
        display: block;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 25px;
        border-color: transparent transparent transparent #fff;
        right: 2px;
    } */

.promo .swiper-bulletbutton {
  /* position: absolute;  */
  /* top: 500px; */
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 22;
  /* width: 100%; */
  /* top: -5%; */
  /* bottom: 18px; */
  display: inline-block;
}

.promo .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.promo .swiper-pagination-bullet {
  margin: 0 8px;
}

.promo_icon .swiper-play-pause {
  /* position: absolute; */
  position: relative;
  text-align: center;
  /* bottom: 40px; */
  bottom: -5px;
  left: -5px;
  width: 100%;
  /* height: 0px; */
  z-index: 11;
  display: inline;
}
.promo_icon .swiper-play {
  cursor: pointer;
  width: 25px;
  height: 28px;
  background: url("../images/slider/button/promo_play.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: none;
  /* margin-right: 250px; */
}
.promo_icon .swiper-pause {
  cursor: pointer;
  width: 25px;
  height: 28px;
  background: url("../images/slider/button/promo_pause.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: inline-block;
  /* margin-right: 250px; */
}
.promo_icon .swiper-button-next-icon {
  margin: auto 0;
  display: inline-block;
  content: "";
  width: 16px;
  height: 28px;
  background: url("../images/slider/button/next.svg");

  cursor: pointer;
  vertical-align: middle;
}
.promo_icon .swiper-button-prev-icon {
  margin: auto 0;
  display: inline-block;
  content: "";
  width: 16px;
  height: 28px;
  background: url("../images/slider/button/previous.svg");
  cursor: pointer;
  vertical-align: middle;
}

.promo_icon .swiper-slide img {
  max-width: 120px;
  width: 84px;
  max-height: 50px;
}

.promo_icon .swiper-wrapper {
  align-items: center;
}
/*promo icon end*/

/*footer*/

footer {
  background: #f6f6f6;
}

/*sitemap*/

.sitemap-button a {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  position: relative;
}

.sitemap-button {
  width: 195px;
  height: 40px;
  background: #aaaaaa;
  border-radius: 0px 0px 2px 2px;
  position: relative;
  bottom: 0px;
}

.button-arrow {
  margin-left: 10px;
}

.button-arrow.active {
  transform: rotate(180deg);
}

section.sitemap {
  background: #eee;
  padding: 0px 10px;
  position: relative;
  display: none;

  -webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.sitemap-info {
  padding: 20px 0px;
}

.sitemap a.header {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333333;
}

.sitemap a {
  display: block;
  color: #000;
}

.sitemap .menu-section {
  margin-bottom: 10px;
}

/*sitemap*/

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }

  .sitemap-button {
    display: none !important;
  }

  section.sitemap {
    display: none;
  }
}

.footer-text {
  padding: 20px;

  font-size: 14px;
}

.footer-text div {
  width: 100%;
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
}

.footer-text div a {
  color: #000;
  margin: 0 2px;
}

.top_button {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 900;
  transition: 0.1s;
  -webkit-transform: translateX(170%);
  transform: translateX(170%);
  -ms-transform-: translateX(170%);
}

.top_button.active {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -ms-transform-: translateX(-30%);
}

/*footer end*/

/* content page */
section.main-slider,
section.content-banner {
  /* margin-top: 182px; */

  margin-top: 163px;
}

section.content-banner > div {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  /* min-height: 288px; */
  /* min-height: 215px; */
  /* min-height: 180px; */
  min-height: 130px;
  background: url(../images/header/banner_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

section.content-banner > div:before {
  content: "";
  display: block;
  background-color: #333333;
  width: 50px;
  height: 100%;
  /* min-height: 288px; */
  /* min-height: 215px; */
  /* min-height: 180px; */
  min-height: 130px;
  position: relative;
  left: 0px;
  top: 0;
  z-index: 2;
}

section.content-banner > div h1 {
  margin-left: 50px;
}

section.container-body {
  width: 100%;
  max-width: 100%;
}

section.container-body {
  margin: 0px 0 15px 0;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

section.container .nav-path img {
  vertical-align: text-bottom;
}

section.container .nav-path {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  font-size: 140%;
}

section.container .nav-path > span {
  position: relative;
  margin: 5px 0 5px 25px;
}

section.container .nav-path > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #333333;
  top: 13px;
  left: -15px;
}

section.container .nav-path > span {
  color: #272727;
}

section.container .nav-path > span a {
  color: #272727;
}

section.container .nav-path > span:last-child {
  font-weight: bold;
}

section.container .main-container {
  margin: 10px 0;
}

.main-container {
  text-align: justify;
}

.contact-us-content > div {
   margin: 5px 15px 1em 15px;
}

.contact-us-content iframe {
  width: 100vw;
  height: 100vh;
  max-width: 600px;
  max-height: 450px;
  border: 0;
}

.back_btn {
  text-decoration: none;
  font-weight: bold;
}

.whats-new.new::before {
  content: "New";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120%;
  font-weight: bold;
  width: 100%;
  height: 40px;
  background: url(../images/content/new.svg) 40% 50% no-repeat;
  background-size: 8%;
  background-color: #F8F8F8;
}

.whats-new {
  max-width: 45%;
  margin: 5px;
  position: relative;
}

.whats-new img {
  width: 100%;
  max-width: 550px;
}

.whats-new a {
  width: 100%;
  padding: 5px;
  background-color: #303030
  color: #fff;
  font-weight: bold;
  min-height: 70px;
  text-align: center;
  text-decoration: none;
}

.whats-new a:hover {
  text-decoration: none;

  transition: 0.2s;
}

.two-box {
  margin-bottom: 10px;
}

.quality-box {
  border-radius: 2px;
  margin: 5px 0;
}

.quality-box .quality-box-header,
.table-box .table-box-header {
  padding: 20px;
  background-color: #333333;
  color: #fff;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 3px #e7e7e7 solid;
}

.quality-box .quality-box-header {
  min-height: 145px;
}

.quality-box .quality-box-header > span {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
}

.quality-box-header {
  margin: 25px 0;
}

.quality-box-header .gov-office {
  font-weight: bold;
  width: 85%;
  padding-right: 15px;
}

.table-box .table-box-header > span {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
}

.quality-box .quality-box-body {
  padding: 20px;
  border-radius: 0 0 2px 2px;

  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.quality-box .quality-box-body img {
  width: 100%;

  margin: 0 auto;
  height: auto;
}

.table-box-normal .table-box-body {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.table-box-normal table {
  width: 100%;
}

.table-box-normal .table-box-body th:not(:last-child),
.table-box-normal .table-box-body td:not(:last-child) {
  border-right: solid 3px #e7e7e7;
}

.table-box-normal .table-box-body thead th {
  background-color: #f7f7f7;
  border-bottom: solid 3px #e7e7e7;
  padding: 20px;
  text-align: center;
}

.table-box-normal .table-box-body tbody td {
  /* border-bottom: solid 1px #DDEFEF; */
  color: #333;
  padding: 10px;
  /* white-space: nowrap; */
  text-align: center;
  /*font-weight: bold;*/
}

.table-box-normal .table-box-body tbody tr:not(:last-child) {
  border-bottom: solid 3px #e7e7e7;
}

.table-box .table-box-body {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.table-box-normal .table-box-body .td-left tbody tr td:first-child {
  text-align: left;
}

.table-box-normal .table-box-body .td-left2 tbody tr td:nth-child(2) {
  text-align: left;
}

.table-box .table-box-scroller {
  margin-left: 150px;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
  /* width: 300px; */
}

.table-box .table-box-noscroller {
  margin-left: 0px;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
  /* width: 300px; */
}

.table-box .table-box-body table {
  border: none;
  /* border-right: solid 3px #E7E7E7; */
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table-box .table-box-body thead th {
  background-color: #f7f7f7;
  border-bottom: solid 3px #e7e7e7;

  padding: 20px;
  text-align: center;

  white-space: nowrap;
  /* min-width:260px; */
  min-width: 185px;
}

.table-box .table-box-body .longtitle_aasd thead th {
  /* min-width:260px; */
  min-width: 165px;
}

.table-box .table-box-body thead th:first-child {
  background-color: #484848;
  color: #fff;
}

.table-box .table-box-body tbody td {
  /* border-bottom: solid 1px #DDEFEF; */
  color: #333;
  padding: 10px;

  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

.table-box .table-box-body .scroller-col {
  /* border-left: solid 3px #E7E7E7; */
  border-right: solid 3px #e7e7e7;
  left: 0;
  position: absolute;
  top: auto;
  min-width: 150px;
  /* max-width:300px; */
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.table-box .table-box-body th:not(:last-child),
.table-box .table-box-body td:not(:last-child) {
  border-right: solid 3px #e7e7e7;
}

.table-box .table-box-body .scroller-table-highlight {
  background-color: #eaeaea;
}

.table-box .table-box-body .row {
  margin: 0;
}

.table-box .table-box-body .row:not(:last-child) {
  border-bottom: 3px #e7e7e7 solid;
}

.table-box .table-box-body .row div {
  padding: 20px;
  text-align: center;
}

.table-box .table-box-body .row div:nth-child(2) {
  border-left: 3px #e7e7e7 solid;
  border-right: 3px #e7e7e7 solid;
}

.table-box .table-box-scroller-data {
  margin-left: 275px;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
}

.table-box .table-box-scroller-data.longtitle_aasd {
  margin-left: 420px;
}

.table-box .table-box-scroller-data.longtitle {
  margin-left: 360px;
}

.table-box-body .table-box-scroller-data .scroller-col.longtitle_th {
  padding: 8px 0px;
  height: 67px;
}

.table-box-body .table-box-scroller-data .scroller-col.longtitle_td {
  padding: 0px 10px;
  height: 47px;
  font-size: 14px;
}

.table-box .table-box-body .table-box-scroller-data .scroller-col {
  min-width: 275px;
}

.table-box .table-box-body .table-box-scroller-data tbody tr:last-child td {
  border-bottom: 0;
}

.table-box .table-box-body .table-box-scroller-data tbody td {
  border-bottom: solid 3px #e7e7e7;
  background-color: #fff;
}

.date_table tbody tr:nth-child(even) {
  background-color: #fcfcfc;
}

.slide-box {
  margin-bottom: 15px;
}

.slide-box a:hover {
  transform: translateY(0%);
  transition: 0.2s;
}

.slide-box .slide-box-header {
  padding: 20px;
  background-color: #333333;
  color: #fff;
  border-radius: 2px;

  border-bottom: 0px #e7e7e7 solid;
}

.slide-box .slide-box-header > a > span {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  display: block;
  color: #fff;
}

.slide-box .slide-box-header > a {
  position: relative;
  display: block;
  text-decoration: none;
}

.slide-box .slide-box-header > a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  top: 25%;
  right: 0;
  transition: 0.2s;
}

.slide-box .slide-box-header.active > a:after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.slide-box .slide_group {
  display: none;
  margin-top: 15px;
  /* margin-left:15px; */
}

.org_header {
  padding: 20px;
  background-color: #333333;
  display: none;
}

.org_header > a {
  position: relative;
  display: block;
  text-decoration: none;
}

.org_header > a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  top: 25%;
  left: 47%;
  transition: 0.2s;
}

.org_header.active > a:after {
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.org_group {
  display: block;
}

.images-box p {
  text-align: center !important;
}

.images-box {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.images-box.f-r {
  width: auto;
  margin-left: 5px;
}

.images-box.images-box2 {
  width: 49%;
  display: inline-block;
}

.images-box.helf-width {
  width: 50%;
}

.images-box.third-width {
  width: 33%;
}

.images-box.padding-left-box {
	padding-left: 250px;
}
.images-box.padding-right-box {
	padding-right: 250px;
}

.images-box img {
  width: 100%;
  max-width: 500px;
}

.images-box2 img {
  width: 90%;
  max-width: 400px;
}

.images-box3 img {
  height: 250px;
  padding: 10px;
}

.images-box3 p {
  max-width: 300px;
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}

@media (max-width: 880px) {
  .contact-us-content iframe {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 450px;
    border: 0;
  }

  .whats-new {
    max-width: 100%;
    margin: 5px;
  }

  section.content-banner > div {
    min-height: 200px;
  }

  section.content-banner > div:before {
    width: 20px;

    min-height: 200px;
  }

  .slide-box .slide-box-header > a > span {
    padding-right: 25px;
  }

  .table-box-scroller-data,
  .table-box-scroller {
    overflow-x: scroll !important;
  }

  .table-box .table-box-scroller-data,
  .table-box .table-box-scroller {
    margin-left: 0;
    padding-bottom: 0px;
  }

  .table-box .table-box-scroller-data.longtitle_aasd,
  .table-box .table-box-scroller-data.longtitle,
  .table-box .table-box-scroller {
    margin-left: 0;
    padding-bottom: 0px;
  }

  .table-box-body .table-box-scroller-data .scroller-col.longtitle_th {
    padding: 20px;
    height: auto;
  }

  .table-box-body .table-box-scroller-data .scroller-col.longtitle_td {
    padding: 10px;
    height: auto;
    font-size: 16px;
  }

  .table-box-body .scroller-col,
  .table-box-body .table-box-scroller-data .scroller-col {
    position: sticky !important;
    min-width: auto !important;
  }

  .table-box-body thead th {
    white-space: initial !important;
    min-width: auto !important;
  }

  .table-box-normal .table-box-body thead th {
    padding: 5px !important;
  }

  .table-box-normal .table-box-body tbody td {
    padding: 5px;
    min-width: 100px;
  }

  section.main-slider,
  section.content-banner {
    margin-top: 70px;
  }

  section.container .nav-path {
    flex-wrap: wrap;
  }

  .images-box.helf-width,
  .images-box.third-width {
    width: 100%;
  }
  
  .images-box.padding-left-box {
	padding-left: 0 !important;
  }
  .images-box.padding-right-box {
	padding-right: 0 !important;
  }

  .table-box .table-box-body tbody td {
    white-space: initial;
  }
}

@media (max-width: 768px) {
  .main-container {
    text-align: left;
  }

  .main-container p {
    text-align: justify;
  }

  .table-box-body .row {
    margin: 0;
    border-bottom: 0px #e7e7e7 solid !important;
  }

  .table-box-body .row div {
    border-bottom: 3px #e7e7e7 solid;
    border-right: 3px #e7e7e7 solid;
    border-left: 3px #e7e7e7 solid;
    border-right: 3px #e7e7e7 solid;
  }

  .images-box3 img {
    width: 100%;
    /* max-width: 400px; */
    height: auto;
  }

  .quality-box-header .gov-office {
    width: 75%;
  }
}

/* sitemap start */

:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
  --white: #fff;
}

.org {
  max-width: 100vw;
  padding: 0 10px;
  margin: 0 auto;
}

.org a {
  text-decoration: none;
}

.org ol {
  list-style: none;
  padding-left: 0px;
}

.org li:before {
  content: "";
}

.rectangle {
  position: relative;
  padding: 15px 13px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.org-tel {
  position: relative;
  margin-left: 20px;
}

.org-tel:before {
  content: "";
  position: absolute;
  top: 3px;

  left: -10px;
  width: 2px;
  height: 70%;

  background-color: var(--black);
}

/* LEVEL-1 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 35px;
  background: var(--white);
  border: 2px solid #333333;

  text-align: center;
  font-size: 20px;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-1::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-color: #F0F0F0;
}

/* LEVEL-2 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  text-align: center;
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  /* left: 25%;
        width: 50%; */
  left: 16.6%;
  width: calc(67% - 5px);
  /* max-width:1220px; */
  height: 2px;
  background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 90%;
  margin: 0 auto 40px;
  background: var(--white);
  border: 2px solid #333333;
  min-height: 130px;
  /* display: flex;
        flex-wrap: wrap;
        */
}

.level-2.org-center::before {
  display: none;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 22px;
  background: var(--black);
  display: block;
}

/* .level-2::after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(-100%, -50%);
        width: 20px;
        height: 2px;
        background: var(--black);
      } */

.level-2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-color: #EDEDED;
}

/* LEVEL-3 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 2px);
  width: calc(50% + 4px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--white);
  border: 2px solid #575757;
  /* min-height: 240px; */

  font-size: 14px;
}

.level-3 .org-tel {
  margin-left: 0px;
}

.level-3 .org-tel:before {
  content: "";
  display: none;
}

.level-3::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-color: #F6F6F6;
}

.level-3 .org-tel,
.level-3 .org-name {
  width: 100%;
}

/* LEVEL-4 STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% - 54px);
  background: var(--black);
}

.level-4-wrapper.with-blue::before {
  content: "";
  position: absolute;
  height: calc(100% - 248px);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--white);
  border: 2px solid #CFCFCF;
  font-size: 80%;
  min-height: 150px;
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

.level-4 .org-tel,
.level-4 .org-name {
  width: 100%;
}

.level-4 .org-name {
  font-style: italic;
}

.level-4 .org-tel {
  margin-left: 0px;
}

.level-4 .org-tel:before {
  content: "";
  display: none;
}

.level-4.org-blue {
  border: 2px solid #C9C9C9;
}

.level-4.rectangle.org-blue::before {
  top: -45px;
  left: 45%;
  width: 0px;
  height: 45px;
  transform: none;
  /* border: 2px #000; */
  border-style: dashed;
  background: none;
}

.org_title {
  font-style: italic;
}

/* MQ STYLES
      –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1200px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-2 {
    margin: 0 auto 0;
  }

  .org_header {
    display: block;
  }

  .org_group {
    display: none;
  }

  /* .level-1::before,
        .level-2-wrapper > li::before {
          display: none;
        } */

  .level-1::before {
    display: none;
  }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper::after {
    display: none;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(0% + 536px);
    /* height: calc(100% - 112px); */
    /* height: 0; */
    transition: 0.4s;
  }

  .level-2-wrapper.active_aa::before {
    height: calc(0% + 4204px);
    /* height: calc(100% - 2768px); */
    transition: 0.4s;
  }

  .level-2-wrapper > li::before {
    top: 70px;
    left: 2px;

    width: 40px;
    /* width: 0; */
    height: 2px;
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }

  .level-2::before {
    display: none;
  }

  .level-3.rectangle {
    margin-top: 15px;
  }

  .level-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .level-3-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 2px;
    height: 100%;
    /* height: 0; */
    background: var(--black);
  }

  .level-3-wrapper.aasd::before {
    height: 44.8%;
  }

  .level-3-wrapper.fsd::before {
    height: 61%;
  }

  .level-3-wrapper > li::before {
    top: 100px;
    left: 2px;

    width: 20px;
    /* width: 0; */
    height: 2px;
  }

  .level-4-wrapper::before,
  .level-4-wrapper.with-blue::before {
    /* height: 0; */
  }

  .level-4::before {
    /* width: 0; */
  }

  /* .level-3 .org-tel{
            position: relative;
            margin-left:20px;
        }
  
        .level-3 .org-tel:before{
          content: "";
          position: absolute;
          top: 3px;
          display: block;
          left:-10px;
          width:2px;
          height: 70%;
          
          background-color: var(--black);
        } */
}

@media screen and (max-width: 445px) {
  .level-2 {
    min-height: 190px;
  }

  .level-2-wrapper::before {
    height: calc(0% + 636px);
  }

  .level-2-wrapper.active_aa::before {
    height: calc(0% + 4304px);
  }

  .level-3-wrapper.fsd::before {
    height: 60.9%;
  }
}

@media screen and (min-width: 1200px) {
  .org_group {
    display: block !important;
  }
  
  .image-align-left {
	text-align:left !important;
  }
}

/* sitemap end */

/* photo gallery start */

.photo-page {
  position: relative;
  bottom: 0 !important;
}

.photo-page .swiper-pagination-bullet {
  width: 30px;
  height: auto;
  border-radius: 2px;
  color: #000;
  opacity: 1;
  background-color: #fff;
  border: #262626 1px solid;
}

.photo-page .swiper-pagination-bullet-active {
  background-color: #333333;
  color: #fff;
}

.photo-gallery.photo-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.photo-gallery .column {
  flex: 24%;
  max-width: 25%;
  padding: 0 4px;
}

.photo-gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  /* .lb-image {
    width: 100% !important;
    height: 100% !important;
  }

  .lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
  } */

  .photo-gallery .column {
    flex: 48%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .photo-gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}
/* photo gallery end */
/* content page end */

/*  */
/*  */
