.video-background {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.do-area-bg-conter .video-background {
  width: 100%;
  margin: 0;
}
.container-fluid {
  padding: 0;
}
.main {
  position: relative;
  width: 100%;
  background-color: #0f0f0f;
}
.find-hear {
  top: 20%;
  width: 100%;
  position: absolute;
}
.find-hear > p {
  text-align: center;
  line-height: 1.2;
}
.find-hear > p > span {
  color: #0f65d0;
  font-size: 72px;
}
@media only screen and (max-width: 768px) {
  .find-hear > p > span {
    color: #0f65d0;
    font-size: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .find-hear {
    top: 20%;
    width: 100%;
    position: absolute;
  }
  .find-hear > p > span {
    color: #0f65d0;
    font-size: 20px;
  }
}
.from-input {
  height: 40px;
}
.form-control:active,
.form-control:focus {
  border-color: rgba(88, 153, 207, 0.8);
  box-shadow: rgba(88, 153, 207, 0.8);
}
.link-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.link-img > img {
  width: 100%;
}
.row {
  margin: 0;
}
.info-box {
  height: 210px;
  padding-top: 2%;
  padding-bottom: 2%;
  vertical-align: center;
  overflow: hidden;
  display: inline-block;
}
.box > li {
  min-height: 380px;
}
.item-height {
  height: 230px;
}
.white-80 {
  width: 80%;
}
.element-list.lg ul {
  margin: 0 -16px;
}
.element-list-ul {
  padding: 0;
  line-height: 1.8;
}
.element-list.lg ul li {
  padding: 0 16px;
}
.element-list li {
  line-height: 1.8;
}
.element-list-item {
  float: left;
  width: 100%;
}
.element-list-item .heading {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.element-list h4 {
  line-height: inherit;
}
.element-list-item .do-time {
  float: right;
  color: inherit;
  opacity: 0.5;
}
.element-list-item a {
  font-weight: 200;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.element-list h4 > * {
  vertical-align: middle;
}
.swiper-item {
  width: 200px;
  height: 120px;
  margin: 0 auto;
}
.swiper-item > img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
#myTabs {
  display: block;
}
#myTabContent {
  display: inline-block;
}
.services-section {
  background-color: #e7e7e7;
}
.services-section .services-box .title {
  font-size: 32px;
  padding: 10px;
  color: #0f0f0f;
}
.services-section .services-box .content {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.services-section .services-box .content .card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.services-section .services-box .content .card .card-header div {
  height: 180px;
}
.services-section .services-box .content .card .card-header div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .services-box .content .card .card-body {
  padding: 10px;
}
.services-section .services-box .content .card .card-body .title {
  color: #0f0f0f;
  font-size: 18px;
  font-weight: bold;
}
.services-section .services-box .content .card .card-body .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 14px;
  color: #0f0f0f;
}
.services-section .services-box .content .card .card-footer {
  padding: 0 10px 10px 10px;
}
.news-section .news-box > .title {
  font-size: 32px;
  padding-bottom: 20px;
  color: #0f0f0f;
}
.news-section .news-box .content-box {
  display: flex;
  overflow-x: auto;
}
@media only screen and (max-width: 992px) {
  .news-section .news-box .content-box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.news-section .news-box .content-box .content {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 20px;
  flex-shrink: 0;
  width: 318px;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 992px) {
  .news-section .news-box .content-box .content {
    flex-shrink: 1;
    width: 100vw;
  }
}
.news-section .news-box .content-box .content .card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #f2f2f2;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.news-section .news-box .content-box .content .card .card-header div {
  height: 180px;
}
.news-section .news-box .content-box .content .card .card-header div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .news-box .content-box .content .card .card-body {
  padding: 10px;
}
.news-section .news-box .content-box .content .card .card-body .title {
  color: #0f0f0f;
  font-size: 13px;
  margin-bottom: 10px;
}
.news-section .news-box .content-box .content .card .card-body .desc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 16px;
  color: #0f0f0f;
  margin: 0;
}
.news-section .news-box .content-box .content .card .card-footer {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.about-us-section {
  background: #e7e7e7;
}
.about-us-section .about-us-box > .title {
  font-size: 32px;
  padding-bottom: 20px;
  color: #0f0f0f;
}
.about-us-section .about-us-box > .content-box .clear-col-padding {
  padding-left: 0;
}
.about-us-section .about-us-box > .content-box .clear-col-padding img {
  max-width: 560px;
}
.about-us-section .about-us-box > .content-box p {
  font-size: 18px;
  color: #0b0b0b;
  text-indent: 2em;
}
.about-us-section .about-us-box > .content-box .abort-us-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*# sourceMappingURL=index.css.map */