@charset "UTF-8";
@font-face {
  src: url("fonts/SourceSansPro-Bold.ttf");
  font-family: SourceSansProBold;
  font-display: auto;
}
@font-face {
  src: url("fonts/SourceSansPro-SemiBold.ttf");
  font-family: SourceSansProSemiBold;
  font-display: auto;
}
@font-face {
  src: url("fonts/SourceSansPro-Regular.ttf");
  font-family: SourceSansProRegular;
  font-display: auto;
}
@font-face {
  src: url("fonts/SourceSansPro-Light.ttf");
  font-family: SourceSansProLight;
  font-display: auto;
}
body {
  font-family: SourceSansProRegular;
  overflow-x: hidden;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
}

header {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  header {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  header {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .nav-top {
  margin-top: 20px;
}
@media (max-width: 998px) {
  header .nav-top .col-md-12.text-right {
    display: flex;
  }
}
header .nav-top .item {
  text-align: left;
  display: inline-block;
  position: relative;
  margin-left: 60px;
}
@media (max-width: 998px) {
  header .nav-top .item.eshop-mobile-hide{
    display: none;
  }
}
@media (max-width: 998px) {
  header .nav-top .item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 30px;
  }
}
header .nav-top .item .icon {
  position: absolute;
  left: -40px;
  top: 0;
}
header .nav-top .item .icon img.cart {
  /*width: 25px;
  margin: 10px 0 10px 9px;*/
  width: 30px;
  margin: 5px 0 10px 15px;
}
@media (min-width: 1500px) {
  header .nav-top .item .icon {
    left: -55px;
  }
  header .nav-top .item .icon img {
    width: 50px;
    height: auto;
  }
}
header .nav-top .item h3 {
  margin-bottom: 0;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  header .nav-top .item h3 {
    font-size: 10px;
  }
}
@media (max-width: 998px) {
  header .nav-top .item h3 {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  header .nav-top .item h3 {
    font-size: 12px;
  }
}
header .nav-top .item a {
  font-family: SourceSansProBold;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  header .nav-top .item a {
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  header .nav-top .item a {
    font-size: 18px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  header .navbar-brand img {
    max-width: 140px;
    height: auto;
  }
}
@media (max-width: 998px) {
  header .navbar-brand img {
    max-width: 100px;
    height: auto;
  }
}
@media (min-width: 1320px) and (max-width: 1439px) {
  header .navbar-brand img {
    max-width: 180px;
  }
}
@media (min-width: 1001px) {
  header #navbar-menu {
    margin-top: auto;
    padding-bottom: 5px;
  }
}
header .nav-item a.nav-link {
  padding-left: 12.5px !important;
  padding-right: 12.5px !important;
  color: #000 !important;
  white-space: nowrap;
}
@media (max-width: 998px) {
  header .nav-item a.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  header .nav-item a.nav-link {
    padding-left: 9.5px !important;
    padding-right: 9.5px !important;
  }
}
@media (min-width: 1550px) {
  header .nav-item a.nav-link {
    font-size: 16px !important;
  }
}
@media (min-width: 1650px) {
  header .nav-item a.nav-link {
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
  }
}
@media (min-width: 2050px) {
  header .nav-item a.nav-link {
    padding-left: 20.5px !important;
    padding-right: 20.5px !important;
    font-size: 18px !important;
  }
}
@media (min-width: 1001px) and (max-width: 1500px) {
  header .nav-item a.nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  header .nav-item a.nav-link {
    font-size: 14px;
  }
}
header .nav-item.active {
  font-family: SourceSansProBold;
  position: relative;
}
header .nav-item.active::after {
  content: "";
  position: absolute;
  left: 16.5px;
  bottom: 4px;
  background: #e6007e;
  height: 2px;
  width: calc(100% - 33px);
}
@media (min-width: 1000px) and (max-width: 1100px) {
  header .nav-item.active::after {
    left: 9.5px;
    width: calc(100% - 19px);
  }
}
@media (max-width: 998px) {
  header .nav-item.active::after {
    left: 0;
    width: 100%;
  }
}
header .lang a.nav-link {
  padding-right: 0 !important;
}
header .lang.desktop {
  display: block;
}
@media (max-width: 998px) {
  header .lang.desktop {
    display: none;
  }
}
header .lang-mobile {
  display: none;
}
@media (max-width: 998px) {
  header .lang-mobile {
    display: block;
    position: absolute;
    right: 86px;
    top: 8px;
  }
}
header .navbar-nav {
  margin-left: 0 !important;
}
@media (min-width: 1001px) {
  header .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .eshop {
  font-family: SourceSansProBold;
}
header .eshop a.nav-link {
  color: #009fe3 !important;
}
header .eshop img {
  height: auto;
  width: 15px;
}
@media (max-width: 998px) {
  header .eshop.desktop {
    display: none;
  }
}
header .eshop.desktop {
  display: none;
}
header .eshop.mobile {
  display: none;
}
@media (max-width: 998px) {
  header .eshop.mobile {
    display: block;
  }
}

@media (max-width: 998px) {
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 18px;
  }
}

.dropdown-item {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  justify-content: center;
}

.products-menu {
  min-width: 213px !important;
  border-radius: 5px;
  border: none;
  box-shadow: 13px 8px 19px rgba(0, 0, 0, 0.1);
}
.products-menu .dropdown-item {
  justify-content: left;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
  color: #000;
  position: relative;
}
.products-menu.tech_sup {
  min-width: 280px !important;
}
@media (max-width: 998px) {
  .products-menu .dropdown-item {
    padding-left: 0 !important;
  }
}
.products-menu .dropdown-item img {
  position: absolute;
  right: 10px;
  top: calc( 50% - 4.5px );
}
.products-menu .dropdown-item::after {
  height: 1px;
  width: calc( 100% - 20px );
  background: #f2f2f2;
  position: absolute;
  content: "";
  left: 10px;
  bottom: 0;
}
@media (max-width: 998px) {
  .products-menu .dropdown-item::after {
    left: 0;
  }
}

.dropdown-item:first-of-type {
  padding-top: 15px;
}

.dropdown-item:last-of-type {
  padding-bottom: 15px;
}

.dropdown-item:last-of-type::after {
  display: none;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.search {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}
@media (max-width: 998px) {
  .search {
    margin-top: 15px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .search {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 998px) {
  .search {
    display: table;
    margin-left: 0;
    margin-right: 0;
  }
}
.search input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 9px 16px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  background: #F8F8F8;
}
.search input::placeholder {
  color: #000000;
  font-size: 14px;
}
.search img {
  position: absolute;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 18px;
}

.dropdown-menu {
  min-width: 60px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.main-slider {
  margin-top: 15px;
  position: relative;
}
.main-slider .carousel {
  margin-left: 11.25% !important;
  margin-right: 11.25% !important;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .main-slider .carousel {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .main-slider .carousel {
    margin-left: 7.5% !important;
    margin-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .main-slider .carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.main-slider .carousel .carousel-control-prev {
  left: -60px;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .main-slider .carousel .carousel-control-prev {
    left: -50px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .main-slider .carousel .carousel-control-prev {
    left: -40px;
  }
}
@media (max-width: 998px) {
  .main-slider .carousel .carousel-control-prev {
    left: 5px;
  }
}
.main-slider .carousel .carousel-control-next {
  right: -60px;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .main-slider .carousel .carousel-control-next {
    right: -50px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .main-slider .carousel .carousel-control-next {
    right: -40px;
  }
}
@media (max-width: 998px) {
  .main-slider .carousel .carousel-control-next {
    right: 5px;
  }
}
.main-slider .bg-top {
  width: 100%;
  position: absolute;
  top: 420px;
  left: -15px;
  z-index: -1;
}
@media (min-width: 1001px) and (max-width: 1500px) {
  .main-slider .bg-top {
    top: 320px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .main-slider .bg-top {
    top: 230px;
  }
}
.main-slider .bg-top img {
  width: calc(100% + 30px);
}

.category {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 30px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .category {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .category {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
.category h1 {
  font-family: SourceSansProBold;
  font-size: 35px;
  text-align: center;
}
@media (max-width: 410px) {
  .category h1 {
    font-size: 26px;
  }
}
.category .item {
  border-radius: 5px;
}
@media (max-width: 998px) {
  .category .item {
    margin-bottom: 30px;
  }
}
.category .item img.w-100.h-100 {
  border-radius: 5px;
}
@media (min-width: 766px) and (max-width: 998px) {
  .category .item {
    min-height: 200px;
  }
  .category .item img {
    height: auto;
    object-fit: cover;
  }
}
.category .item .overlay {
  padding: 80px 25px 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  position: absolute;
  left: 15px;
  top: 0;
  width: 60%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 766px) and (max-width: 998px) {
  .category .item .overlay {
    width: 70%;
  }
}
.category .item .overlay .top {
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  left: 20px;
}
@media (min-width: 1500px) {
  .category .item .overlay .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 333px) {
  .category .item .overlay .top {
    display: none;
  }
}
.category .item .overlay h2 {
  font-family: SourceSansProBold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .category .item .overlay h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px) {
  .category .item .overlay h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 998px) {
  .category .item .overlay h2 {
    font-size: 20px;
  }
}
@media (min-width: 766px) and (max-width: 998px) {
  .category .item .overlay h2 {
    font-size: 18px;
  }
}
@media (min-width: 600px) and (max-width: 765px) {
  .category .item .overlay h2 {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  .category .item .overlay h2 {
    font-size: 16px;
  }
}
.category .item .overlay p {
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 998px) {
  .category .item .overlay p {
    font-size: 12px;
  }
}
@media (max-width: 410px) {
  .category .item .overlay p {
    margin-bottom: 5px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .category .item .overlay p {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 765px) {
  .category .item .overlay p {
    font-size: 18px;
  }
}
@media (min-width: 766px) and (max-width: 998px) {
  .category .item .overlay p {
    display: none;
  }
}
@media (min-width: 1660px) {
  .category .item .overlay p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 90%;
  }
}
.category .item .overlay a.link {
  text-align: right;
  font-family: SourceSansProSemiBold;
  text-decoration: underline;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
@media (min-width: 766px) and (max-width: 998px) {
  .category .item .overlay a.link {
    font-size: 14px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .category .item .overlay a.link {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 410px) {
  .category .item .overlay a.link {
    font-size: 12px;
  }
}
.category .item .overlay a.link img {
  margin-left: 2px;
  height: auto;
  margin-top: -2px;
  width: 5px;
}
.category .blue .overlay {
  background: rgba(0, 159, 227, 0.78);
  color: #fff;
}
.category .yellow .overlay {
  background: rgba(255, 237, 0, 0.78);
  color: #000;
}
.category .yellow .overlay a::after {
  color: #000;
}
.category .pink .overlay {
  background: rgba(230, 0, 126, 0.78);
  color: #fff;
}
.category .pink .overlay p {
  max-width: 80%;
}
.category .pink .overlay h2 {
  color: #fff;
}

.about {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 90px;
}
.about img {
	opacity: 1;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .about {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .about {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (min-width: 1001px) {
  .about .col-md-5 {
    padding-right: 50px;
  }
}
.about .col-md-5 h1 {
  font-size: 30px;
  font-family: SourceSansProBold;
  margin-bottom: 20px;
}
.about .col-md-5 .col-sm-6:first-child {
  margin-bottom: 25px;
}
@media (max-width: 998px) {
  .about .col-md-5 .col-sm-6 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about .about-us {
  background: rgba(0, 159, 227, 0.05);
  border-radius: 15px;
  padding-bottom: 20px;
}
@media (max-width: 998px) {
  .about .about-us {
    margin-top: 40px;
  }
}
.about .about-us h1 {
  font-size: 32px;
  font-family: SourceSansProBold;
  margin-top: 25px;
}
.about .about-us p {
  font-size: 14px;
  line-height: 2.05em;
}
@media (min-width: 1500px) {
  .about .about-us p {
    font-size: 16px;
  }
}
.about .about-us .img-wrap {
  float: left;
  position: relative;
  top: -35px;
  left: -25px;
  max-height: 180px;
}
@media (max-width: 998px) {
  .about .about-us .img-wrap {
    float: initial;
  }
}
.about .about-us .img-wrap img {
  border-radius: 15px;
}
.about .about-us .link-wrap {
  text-align: right;
}
.about .about-us .link-wrap a {
  text-align: right;
  font-family: SourceSansProSemiBold;
  position: relative;
  text-decoration: underline;
  color: #fff;
  background: #009FE3;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
}
.about .about-us .link-wrap a img {
  margin-left: 10px;
  height: auto;
  width: 6px;
}

footer {
  /* 21

  #009FE3 blue
  #E6007E red
  #FFED00 yellow
   */
}
footer .map {
  margin-top: 70px;
}
@media (max-width: 998px) {
  footer .map img.map-img {
    min-height: 300px;
    object-fit: cover;
  }
}
footer .map .contact-info {
  padding: 15px 30px 10px;
  position: absolute;
  left: 18%;
  top: 15px;
  bottom: 15px;
  width: 380px;
  height: auto;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #009FE3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 998px) {
  footer .map .contact-info {
    left: 7.5%;
    right: 7.5%;
    width: calc(100% - 15%);
  }
}
footer .map .contact-info h1 {
  font-size: 24px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .map .contact-info h1 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  footer .map .contact-info h1 {
    margin-bottom: 10px;
  }
}
footer .map .contact-info h2 {
  margin-bottom: 0;
  font-family: SourceSansProSemiBold;
  font-size: 18px;
}
footer .map .contact-info p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .map .contact-info p {
    font-size: 14px;
  }
}
footer .map .contact-info a {
  color: #00aa6d;
  font-size: 15px;
  font-family: SourceSansProSemiBold;
  text-decoration: underline;
  margin-left: 25px;
}
footer .map .contact-info a img {
  margin-left: 2px;
  height: auto;
  margin-top: -2px;
  width: 5px;
}
footer .map .contact-info .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .map .contact-info .item {
    margin-bottom: 10px;
  }
}
@media (max-width: 998px) {
  footer .map .contact-info .item {
    margin-bottom: 10px;
  }
}
footer .map .contact-info .item a {
  text-decoration: none;
  color: #000;
  margin-left: initial;
}
footer .map .contact-info .item img {
  margin-right: 9px;
  margin-top: -10px;
}
footer .map .contact-info .item:last-of-type {
  margin-bottom: 10px;
}
footer .page-info {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .page-info {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  footer .page-info {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
footer .page-info .menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 998px) {
  footer .page-info .menu {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 998px) {
  footer .page-info .menu {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
footer .page-info .menu a {
  display: table;
  font-size: 14px;
  text-decoration: underline;
}
@media (max-width: 998px) {
  footer .page-info .menu a {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 998px) {
  footer .page-info .col-md-3 {
    text-align: center;
  }
}
footer .page-info .hotline {
  color: #acacac;
  display: flex;
}
@media (max-width: 998px) {
  footer .page-info .hotline {
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 15px;
  }
}
footer .page-info .hotline img {
  margin-top: -10px;
  margin-right: 9px;
}
footer .page-info .hotline h2 {
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .page-info .hotline h2 {
    font-size: 13px;
  }
}
footer .page-info .hotline p {
  margin-bottom: 0;
}
footer .page-info .hotline a {
  font-family: SourceSansProBold;
  font-size: 23px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .page-info .hotline a {
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  footer .page-info .col-md-1.text-right {
    text-align: center !important;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 15px;
  }
}
footer .page-info::after {
  background: linear-gradient(to right, #009FE3 3%, #E6007E 3%, #E6007E 8%, #FFED00 8%, #FFED00 13%, #009FE3 13%, #009FE3 18%, #E6007E 18%, #E6007E 23%, #FFED00 23%, #FFED00 28%, #009FE3 28%, #009FE3 33%, #E6007E 33%, #E6007E 38%, #FFED00 38%, #FFED00 43%, #009FE3 43%, #009FE3 48%, #E6007E 48%, #E6007E 53%, #FFED00 53%, #FFED00 58%, #009FE3 58%, #009FE3 63%, #E6007E 63%, #E6007E 68%, #FFED00 68%, #FFED00 73%, #009FE3 73%, #009FE3 78%, #E6007E 78%, #E6007E 83%, #FFED00 83%, #FFED00 88%, #009FE3 88%, #009FE3 93%, #E6007E 93%, #E6007E 98%, #FFED00 98%, #FFED00 103%);
  position: absolute;
  content: "";
  height: 4px;
  right: 0;
  left: 0;
  top: -4px;
}
footer .made-by {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  background: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .made-by {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  footer .made-by {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  footer .made-by {
    font-size: 12px;
  }
}
@media (max-width: 998px) {
  footer .made-by .gdpr {
    text-align: center;
  }
}
footer .made-by .gdpr span:first-child {
  margin-right: 30px;
}
@media (max-width: 998px) {
  footer .made-by .gdpr span:first-child {
    margin-right: 0;
  }
}
footer .made-by .gdpr span {
  margin-left: 8px;
  margin-right: 8px;
}
footer .made-by .gdpr a {
  text-decoration: underline;
}
footer .made-by .realization {
  color: #636060;
  font-family: SourceSansProLight;
  text-align: right;
}
@media (max-width: 998px) {
  footer .made-by .realization {
    text-align: center;
  }
}
footer .made-by .realization a {
  font-family: SourceSansProBold;
}

section.about-us {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 70px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.about-us {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.about-us {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.about-us {
    margin-top: 40px;
  }
}
section.about-us h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 40px;
}
section.about-us .img-wrap {
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  max-height: 270px;
}
section.about-us p {
  font-size: 14px;
  line-height: 1.65em;
}
@media (min-width: 1500px) {
  section.about-us p {
    font-size: 16px;
  }
}
section.about-us p strong {
  font-family: SourceSansProBold;
}
section.about-us .blue {
  color: #009fe3;
  font-family: SourceSansProBold;
}
section.about-us ul {
  margin-top: -15px;
  list-style: none;
  padding-left: 15px;
}
section.about-us ul li {
  font-size: 14px;
  line-height: 2.05em;
}
@media (min-width: 1500px) {
  section.about-us ul li {
    font-size: 16px;
  }
}

section.news {
  margin-top: 70px;
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (max-width: 998px) {
  section.news {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.news {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.news {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.news h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 40px;
}
section.news h2 {
  color: #171717;
  font-size: 30px;
  margin-bottom: 25px;
  font-family: SourceSansProBold;
}
section.news .item {
  position: relative;
}
@media (min-width: 576px) and (max-width: 998px) {
  section.news .item .col-sm-3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  section.news .item .col-sm-9 {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 574px) {
  section.news .item .col-sm-3 {
    margin-bottom: 25px;
  }
}
section.news .item img {
  object-fit: cover;
}
section.news .item h3 {
  font-size: 18px;
  font-family: SourceSansProBold;
}
@media (min-width: 1500px) {
  section.news .item h3 {
    font-size: 22px;
  }
}
section.news .item h5 {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
@media (min-width: 1500px) {
  section.news .item h5 {
    font-size: 16px;
  }
}
section.news .item p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 28px;
  font-family: SourceSansProSemiBold;
}
@media (min-width: 1500px) {
  section.news .item p {
    font-size: 16px;
  }
}
section.news .item a.news-link {
  color: #009fe3;
  font-size: 14px;
  font-family: SourceSansProSemiBold;
  position: absolute;
  left: 15px;
  bottom: 0;
}
@media (min-width: 1500px) {
  section.news .item a.news-link {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  section.news .item a.news-link {
    bottom: -10px;
  }
}
section.news .item:not(:last-of-type) {
  margin-bottom: 60px;
}
section.news button {
  background: #009FE3;
  border-radius: 5px;
  font-family: SourceSansProSemiBold;
  font-size: 14px;
  margin-top: 80px;
  border: none;
  color: #fff;
  text-decoration: underline;
  padding: 12px 22px;
}
@media (min-width: 1500px) {
  section.news button {
    font-size: 16px;
  }
}
@media (max-width: 998px) {
  section.news button {
    margin-top: 35px;
  }
}

section.contact {
  margin-top: 70px;
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (max-width: 998px) {
  section.contact {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.contact {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.contact {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.contact h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 40px;
}
section.contact .sidebar .sidebar-item {
  border-radius: 5px;
  background: #F4F4F4;
  padding: 15px 15px 25px 10px;
}
@media (max-width: 766px) {
  section.contact .sidebar .sidebar-item {
    margin-bottom: 30px;
  }
}
section.contact .sidebar h2 {
  font-family: SourceSansProBold;
  margin-bottom: 15px;
  font-size: 16px;
}
@media (min-width: 1500px) {
  section.contact .sidebar h2 {
    font-size: 18px;
  }
}
section.contact .sidebar p {
  padding-left: 5px;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 1500px) {
  section.contact .sidebar p {
    font-size: 16px;
  }
}
section.contact .sidebar p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 776px) {
  section.contact .content {
    padding: 0;
  }
}
section.contact .content .form-wrap {
  margin-bottom: 15px;
}
section.contact .content .form-wrap input {
  width: calc(50% - 12px);
}
section.contact .content .form-wrap textarea, section.contact .content .form-wrap input {
  border: none;
  background: #EEEEEE;
  color: #000000;
  padding: 13px 20px;
  font-size: 12px;
  border-radius: 5px;
}
@media (min-width: 1500px) {
  section.contact .content .form-wrap textarea, section.contact .content .form-wrap input {
    font-size: 16px;
  }
}
section.contact .content .form-wrap input:nth-child(2n) {
  margin-left: 20px;
}
section.contact .content .form-wrap input::placeholder, section.contact .content .form-wrap textarea::placeholder {
  color: #000000;
  font-size: 12px;
}
@media (min-width: 1500px) {
  section.contact .content .form-wrap input::placeholder, section.contact .content .form-wrap textarea::placeholder {
    font-size: 16px;
  }
}
section.contact .content .form-wrap textarea {
  width: 100%;
  min-height: 130px;
  resize: none;
}
section.contact .content .input-group {
  max-width: 220px;
  font-size: 12px;
  margin-right: 20px;
}
@media (min-width: 1500px) {
  section.contact .content .input-group {
    max-width: 260px;
  }
}
section.contact .content .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.contact .content .btn-wrap button {
  background: #009FE3;
  border-radius: 5px;
  font-family: SourceSansProSemiBold;
  font-size: 14px;
  border: none;
  color: #fff;
  padding: 12px 22px;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  section.contact .content .btn-wrap button {
    font-size: 16px;
  }
}
section.contact .content .team-member {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}
section.contact .content .team-member .heading {
  background: rgba(0, 159, 227, 0.1);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
section.contact .content .team-member .heading h3 {
  color: #009fe3;
  font-size: 14px;
  font-family: SourceSansProBold;
}
@media (min-width: 1500px) {
  section.contact .content .team-member .heading {
    font-size: 18px;
  }
}
section.contact .content .team-member .img-wrap {
  display: flex;
  align-items: center;
}
section.contact .content .team-member .team-content h4 {
  margin-top: 5px;
  font-size: 16px;
  font-family: SourceSansProBold;
}
@media (min-width: 1500px) {
  section.contact .content .team-member .team-content h4 {
    font-size: 18px;
  }
}
section.contact .content .team-member .team-content p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
section.contact .content .team-member .team-content p strong {
  font-family: SourceSansProBold;
  margin-top: 8px;
}
section.contact .content .team-member .team-content p img {
  margin-right: 5px;
}
section.contact .content .team-member .team-content p a {
  margin-left: 4px;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
  color: #777777;
}
@media (min-width: 1500px) {
  label {
    font-size: 14px;
  }
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  margin: 0 8px 0 0;
  padding: 0;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #A8A8A8;
  min-width: 18px;
  min-height: 18px;
}

label:hover + label:before, input[type=radio]:hover + label:before {
  background: #DDF8FF;
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background: #fff;
  color: #009FE3;
  content: "✓";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
  font-weight: bold;
}

input[type=checkbox]:focus + label::before, input[type=radio]:focus + label::before {
  outline: #3b99fc auto 5px;
}

section.services {
  margin-top: 70px;
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (max-width: 998px) {
  section.services {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.services {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.services {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.services h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}

.category-list .item, .services .item, .sec-list .item {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
  flex: 0 0 calc(33.33333% - 20px);
}
@media (max-width: 998px) {
  .category-list .item, .services .item, .sec-list .item {
    flex: 0 0 calc(50% - 20px);
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .category-list .item, .services .item, .sec-list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.category-list .item h2, .services .item h2, .sec-list .item h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: SourceSansProBold;
  color: #009FE3;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.category-list .item a.link, .services .item a.link, .sec-list .item a.link, .new-link {
  color: #009FE3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%) translateY(-50%);
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
  font-family: SourceSansProSemiBold;
}
@media (min-width: 1500px) {
  .category-list .item a.link, .services .item a.link, .sec-list .item a.link {
    font-size: 16px;
  }
}
.category-list .item a.link img, .services .item a.link img, .sec-list .item a.link img {
  width: 5px;
  margin-left: 5px;
  height: auto;
}

section.category-list {
  margin-top: 70px;
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (max-width: 998px) {
  section.category-list {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.category-list {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.category-list {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.category-list h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}
section.category-list a.prev img {
  width: 5px;
  height: auto;
}
section.category-list a.prev span {
  color: #000000;
  text-decoration: underline;
}
section.category-list .item {
  flex-direction: column;
  padding: 15px;
}
section.category-list .item h2 {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
section.category-list .item p {
  text-align: justify;
  margin-bottom: 30px;
}
section.services .item p.subtitle {
	margin-bottom: 50px;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
  text-align: center;
}
section.category-list .item a.link {
  left: initial;
  right: 20px;
  bottom: 15px;
  transform: initial;
}

section.sec-list {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 70px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.sec-list {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.sec-list {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.sec-list {
    margin-top: 40px;
  }
}
section.sec-list h2 {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: SourceSansProBold;
}
section.sec-list h1 {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-family: SourceSansProBold;
}
section.sec-list p {
  margin-bottom: 40px;
  color: #000;
}
section.sec-list a.prev img {
  width: 5px;
  height: auto;
}
section.sec-list a.prev span {
  color: #000000;
  text-decoration: underline;
}
section.sec-list .item {
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 520px) {
  section.sec-list .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
section.sec-list .item h2 {
  margin-top: 15px;
  margin-bottom: 20px;
}
section.sec-list .item p {
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.sec-list .item p {
    font-size: 16px;
  }
}
section.sec-list .item p strong {
  font-family: SourceSansProBold;
}
section.sec-list .item a {
  left: initial !important;
  right: 20px !important;
  bottom: 20px !important;
  transform: initial !important;
}

section.detail {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 70px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.detail {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.detail {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.detail {
    margin-top: 40px;
  }
}
section.detail h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}
section.detail a.prev img {
  width: 5px;
  height: auto;
}
section.detail a.prev span {
  color: #000000;
  text-decoration: underline;
}
section.detail p {
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.detail p {
    font-size: 16px;
  }
}
section.detail p strong {
  font-family: SourceSansProBold;
}
section.detail button {
  border: none;
  font-size: 14px;
  background: #03AA00;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  font-family: SourceSansProSemiBold;
  margin-top: 30px;
  display: flex;
  align-items: center;
  max-width: 260px;
  white-space: nowrap;
}
@media (min-width: 1500px) {
  section.detail button {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  section.detail button {
    max-width: 285px;
  }
}
@media (max-width: 998px) {
  section.detail button {
    margin-left: auto;
    margin-right: auto;
  }
}
section.detail button img {
  margin-left: 8px;
  width: 6px;
  height: auto;
}

.product-info {
  background: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-bottom: 40px;
  margin-top: 15px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .product-info {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .product-info {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
.product-info .col-md-12 {
  text-align: center;
}
@media (max-width: 998px) {
  .product-info .col-md-12 {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
@media (max-width: 998px) {
  .product-info a:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.product-info a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  margin-right: 25px;
}
@media (min-width: 1500px) {
  .product-info a {
    font-size: 16px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .product-info a {
    margin-right: 12px;
  }
}
.product-info a img {
  margin-right: 6px;
}
.product-info a span {
  text-decoration: underline;
}
.product-info a:last-of-type {
  margin-right: 0;
}

section.benefits {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.benefits {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.benefits {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.benefits h2 {
  font-size: 16px;
  font-family: SourceSansProBold;
  margin-bottom: 20px;
}
@media (min-width: 1500px) {
  section.benefits h2 {
    font-size: 18px;
  }
}
section.benefits h3 {
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.benefits h3 {
    font-size: 16px;
  }
}
section.benefits ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
section.benefits ul li {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
@media (min-width: 1500px) {
  section.benefits ul li {
    font-size: 16px;
  }
}
section.benefits ul li::before {
  content: url("../img/checkmark.svg");
  position: absolute;
  left: -20px;
  top: 0;
}

section.adv {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 669px) {
  section.adv {
    display: none;
  }
}
section.adv .col-md-12 {
  text-align: center;
}
section.adv .col-md-12 span {
  color: #009FE3;
  font-size: 14px;
  font-family: SourceSansProBold;
  border-radius: 5px;
  padding: 15px 20px;
  background: rgba(0, 159, 227, 0.1);
}
@media (min-width: 1500px) {
  section.adv .col-md-12 span {
    font-size: 16px;
  }
}

.specs {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  .specs {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  .specs {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
.specs strong {
  font-family: SourceSansProBold;
}
.specs p {
  color: #000;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .specs p {
    font-size: 16px;
  }
}
.specs p a {
  color: #009FE3;
  font-family: SourceSansProBold;
}
.specs .img-wrap {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 998px) {
  .specs .img-wrap {
    margin-top: 30px;
  }
}
.specs h2 {
  font-size: 16px;
  margin-bottom: 15px;
  font-family: SourceSansProBold;
}
@media (min-width: 1500px) {
  .specs h2 {
    font-size: 18px;
  }
}
.specs h3 {
  font-size: 14px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .specs h3 {
    font-size: 16px;
  }
}
.specs .specs-info p {
  margin-bottom: 0;
  line-height: 1.2em;
}

section.service-detail {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 70px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.service-detail {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.service-detail {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.service-detail {
    margin-top: 40px;
  }
}
section.service-detail h1 {
  text-align: center;
  font-size: 35px;
  font-family: SourceSansProBold;
  margin-bottom: 30px;
}
section.service-detail a.prev img {
  width: 5px;
  height: auto;
}
section.service-detail a.prev span {
  color: #000000;
  text-decoration: underline;
}
section.service-detail p {
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.service-detail p {
    font-size: 16px;
  }
}
section.service-detail p strong {
  font-family: SourceSansProBold;
}
section.service-detail .pdf-info div {
  margin-bottom: 20px;
}
section.service-detail .pdf-info div img {
  margin-right: 6px;
}
section.service-detail .pdf-info div span {
  text-decoration: underline;
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.service-detail .pdf-info div span {
    font-size: 16px;
  }
}
section.service-detail .pdf-info div:last-of-type {
  margin-bottom: 0;
}
section.service-detail .content-row {
  margin-top: 15px;
}
section.service-detail .content-row .col-md-8 {
  margin-left: -15px;
}
@media (max-width: 998px) {
  section.service-detail .content-row .col-md-8 {
    margin-left: initial;
    margin-top: 30px;
  }
}
section.service-detail .content-row p {
  font-size: 14px;
  color: #000;
}
@media (min-width: 1500px) {
  section.service-detail .content-row p {
    font-size: 16px;
  }
}
section.service-detail .content-row p a {
  font-family: SourceSansProBold;
}

section.download {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 50px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.download {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.download {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.download h2 {
  color: #009fe3;
  font-size: 25px;
  font-family: SourceSansProBold;
  margin-bottom: 25px;
}
section.download a {
  color: #009fe3;
  position: relative;
  display: block;
  font-size: 14px;
  font-family: SourceSansProBold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline;
}
@media (min-width: 1500px) {
  section.download a {
    font-size: 16px;
  }
}
section.download a:first-of-type::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #b3b3b3;
  bottom: 0;
  left: 0;
}
@media (max-width: 580px) {
  section.download a:first-of-type::after {
    display: none;
  }
}
section.download .col-sm-10 {
  display: flex;
  align-items: center;
}
@media (max-width: 580px) {
  section.download .col-sm-10 {
    padding-left: 0;
    padding-right: 0;
  }
}
section.download .col-sm-10 p {
  font-family: SourceSansProSemiBold;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  section.download .col-sm-10 p {
    font-size: 16px;
  }
}
section.download .col-sm-10::before {
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  background: #b3b3b3;
}
@media (max-width: 580px) {
  section.download .col-sm-10::before {
    display: none;
  }
}

section.warning {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.warning {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.warning {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.warning .col-md-12 {
  padding: 30px 15px;
  background: #F4F4F4;
}
section.warning h4 {
  font-family: SourceSansProBold;
  font-size: 14px;
}
@media (min-width: 1500px) {
  section.warning h4 {
    font-size: 16px;
  }
}
section.warning p {
  font-size: 14px;
  font-family: SourceSansProSemiBold;
}
@media (min-width: 1500px) {
  section.warning p {
    font-size: 16px;
  }
}

.download.btm .col-sm-10 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.download.btm a::after {
  height: 100% !important;
  width: 1px !important;
  right: 0;
  top: 0;
  left: initial !important;
  bottom: initial !important;
}
@media (max-width: 998px) {
  .download.btm a::after {
    display: none;
  }
}
.download.btm .top, .download.btm .bottom {
  padding-left: 0;
}
.download.btm .top::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 98%;
  background: #b3b3b3;
  bottom: 0;
  left: 0;
}
.download.btm p {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-family: SourceSansProSemiBold;
}
@media (min-width: 1500px) {
  .download.btm p {
    font-size: 16px;
  }
}
.download.btm .col-lg-10 {
  display: flex;
  align-items: center;
}

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa !important;
}

.services .item {
  flex-direction: column;
}

footer .hotline .text {
  position: relative;
}
footer .hotline .text::before {
  content: url("../img/footer/phone-g.svg");
  position: absolute;
  left: -25px;
  top: 7px;
}
@media (max-width: 998px) {
  footer .hotline .text::before {
    display: none;
  }
}
footer .hotline .text:first-of-type {
  margin-bottom: 10px;
}

section.category-list .item {
  justify-content: initial;
  padding-top: 30px;
}
section.category-list .item img {
  object-fit: cover;
}
section.category-list .item a,section.services .item a {
  bottom: 15px;
}

section.category-list.main .item .img-wrap {
  height: 200px;
}

section.services .item .img-wrap {
  height: 200px;
	margin-bottom: 5px;
}

section.category-list.main .item .img-wrap img, section.services .item .img-wrap img {
  object-fit: cover;
}

section.category-list.sec .item .img-wrap {
  height: 200px;
}
section.category-list.sec .item .img-wrap img {
  max-height: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
.search_link {
	color: #009fe3 !important;
	text-decoration:underline;
}
.search-icon {
	cursor: pointer;
}

.category-list.main .item .img-wrap img, .services .item .img-wrap img {
  max-height: 100%;
}

section.news-hp {
  padding-left: 11.25% !important;
  padding-right: 11.25% !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1001px) and (max-width: 1439px) {
  section.news-hp {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
@media (max-width: 998px) {
  section.news-hp {
    padding-left: 7.5% !important;
    padding-right: 7.5% !important;
  }
}
section.news-hp .wrapper {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}
@media (max-width: 998px) {
  section.news-hp .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
section.news-hp .item {
  min-height: 400px;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.05));
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
}
@media (max-width: 998px) {
  section.news-hp .item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  section.news-hp .item {
    height: 475px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  section.news-hp .item {
    height: 430px;
  }
}
section.news-hp figure {
  max-height: 222px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  section.news-hp figure {
    max-height: 280px;
  }
}
section.news-hp figure img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 222px;
}
@media (min-width: 1600px) {
  section.news-hp figure img {
    min-height: 280px;
  }
}
section.news-hp h2 {
  text-align: center;
  color: #009fe3;
  font-family: SourceSansProBold;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}
section.news-hp p {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
}
@media (min-width: 1600px) {
  section.news-hp p {
    font-size: 16px;
  }
}
section.news-hp a.link {
  color: #009FE3;
  position: absolute;
  text-decoration: underline;
  white-space: nowrap;
  font-family: SourceSansProSemiBold;
  right: 20px;
  bottom: 20px;
}
section.news-hp a.link img {
  margin-left: 10px;
  height: auto;
  width: 6px;
}
section.news-hp h1 {
  font-size: 32px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-family: SourceSansProBold;
}
section.news-hp h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
section.category h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}

section.news-hp h6 {
  color: #171717;
  font-size: 30px;
  margin-bottom: 25px;
  font-family: SourceSansProBold;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
  text-justify: inter-word;
}