@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 320px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #18498a;
  --secondary: #7eb32a;
  --lightgreen: #ecf4df;
  --white: #fff;
  --textcolor: #222;
  --greycolor: #eee
}

body, html {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

main {
  flex: 1 0 auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-touch a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

/* #Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1260px;
  z-index: 1;
}

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

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6;
}

.uppercase {
  text-transform: uppercase;
}

.redcolor {
  color: #c51d26;
}

/* Helpers */
.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.space10 {
  width: 100%;
  font-size: 0;
  height: 10px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.relative {
  position: relative;
}

.spaceTop {
  padding-top: 80px;
}

.spaceBottom {
  padding-bottom: 80px;
}

/* ~~~~~~~~~ */
.logo {
  width: 130px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.header {
  position: relative;
  z-index: 11;
  padding: 5px 0;
  width: 100%;
  top: 0;
  margin-bottom: -30px;
}

.header.homepg {
  position: absolute;
  margin-bottom: 0px;
}

.header .container {
  height: 130px;
}

.topWrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 10px;
  z-index: 9;
}

/*~~~ Google Translator ~~~~*/
.g_translate .goog-te-gadget {
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.g_translate .goog-te-gadget, .g_translate .goog-te-gadget .goog-te-combo {
  height: 32px;
  background-color: #ffffff94;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: var(--primary);
  outline: 0;
  padding: 0 7px;
  width: 150px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  border-radius: 5px;
  text-align: center;
}

.g_translate .goog-te-gadget .goog-te-combo {
  background-color: #e7ecf3;
  color: var(--primary);
  border: none;
  margin: 0 !important;
  outline: none;
  padding: 0 7px;
  width: 140px;
}

.header.homepg .g_translate .goog-te-gadget .goog-te-combo {
  background-color: transparent;
}

.g_translate select option {
  color: var(--textcolor);
  background-color: #fff;
}

.g_translate .goog-te-gadget:not(:first-child), .g_translate .goog-te-gadget>span:not(:first-child), .g_translate .goog-te-gadget .goog-te-combo:not(:first-child) {
  display: none;
}

.g_translate select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.search.sch-icon {
  cursor: pointer;
  margin-left: 14px;
  margin-right: 2px;
  color: var(--primary);
  font-size: 10px;
  line-height: 1;
}

.search.sch-icon i {
  display: inline-block;
}

.search-bar {
  position: absolute;
  z-index: 12;
  right: 20px;
  top: 45px;
  padding: 2px;
  display: flex;
  border: 2px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--white);
}

.search-bar .input {
  background-color: var(--white);
  border: none;
  padding: 7px 4px;
  font-size: 0.8rem;
  outline: none;
}

.search-bar .button {
  position: relative;
  padding: 8px 7px 4px 7px;
  color: var(--white);
  background-color: var(--primary);
  text-decoration: none;
  font-size: 0.8rem;
  text-align: center;
}

/* ~~~~~~~~~~ */
.socialWrap {
  display: inline-flex;
}

.socialWrap a {
  font-weight: 400;
  margin-left: 10px;
  line-height: 1;
  color: var(--primary);
  font-size: 10px;
}

.socialWrap a:hover {
  color: var(--secondary);
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner-text {
  bottom: 15px;
  color: #fff;
  width: 100%;
  position: absolute;
}

.banner:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: 0;
  background: linear-gradient(0, rgb(24 73 138 / 75%), rgb(255 255 255 / 0%));
}

.banner-text .btn a {
  margin: 10px 5px 0;
  font-weight: 600;
}

.banner-text .btn a:hover {
  color: var(--primary);
}

.banner-text .btn a:before {
  background-color: var(--lightgreen);
}

.banner-text h1, .banner-text h2 {
  letter-spacing: 2px;
}

.welcomeWrap {
  position: relative;
}

.welcomeWrap:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url(logo-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  bottom: -20px;
  left: 10px;
  opacity: .2;
}

.welcomeImg::before {
  width: 100%;
  position: absolute;
  background-color: var(--primary);
  content: '';
  height: 100%;
  z-index: -1;
  right: -20px;
  bottom: -20px;
}

.quickBox {
  width: 33.33%;
  padding: 5px 5px 100px;
  position: relative;
}

.quickBox .quickImg {
  position: relative;
}

.quickBox .quickImg::before {
  width: 100%;
  position: absolute;
  background-color: var(--primary);
  content: '';
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.quickBox .quickText {
  position: absolute;
  bottom: 0;
  width: 90%;
  color: var(--white);
  background-color: var(--primary);
  padding: 15px 10px;
  left: 5%;
  font-size: .9em;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.quickBox .quickText h4 {
  position: relative;
  padding-bottom: 10px;
  color: var(--white);
}

.quickBox .quickText h4::before {
  content: "";
  background-color: var(--secondary);
  height: 3px;
  position: absolute;
  width: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.quickBox:hover .quickText {
  bottom: -30px;
}

.quickBox .quickText .btn a {
  padding: 7px 20px;
  font-weight: 600;
}

.quickBox .quickText .btn a::before {
  background-color: var(--lightgreen);
}

.quickBox .quickText .btn a:hover {
  color: var(--primary);
}

.philosophyWrap {
  position: relative;
  background-image: url(bg-color-dot.png);
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  color: var(--white);
}

.philosophyWrap:before {
  content: '';
  position: absolute;
  background-color: var(--textcolor);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.philosophyWrap .bigfont {
  margin-bottom: 15px;
}

.mainTitle {
  padding-bottom: 15px;
}

.mainTitle h2 {
  margin-bottom: 10px;
  font-size: 2.2em;
  color: var(--primary)
}

.editor .mainTitle>p {
  margin-bottom: 0 !important;
}

.mainTitle>p>strong {
  color: var(--secondary);
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
}

.whTtl.mainTitle h2 {
  color: var(--white);
}

.whTtl.mainTitle>p>strong {
  color: var(--lightgreen);
}

.sleWrap, .sleImg {
  position: relative;
}

.sleImg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -20px;
  bottom: -20px;
  background-color: var(--primary);
}

.sleText {
  margin-bottom: 15px;
}

.sleText span {
  display: flex;
  width: 60px;
  height: 60px;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: var(--lightgreen);
  border: 1px solid var(--secondary);
}

.sleText span i.bi-cross-fill {
  margin-left: 10px;
}

.sleText p {
  width: calc(100% - 70px);
}

.footer {
  position: relative;
  margin-top: 40px;
  color: var(--white);
  background-color: var(--primary);
}

.footer:before {
  content: '';
  position: absolute;
  background-image: url(olm-map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.foot-logo a {
  position: relative;
  display: block;
  margin-top: -40px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.footWrap {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.foot-locate h5 {
  margin-bottom: 15px;
}

.editor .foot-locate p {
  line-height: 1.5;
}

.editor .footWrap a {
  color: var(--white);
}

.editor .footWrap a:hover {
  color: var(--secondary);
}

.foot-locate p i {
  display: inline-flex;
  font-size: 10px;
  margin-right: 5px;
}

.foot-locate p a {
  color: var(--white);
  font-weight: 500;
}

.foot-acc img {
  height: 90px;
  margin-right: 10px;
  object-fit: contain;
}

.footer .copyright {
  position: relative;
  font-size: .9em;
  border-top: 1px solid rgb(255 255 255 / 25%);
  padding: 15px 0;
  z-index: 1;
}

.footer .copyright span {
  margin: 0 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

.content.editor h2, .content.editor h3 {
  color: var(--primary);
}

.editor ul, .editor ol {
  margin: 15px 0 15px 5px;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: var(--textcolor);
  background: var(--white);
  width: 100%;
}

.editor table th {
  padding: 5px;
  font-size: 1em;
  background-color: var(--primary);
  border: 1px solid var(--lightgreen);
  color: var(--white);
  font-weight: 600;
}

.editor table td {
  padding: 5px;
  border: 1px solid #b1c9d2;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #f2f8ff;
}

.editor table td.no-border {
  border: none;
}

.editor table a {
  word-break: break-word;
}

.editor table td.bnone {
  border: none;
}

.editor table tr:nth-child(2n+1) td.bnone {
  background-color: transparent;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #b4bddc;
}

.editor a {
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.editor a:hover {
  color: var(--primary);
  text-decoration: none;
}

.btn a {
  position: relative;
  cursor: pointer;
  padding: 12px 24px;
  margin-top: 15px;
  display: inline-block;
  color: var(--white);
  background-color: var(--secondary);
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

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

.btn a:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-color: var(--primary);
  top: -200%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}

.btn a:hover:before {
  top: -40%;
}

/* Navigation */
.nav {
  width: 100%;
}

.menu {
  width: calc(50% - 70px);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  align-items: flex-end;
  justify-content: space-evenly;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
  padding: 0 12px;
}

.menu>li:not(:last-child) {
  margin-right: 1px;
}

.menu li a {
  color: #444;
  margin: 0;
  display: block;
}

.menu>li>a {
  line-height: 44px;
  position: relative;
  color: #222;
  font-weight: 600;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--primary);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  opacity: 1;
  width: 100%;
}

.menu ul {
  width: 200px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: var(--white);
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu ul:after {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
  right: inherit;
}

.menu>li:last-child>ul {
  left: inherit;
  right: 0;
}

.menu.right>li:last-child li>ul {
  right: 100%;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  font-size: 0.8em;
  font-weight: 500;
}

.menu>li.active>a, .menu>li:hover>a {
  color: var(--primary);
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--white);
  background-color: var(--secondary);
}

#menu-trigger {
  display: none;
}

/* ~~~~~~~~~~~~~~~~ */
.innerbanner {
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(bg-color-dot.png) repeat center;
  -webkit-box-shadow: inset 0 0 50px rgb(0 0 0 / 60%);
  box-shadow: inset 0 0 50px rgb(0 0 0 / 60%);
}

.innerbanner h1 {
  color: var(--white);
  margin-bottom: 0;
}

/* ~~~~~breadcrumns~~~~~~~~ */
.sublist ul {
  position: relative;
  margin: 0;
}

.sublist li {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: inline-flex;
  background: unset;
  padding: 0;
}

.sublist li a {
  color: var(--lightgreen);
  line-height: 22px;
  padding: 12px 20px 12px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}

.sublist li a:hover {
  color: var(--secondary);
}

.sublist li.home a {
  padding-left: 0
}

.home>a:before, .sublist li ul li a:before {
  content: "\f115";
  font-family: beehivelyicons;
  position: absolute;
  font-size: 9px;
  line-height: 20px;
  z-index: 1;
  left: -5px;
  top: 14px;
}

.home>a:before {
  left: inherit;
  right: -5px;
}

/* ~~~~~~~ */
.innercontent {
  width: calc(100% - 380px);
}

.editor .sidebar {
  position: relative;
  width: 350px;
}

.editor .sidebar>div {
  border-radius: 10px;
  padding: 20px;
  background-color: #eee;
}

.editor .sidebar img {
  width: 100%;
  object-fit: cover;
}

.fullwidth .innercontent {
  width: 100%;
}

.content {
  padding: 40px 0px;
  position: relative;
  min-height: 250px;
}

.editor .leftimg {
  float: left;
  margin: 0px 20px 10px 0;
  max-width: 30%;
}

.editor .rightimg {
  float: right;
  margin: 0px 0px 10px 20px;
  max-width: 30%;
}

.rightimg img, .leftimg img {
  padding: 10px !important;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.timeline {
  position: relative;
}

.timeline>section {
  margin-bottom: -20px;
  width: 50%;
  position: relative;
}

.timeline:after {
  content: "";
  left: 50%;
  height: 100%;
  width: 2px;
  position: absolute;
  margin-left: -1px;
  top: 0;
  border-right: 2px dotted #ccc;
}

.editor .timeline h3 {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 1.4em;
  padding: 5px 0px;
  color: var(--white);
  background-color: var(--primary);
  width: 100px;
  text-align: center;
  margin: 0;
}

.timeline h3:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  right: -7px;
  top: 50%;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent var(--primary);
}

.timeline h3:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -26px;
  width: 12px;
  height: 12px;
  background-color: var(--white);
  border-radius: 50%;
  z-index: 1;
  border: 2px solid var(--primary);
  margin-bottom: -6px;
}

.timeline p {
  margin-right: 120px;
  padding: 20px;
  background-color: #f9f9f9;
}

.timeline>section:nth-child(even) {
  margin-top: 100px;
}

.editor .timeline>section:nth-child(even) h3 {
  left: 20px;
}

.timeline>section:nth-child(even) h3:before {
  left: -7px;
  border-width: 8px 8px 8px 0px;
  border-color: transparent var(--primary) transparent transparent;
}

.timeline>section:nth-child(even) h3:after {
  left: -26px;
}

.timeline>section:nth-child(even) p {
  margin-right: 0px;
  margin-left: 120px;
}

@media screen and (max-width:1180px) {
  .spaceTop {
    padding-top: 60px;
  }

  .spaceBottom {
    padding-bottom: 60px;
  }

  .logo {
    width: 110px;
  }

  .header {
    margin-bottom: 0;
  }

  .header .container {
    height: 110px;
  }

  .menu>li {
    padding: 0 7px;
  }

  .menu>li>a {
    font-size: 0.9em;
  }

  .menu {
    width: calc(50% - 60px);
  }

  .btn a {
    padding: 10px 20px;
    margin-top: 5px;
  }

  .banner img {
    height: 640px;
  }

  .mainTitle h2 {
    font-size: 1.8em;
  }

  .innerbanner h1 {
    font-size: 2.4em;
  }

  .content h2 {
    font-size: 1.7em;
  }

  .content h3 {
    font-size: 1.5em;
  }

  .welcomeWrap:after {
    width: 80px;
    height: 80px;
    bottom: -10px;
  }

  .footWrap {
    max-width: 96%;
  }

  .foot-acc img {
    height: 70px;
  }

  .foot-logo a {
    margin-top: -30px;
    width: 160px;
  }
}

@media screen and (max-width:1023px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .nav {
    display: none;
    position: absolute;
    width: 288px;
    top: 100%;
    right: 0px;
    z-index: 5;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  }

  .menu {
    width: 100%;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    font-size: 1em;
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: #222;
    background-color: transparent;
  }

  .menu>li>a:after {
    display: none;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 8px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a {
    color: var(--secondary);
    background-color: transparent;
  }

  .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover {
    color: var(--white);
  }

  .menu>li:hover>a {
    color: var(--secondary);
  }

  .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--white);
    background-color: var(--secondary);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 34px;
    right: 0;
    cursor: pointer;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .logo {
    width: 80px;
    position: relative;
    margin: 0;
  }

  .header .container {
    height: auto;
  }

  .topWrap {
    right: 40px;
    top: 25px;
    padding: 0;
  }

  .header .socialWrap {
    margin-right: 15px;
  }

  .banner img {
    height: 480px;
  }

  .quickBox {
    padding: 5px 5px 120px;
  }

  .quickBox .quickText h4 {
    font-size: 1.3em;
  }

  .quickBox .quickText p {
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .quickBox .quickText {
    width: 94%;
    padding: 10px 5px;
    left: 3%;
  }

  .quickBox .quickText .btn a {
    margin-top: 10px;
  }

  .mainTitle h2 {
    font-size: 1.5em;
  }

  .sleText span {
    width: 50px;
    height: 50px;
  }

  .sleText p {
    width: calc(100% - 60px);
  }

  .sleImg:before {
    left: -10px;
    bottom: -10px;
  }

  .welcomeImg::before {
    right: -10px;
    bottom: -10px;
  }

  .innerbanner h1 {
    font-size: 2em;
  }

  .innercontent {
    width: calc(100% - 300px);
  }

  .editor .sidebar {
    width: 280px;
  }

  .editor .sidebar>div {
    padding: 10px;
  }

  .timeline:after {
    left: 0;
  }

  .timeline>section,
  .timeline>section:nth-child(even) {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .timeline p {
    margin-left: 120px;
    margin-right: 0;
    padding: 10px;
    font-size: 0.9em;
  }

  .editor .timeline h3 {
    right: auto;
    left: 20px;
    font-size: 1.2em;
  }

  .timeline h3:before {
    left: -7px;
    right: auto;
    border-width: 8px 8px 8px 0px;
    border-color: transparent var(--primary) transparent transparent;
  }

  .timeline h3:after {
    left: -26px;
    right: auto;
  }

  .footer {
    margin-top: 20px;
  }

  .foot-acc img {
    height: 50px;
  }

  .foot-logo a {
    margin-top: -30px;
    width: 120px;
  }

  .footWrap {
    padding: 25px 0;
  }

  .footer .copyright {
    padding: 10px 0;
  }
}

@media screen and (max-width:767px) {
  .container {
    width: calc(100% - 30px);
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .innerbanner h1 {
    font-size: 1.6em;
  }

  .content h2 {
    font-size: 1.4em;
  }

  .content h3 {
    font-size: 1.3em;
  }

  .content h4 {
    font-size: 1.2em;
  }

  .editor .tablescroll {
    overflow-x: scroll;
  }

  .sublist li a {
    padding: 10px 15px 10px 10px;
    font-size: 0.9em;
  }

  .home>a:before {
    right: 0;
  }

  .home>a:before, .sublist li ul li a:before {
    font-size: 8px;
    top: 10px;
  }

  .bigfont {
    font-size: 1em;
  }

  .logo {
    width: 70px;
  }

  .banner-text h1 {
    letter-spacing: 0;
    font-size: 2em;
  }

  .banner-text h2 {
    font-size: 1.4em;
    letter-spacing: 0;
  }

  .btn a {
    padding: 8px 15px;
  }

  .banner-text .btn a {
    margin: 5px 2px 0;
  }

  .col23, .col13, .col12 {
    width: 100%;
  }

  .col12+.col12,
  .col13+.col13 {
    margin-top: 15px;
  }

  .mainTitle {
    padding-bottom: 6px;
  }

  .mainTitle h2 {
    font-size: 1.3em;
  }

  .welContent {
    margin-bottom: 15px;
  }

  .welcomeWrap:after {
    width: 60px;
    height: 60px;
    bottom: -40px;
  }

  .quicklinkWrap {
    padding-top: 20px;
  }

  .quickBox {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }

  .quickBox .quickText {
    width: 100%;
    left: 0;
    position: relative;
  }

  .quickBox:hover .quickText {
    bottom: 0;
  }

  .sleWrap .sleImg {
    margin-bottom: 20px;
  }

  .g_translate .goog-te-gadget, .g_translate .goog-te-gadget .goog-te-combo {
    padding: 0 3px;
    width: 120px;
  }

  .topWrap {
    right: 10px;
  }

  .socialWrap a {
    margin-left: 8px;
  }

  .search.sch-icon {
    margin-left: 10px;
  }

  .header .socialWrap {
    margin-right: 8px;
  }

  .banner img {
    height: 360px;
  }

  .innercontent {
    margin-bottom: 20px;
  }

  .innercontent, .editor .sidebar {
    width: 100%;
  }

  .sidebar img {
    margin-bottom: 10px;
  }

  .what-register a {
    font-size: 0.8em;
  }

  .footWrap {
    padding: 10px 0;
  }

  .footWrap>div {
    width: 100%;
    margin: 10px 0;
  }

  .foot-acc img {
    height: 40px;
    margin: 10px 5px;
  }

  .footer .copyright {
    padding: 5px;
    font-size: 0.8em;
  }

  .footer .copyright span {
    display: none;
  }
}

@media screen and (max-width:360px) {
  body, html {
    font-size: 15px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    width: 26px;
  }

  #menu-trigger {
    width: 32px;
  }

  .socialWrap a {
    font-size: 9px;
  }

  .g_translate .goog-te-gadget .goog-te-combo {
    font-size: 11px;
  }

  .g_translate .goog-te-gadget, .g_translate .goog-te-gadget .goog-te-combo {
    width: 100px;
    height: 28px;
    padding-left: 1px;
  }

  .search.sch-icon {
    margin-right: 0;
  }

  .btn a {
    padding: 6px 12px;
    font-size: 0.9em;
  }

  .sleText span {
    width: 40px;
    height: 40px;
  }

  .sleText span i {
    font-size: 11px;
    display: inline-flex;
  }

  .sleText span i.bi-cross-fill {
    margin-left: 6px;
  }

  .sleText p {
    width: calc(100% - 50px);
    line-height: 1.4em;
    font-size: 0.9em;
  }

  .content {
    padding: 15px 0 30px;
  }

  .editor table {
    font-size: 0.8em;
  }

  .editor .timeline h3 {
    font-size: 0.9em;
  }

  .editor .timeline h3 {
    width: 85px;
  }

  .timeline p {
    margin-left: 110px;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.4em;
  }

  .timeline>section:nth-child(even) p {
    margin-left: 110px;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px)
  }

  100% {
    transform: translate(0, 0)
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px)
  }

  100% {
    transform: translate(0, 0)
  }
}