.subHeader {
  border-bottom: 1px solid #eee;
  background-color: rgba(245, 245, 245, 0.35);
  z-index: 10;
}

.subHeader .top-header {
  padding: 0 36px;
  position: relative;
  z-index: 1;
}

.subHeader .top-header .nav .nav-item {
  border-left: 1px solid #e2e0e0;
}

.subHeader .top-header .nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #121212;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.subHeader .top-header .nav .nav-item .nav-link img {
  width: 22px;
  height: 22px;
}

.subHeader .top-header .nav .nav-item .nav-link:hover {
  background-color: #eee;
}

.subHeader .top-header .nav .nav-item .nav-link.skipMain {
  padding-top: 10px;
}

.subHeader .top-header .nav .nav-item .form-select {
  margin-left: 5px;
  padding: 3px 30px 3px 10px;
  font-size: 14px;
  margin-top: 5px;
}

.subHeader .top-header .nav .nav-item .form-select option {
  font-size: 14px;
}

.subHeader .top-header .nav .nav-item .form-select:focus {
  box-shadow: none;
}

.subHeader .top-header .nav .nav-item.dropdown a:after {
  display: none;
}

.subHeader .top-header .nav .nav-item.dropdown .dropdown-menu {
  min-width: auto;
  padding: 0;
}

.subHeader .top-header .nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  text-align: center;
}

.subHeader .top-header .content-left .nav .nav-item .nav-link {
  padding-top: 10px;
}

.subHeader .top-header .content-left .nav .nav-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.logoHeader .logo {
  margin-bottom: 20px;
}

.logoHeader .logo img {
  position: relative;
  top: 13px;
}

.menuHeader .navbar {
  border-top: 1px solid #eee;
  background-color: rgba(245, 245, 245, 0.35);
  padding: 0;
}

.menuHeader .navbar .nav-link {
  color: #30475e;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  padding: 10px 15px;
}

.menuHeader .navbar .nav-link:hover {
  background-color: #30475e;
  color: #fff;
}

.menuHeader .navbar .nav-link.active {
  background-color: #30475e;
  color: #fff;
}

.cm_minister .bg {
  padding: 20px 15px;
}

.cm_minister .bg .imgBorderCircle {
  border: 2px solid #f05454;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
}

.cm_minister .bg .imgBorderCircle img {
  position: relative;
}

.cm_minister .bg .imgBorderCircle img.cm {
  left: 0px;
  height: 215px;
}

.cm_minister .bg .imgBorderCircle img.minister {
  height: 240px;
  top: 0px;
  left: 0px;
}

.cm_minister .bg .textDetail {
  margin-top: 10px;
}

.cm_minister .bg .textDetail h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #30475e;
  text-align: center;
  margin-bottom: 5px;
}

.cm_minister .bg .textDetail p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #30475e;
  text-align: center;
}

.cm_minister .bg .textDetail p strong {
  color: #f05454;
}

.cm_minister .figureLeft {
  background-color: #f05454;
  height: 250px;
  width: 150px;
  position: relative;
  left: -15px;
  float: left;
  top: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.cm_minister .figureRight {
  background-color: #f05454;
  height: 250px;
  width: 150px;
  position: relative;
  right: -15px;
  float: right;
  top: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about {
  margin-bottom: 2%;
}

.about .title {
  color: #fff;
}

.about .title.divider {
  display: flex;
}

.about .title.divider:before {
  content: "";
  flex: 1;
}

.about .title.divider:after {
  content: "";
  flex: 1;
}

.about .title.donotcross {
  overflow: hidden;
  align-items: center;
  background: #f05454;
  height: 2em;
  line-height: 2em;
}

.about .title.donotcross:before {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

.about .title.donotcross:after {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

.about .aboutDetail p {
  margin-top: 20px;
}

.about a {
  color: #f05454;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.about a .box {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 15px 0;
}

.about a .box img {
  width: 64px;
  height: 64px;
}

.about a .box h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-top: 10px;
  font-weight: 700;
}

.about a .box span {
  color: #121212;
}

.breadCrumb {
  background: linear-gradient(0deg, rgba(48, 71, 94, 0.5), rgba(48, 71, 94, 0.3)), url("../images/headerImage.jpg");
  padding: 5% 0;
}

.breadCrumb h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.aboutDetail h6 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #f05454;
  font-size: 18px;
  margin: 20px 0;
}

.aboutDetail li {
  margin-bottom: 10px;
}

.contactDetail p {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.contactDetail th {
  color: #f05454;
}

.contactDetail th:nth-child(1) {
  text-align: center;
}

.contactDetail th:nth-child(3) {
  text-align: center;
}

.contactDetail th:nth-child(4) {
  text-align: center;
}

.contactDetail td:nth-child(1) {
  text-align: center;
}

.contactDetail td:nth-child(3) {
  text-align: center;
}

.contactDetail td:nth-child(4) {
  text-align: center;
}

.otherLogo .title {
  color: #fff;
}

.otherLogo .title.divider {
  display: flex;
}

.otherLogo .title.divider:before {
  content: "";
  flex: 1;
}

.otherLogo .title.divider:after {
  content: "";
  flex: 1;
}

.otherLogo .title.donotcross {
  overflow: hidden;
  align-items: center;
  background: #f05454;
  height: 0.2em;
  line-height: 0;
  margin-bottom: 3%;
}

.otherLogo .title.donotcross:before {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

.otherLogo .title.donotcross:after {
  background: white;
  padding: 50px 0;
  height: 0;
  transform: rotate(45deg);
}

.otherLogo .multiple-items {
  margin-bottom: 3%;
}

.otherLogo .multiple-items .item img {
  padding: 15px;
  border: 1px solid #eee;
}

.menuText {
  display: none;
}

.footer .skew-c {
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to left bottom, #fff 49%, #30475e 50%);
}

.footer .colour-block {
  padding-top: 10%;
  background: #30475e;
  color: #fff;
}

.footer .footer-content h4 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer .footer-content p {
  font-family: "Open Sans", sans-serif;
}

.footer .footer-content ul {
  padding-left: 0;
}

.footer .footer-content ul li {
  list-style: none;
  margin-bottom: 10px;
  transition: 0.15s;
}

.footer .footer-content ul li a {
  color: #fff;
  text-decoration: none;
}

.footer .footer-content ul li:hover {
  margin-left: 7px;
}

.footer .footer-bottom-copy {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.footer .footer-bottom-copy p {
  font-size: 12.5px;
  font-family: "Open Sans", sans-serif;
}

/*# sourceMappingURL=style.css.map */