/* general */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  word-break: break-word;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-size: 15px;
  line-height: 25px;
  color: #666;
  font-family: "Karla", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

p {
  margin: 0 0 15px 0;
  line-height: 25px;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 600;
  letter-spacing: -0.2px;
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

main {
  display: block;
}

.height100 {
  height: 100%;
}

.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  line-height: 100%;
}

.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.inline-middle .item-inline {
  vertical-align: middle;
}

.relative-section {
  position: relative;
}

.absolute-section {
  position: absolute;
}

.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.font900 {
  font-weight: 900;
}

.font800 {
  font-weight: 800;
}

.font700 {
  font-weight: 700;
}

.font600 {
  font-weight: 600;
}

.font500 {
  font-weight: 500;
}

.font400 {
  font-weight: 400;
}

.font300 {
  font-weight: 300;
}

.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
}

.flex-three .item-flex {
  width: 33.33%;
}

.flex-two .item-flex {
  width: 50%;
}

.flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

:focus {
  outline: none !important;
}

.on-sp {
  display: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  border: 1px solid #e0e0e0;
  padding: 8px 9px;
  outline: none;
  font-size: 13px;
  color: #888;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  -webkit-appearance: none !important;
}

.button, input[type="button"], input[type="submit"] {
  padding: 5px 14px 7px 14px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.2px;
  -webkit-appearance: none !important;
}

#wrapper {
  background: #ffffff;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

#header {
  border-top: 5px solid #005cab;
}
#header .logo img {
  display: block;
}
#header .hd-top {
  padding: 20px 0;
}
#header .hd-right .social {
  margin-bottom: 13px;
  text-align: right;
}
#header .hd-right .social a {
  display: inline-block;
  margin-left: 11px;
  color: #707070;
  opacity: 0.5;
  font-size: 16px;
}
#header .hd-right .social a:hover {
  opacity: 1;
}
#header .hd-right .form-search .search-input {
  width: 180px;
  font-size: 11px;
  color: #888;
  opacity: 0.8;
}
#header .hd-right .form-search .search-btn {
  top: 4px;
  right: 2px;
  background: none;
  border: none;
  color: #707070;
  opacity: 0.5;
  font-size: 16px;
}

.menu-main {
  background-color: #27318b;
}
.menu-main ul {
  letter-spacing: -0.3em;
}
.menu-main ul li {
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
.menu-main ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.menu-main ul li.current-menu-item > a {
  background: #a2aa00;
  color: #fff !important;
}
.menu-main ul li a {
  color: #fff;
  font-size: 20px;
  padding: 10px 16px 8px 16px;
  border-right: 2px solid white;
  position: relative;
  display: block;
}
.menu-main ul li a:hover {
  background: #a2aa00;
}
.menu-main ul li ul {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  left: -1px;
  z-index: 999;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  width: 100%;
  width: 12em;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.menu-main ul li ul li {
  display: block;
}
.menu-main ul li ul li a {
  color: #000000;
  font-size: 20px;
  line-height: 18px;
  padding: 9px 12px;
  border-top: 1px solid #e6e6e6;
  border-right: none;
}
.menu-main ul li ul li a:hover {
  background: #dde3ec !important;
  color: #000 !important;
}
.menu-main ul li ul li ul {
  left: 100%;
  top: 0;
}

@media (max-width: 1279px) {
  .menu-main ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .menu-main ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .on-sp {
    display: block !important;
  }

  .on-pc {
    display: none !important;
  }

  #wrapper {
    margin: 0 20px;
  }

  #header .logo img {
    margin: 0 auto;
  }
  #header .hd-top {
    text-align: center;
  }
  #header .hd-top .list-flex {
    display: block;
  }
  #header .hd-right .social {
    text-align: center;
  }
  #header .hd-right .social a {
    margin: 0 5px;
  }
  #header .hd-right .form-search .search-input {
    width: 100%;
  }
  #header .menu-main {
    display: none;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    position: absolute;
    top: calc(100% - 30px);
    left: 20px;
    right: 20px;
    z-index: 10;
    max-height: 350px;
    overflow-y: auto;
  }
  #header .menu-main ul {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
  #header .menu-main ul li {
    display: block;
    position: relative !important;
  }
  #header .menu-main ul li a {
    font-size: 15px !important;
    padding: 10px 10px !important;
    color: #888 !important;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 18px;
  }
  #header .menu-main ul li.current-menu-item > a {
    color: #fff !important;
  }
  #header .menu-main ul li ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
  }
  #header .menu-main ul li ul li.current-menu-item > a {
    background: #dde3ec !important;
    color: #000 !important;
  }
  #header .menu-main ul li ul li a:hover {
    background: #dde3ec !important;
    color: #000 !important;
  }
  #header .menu-main ul li ul li ul li a:before {
    content: "--";
    display: inline-block;
    margin-right: 5px;
  }
  #header .hd-menu {
    padding: 0 20px 30px;
    position: relative;
  }
  #header .hd-menu .toggle-menu {
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    line-height: 1;
    background: url(../images/down.png) no-repeat right 10px center;
  }
  #header .hd-menu .toggle-menu.active {
    background: url(../images/top.png) no-repeat right 10px center;
  }
}
#footer .ft-top {
  background: #612540;
  padding: 30px 0;
  color: #fff;
  font-size: 12px;
}
#footer .ft-info {
  margin: 0 -10px;
}
#footer .ft-info .ft-item {
  width: 25%;
  padding: 0 10px;
}
#footer .ft-info .ft-item h2 {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 30px;
  color: #fff;
}
#footer .ft-info .ft-item a {
  color: #fff;
  display: block;
}
#footer .ft-info .ft-item a:hover {
  color: #afbd22;
}
#footer .ft-info .ft-item a img {
  display: block;
}
#footer .ft-info .ft-item p:last-child {
  margin-bottom: 0;
}
#footer .ft-info .ft-item .btn-blue {
  padding: 4px 20px;
  color: #fff;
  background: #005cab;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
#footer .ft-info .ft-item .btn-blue:hover {
  background: #afbd22;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}
#footer .ft-bottom {
  font-size: 12px;
  color: #aaa;
  background: #888;
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  #footer .ft-info .ft-item {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .ft-info .ft-item:last-child {
    margin-bottom: 0;
  }
  #footer .ft-info .ft-item .btn-blue {
    max-width: 210px;
  }
  #footer .ft-bottom {
    padding-bottom: 60px;
  }
}
.color-blue {
  color: #005cab;
}

.color-green {
  color: #a2aa00;
}

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

.post-list .post-it {
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
}
.post-list .post-it:first-child {
  padding-top: 0;
}
.post-list .post-it:last-child {
  margin-bottom: 0;
}
.post-list .post-it h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.post-list .post-it h3 a:hover {
  opacity: 0.8;
}
.post-list .post-it p {
  margin: 0;
  color: #666;
  font-family: 'Karla';
}
.post-list .post-it .featured {
  margin: 10px 0;
}
.post-list .post-it .featured p {
  margin: 0;
  text-align: center;
  color: #666 !important;
  font-family: "Karla" !important;
}
.post-list .post-it .post-link:hover {
  opacity: 0.8;
}

.pagination {
  padding-top: 20px;
  text-align: center;
}
.pagination .page-numbers {
  padding: 6px 10px;
  border-bottom: none;
  display: inline-block;
  color: #888;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #f4f4f4;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  min-width: 28px;
  text-align: center;
}
.pagination .page-numbers:hover {
  background-color: #ccc;
  color: #fff;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
}
.pagination .page-numbers.current {
  background: #005cab;
  color: #fff;
}

/* pages */
.home-banner .home-slider .slider-it {
  height: 544px;
}
.home-banner .home-slider .slider-it a {
  display: block;
  height: 100%;
}

.home-about {
  padding: 30px 0 50px;
}
.home-about .ab-list {
  margin: 0 -20px;
}
.home-about .ab-list .ab-it {
  width: 33.33%;
  padding: 0 20px;
}
.home-about .ab-list .ab-it .icon {
  height: 86px;
  margin-bottom: 20px;
}
.home-about .ab-list .ab-it .icon img {
  height: 100%;
}
.home-about .ab-list .ab-it .des h2 {
  font-size: 24px;
  line-height: 30px;
  color: #005cab;
  margin: 0;
}
.home-about .ab-list .ab-it .des p {
  margin-bottom: 0;
}

.home-news {
  padding: 60px 0 40px;
}
.home-news h2 {
  font-size: 24px;
  line-height: 30px;
  color: #005cab;
  margin-bottom: 20px;
}

.bg-grey {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
          box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
  background: #efefef;
}

.home-conferences {
  padding: 40px 0;
}
.home-conferences .conferences-box {
  margin: 0 -12px;
}
.home-conferences .conferences-box .featured {
  width: 50%;
  padding: 0 12px;
}
.home-conferences .conferences-box .des {
  width: 50%;
  padding: 0 12px;
}
.home-conferences .conferences-box .des h2 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 34px;
  color: #005cab;
}
.home-conferences .conferences-box .des p {
  margin: 0 0 15px 0;
  line-height: 25px;
}
.home-conferences .conferences-box .des p a {
  color: #a2aa00;
}
.home-conferences .conferences-box .des p a:hover {
  opacity: 0.8;
}
.home-conferences .conferences-box .des p:last-child {
  margin-bottom: 0;
}

.home-blog {
  padding: 60px 0 40px;
}
.home-blog h2 {
  font-size: 24px;
  line-height: 30px;
  color: #005cab;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .home-banner .home-slider .slider-it {
    height: 250px;
  }

  .home-about .ab-list .ab-it {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-about .ab-list .ab-it:last-child {
    margin-bottom: 0;
  }

  .home-news {
    padding: 40px 0 20px;
  }

  .home-conferences .conferences-box .featured {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-conferences .conferences-box .des {
    width: 100%;
  }

  .home-blog {
    padding: 40px 0 20px;
  }
}
.page-title {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e0e0e0;
  background-color: #afbd22;
  padding: 40px 40px;
}
.page-title h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  max-width: 80%;
}
.page-title .time-of-post {
  color: #fff;
  margin: 10px 0;
  display: block;
}
.page-title .breadcrumbs {
  color: #fff;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.page-title .breadcrumbs p {
  margin-bottom: 0;
  margin-right: 5px;
}
.page-title .breadcrumbs a {
  color: #005cab;
}
.page-title .breadcrumbs a.current {
  color: #fff;
}
.page-title .breadcrumbs a:hover {
  opacity: 0.5;
}
.page-title .breadcrumbs i {
  margin: 0 5px;
}

.single-main {
  padding: 30px 0;
}
.single-main .sidebar {
  width: 190px;
}
.single-main .sidebar h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 12px;
}
.single-main .sidebar ul li {
  margin: 0 0 5px 0;
}
.single-main .sidebar ul li a {
  color: #666;
  display: block;
  padding-left: 12px;
  background: url(../images/right.png) no-repeat left 7px;
}
.single-main .sidebar ul li a:hover {
  opacity: 0.8;
}
.single-main .single-right {
  width: calc(100% - 190px);
  padding-left: 90px;
}
.single-main .single-right h2 {
  line-height: 26px;
  font-size: 20px;
}
.single-main .single-right .featured {
  margin-bottom: 30px;
}
.single-main .single-right .featured img {
  display: block;
}
.single-main .single-right .featured p {
  color: #000;
  font-family: 'Arial';
  text-align: center;
}
.single-main .single-right .single-custom {
  padding-bottom: 40px;
}
.single-main .single-right .single-custom p {
  color: #000;
  font-family: 'Arial';
}
.single-main .single-right .single-custom a {
  color: #000;
  text-decoration: underline;
}
.single-main .single-right .single-custom a:hover {
  opacity: 0.8;
}
.single-main .single-right .single-custom h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.single-main .single-right .single-custom ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.single-main .single-right .single-custom ul li {
  list-style: disc;
  color: #000;
}
.single-main .single-right .sg-cat {
  margin-top: 40px;
}
.single-main .single-right .sg-cat h3 {
  margin: 0;
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
.single-main .single-right .sg-cat p {
  margin: 0;
}
.single-main .single-right .sg-cat p a {
  color: #a2aa00;
  text-decoration: none;
}
.single-main .single-right .sg-cat p a:hover {
  opacity: 0.8;
}
.single-main .single-right .single-bottom {
  border-top: 1px solid #e0e0e0;
}
.single-main .single-right .single-bottom h3 {
  font-size: 16px;
  line-height: 22px;
  color: #819dc8;
  margin: 0;
}
.single-main .single-right .single-bottom h3 a {
  color: #a2aa00;
}

@media (max-width: 1279px) {
  .page-title {
    padding: 40px 20px;
  }
}
@media (max-width: 1060px) {
  #wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }

  .single-main .single-right {
    padding-left: 30px;
  }

  .page-title {
    display: block;
  }
  .page-title h1 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-title {
    text-align: center;
    padding: 20px;
  }
  .page-title h1 {
    margin-bottom: 10px;
  }
  .page-title .breadcrumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .single-main .sidebar {
    width: 100%;
    margin: 30px 0 0;
  }
  .single-main .single-right {
    width: 100%;
    padding-left: 0;
  }
}
.about-custom h2 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #005cab;
  margin: 0;
}
.about-custom h5 {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
}
.about-custom h3 {
  line-height: 26px;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.about-custom h3 a {
  color: #444;
}
.about-custom h3 a:hover {
  opacity: 0.8;
}
.about-custom h4 {
  font-size: 16px;
  line-height: 22px;
  color: #819dc8;
  margin: 0;
}
.about-custom .btn-green a {
  padding: 4px 30px;
  color: #fff;
  background: #afbd22;
  display: inline-block;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.2px;
  font-size: 13px;
  font-weight: 500;
}
.about-custom .btn-green a:hover {
  background: #005cab;
}
.about-custom .btn-blue a {
  background: #005cab;
  padding: 5px 14px;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.2px;
  font-size: 13px;
  font-weight: 500;
}
.about-custom .btn-blue a:hover {
  background: #a2aa00;
}
.about-custom .box-people {
  gap: 10px;
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.about-custom .box-people .wp-block-column:last-child p {
  margin-bottom: 0;
}
.about-custom .box-people .wp-block-column img {
  width: auto !important;
}
.about-custom .box-people .wp-block-column h2 {
  font-weight: 600;
}
.about-custom img {
  height: auto !important;
}
.about-custom ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.about-custom ul li {
  list-style: disc;
}
.about-custom p a {
  color: #a2aa00;
}
.about-custom p a:hover {
  opacity: 0.8;
}
.about-custom p.file-pdf a {
  display: inline-block;
  vertical-align: top;
}
.about-custom p.file-pdf a:before {
  width: 16px;
  height: 16px;
  background: url(../images/application-pdf.png) no-repeat center center;
  content: "";
  display: block;
}
.about-custom .list-box {
  margin-top: 60px;
}
.about-custom .box-grey {
  padding: 20px 15px;
  border-top: 1px solid #e0e0e0;
}
.about-custom .box-grey:hover {
  background: #fafafa;
}
.about-custom .box-grey:last-child {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.about-custom .box-grey .btn-green {
  margin-bottom: 0;
}

.about-news {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #efefef;
  -webkit-box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
          box-shadow: inset 0px 2px 0px 0px #f7f7f7, inset 0px -2px 0px 0px #f7f7f7;
  padding: 40px 0 20px;
}
.about-news h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #005cab;
}

.news-list {
  margin: 0 -10px 20px;
}
.news-list .news-it {
  padding: 0 10px 20px;
  width: 33.33%;
}
.news-list .news-it .featured {
  height: 145px;
}
.news-list .news-it .featured a {
  display: block;
}
.news-list .news-it .featured a:hover {
  opacity: 0.7;
}
.news-list .news-it .news-it-box {
  background: #fff;
  height: 100%;
}
.news-list .news-it .info {
  padding: 10px 20px 10px;
}
.news-list .news-it .info h3 {
  font-weight: 400;
  margin-bottom: 10px;
}
.news-list .news-it .info h3 a {
  color: #a2aa00;
}
.news-list .news-it .info h3 a:hover {
  opacity: 0.8;
}
.news-list .news-it .info p {
  font-size: 12px;
  color: #666;
}

.video-box {
  padding: 20px 0;
}
.video-box .video-list {
  margin: -10px;
}
.video-box .video-list .video-it {
  padding: 10px;
  width: 50%;
}
.video-box .video-list .video-it iframe {
  width: 100%;
  height: 300px;
}
.video-box .video-list .video-it .label {
  top: 0;
  left: 10%;
  right: 10%;
  padding: 8px 20px;
  background: #000000c0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  border: solid 4px #ffffff;
  font-size: 16px;
  border-top: none;
}
.video-box .video-list .video-it h2 {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 34px;
  color: #005cab;
}
.video-box .video-list .video-it p {
  margin: 0;
}
.video-box .video-list .video-it p a {
  color: #a2aa00;
}
.video-box .video-list .video-it p a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .video-box .video-list .video-it iframe {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .news-list .news-it {
    width: 100%;
  }

  .video-box .video-list .video-it {
    width: 100%;
  }
  .video-box .video-list .video-it .label {
    font-size: 12px;
    line-height: 1.5;
  }

  .about-custom .box-people {
    padding: 30px 0;
    margin: 0;
  }
}
.contact-main .sidebar h3 {
  font-size: 16px;
  line-height: 22px;
  color: #819dc8;
  margin: 0;
}
.contact-main .sidebar p a {
  color: #a2aa00;
}
.contact-main .sidebar p a:hover {
  opacity: 0.8;
}
.contact-main .contact-form {
  margin-top: -20px;
}
.contact-main .contact-form label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
}
.contact-main .contact-form label span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.contact-main .contact-form .ct-input {
  width: 240px;
  padding: 6.5px 9px;
}
.contact-main .contact-form br {
  display: none;
}
.contact-main .contact-form .ct-textarea {
  height: 129px;
  width: 100%;
}
.contact-main .contact-form .ct-submit {
  background: #005cab;
  color: #fff;
  padding: 7.5px 11px;
  border: none !important;
  margin-top: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.contact-main .contact-form .ct-submit:hover {
  background: #afbd22;
}
.contact-main .contact-form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0;
}

@media (max-width: 767px) {
  .contact-main .contact-form .ct-input {
    width: 100%;
    max-width: 350px;
  }
}
