@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700");
.footer-nav ul:before, .lang-switcher:before, .footer-nav ul:after, .lang-switcher:after {
  content: "";
  display: table;
}
.footer-nav ul:after, .lang-switcher:after {
  clear: both;
}

.contact-form .submit:before, .tabs-news .masonry .item .detail, .slipping-area, .owl-partners .owl-nav, .gg-footer .owl-partners img, .gg-header, .gg-main, .gg-footer, .lang-switcher button, .header-bottom .navbar-toggler, .header-bottom .navbar-nav li a:after, .header-top .logo-wrapper img, .header-top .logo-wrapper, .header-top #s1 img, .header-top #s2 img, .header-top #s1 .owl-nav, .header-top #s2 .owl-nav, .header-top, .wrapper, .btn-1 i, .btn-2 i, .btn-1:before, .btn-2:before, button, a {
  transition: all 0.3s, visibility 0s;
  -ms-transition: all 0.3s, visibility 0s;
  -webkit-transition: all 0.3s, visibility 0s;
  -moz-transition: all 0.3s, visibility 0s;
}

@font-face {
  font-family: PrestigeSignatureScript;
  src: url("../fonts/PrestigeSignatureScript-Demo.ttf");
}
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.3;
  /* font-family: "Arial", Helvetica, sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  background-color: #fff;
  color: #494848;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

button {
  outline: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

/* title */
.title-primary {
  /* font-family: "Poppins", sans-serif; */
  font-size: 35px;
  font-weight: 800;
  color: #0051a1;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.title-secondary {
  /* font-family: "Poppins", sans-serif; */
  font-size: 20px;
  font-weight: 600;
  color: #0051a1;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* button */
.btn-1, .btn-2 {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #006bc5;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 55px;
  border: 1px solid #006bc5;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: all 0, visibility 0s;
  -ms-transition: all 0, visibility 0s;
  -webkit-transition: all 0, visibility 0s;
  -moz-transition: all 0, visibility 0s;
}
.btn-1 *, .btn-2 * {
  position: relative;
}
.btn-1:before, .btn-2:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 39px;
  background-color: #006bc5;
}
.btn-1 i, .btn-2 i {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
  z-index: 2;
  background-color: #006bc5;
}
.btn-1:hover, .btn-2:hover {
  text-decoration: none;
  color: #fff;
}
.btn-1:hover:before, .btn-2:hover:before {
  width: calc(100% - 39px);
}
.btn-1:hover i, .btn-2:hover i {
  color: #006bc5;
  background-color: transparent;
}

.btn-2 {
  border-color: #00b0e9;
}
.btn-2:before, .btn-2 i {
  background-color: #00b0e9;
}
.btn-2:hover i {
  color: #00b0e9;
}

.wrapper {
  position: relative;
}
.wrapper .nav-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 280px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

/* header */
.gg-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  width: 100%;
}

.header-top {
  border-bottom: 1px solid #d9d9d9;
  padding: 11px 0;
  height: 87px;
}
.header-top:hover #s1 .owl-nav, .header-top:hover #s2 .owl-nav {
  opacity: 1;
}
.header-top .container {
  display: flex;
}
.header-top #s1, .header-top #s2 {
  width: 40%;
  position: relative;
  display: flex;
}
.header-top #s1 .owl-stage-outer, .header-top #s2 .owl-stage-outer {
  display: flex;
  align-items: center;
}
.header-top #s1 .owl-stage, .header-top #s2 .owl-stage {
  display: flex;
}
.header-top #s1 .owl-item, .header-top #s2 .owl-item {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
.header-top #s1 .item, .header-top #s2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.header-top #s1 .owl-nav, .header-top #s2 .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.header-top #s1 .owl-nav button.owl-next, .header-top #s1 .owl-nav button.owl-prev, .header-top #s2 .owl-nav button.owl-next, .header-top #s2 .owl-nav button.owl-prev {
  font-size: 30px;
  width: 20px;
  text-align: center;
  margin: 0;
}
.header-top #s1 .owl-nav [class*=owl-]:hover, .header-top #s2 .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #0057a0;
}
.header-top #s1 img, .header-top #s2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
}
.header-top #s1 img:hover, .header-top #s2 img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.header-top #s1 .owl-nav {
  left: -10px;
}
.header-top #s1 .owl-nav .owl-next {
  display: none;
}
.header-top #s2 .owl-nav {
  right: -10px;
}
.header-top #s2 .owl-nav .owl-prev {
  display: none;
}
.header-top .logo-wrapper {
  width: 20%;
  text-align: center;
}
.header-bottom .navbar {
  padding: 0 30px;
  align-items: center;
}
.header-bottom .navbar .hotline {
  font-size: 14px;
  font-weight: 600;
  color: #0057a0;
  margin-left: 15px;
  padding: 0 15px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-decoration: none !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.header-bottom .navbar .hotline i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.header-bottom .navbar .hotline:hover {
  background-color: #0057a0;
  color: #fff;
}
.header-bottom .navbar-nav li {
  margin-right: 60px;
}
.header-bottom .navbar-nav li:last-child {
  margin-right: 0;
}
.header-bottom .navbar-nav li a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0057a0;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.header-bottom .navbar-nav li a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background-color: #0057a0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-bottom .navbar-nav li a:hover, .header-bottom .navbar-nav li a.active {
  text-decoration: none;
}
.header-bottom .navbar-nav li a:hover:after, .header-bottom .navbar-nav li a.active:after {
  width: 100%;
}
.header-bottom .navbar-brand {
  width: 140px;
}
.header-bottom .navbar-toggler {
  cursor: pointer !important;
}
.header-bottom .navbar-toggler span {
  font-size: 16px;
  position: relative;
  top: -2px;
  color: #0057a0;
}
.header-bottom .navbar-toggler:hover {
  color: #0057a0;
}
.header-bottom .dropdown-toggle::after {
  border: none !important;
}
.header-bottom .dropdown:hover > .dropdown-menu {
  position: absolute;
  display: block;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
}
.header-bottom .dropdown:hover > .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  padding: 5px 26px;
  line-height: 2;
}
.header-bottom .sub-dropdown i.fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
.header-bottom .sub-dropdown .dropdown-submenu {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(0%);
  display: none;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.header-bottom .sub-dropdown .dropdown-submenu a.dropdown-item {
  text-transform: initial;
}
.header-bottom .sub-dropdown:hover .dropdown-submenu {
  display: block;
  left: 100%;
}
.header-bottom .sub-dropdown:hover .dropdown-submenu a.dropdown-item {
  text-transform: initial;
}

.social-links li {
  margin-right: 10px;
  list-style-type: none;
  display: inline-block;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  font-size: 21px;
  color: #b2b2b2;
  display: inline-block;
}
.social-links li a:hover {
  color: #0057a0;
}

.lang-switcher {
  padding: 9px 15px;
}
.lang-switcher button {
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #0057a0;
  font-weight: 700;
  background-color: transparent;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  min-width: 40px;
  border: none;
  border-radius: 3px;
  float: left;
}
.lang-switcher button + button {
  margin-left: 2px;
}
.lang-switcher button:hover, .lang-switcher button.active {
  color: #fff;
  background-color: #0057a0;
}

.logo-wrapper img {
  max-height: 65px;
}

body.scrolled .header-top {
  height: 63px;
  padding: 5px 0;
}
body.scrolled .header-top .logo-wrapper img {
  max-height: 50px;
}

@media screen and (min-width: 992px) {
  .header-bottom .navbar-brand {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header-bottom .navbar-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  body.nav-show {
    overflow: hidden;
  }
  body.nav-show .wrapper .nav-overlay {
    display: block;
  }
  body.nav-show .wrapper .gg-header, body.nav-show .wrapper .gg-main, body.nav-show .wrapper .gg-footer {
    transform: translateX(280px);
  }

  .header-top {
    display: none;
  }

  .lang-switcher {
    padding: 0;
  }

  .header-bottom .navbar {
    padding: 0 15px;
  }
  .header-bottom .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 280px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 140px;
    max-width: 440px;
    background: #0057a0;
    padding: 30px;
    transform: translateX(-100%);
    transition: all 0.2s, visibility 0s;
  }
  .header-bottom .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .header-bottom .navbar-collapse .navbar-nav li {
    margin: 0;
  }
  .header-bottom .navbar-collapse .navbar-nav li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: auto;
  }
  .header-bottom .navbar-collapse .navbar-nav li a:after {
    display: none;
  }
  .header-bottom .navbar-collapse .dropdown:hover > .dropdown-menu {
    position: relative;
    left: 0;
    transform: none;
    border: 0;
    top: 0;
    padding: 0;
    background: none;
  }
  .header-bottom .navbar-collapse .dropdown:hover > .dropdown-menu .dropdown-item {
    padding: 5px 0 5px 15px;
    background: none;
    word-break: break-all;
    white-space: normal;
    font-size: 12px;
    font-weight: 300;
  }
  .header-bottom .navbar-collapse .sub-dropdown .dropdown-submenu {
    position: relative;
    border: 0;
    background: transparent;
  }
  .header-bottom .navbar-collapse .sub-dropdown .dropdown-submenu .dropdown-item {
    padding-left: 30px !important;
  }
  .header-bottom .navbar-collapse .sub-dropdown:hover .dropdown-submenu {
    left: 0;
  }
  .header-bottom .navbar-collapse .hotline {
    margin: 0;
    padding: 0;
    border: none;
    order: 1;
    color: #fff;
    margin-top: 5px;
  }
  .header-bottom .navbar-collapse .lang-switcher {
    margin-top: 5px;
    order: 2;
  }
  .header-bottom .navbar-collapse .lang-switcher button {
    color: #fff;
  }
  .header-bottom .navbar-collapse .lang-switcher button:hover, .header-bottom .navbar-collapse .lang-switcher button.active {
    background-color: #fff;
    color: #0057a0;
  }
  .header-bottom .navbar-collapse .social-links {
    order: 3;
    margin-top: 15px;
  }
  .header-bottom .navbar-collapse .social-links li a {
    color: #fff;
    font-size: 28px;
  }
}
/* main */
.gg-main {
  position: relative;
  padding-top: 127px;
}
@media screen and (max-width: 991px) {
  .gg-main {
    padding-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  .scrolled .gg-main {
    padding-top: 103px;
  }
}
/* footer */
.gg-footer .owl-partners img {
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6 !important; */
  max-height: 80px;
  width: auto !important;
}
.gg-footer .owl-partners img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1 !important;
}

.footer-top {
  padding: 50px 0;
  background-image: linear-gradient(#fff, #ededed);
}
.footer-top .block-partners {
  margin-bottom: 50px;
}

.footer-bottom {
  background-color: #4a4a4a;
  color: #fff;
  font-size: 10px;
}

.footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
  text-align: center;
}
.footer-nav ul {
  display: inline-block;
}
.footer-nav ul li {
  display: inline-block;
  margin: 5px 12px;
}
.footer-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.footer-nav ul li a:hover, .footer-nav ul li a.active {
  text-decoration: none;
  color: #006bc5;
}

.site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
}
.site-info .copyright {
  text-transform: uppercase;
}
.site-info .social-links li {
  margin-right: 20px;
}
.site-info .social-links li a {
  font-size: 29px;
  color: #fff;
}
.site-info .social-links li a:hover {
  color: #006bc5;
}
.site-info .dev-info {
  text-transform: uppercase;
}
.site-info .dev-info a {
  color: #006bc5;
}

@media screen and (max-width: 767px) {
  .site-info {
    flex-direction: column;
  }
  .site-info .dev-info {
    order: 1;
    margin: 5px 0;
  }
  .site-info .copyright {
    order: 2;
  }
}
.block-partners .title-primary {
  margin-bottom: 10px;
}
.block-partners .owl-partner {
  margin-top: 30px;
}

.owl-partners .owl-stage-outer {
  display: flex;
  align-items: center;
}
.owl-partners .owl-stage {
  display: flex;
}
.owl-partners .owl-item {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
.owl-partners .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.owl-partners .owl-nav {
  opacity: 1;
}
@media screen and (max-width: 911px) {
  .owl-partners .owl-nav {
    opacity: 1;
  }
}
.owl-partners .owl-nav button.owl-next, .owl-partners .owl-nav button.owl-prev {
  font-size: 50px;
  width: 20px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-partners .owl-nav button.owl-next {
  right: -10px;
}
.owl-partners .owl-nav button.owl-prev {
  left: -10px;
}
.owl-partners .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #0057a0;
}
.owl-partners:hover .owl-nav {
  opacity: 1;
}

@media screen and (max-width: 575px) {
  .block-partners ul li a {
    padding: 10px;
  }
}
.block-contact-info .title-primary {
  margin-bottom: 10px;
}
.block-contact-info p {
  margin: 0;
}
.block-contact-info > div {
  margin-bottom: 25px;
}
.block-contact-info > div:last-child {
  margin-bottom: 0;
}
.block-contact-info .address {
  font-size: 15px;
}
.block-contact-info .address span {
  color: #0057a0;
  margin-top: 5px;
  display: inline-block;
}
.block-contact-info .phone {
  font-size: 25px;
  color: #0051a1;
}
.block-contact-info .email {
  font-size: 15px;
  color: #494848;
}
.block-contact-info .link-to-contact-page {
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .block-contact-info .link-to-contact-page {
    margin-top: 15px;
  }
}

/* owl-carousel */
.owl-banner {
  height: calc(100vh - 127px);
  height: calc(var(--vh, 1vh) * 100 - 127px);
}
.owl-banner .item {
  height: calc(100vh - 127px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.owl-banner .item img {
  opacity: 0;
  pointer-events: none;
}

.owl-banner .owl-dots {
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 5%;
  left: 0;
}

.owl-banner.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}

.owl-banner.owl-theme .owl-dots .owl-dot.active span, .owl-banner.owl-theme .owl-dots .owl-dot:hover span {
  background: #0057a0;
}

@media screen and (max-width: 991px) {
  .owl-banner, .owl-banner .item {
    height: auto;
  }

  .owl-banner.owl-1 .item {
    height: calc(100vh - 50px);
    height: calc(var(--vh, 1vh) * 100 - 50px);
  }
}
/* breadcrumb */
.gg-breadcrumb {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 40px 0 50px;
}
.gg-breadcrumb .item {
  color: #494848;
}
.gg-breadcrumb .item:hover {
  text-decoration: none;
  color: #0057a0;
}
.gg-breadcrumb .current {
  color: #0057a0;
}

/* block-intro */
.block-intro {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .block-intro {
    margin-bottom: 50px;
  }
}

/* tabs */
.tabs-wrapper .tab-header {
  background-color: #4f4f4f;
  min-height: 60px;
}
.tabs-wrapper .tab-header.sticky {
  z-index: 99;
}
.tabs-wrapper .tab-header ul {
  display: flex;
  justify-content: space-between;
}
.tabs-wrapper .tab-header ul li {
  flex-grow: 1;
  text-align: center;
  margin-left: 1px;
}
.tabs-wrapper .tab-header ul a {
  background-color: transparent;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  line-height: 40px;
}
.tabs-wrapper .tab-header ul a:hover, .tabs-wrapper .tab-header ul a.active {
  background-color: #828282;
  text-decoration: none;
}
.tabs-wrapper .tab-header .owl-tabs .item {
  line-height: 60px;
  height: 60px;
}
.tabs-wrapper .tab-header .owl-tabs a {
  font-size: 18px;
  line-height: 60px;
  height: 60px;
}
.tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-dots.disabled,
.tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-nav.disabled {
  display: block;
}
.tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-nav button.owl-next,
.tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-nav button.owl-prev {
  top: 10px;
}

@media screen and (max-width: 767px) {
  .tabs-wrapper .tab-header {
    padding: 15px 0;
    min-height: 40px;
  }
  .tabs-wrapper .tab-header .owl-tabs .item {
    line-height: 40px;
    height: 40px;
  }
  .tabs-wrapper .tab-header .owl-tabs a {
    line-height: 40px;
    height: 40px;
    font-size: 15px !important;
  }
  .tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-nav button.owl-next,
.tabs-wrapper .tab-header .owl-tabs.owl-carousel .owl-nav button.owl-prev {
    top: 0;
  }

  .tabs-wrapper .tab-header ul {
    flex-direction: column;
  }
  .tabs-wrapper .tab-header ul a {
    line-height: normal;
    font-size: 15px !important;
  }
}
/* pagination */
.gg-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .gg-pagination {
    margin-top: 50px;
  }
}

.pagination {
  justify-content: center;
}
.pagination .page-item.active .page-link,
.pagination li.active span {
  background-color: #0057a0;
  color: #fff !important;
}
.pagination .page-link,
.pagination a,
.pagination li.active span,
.pagination li.disabled span {
  font-size: 17px;
  color: #000;
  border-radius: 0 !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 10px;
  min-width: 40px;
  text-align: center;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}
.pagination .page-link:hover,
.pagination a:hover,
.pagination li.active span:hover,
.pagination li.disabled span:hover {
  text-decoration: none;
  background-color: #e9ecef;
}

.block-contact-info p,
.block-partners p {
  /* font-family: "Arial", Helvetica, sans-serif; */  
  font-size: 16px;
}

.position-relative .fa.fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  top: -45px;
  z-index: 10000;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  text-decoration: none;
}
@media (max-width: 768px) {
  .position-relative .fa.fa-chevron-down {
    /* display: none; */
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
    transform: translateY(46px);
  }
}
body.body__news-detail .news-detail ul {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
body.body__news-detail .news-detail ul li {
  position: relative;
  padding-left: 1.5rem;
}
body.body__news-detail .news-detail ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: initial;
}

/* home page */
.owl-1 {
  position: relative;
}
.owl-1 .owl-dots {
  bottom: auto;
  top: 5%;
}
.owl-1 .item:after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.home-page .gg-main {
  overflow: hidden;
}

.text-banner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.text-banner span {
  display: inline-block;
  pointer-events: none !important;
}
.text-banner .text-1 {
  font-family: PrestigeSignatureScript;
  font-size: 110px;
  margin-bottom: -45px;
}
.text-banner .text-2 {
  text-transform: uppercase;
  font-size: 62px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.text-banner .text-3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-top: 5px;
}

.slipping-area {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  position: fixed;
  bottom: 32px;
  z-index: 99;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.slipping-area:hover {
  -webkit-transform: translateY(33px);
  -moz-transform: translateY(33px);
  -ms-transform: translateY(33px);
  -o-transform: translateY(33px);
  transform: translateY(33px);
}
.slipping-area .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  text-transform: uppercase;
  color: #006bc5;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 7px 0;
}
.slipping-area .title-primary {
  color: #fff;
}
.slipping-area .block-partners {
  padding: 40px 0;
}
.slipping-area .block-partners .owl-partners .item a .white-logo {
  display: block;
}
.slipping-area .block-partners .owl-partners .item a .color-logo {
  display: none;
}
.slipping-area .block-partners .owl-partners .item a:hover .white-logo {
  display: none;
}
.slipping-area .block-partners .owl-partners .item a:hover .color-logo {
  display: block;
}
.slipping-area .footer-bottom {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slipping-area .footer-bottom .site-info {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .owl-1 .owl-dots {
    bottom: 5%;
    top: auto;
  }

  .text-banner .text-1 {
    font-size: 70px;
    margin-bottom: -20px;
  }
  .text-banner .text-2 {
    font-size: 40px;
  }
  .text-banner .text-3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .text-banner .text-1 {
    font-size: 50px;
    margin-bottom: -20px;
  }
  .text-banner .text-2 {
    font-size: 35px;
  }
  .text-banner .text-3 {
    font-size: 15px;
    margin-top: 0;
  }
}
/* about page */
.about-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding-top: 50px;
}
.about-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 80%);
}
.about-wrapper > * {
  position: relative;
}

.about-img {
  display: none;
}

.about-number {
  margin-top: 320px;
  text-align: center;
}
.about-number .item-number {
  max-width: 200px;
}

.item-number {
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
}
.item-number .title {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.item-number .title p {
  margin: 0;
}
.item-number .title:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.item-number .number {
  font-weight: bold;
  font-size: 75px;
}
.item-number .description {
  color: #fefefe;
  font-size: 18px;
}
.item-number .description:last-child {
  margin-bottom: 0;
}

.distribution-number {
  color: #fff;
  background-image: linear-gradient(#00aee8, #0058a1);
  text-align: center;
  padding-top: 40px;
  position: relative;
}
.distribution-number:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00afe8;
}
.distribution-number .item-number {
  max-width: 300px;
}

.distribution-info {
  text-align: center;
  padding-top: 50px;
  background-image: linear-gradient(#fff 60%, #9de0f6);
}
.distribution-info .item {
  text-align: center;
  max-width: 370px;
  display: inline-block;
  margin-bottom: 40px;
}

.distribution-network {
  background-image: linear-gradient(#9de0f6, #00aee7 80%);
  position: relative;
  padding: 20px 0 57px;
}
.distribution-network .row > div {
  display: flex;
  align-items: center;
}
.distribution-network .dist-text {
  color: #fff;
  z-index: 9;
}
.distribution-network .dist-text .title {
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.distribution-network .dist-text .title:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#section-awards {
  padding-top: 80px;
}

.award-img {
  margin-top: 50px;
}

.vn-map .inner {
  position: relative;
}
.vn-map .inner .map {
  width: 215px;
  height: 0;
  padding-bottom: 231.16%;
  position: relative;
}
.vn-map .inner .map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vn-map .inner .bg {
  position: absolute;
  bottom: -11.4688128773%;
  left: -40.9302325581%;
  width: 320%;
}
.vn-map .inner .d {
  display: inline-block;
  width: 3.2558139535%;
  height: 0;
  position: absolute;
  z-index: 2;
}
.vn-map .inner .d:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #0094d2;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vn-map .inner .d-1 {
  top: 5.0301810865%;
  left: 43.2558139535%;
}
.vn-map .inner .d-2 {
  top: 8.4507042254%;
  left: 36.7441860465%;
}
.vn-map .inner .d-3 {
  top: 9.2555331992%;
  left: 48.3720930233%;
}
.vn-map .inner .d-4 {
  top: 10.6639839034%;
  left: 58.6046511628%;
}
.vn-map .inner .d-5 {
  top: 13.8832997988%;
  left: 41.8604651163%;
}
.vn-map .inner .d-6 {
  top: 14.8893360161%;
  left: 54.4186046512%;
}
.vn-map .inner .d-7 {
  top: 18.5110663984%;
  left: 46.0465116279%;
}
.vn-map .inner .d-8 {
  top: 19.9195171026%;
  left: 51.6279069767%;
}
.vn-map .inner .d-9 {
  top: 26.3581488934%;
  left: 43.7209302326%;
}
.vn-map .inner .d-10 {
  top: 31.9919517103%;
  left: 46.511627907%;
}
.vn-map .inner .d-11 {
  top: 34.8088531187%;
  left: 51.1627906977%;
}
.vn-map .inner .d-12 {
  top: 42.2535211268%;
  left: 63.2558139535%;
}
.vn-map .inner .d-13 {
  top: 46.4788732394%;
  left: 70.6976744186%;
}
.vn-map .inner .d-14 {
  top: 55.3319919517%;
  left: 86.976744186%;
}
.vn-map .inner .d-15 {
  top: 61.9718309859%;
  left: 86.976744186%;
}
.vn-map .inner .d-16 {
  top: 61.9718309859%;
  left: 92.0930232558%;
}
.vn-map .inner .d-17 {
  top: 69.014084507%;
  left: 92.0930232558%;
}
.vn-map .inner .d-18 {
  top: 73.8430583501%;
  left: 84.6511627907%;
}
.vn-map .inner .d-19 {
  top: 76.6599597586%;
  left: 86.976744186%;
}
.vn-map .inner .d-20 {
  top: 84.5070422535%;
  left: 55.8139534884%;
}
.vn-map .inner .d-21 {
  top: 86.5191146881%;
  left: 46.511627907%;
}
.vn-map .inner .d-22 {
  top: 92.555331992%;
  left: 44.1860465116%;
}
.vn-map .inner .d-23 {
  top: 8.4507042254%;
  left: 46.511627907%;
}
.vn-map .inner .d-24 {
  top: 6.0362173038%;
  left: 37.2093023256%;
}
.vn-map .inner .d-25 {
  top: 12.0724346076%;
  left: 27.9069767442%;
}

.gg-office {
  position: relative;
  display: inline-block;
  width: 12.0930232558%;
  height: 5.23138833%;
  position: absolute;
  top: 10.6639839034%;
  left: 46.511627907%;
  z-index: 5;
}
.gg-office:before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: #0058a1;
  position: absolute;
  top: 25%;
  left: 25%;
}
.gg-office:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #0058a1;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.2s, visibility 0s;
  -ms-transition: all 0.2s, visibility 0s;
  -webkit-transition: all 0.2s, visibility 0s;
  -moz-transition: all 0.2s, visibility 0s;
}
.gg-office .circle {
  border-radius: 100%;
  background-color: #0058a1;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
.gg-office .circle:nth-child(1) {
  animation-delay: 0s;
}
.gg-office .circle:nth-child(2) {
  animation-delay: 1s;
}
.gg-office .circle:nth-child(3) {
  animation-delay: 2s;
}
.gg-office .circle:nth-child(4) {
  animation-delay: 3s;
}
.gg-office .office {
  position: absolute;
  top: 50%;
  left: 660%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  opacity: 0;
  transition: all 1s, visibility 0s;
  -ms-transition: all 1s, visibility 0s;
  -webkit-transition: all 1s, visibility 0s;
  -moz-transition: all 1s, visibility 0s;
  pointer-events: none;
}
.gg-office .office span {
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.gg-office .office span:nth-child(1) {
  bottom: -4px;
}
.gg-office .office span:nth-child(2) {
  font-size: 1.5625em;
  font-weight: bold;
}
.gg-office .office span:nth-child(3) {
  top: -5px;
}

.gg-office-hcm {
  top: 80.8853118712%;
  left: 66.511627907%;
}
.gg-office-hcm .office {
  left: 500%;
}

.gg-office-dn {
  top: 47.0824949698%;
  left: 74.4186046512%;
}
.gg-office-dn .office {
  left: 420%;
}

.gg-office {
  cursor: pointer;
}
.gg-office:hover:after, .gg-office:hover .office, .gg-office:focus:after, .gg-office:focus .office {
  opacity: 1;
  pointer-events: all;
}
.gg-office:hover *, .gg-office:focus * {
  outline: none;
}

.gg-office-hn:hover:after,
.gg-office-hn:focus:after {
  width: 577%;
}

.gg-office-dn:hover:after,
.gg-office-dn:focus:after {
  width: 350%;
}

.gg-office-hcm:hover:after,
.gg-office-hcm:focus:after {
  width: 410%;
}

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.7;
  }
  to {
    transform: scale(3, 3);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-wrapper {
    background: none !important;
    color: #494848;
  }
  .about-wrapper:before {
    display: none;
  }
  .about-wrapper .container {
    padding-top: 40px;
    text-align: center;
  }
  .about-wrapper .item-number .title {
    color: #0057a0;
  }
  .about-wrapper .item-number .title:after {
    background-color: #0057a0;
  }
  .about-wrapper .item-number .number {
    color: #0057a0;
  }
  .about-wrapper .item-number .description {
    color: #494848;
  }

  .about-img {
    display: block;
  }

  .about-number {
    margin-top: 60px;
  }

  .item-number .title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .item-number .number {
    font-size: 50px;
  }

  .item-number .description {
    font-size: 15px;
  }

  .distribution-number:before {
    display: none;
  }

  .vn-map {
    margin-top: 40px;
    padding-left: 5%;
  }

  .gg-office .office {
    font-size: 14px;
  }
}
#section-about .block-intro p,
.distribution-info .item p,
#section-distribution .dist-text p,
#section-awards p {
  /* font-family: "Arial", Helvetica, sans-serif; */
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .gg-office .office {
    font-size: 10px;
    left: 460%;
  }

  .gg-office-hn:hover:after,
.gg-office-hn:focus:after {
    width: 377%;
  }

  .gg-office-dn:hover:after,
.gg-office-dn:focus:after {
    width: 150%;
  }

  .gg-office-hcm:hover:after,
.gg-office-hcm:focus:after {
    width: 210%;
  }

  .gg-office-hcm .office {
    left: 300%;
  }

  .gg-office-dn .office {
    left: 220%;
  }

  .vn-map .inner .map {
    width: 120px;
  }

  .vn-map {
    padding-left: 22%;
  }

  .distribution-network {
    padding-bottom: 32px;
  }
}
/* products page */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tabs-products .tab-content {
  margin-bottom: 30px;
}

.quote-wrapper {
  background-color: #6152a3;
  color: #fff;
  text-align: center;
  padding: 150px 0 70px;
  font-size: 30px;
  position: relative;
}
.quote-wrapper:before {
  content: "“";
  font-size: 213px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quote-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 35px solid #6152a3;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quote-wrapper ul {
  list-style: none;
  margin-left: 1rem;
}
.quote-wrapper ul li {
  position: relative;
  padding-left: 1.5rem;
}
.quote-wrapper ul li:before {
  content: "•";
  position: absolute;
  top: 5px;
  left: 0;
}
.quote-wrapper p {
  margin-bottom: 0 !important;
}

.thinprep-intro {
  background-image: linear-gradient(#877dbc, #fff);
  padding-top: 80px;
  color: #fff;
}
.thinprep-intro .row > div:last-child {
  display: flex;
  flex-direction: column;
}
.thinprep-intro .btn-wrapper {
  margin-top: auto;
  display: inline-block;
  width: auto !important;
}
.thinprep-intro ul {
  list-style: none;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.thinprep-intro ul li {
  position: relative;
  padding-left: 1.5rem;
}
.thinprep-intro ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: initial;
}

.thinprep-banner {
  position: relative;
}

.thinprep-number img {
  max-height: 150px;
}
.thinprep-number .logo-white {
  display: inline-block;
}
.thinprep-number .logo-color {
  display: none;
}
.thinprep-number .item-number {
  display: inline-block;
}
.thinprep-number .row > div {
  text-align: center;
}

.owl-tabs {
  height: 40px;
  position: relative;
}
.owl-tabs .owl-stage {
  min-width: 100% !important;
  white-space: nowrap;
}
.owl-tabs .owl-item {
  display: inline-block;
}
.owl-tabs .item {
  height: 40px;
  padding-right: 1px;
  text-align: center;
}
.owl-tabs a {
  display: inline-block;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 31px;
  width: 100%;
}
.owl-tabs a:hover, .owl-tabs a.active {
  text-decoration: none;
  background-color: #828282;
}

.owl-tabs.owl-theme .owl-nav {
  margin: 0;
}

.owl-tabs.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  right: -30px;
  margin: 0;
  width: 30px;
  height: 40px;
  display: inline-block;
  background-image: url("../images/arrow.svg");
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-tabs.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.owl-tabs.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}

.owl-tabs.owl-theme .owl-nav .owl-prev {
  transform: rotate(180deg);
  right: auto;
  left: -30px;
}

.tabs-wrapper.slider .tab-header {
  padding: 0 !important;
}

html[lang=en] .owl-tabs a {
  font-size: 13px;
}

.subtab {
  position: absolute;
  z-index: 1000;
  background: dimgray;
  min-height: 40px;
  line-height: 40px;
  width: 100%;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
}
.subtab.active {
  visibility: visible;
}
.subtab a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 0 31px;
  min-height: 40px;
  line-height: 1.5;
  text-decoration: none;
}
.subtab a:hover, .subtab a.active {
  background-color: #828282;
}
.subtab .owl-tabss {
  min-height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.subtab .owl-tabss .owl-stage {
  min-width: 100% !important;
  display: flex;
  align-items: center;
}
.subtab .owl-tabss .owl-item {
  display: inline-block;
  float: none;
}
.subtab .owl-tabss .item {
  min-height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
}
.subtab .owl-tabss a {
  display: inline-block;
  min-height: auto;
  line-height: 1.5;
  color: #fff;
  font-size: 15px;
  padding: 9px 31px;
  width: 100%;
}
.subtab .owl-tabss a:hover, .subtab .owl-tabss a.active {
  text-decoration: none;
  background-color: #828282;
}
.subtab .owl-tabss > .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 30px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/arrow.svg);
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
  z-index: 1000;
}
.subtab .owl-tabss > .owl-nav [class*=owl-] span {
  display: none;
}
.subtab .owl-tabss > .owl-nav [class*=owl-].owl-prev {
  transform: rotate(180deg);
  left: 0;
}
.subtab .owl-tabss > .owl-nav [class*=owl-].disabled {
  display: none;
}
.subtab .owl-tabss > .owl-nav [class*=owl-] {
  top: 10px;
}
.subtab .owl-tabss.owl-carousel .owl-dots.disabled,
.subtab .owl-tabss.owl-carousel .owl-nav.disabled {
  display: none;
}
@media (max-width: 769px) {
  .subtab .owl-tabss.owl-carousel .owl-nav button.owl-next,
.subtab .owl-tabss.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    transform: translateY(-50%);
  }
}
.subtab .owl-tabss.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.subtab .owl-tabss.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
@media (min-width: 768px) {
  .subtab .owl-tabss {
    height: 60px;
  }
  .subtab .owl-tabss .item {
    height: 60px;
  }
  .subtab .owl-tabss a {
    height: 60px;
    display: flex;
    white-space: nowrap;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .subtab {
    height: 60px;
  }
}

@media screen and (min-width: 992px) {
  .thinprep-number {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
    color: #fff;
    pointer-events: none;
  }
  .thinprep-number img {
    margin-bottom: 100px;
  }
  .thinprep-number .item-number {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .thinprep-number img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .thinprep-number {
    margin-top: 50px;
    color: #0057a0;
  }
  .thinprep-number .item-number .title:after {
    background-color: #0057a0;
  }
  .thinprep-number .item-number .description {
    color: #494848;
  }
  .thinprep-number .container {
    text-align: center;
  }
  .thinprep-number .logo-white {
    display: none;
  }
  .thinprep-number .logo-color {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .tabs-products .tab-content {
    margin-bottom: 0;
  }

  .quote-wrapper {
    font-size: 20px;
    padding: 80px 0 50px;
  }
  .quote-wrapper:before {
    font-size: 100px;
  }
  .quote-wrapper:after {
    border-top: 25px solid #6152a3;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -25px;
  }

  .thinprep-intro {
    padding-top: 50px;
  }
  .thinprep-intro .row > div:last-child {
    margin-top: 30px;
  }

  .tabs-wrapper.tabs-scroll .tab-header {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .owl-tabs {
    padding: 0 15px;
  }

  .owl-tabs a {
    padding: 0 10px;
    text-align: center;
  }

  .owl-tabs.owl-theme .owl-nav [class*=owl-] {
    right: -15px;
  }

  .owl-tabs.owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
}
body.body__products #product-tab .owl-tabs a {
  text-transform: initial;
}
body.body__products #product-tab .owl-tabs .owl-item .item,
body.body__products #product-tab .owl-tabss .owl-item .item {
  padding-right: 0;
}
body.body__products #product-tab .owl-tabs .owl-item .item a,
body.body__products #product-tab .owl-tabss .owl-item .item a {
  border-left: solid 2px darkgray;
}
body.body__products #product-tab .owl-tabs .owl-item:first-child .item a,
body.body__products #product-tab .owl-tabss .owl-item:first-child .item a {
  border-left: 0;
}
body.body__products #product-tab .owl-tabss .owl-item .item a {
  border-left-color: darkgray;
}

/* news page */
.tabs-news .tab-content {
  padding-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tabs-news .tab-content {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
.tabs-news .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tabs-news .tab-content > .tab-pane.active {
  height: auto;
  margin-top: 0;
}
.tabs-news .masonry {
  margin: 0;
}
.tabs-news .masonry .card {
  border: 0;
  border-radius: 0;
}
.tabs-news .masonry .item {
  padding: 0;
}
.tabs-news .masonry .item .inner {
  background-color: #f2f2f2;
  padding-bottom: 25px;
  transition: all 0.5s;
}
.tabs-news .masonry .item .inner:hover {
  background-color: #3671bd;
}
.tabs-news .masonry .item .inner:hover .detail {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.tabs-news .masonry .item .inner:hover .detail .title a {
  color: #fff;
}
.tabs-news .masonry .item .inner:hover .view-more {
  border-color: #fff;
}
.tabs-news .masonry .item .thumbnail {
  display: block;
  width: 100%;
  overflow: hidden;
}
.tabs-news .masonry .item .thumbnail img {
  width: 100%;
}
.tabs-news .masonry .item .detail {
  padding: 30px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tabs-news .masonry .item .detail p {
  font-size: 15px;
  margin: 0;
}
.tabs-news .masonry .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tabs-news .masonry .item .title a {
  color: #000;
}
.tabs-news .masonry .item .view-more {
  margin-left: 25px;
  margin-top: 25px;
  display: inline-flex;
}

.latest-news a {
  /* font-family: "Arial", Helvetica, sans-serif; */
  font-size: 16px;
}

/* contact page */
.contact-wrapper {
  font-size: 15px;
  background-image: linear-gradient(#fff, #fff, #e1f1fc, #e1f1fc, #fff);
}

.map-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.office-info {
  margin-bottom: 35px;
}
.office-info dt {
  font-weight: 600;
  color: #000;
  margin-top: 15px;
}
.office-info a {
  color: #494848;
}

.contact-form-wrapper {
  margin-top: 60px;
}

.contact-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.contact-form .row > div {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.contact-form label {
  margin-bottom: 3px;
}
.contact-form .form-control {
  background-color: #fff;
  border: none;
}
.contact-form footer {
  display: flex;
  justify-content: space-between;
}
.contact-form .submit {
  display: inline-block;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #006bc5;
  font-size: 10px;
  color: #006bc5;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-form .submit:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006bc5;
}
.contact-form .submit span {
  position: relative;
}
.contact-form .submit:hover {
  color: #fff;
}
.contact-form .submit:hover:before {
  width: 100%;
}

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