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

html,
body {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

::-webkit-input-placeholder {
  color: #222;
}

:-ms-input-placeholder {
  color: #222;
}

::-ms-input-placeholder {
  color: #222;
}

::placeholder {
  color: #222;
}

::-moz-selection {
  background: #FE0000;
  color: #fff;
}

::selection {
  background: #FE0000;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 33px;
  }
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  h5 {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 13px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="password"],
textarea,
select,
.form-control {
  width: 100%;
  background: none;
  border: 0 !important;
  border-bottom: 2px solid rgba(34, 34, 34, 0.15) !important;
  padding: 15px 20px !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  font-size: 15px;
  color: #222;
  line-height: 1 !important;
  font-weight: 500 !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

input[type="text"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: rgba(34, 34, 34, 0.5) !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea:focus-visible,
select:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #FE0000 !important;
}

form .form-group {
  margin-bottom: 20px;
}

form .form-group .error {
  border-color: #f00 !important;
  -webkit-box-shadow: 0 0 0 5px rgba(34, 34, 34, 0.2) !important;
          box-shadow: 0 0 0 5px rgba(34, 34, 34, 0.2) !important;
}

.btn {
  border-radius: 40px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.btn.btn-primary {
  background: #FE0000;
  color: #fff;
  border: 0;
}

.btn.btn-primary:hover {
  background: #222;
  color: #fff;
}

.btn.btn-secondary {
  background: #1C388B;
  color: #fff;
  border: 0;
}

.btn.btn-secondary:hover {
  background: #FE0000;
  color: #fff;
}

.btn.btn-outline {
  border: 1px solid #FE0000;
  color: #FE0000;
}

.btn.btn-outline:hover {
  background: #FE0000;
  color: #fff;
}

.btn:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.btn i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  40% {
    -webkit-box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  40% {
    -webkit-box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
            box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.for-phone {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .for-phone {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .for-desktop {
    display: none !important;
  }
}

/* MainMenu */
#mainMenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 500;
}

/* Header */
header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 8px 0 0;
  }
}

header .col-md-4.text-center img {
  height: 30px !important;
}

header .container {
  position: relative;
}

header .logoSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  header .logoSection {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

header .logoSection .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left {
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

header .logoSection .left img {
  width: auto;
  height: 65px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left img {
    height: 50px;
  }
}

header .logoSection .left .text {
  font-size: 25px;
  font-weight: 600;
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left .text {
    font-size: 17px;
    text-align: center;
    margin: 10px 0;
  }
}

header .logoSection .left .text img {
  width: auto;
  height: 110px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left .text img {
    width: auto;
    height: 75px;
  }
}

@media screen and (max-width: 992px) {
  header .logoSection .left .text img {
    width: 100%;
    height: auto;
  }
}

header .logoSection .left .logoInner {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left .logoInner {
    width: 100%;
  }
}

header .logoSection .left .rightLogoMob {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left .rightLogoMob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
  }
}

header .logoSection .left .rightLogoMob img {
  width: auto;
  height: 80px;
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .left .rightLogoMob img {
    height: 50px;
  }
}

header .logoSection .midd {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  header .logoSection .midd {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
}

header .logoSection .midd img {
  width: auto;
  height: 100px;
  margin: 0 5px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .midd img {
    height: 30px;
  }
}

header .logoSection .right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
}

header .logoSection .right img {
  width: auto;
  height: 100px;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  header .logoSection .right img {
    height: 55px;
    margin: 0 2px;
  }
}

@media screen and (max-width: 992px) {
  header .logoSection .right img {
    height: 30px;
    margin: 0 2px;
  }
}

header .headerContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

header .headerContact p {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 20px;
}

header .headerContact p:last-child {
  margin: 0;
}

header .headerContact p i {
  font-size: 22px;
  color: #FE0000;
  margin-right: 6px;
}

header .headerContact p a:hover {
  color: #FE0000;
}

header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  header .social {
    margin-bottom: 0;
  }
}

header .social a {
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #FE0000;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

header .social a:hover {
  background: #FE0000;
  color: #fff;
}

header .social a:hover i {
  color: #fff;
}

@media (max-width: 600px) {
  header .social {
    display: none;
  }
}

header .MobMenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .MobMenu .inner .logo img {
  height: 40px;
}

@media screen and (max-width: 1024px) {
  header .MobMenu .inner .logo img {
    height: 100px;
    position: absolute;
    width: auto;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    z-index: 1000;
  }
}

header .MobMenu .inner .hamburger {
  font-size: 40px;
  color: #222;
}

header .MobMenu .inner .login {
  margin-right: 15px;
  padding: 0 15px;
  height: 40px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .MobMenu .inner .login i {
  margin-right: 6px;
}

header #MobpopupMenu {
  display: none;
  position: absolute;
  z-index: 500;
  width: 100%;
  height: auto;
  left: 0;
  top: 80px;
  background: #fff;
  padding: 20px;
}

header #MobpopupMenu .menu a {
  display: block;
  color: #222;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  header #MobpopupMenu .menu a {
    margin-bottom: 15px;
    text-align: right;
  }
}

@media screen and (max-width: 1024px) {
  header #MobpopupMenu .menu .subMenu a {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

header #navbar {
  background: rgba(34, 34, 34, 0.05);
  z-index: 10;
  padding: 0;
}

header #navbar ul li {
  position: relative;
  display: block;
}

header #navbar ul.subMenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170%;
}

header #navbar ul.subMenu li {
  width: 100%;
  background: #FFF7DB;
}

header #navbar ul.subMenu li.active > a {
  background: #FE0000;
  color: #fff;
}

header #navbar ul.subMenu li a {
  width: 100%;
  padding: 0 20px;
  height: 35px;
  font-size: 13px;
  color: #222;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header #navbar ul.subMenu li a:hover {
  background: #FE0000;
  color: #fff;
}

header #navbar ul.subMenu .subMenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}

header #navbar a {
  display: block;
  padding: 0 17px;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  header #navbar a {
    padding: 0 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  header #navbar a {
    line-height: 35px;
    height: 35px;
  }
}

header #navbar a:hover {
  color: #FE0000;
}

header #navbar a.active {
  color: #FE0000;
}

header #navbar a:active {
  color: #fff;
  background: #FE0000;
}

header #navbar .navbar-toggler {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  padding: 8px 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #navbar .navbar-toggler i {
  font-size: 25px;
  color: #222;
}

header #navbar .for-phone {
  width: 100%;
}

header #navbar > ul > li {
  float: left;
}

/* Footer */
footer {
  padding: 80px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 50px 0 0;
  }
}

footer .footerLogo {
  margin-bottom: 20px;
  height: 60px;
  width: auto;
}

footer h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  margin-bottom: 15px;
}

footer h5 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  margin-bottom: 15px;
}

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
}

footer a:hover {
  color: #FE0000;
}

footer .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1024px) {
  footer .footerLink {
    margin-bottom: 30px;
  }
}

footer .footerLink a {
  margin-bottom: 7px;
  color: #fff;
}

footer .footerLink a:hover {
  color: #FE0000;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  footer .social {
    margin-bottom: 40px;
  }
}

footer .social a {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

footer .social a:hover {
  background: #fff;
  color: #FE0000;
}

footer .social a:hover i {
  color: #FE0000;
}

footer .footerBottom {
  padding: 25px 0;
  margin-top: 80px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1024px) {
  footer .footerBottom {
    margin-top: 30px;
  }
}

footer .footerBottom p {
  margin: 0;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  footer .footerBottom p {
    font-size: 13px;
    line-height: 1.3;
  }
}

footer .footerBottom p a {
  color: #fff;
}

footer .footerBottom p a:hover {
  color: #FE0000;
}

/* Main */
main .bannerSec {
  background: #f3b001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main .bannerSec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .bannerSec .rightBanner {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  main .bannerSec .rightBanner {
    width: 100%;
    text-align: center;
  }
}

main .bannerSec .rightBanner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  main .bannerSec .rightBanner img {
    width: auto;
    height: 100px;
  }
}

main #homeBanner {
  width: 70%;
  height: calc(100vh - 211px);
  background: rgba(28, 56, 139, 0.1);
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  main #homeBanner {
    width: 100%;
    height: auto;
  }
}

main #homeBanner img {
  width: 100%;
  height: calc(100vh - 211px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  main #homeBanner img {
    height: auto;
  }
}

main #homeBanner .content {
  position: absolute;
  width: 600px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 30px 30px 100px;
  background: black;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  main #homeBanner .content {
    width: 100%;
    padding: 30px;
    text-align: center;
    background: transparent;
  }
}

main #homeBanner .content h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  main #homeBanner .content h1 {
    font-size: 18px;
  }
}

main #homeBanner .content h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

main #homeBanner .content p {
  color: #fff;
  margin-bottom: 30px;
}

main #homeBanner .content .btn {
  font-weight: 700;
}

main #homeBanner .navigation {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #homeBanner .navigation a {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main #homeBanner .navigation a {
    width: 25px;
    height: 25px;
  }
}

main #homeBanner .navigation a i {
  font-size: 40px;
  color: #fff;
  -webkit-transform: scale(1, 1.5);
          transform: scale(1, 1.5);
}

@media screen and (max-width: 1024px) {
  main #homeBanner .navigation a i {
    font-size: 35px;
  }
}

main #homeBanner .navigation a.next {
  right: 30px;
}

main #homeBanner .navigation a.prev {
  left: 30px;
}

main .homeAbout {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  main .homeAbout {
    padding: 50px 0;
  }
}

main .homeAbout .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .homeAbout .thumb {
  position: relative;
}

@media screen and (max-width: 1024px) {
  main .homeAbout .thumb {
    margin-bottom: 15px;
  }
}

main .homeAbout .thumb img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 1024px) {
  main .homeAbout .thumb img {
    width: 80%;
  }
}

main .homeAbout .text {
  overflow: hidden;
  padding-left: 50px;
}

main .homeAbout .text h2 {
  font-size: 40px;
  color: #1C388B;
  margin-bottom: 20px;
}

main .homeAbout .text p {
  max-width: 600px;
  font-size: 14px;
  line-height: 22px;
}

main .homeAbout .text .btn {
  margin-top: 25px;
}

main .serving {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

main .serving .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  main .serving .head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .serving .head h2 {
  color: #fff;
  margin: 0;
}

main .serving .head .btn {
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  main .serving .head .btn {
    margin-top: 15px;
  }
}

main .serving .servingList .line {
  width: 100%;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .serving .servingList .line:last-child {
  border-bottom: 0;
}

main .serving .servingList .line .listItem {
  width: calc(100% / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  main .serving .servingList .line .listItem {
    width: 50%;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
}

main .serving .servingList .line .listItem:last-child {
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  main .serving .servingList .line .listItem:nth-child(2n) {
    border-right: 0;
  }
}

main .serving .servingList .line .listItem h4 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}

main .serving .servingList .line .listItem span {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}

main .tender-notice {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .tender-notice .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .tender-notice .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px 80px;
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner .head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .tender-notice .inner .head h2 {
  color: #222;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner .head .btn {
    margin-top: 15px;
  }
}

main .tender-notice .inner .tender {
  width: 50%;
  background: rgba(183, 183, 183, 0.35);
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner .tender {
    width: 100%;
  }
}

main .tender-notice .inner .notice {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner .notice {
    width: 100%;
  }
}

main .tender-notice .inner .list {
  padding: 0 80px 40px 80px;
}

@media screen and (max-width: 1024px) {
  main .tender-notice .inner .list {
    padding: 0 30px 30px 30px;
  }
}

main .tender-notice .inner .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.7);
  padding: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main .tender-notice .inner .list .item:hover {
  background: rgba(255, 255, 255, 0.2);
}

main .tender-notice .inner .list .item:last-child {
  border-bottom: 0;
}

main .tender-notice .inner .list .item .content {
  width: calc(100% - 50px - 25px);
}

main .tender-notice .inner .list .item .content h5 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: 500;
  height: 44px;
  overflow: hidden;
}

main .tender-notice .inner .list .item .content span {
  font-size: 13px;
  color: #FE0000;
  font-weight: 600;
}

main .tender-notice .inner .list .item .action {
  width: 50px;
  height: 50px;
  margin-left: 25px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .tender-notice .inner .list .item .action i {
  font-size: 25px;
  color: #FE0000;
}

main .tender-notice .inner .list .item .action:hover {
  background: #FE0000;
}

main .tender-notice .inner .list .item .action:hover i {
  color: #fff;
}

main .recruitment {
  padding: 100px 0 50px;
}

@media screen and (max-width: 1024px) {
  main .recruitment {
    padding: 50px 0;
  }
}

main .recruitment .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  main .recruitment .head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .recruitment .head h2 {
  color: #222;
  margin: 0;
}

main .recruitment .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  main .recruitment .head .right {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
}

main .recruitment .head .right .navigation {
  margin-left: 20px;
}

main .recruitment .owl-carousel {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  main .recruitment .owl-carousel {
    margin-bottom: 0;
  }
}

main .recruitment .owl-carousel .item {
  background: #F4F4F4;
  padding: 30px;
  border-radius: 0 100px 0 0;
  margin: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main .recruitment .owl-carousel .item:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

main .recruitment .owl-carousel .item .icon {
  margin-bottom: 10px;
}

main .recruitment .owl-carousel .item .icon i {
  font-size: 90px;
  color: #222;
}

main .recruitment .owl-carousel .item .date {
  font-size: 13px;
  font-weight: 400;
  color: #FE0000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
}

main .recruitment .owl-carousel .item h5 a {
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

main .recruitment .owl-carousel .item h5 a:hover {
  color: #FE0000;
}

main .gov-order {
  position: relative;
  background: #FE0000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -100px;
  z-index: 100;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  main .gov-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

main .gov-order .head {
  width: 300px;
  margin-right: 30px;
  background: #fff;
  padding: 33px 20px;
  border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 1024px) {
  main .gov-order .head {
    width: 100%;
    margin-right: 0;
  }
}

main .gov-order .head h2 {
  margin-bottom: 20px;
}

main .gov-order .orderList {
  width: calc(100% - 300px - 30px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main .gov-order .orderList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  main .gov-order .orderList .orderItem {
    padding: 30px 15px 20px;
  }
}

main .gov-order .orderList .orderItem .date {
  font-size: 13px;
  font-weight: 400;
  color: #FFEB3C;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  main .gov-order .orderList .orderItem .date {
    border-bottom: 1px solid white;
  }
}

main .gov-order .orderList .orderItem h5 {
  margin: 0;
}

main .gov-order .orderList .orderItem h5 a {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

main .gov-order .orderList .orderItem h5 a:hover {
  color: #FFEB3C;
}

main .gov-order .orderList .orderItem h5 a h3 {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
}

main .gov-order .orderList .orderItem h5 a p {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

main .importantLinks {
  background: #F6F9FB;
  padding: 200px 0 100px;
}

@media screen and (max-width: 1024px) {
  main .importantLinks {
    padding: 50px 0;
  }
}

main .importantLinks .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

main .importantLinks .head h2 {
  color: #222;
  margin: 0;
}

main .importantLinks .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main .importantLinks .head .right .navigation {
  margin-left: 20px;
}

main .importantLinks .owl-carousel .item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

main .importantLinks .owl-carousel .item:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

main .importantLinks .owl-carousel .item .thumb {
  padding: 50px 0;
}

main .importantLinks .owl-carousel .item .thumb img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

main .importantLinks .owl-carousel .item h5 {
  font-size: 15px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 20px;
  overflow: hidden;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

main #contact {
  padding: 0 0 100px;
}

@media screen and (max-width: 1024px) {
  main #contact {
    padding: 35px 10px;
  }
}

main #contact form {
  margin-top: -50px;
  padding: 30px 40px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(34, 34, 34, 0.15);
          box-shadow: 0 0 15px rgba(34, 34, 34, 0.15);
  border-radius: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  main #contact form {
    margin-top: 20px;
    padding: 30px 20px;
  }
}

main #contact form textarea {
  height: 100px;
  min-height: 100px;
}

main #contact form .col {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

main #contact .info {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.09);
          box-shadow: 0 0 5px rgba(34, 34, 34, 0.09);
  overflow: hidden;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  main #contact .info {
    padding: 15px;
  }
}

main #contact .info h6 {
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FE0000;
}

main #contact .info ul {
  margin: 40px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  main #contact .info ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main #contact .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: #f5f5f5;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  border-right: 1px solid #f1f1f1;
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  main #contact .info ul li {
    margin-bottom: 10px;
    padding: 0;
    margin: 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

main #contact .info ul li:first-child p i {
  padding: 0;
  background: none;
  color: #222;
  margin-right: 5px;
}

main #contact .info ul li:last-child {
  border: 0;
}

main #contact .info ul li p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  main #contact .info ul li p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  main #contact .info ul li p::last-child {
    margin: 0;
  }
}

main #contact .info ul li p i {
  min-width: 35px;
  min-height: 35px;
  color: #222;
  font-size: 40px;
  margin-bottom: 10px;
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #contact .info ul li a {
  margin-bottom: 10px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main #contact .info ul li a:last-child {
  margin: 0;
}

main #contact .info ul li a:hover {
  color: #FE0000;
}

main #contact .info ul li a span {
  font-size: 14px;
}

main #contact .info ul li a i {
  min-width: 35px;
  min-height: 35px;
  color: #222;
  font-size: 40px;
  margin-bottom: 10px;
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #contact .info ul li h6 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #contact .info ul li h6 i {
  min-width: 35px;
  min-height: 35px;
  color: #222;
  font-size: 22px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #contact .map iframe {
  width: 100%;
  height: 450px;
}

main #insidePage {
  padding: 100px 0 0;
}

@media screen and (max-width: 1024px) {
  main #insidePage {
    padding: 50px 0 0;
  }
}

main #insidePage .pageHeader {
  margin-bottom: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .pageHeader {
    margin-bottom: 40px;
  }
}

main #insidePage .pageHeader:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #1C388B;
  z-index: -1;
}

main #insidePage .pageHeader h2 {
  color: #1C388B;
  text-align: center;
  position: relative;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
}

main #insidePage .pageHeader h2 span {
  color: #FE0000;
}

main #insidePage .about {
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .about {
    margin-bottom: 50px;
  }
}

main #insidePage .about .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .about .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main #insidePage .about .thumb {
  position: relative;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .about .thumb {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

main #insidePage .about .thumb img {
  width: 400px;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 1024px) {
  main #insidePage .about .thumb img {
    width: 100%;
  }
}

main #insidePage .about p {
  max-width: 500px;
  font-size: 20px;
  line-height: 32px;
}

main #insidePage .serving {
  background: rgba(34, 34, 34, 0.05);
}

main #insidePage .serving .head {
  text-align: center;
}

main #insidePage .serving .head h2 {
  width: 100%;
  color: #222;
}

main #insidePage .serving .head .btn {
  border-color: #222;
  color: #222;
}

main #insidePage .serving .servingList .line {
  border-bottom: 0 solid #222;
}

main #insidePage .serving .servingList .line:last-child {
  border-bottom: 0;
}

main #insidePage .serving .servingList .line:nth-child(2n) .listItem:nth-child(1n) {
  background: rgba(34, 34, 34, 0.04);
}

main #insidePage .serving .servingList .line:nth-child(2n) .listItem:nth-child(2n) {
  background: #fff;
}

main #insidePage .serving .servingList .line .listItem {
  border-right: 0 solid #222;
  background: #fff;
  padding: 25px 10px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .serving .servingList .line .listItem {
    width: 50%;
    border-bottom: 1px solid #222;
    text-align: center;
  }
}

main #insidePage .serving .servingList .line .listItem:nth-child(2n) {
  background: rgba(34, 34, 34, 0.04);
}

main #insidePage .serving .servingList .line .listItem:last-child {
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  main #insidePage .serving .servingList .line .listItem:nth-child(2n) {
    border-right: 0;
  }
}

main #insidePage .serving .servingList .line .listItem h4 {
  font-size: 25px;
  color: #222;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  max-width: 80%;
  word-break: break-word;
}

main #insidePage .serving .servingList .line .listItem span {
  font-size: 16px;
  font-weight: 300;
  color: #222;
  line-height: 1;
}

main #insidePage .photoGallery {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  main #insidePage .photoGallery {
    margin-bottom: 50px;
  }
}

main #insidePage .photoGallery .galleryItem {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

main #insidePage .photoGallery .galleryItem img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

main #insidePage .photoGallery .galleryItem .caption {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 5px;
  background: rgba(28, 56, 139, 0.85);
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 15px;
  color: #fff;
}

main #insidePage .photoGallery .galleryItem .caption h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

main #insidePage .videoGallery {
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .videoGallery {
    padding-bottom: 50px;
  }
}

main #insidePage .videoGallery .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

main #insidePage .videoGallery .videoList {
  background: #F8F8F8;
  height: 360px;
  overflow-y: auto;
}

main #insidePage .videoGallery .videoList ul li:nth-child(2n) {
  background: #F0F0F0;
}

main #insidePage .videoGallery .videoList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  color: #222;
  font-weight: 600;
  padding: 15px 20px;
}

main #insidePage .videoGallery .videoList ul li a i {
  font-size: 30px;
  margin-right: 10px;
  font-weight: 400;
}

main #insidePage .videoGallery .videoList ul li a:hover {
  color: #FE0000;
}

main #insidePage .videoGallery .videoList ul li a.active {
  background: #FE0000;
  color: #fff;
}

main #insidePage .videoGallery .videoList ul li a.active i {
  color: #fff;
}

main #insidePage .notice {
  padding-bottom: 100px;
}

main #insidePage .notice .item {
  width: 100%;
  background: #fff;
  border: 5px solid #E7E7E7;
  padding: 30px 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .notice .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main #insidePage .notice .item .calender {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  main #insidePage .notice .item .calender {
    width: 100%;
  }
}

main #insidePage .notice .item .calender .date {
  background: #fff;
  border: 3px solid #E7E7E7;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}

main #insidePage .notice .item .calender .date strong {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #949494;
}

main #insidePage .notice .item .calender .year {
  background: #fff;
  border: 3px solid #E7E7E7;
  padding: 8px 10px;
  margin-left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}

main #insidePage .notice .item .calender .year strong {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #949494;
}

main #insidePage .notice .item .content {
  width: 68%;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .notice .item .content {
    width: 100%;
    padding-right: 0;
    margin: 20px 0;
  }
}

main #insidePage .notice .item .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
  text-transform: none;
}

main #insidePage .notice .item .content p {
  margin-bottom: 0;
}

main #insidePage .notice .item .action {
  width: 12%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  main #insidePage .notice .item .action {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main #insidePage .notice .item .action a.btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #insidePage .notice .item .action a.btn i {
  font-size: 20px;
}

main #insidePage .notice .item .action a.btn:hover i {
  -webkit-transform: none;
          transform: none;
}

main #insidePage .healthstatistics {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #insidePage .healthstatistics .item {
  width: 49%;
  background: #fff;
  border-width: 4px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #E7E7E7, transparent) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#E7E7E7), to(transparent)) 1;
     border-image: linear-gradient(to right, #E7E7E7, transparent) 1;
  padding: 20px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 12px;
    padding-right: 0;
  }
}

main #insidePage .healthstatistics .item .calender {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .calender {
    width: 100%;
  }
}

main #insidePage .healthstatistics .item .calender .date {
  background: #fff;
  border: 3px solid #E7E7E7;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}

main #insidePage .healthstatistics .item .calender .date strong {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #949494;
}

main #insidePage .healthstatistics .item .calender .year {
  background: #fff;
  border: 3px solid #E7E7E7;
  padding: 8px 10px;
  margin-left: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}

main #insidePage .healthstatistics .item .calender .year strong {
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #949494;
}

main #insidePage .healthstatistics .item .content {
  width: 80%;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .content {
    width: 75%;
    padding-right: 0;
    margin: 0;
  }
}

main #insidePage .healthstatistics .item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #222;
  text-transform: none;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .content h3 {
    font-size: 18px;
  }
}

main #insidePage .healthstatistics .item .content h3:before {
  content: "\f138";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -8px;
  font-size: 25px;
  color: #1C388B;
}

main #insidePage .healthstatistics .item .content p {
  margin-bottom: 0;
}

main #insidePage .healthstatistics .item .action {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .action {
    width: 25%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main #insidePage .healthstatistics .item .action a.btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .action a.btn {
    width: 30px;
    height: 30px;
  }
}

main #insidePage .healthstatistics .item .action a.btn i {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  main #insidePage .healthstatistics .item .action a.btn i {
    font-size: 15px;
  }
}

main #insidePage .healthstatistics .item .action a.btn:hover i {
  -webkit-transform: none;
          transform: none;
}

main #insidePage .order {
  padding-bottom: 100px;
}

main #insidePage .order .tableIN {
  width: 100%;
  background: #fff;
  margin: 0px;
  overflow: hidden;
}

main #insidePage .order .tableIN td, main #insidePage .order .tableIN th {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #222;
  border: 1px solid #ddd;
}

main #insidePage .order .tableIN td a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px auto;
}

main #insidePage .order .tableIN td .txtred {
  font-size: 22px;
  color: #c00;
  margin-bottom: 5px;
}

main #insidePage .order .tableIN td .txtblue {
  font-size: 18px;
  color: #06c;
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN thead {
    display: none;
  }
}

main #insidePage .order .tableIN thead th {
  background-color: rgba(28, 56, 139, 0.2);
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN thead th {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN tbody tr {
    display: block;
    margin-bottom: 10px;
  }
}

main #insidePage .order .tableIN tbody tr:nth-child(1n-1) {
  background-color: rgba(254, 0, 0, 0.03);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

main #insidePage .order .tableIN tbody tr:nth-child(2n-1) {
  background-color: rgba(254, 0, 0, 0.03);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
}

main #insidePage .order .tableIN tbody tr:hover {
  background-color: rgba(28, 56, 139, 0.1);
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN tbody tr td {
    display: block;
  }
}

main #insidePage .order .tableIN tbody tr td h3 {
  font-size: 22px;
}

main #insidePage .order .tableIN tbody tr td h5 {
  font-size: 18px;
}

main #insidePage .order .tableIN tbody tr td p {
  font-size: 15px;
}

main #insidePage .order .tableIN tbody tr td .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN tbody tr td .action {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

main #insidePage .order .tableIN tbody tr td .action a.btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #insidePage .order .tableIN tbody tr td .action a.btn i {
  font-size: 20px;
}

main #insidePage .order .tableIN tbody tr td .action a.btn:hover i {
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 1024px) {
  main #insidePage .order .tableIN tbody tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
  }
}

main .navigation {
  z-index: 100;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main .navigation {
    width: 80px;
  }
}

main .navigation a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  main .navigation a {
    width: 25px;
    height: 25px;
  }
}

main .navigation a i {
  font-size: 40px;
  color: #FE0000;
}

@media screen and (max-width: 1024px) {
  main .navigation a i {
    font-size: 35px;
  }
}

main .navigation a:hover i {
  color: #1C388B;
}

main .pagination {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  main .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main .pagination.pagination-circle .page-item.active > a {
  border-radius: 50%;
}

main .pagination .page-item > a:hover {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: .125rem;
  background-color: #eee;
}

main .pagination.pg-blue .page-item.active > a:hover {
  background-color: #FE0000;
}

main .pagination .page-item.active > a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: .125rem;
  background-color: #FE0000;
  color: #fff;
}

main .pagination .page-item {
  height: 34px;
  width: 34px;
  margin: 0 3px;
}

main .pagination .page-item > a {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  outline: 0;
  border: 0;
  background-color: transparent;
  font-size: .9rem;
  line-height: 1;
  color: #999;
  font-weight: bold;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

main .pagination.pagination-circle .page-item > a:hover {
  border-radius: 50%;
}

main .pagination.pagination-circle .page-item > a {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
}

main .pagination .page-item.active .page-link {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

main .page-link {
  border: none !important;
}

#errorPage .content {
  text-align: center;
  padding: 100px 0;
}

#errorPage .content h1 {
  font-size: 150px;
}

@media screen and (max-width: 1024px) {
  #errorPage .content h1 {
    font-size: 100px;
  }
}

#errorPage .content p {
  font-size: 30px;
}

.addressList {
  margin: 40px 0;
}

.addressList h3 {
  margin-bottom: 20px;
}

.addressTable {
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.addressTable .linkpdf i {
  font-size: 30px;
  color: #d00000;
  text-align: left;
}

.addressTable td, th {
  padding: 8px 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222;
  border: 1px solid #e7e7e7;
}

.addressTable td a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px auto;
}

.addressTable th {
  background-color: #369;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.addressTable tbody th {
  background-color: #e6e7e8;
}

.addressTable tbody tr:nth-child(1n-1) {
  background-color: #ecebeb;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}

.addressTable tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}

.addressTable tbody tr:hover {
  background-color: rgba(255, 212, 45, 0.2);
}

.addressTable td .txtred {
  font-size: 22px;
  color: #C00;
  margin-bottom: 5px;
}

.addressTable td .txtblue {
  font-size: 18px;
  color: #06C;
}

.addressTable2 {
  width: 100%;
  background: #fff;
  margin: 30px 0;
  border-radius: 20px 20px 0 0;
  border: 1px solid #ddd;
}

.addressTable2 .linkpdf i {
  font-size: 30px;
  color: #d00000;
  text-align: left;
}

.addressTable2 td, th {
  padding: 8px 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #222;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .addressTable2 td, th {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}

.addressTable2 td a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px auto;
}

.addressTable2 th {
  background-color: #369;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.addressTable2 tbody th {
  background-color: #e6e7e8;
}

.addressTable2 tbody tr:nth-child(1n-1) {
  background-color: #ecebeb;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}

.addressTable2 tbody tr:nth-child(2n-1) {
  background-color: #f6f6f6;
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}

.addressTable2 tbody tr:hover {
  background-color: rgba(255, 212, 45, 0.2);
}

.addressTable2 td .txtred {
  font-size: 22px;
  color: #C00;
  margin-bottom: 5px;
}

.addressTable2 td .txtblue {
  font-size: 18px;
  color: #06C;
}
/*# sourceMappingURL=style.css.map */