@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.svg");
  src: url("../fonts/fontawesome-webfont.tff");
  src: url("../fonts/fontawesome-webfont.woff");
  src: url("../fonts/fontawesome-webfont.woff2"); }
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("Montserrat"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
:root {
  --main-color: #5B86E5;
  --orange: #F2994A;
  --gray-4: #768188;
  --blue-branding: #5B86E5;
  --dark-blue-1: #3D6ACC;
  --dark-gray-1: #252627;
  --dark-gray-2: #4F4F4F;
  --dark-gray-3: #828282;
  --light-gray-3: #F3F3F3;
  --light-gray-2: #E2E2E2; }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    padding: 5px;
    font-size: 13px; }
  .wpcf7-form .wpcf7-form-control-wrap input[type='text'] {
    filter: drop-shadow(0px 2px 20px rgba(61, 106, 204, 0.1));
    color: #3D5A99;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 18px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 90px;
    height: auto; }
.wpcf7-form .wpcf7-submit {
  background-color: #5b86e5;
  color: white;
  border-radius: 190px;
  padding: 7px 20px; }
  .wpcf7-form .wpcf7-submit:hover {
    opacity: 0.9; }
.wpcf7-form .form-action {
  position: relative; }
  .wpcf7-form .form-action .ajax-loader {
    position: absolute;
    bottom: 13px;
    right: 15px;
    background: none;
    animation: fa-spin 2s infinite linear; }
    .wpcf7-form .form-action .ajax-loader:after {
      content: "\f110";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900; }
    .wpcf7-form .form-action .ajax-loader.is-active {
      visibility: visible; }

@media (max-width: 991px) {
  body.toc-opened {
    position: relative;
    overflow: hidden; }
    body.toc-opened:before {
      content: '';
      display: inline-block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: red;
      z-index: 95;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); } }
.ez-toc-list-level-1 .ez-toc-heading-level-2 > a {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700; }
.ez-toc-list-level-1 > li > a:before {
  display: none !important; }
.ez-toc-list-level-1 .ez-toc-list-level-3 li a:before {
  content: counter(item) ". " !important;
  display: inline-block;
  counter-increment: item;
  margin-right: 0.2em; }

@media (min-width: 992px) {
  .stick-social.active-fixed {
    opacity: 1 !important; } }

.fa-sticky-toc {
  position: fixed;
  top: 60px;
  background: #FFFFFF;
  /* Systematic/Blue Gray 05 */
  max-width: 40px;
  width: 100%;
  border: 1px solid #E5E8EF;
  box-shadow: 0px 3px 6px rgba(8, 25, 51, 0.08);
  border-radius: 0px 4px 4px 0px;
  z-index: 100;
  max-height: calc( 100vh - 100px );
  transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  opacity: 0; }
  .fa-sticky-toc.is-sticky {
    top: 80px;
    opacity: 1 !important; }
  .fa-sticky-toc.is-active {
    max-width: 290px; }
    .fa-sticky-toc.is-active #close-toc {
      display: inline-block; }
    .fa-sticky-toc.is-active .fa-sticky-toc-title {
      padding: 5px 3px; }
      .fa-sticky-toc.is-active .fa-sticky-toc-title span {
        display: block; }
    .fa-sticky-toc.is-active .fa-sticky-toc-list {
      display: block; }
  .fa-sticky-toc #close-toc {
    position: absolute;
    top: 5px;
    right: 10px;
    display: none; }
    .fa-sticky-toc #close-toc i {
      color: var(--dark-gray-2); }
    .fa-sticky-toc #close-toc:hover i {
      color: black; }
  .fa-sticky-toc .btn {
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    line-height: 21px; }
  .fa-sticky-toc-title {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #F7F8FA;
    cursor: pointer; }
    .fa-sticky-toc-title span {
      display: none;
      color: var(--main-color); }
    .fa-sticky-toc-title .fa-sort {
      font-size: 10px; }
  .fa-sticky-toc-list {
    padding: 25px 15px 25px 0;
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    max-height: calc( 100vh - 200px );
    overflow: auto;
    display: none; }
    .fa-sticky-toc-list::-webkit-scrollbar-track {
      background-color: white; }
    .fa-sticky-toc-list::-webkit-scrollbar {
      width: 6px;
      background-color: white; }
    .fa-sticky-toc-list::-webkit-scrollbar-thumb {
      background-color: #F3F3F3;
      border-radius: 10px; }
    .fa-sticky-toc-list ul {
      counter-reset: item;
      padding-left: 34px;
      display: block !important; }
    .fa-sticky-toc-list li {
      display: block;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 30px; }
      .fa-sticky-toc-list li a {
        color: var(--dark-gray-1);
        box-shadow: none;
        text-decoration: none;
        text-shadow: none; }
        .fa-sticky-toc-list li a:hover, .fa-sticky-toc-list li a.is-active {
          color: var(--main-color); }
  .fa-sticky-toc ul[class^="ez-toc-list-level"] {
    margin-top: 15px;
    padding-left: 15px; }
  @media (min-width: 992px) {
    .fa-sticky-toc {
      max-width: 160px;
      top: 120px; }
      .fa-sticky-toc.is-sticky {
        top: 130px; }
      .fa-sticky-toc-title {
        padding: 5px 3px; }
        .fa-sticky-toc-title span {
          display: inline-block; } }

.stick-social {
  left: auto !important;
  top: 130px !important;
  transform: none !important;
  -webkit-transform: none !important; }

.sec-description {
  margin-top: 50px; }

/* .sec-description */
.tab-apps {
  margin-bottom: 50px;
  /* .tab-app-detail */
  /* .owl-carousel .owl-nav */
  /* .owl-tab-apps */ }
  .tab-apps .tab-app-detail {
    background: #EDF3FF;
    border-radius: 10px;
    padding: 60px 50px;
    margin: 50px 0; }
    .tab-apps .tab-app-detail .app-detail-item {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      width: 0;
      height: 0; }
      .tab-apps .tab-app-detail .app-detail-item .app-img {
        max-height: 308px; }
        .tab-apps .tab-app-detail .app-detail-item .app-img img {
          width: 100%;
          height: auto;
          object-fit: contain; }
      .tab-apps .tab-app-detail .app-detail-item.is-active {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: auto;
        height: auto; }
    .tab-apps .tab-app-detail .app-name {
      margin-bottom: 10px; }
      .tab-apps .tab-app-detail .app-name img {
        width: 26px; }
      .tab-apps .tab-app-detail .app-name span {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px; }
    .tab-apps .tab-app-detail .app-text {
      font-size: 14px;
      line-height: 21px; }
      .tab-apps .tab-app-detail .app-text b {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px; }
      .tab-apps .tab-app-detail .app-text p {
        color: var(--dark-gray-2); }
      .tab-apps .tab-app-detail .app-text a {
        color: var(--main-color); }
      .tab-apps .tab-app-detail .app-text .btn {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        box-sizing: border-box;
        border-radius: 90px;
        color: white;
        padding: 9px 30px;
        font-weight: 600; }
    @media (max-width: 992px) {
      .tab-apps .tab-app-detail {
        padding: 30px 20px 33px 20px; }
        .tab-apps .tab-app-detail .app-image {
          margin-bottom: 34px; }
        .tab-apps .tab-app-detail .app-text {
          padding: 0 30px; } }
  .tab-apps .owl-carousel .owl-nav button {
    background: white !important;
    box-sizing: border-box;
    padding: 5px 12px !important;
    display: inline-block;
    position: absolute;
    top: 1px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(61, 90, 153, 0.1);
    border-radius: 50%;
    width: 44px;
    height: 44px; }
    .tab-apps .owl-carousel .owl-nav button.disabled {
      background: #fdfdfd !important;
      border-color: #ccc !important;
      opacity: 0.8; }
      .tab-apps .owl-carousel .owl-nav button.disabled i {
        color: var(--blue-branding); }
    .tab-apps .owl-carousel .owl-nav button i {
      font-size: 24px;
      color: var(--main-color); }
    .tab-apps .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .tab-apps .owl-carousel .owl-nav button.owl-next {
      right: 0; }
    @media (min-width: 992px) {
      .tab-apps .owl-carousel .owl-nav button.owl-prev {
        left: -50px; }
      .tab-apps .owl-carousel .owl-nav button.owl-next {
        right: -50px; } }
  .tab-apps .owl-tab-apps {
    max-width: 970px;
    margin: auto;
    padding: 0 35px; }
    .tab-apps .owl-tab-apps .app-item {
      display: inline-block;
      padding: 10px 25px;
      background: #FFFFFF;
      border: 1px solid #E4E7EF;
      box-sizing: border-box;
      border-radius: 8px;
      cursor: pointer; }
      .tab-apps .owl-tab-apps .app-item.is-active, .tab-apps .owl-tab-apps .app-item:hover {
        background-color: var(--main-color); }
        .tab-apps .owl-tab-apps .app-item.is-active span, .tab-apps .owl-tab-apps .app-item:hover span {
          color: white; }
        .tab-apps .owl-tab-apps .app-item.is-active img.app-hover, .tab-apps .owl-tab-apps .app-item:hover img.app-hover {
          display: inline-block; }
        .tab-apps .owl-tab-apps .app-item.is-active img.app-normal, .tab-apps .owl-tab-apps .app-item:hover img.app-normal {
          display: none; }
      .tab-apps .owl-tab-apps .app-item span {
        color: black;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px; }
      .tab-apps .owl-tab-apps .app-item img {
        height: 20px;
        width: auto;
        object-fit: contain;
        margin-right: 8px; }
      .tab-apps .owl-tab-apps .app-item img.app-normal {
        display: inline-block; }
      .tab-apps .owl-tab-apps .app-item img.app-hover {
        display: none; }
  @media (min-width: 992px) {
    .tab-apps {
      margin-bottom: 130px; }
      .tab-apps .owl-tab-apps {
        padding: 0; }
        .tab-apps .owl-tab-apps .app-item span {
          font-size: 16px; }
        .tab-apps .owl-tab-apps .app-item img {
          height: 26px; } }

@media (min-width: 768px) {
  .sec-services-now .wrap-service.col-lg-3 .service-item {
    /*.service-header*/
    /*.service-content*/ }
    .sec-services-now .wrap-service.col-lg-3 .service-item .service-header .header-title b {
      font-size: 22px;
      line-height: 27px; }
    .sec-services-now .wrap-service.col-lg-3 .service-item .service-header .header-title img {
      height: 27px; }
    .sec-services-now .wrap-service.col-lg-3 .service-item .service-content {
      padding: 10px 0;
      margin-bottom: 60px; }
      .sec-services-now .wrap-service.col-lg-3 .service-item .service-content .name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px; }
      .sec-services-now .wrap-service.col-lg-3 .service-item .service-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 0; }
      .sec-services-now .wrap-service.col-lg-3 .service-item .service-content .btn-explore {
        white-space: nowrap;
        margin: 0;
        bottom: 20px; } }

/*.sec-services-now*/
body .sec-auto-post .btn-register {
  padding: 14px 42px; }
@media (min-width: 1400px) {
  body .sec-auto-post {
    padding: 100px 0 150px; }
    body .sec-auto-post:before {
      left: -550px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); } }

.sec-promote-brand.sec-promote-brand-v2 {
  background: #F7F8FA;
  padding: 50px 0;
  overflow: hidden; }
  .sec-promote-brand.sec-promote-brand-v2 .sec-content {
    padding: 20px 30px;
    margin: 0; }
    .sec-promote-brand.sec-promote-brand-v2 .sec-content .left-text {
      margin-top: 18px; }
      .sec-promote-brand.sec-promote-brand-v2 .sec-content .left-text b {
        position: relative; }
        .sec-promote-brand.sec-promote-brand-v2 .sec-content .left-text b:before {
          content: '';
          display: inline-block;
          position: absolute;
          bottom: 3px;
          left: 0;
          background-color: #F2CE54;
          height: 10px;
          width: 100%;
          z-index: -1; }
    .sec-promote-brand.sec-promote-brand-v2 .sec-content .btn {
      margin-top: 20px;
      margin-bottom: 0; }
    .sec-promote-brand.sec-promote-brand-v2 .sec-content .right-img {
      padding: 0; }
      .sec-promote-brand.sec-promote-brand-v2 .sec-content .right-img img {
        object-fit: contain;
        object-position: bottom; }
  .sec-promote-brand.sec-promote-brand-v2 b {
    font-weight: 600;
    color: var(--main-color); }
  .sec-promote-brand.sec-promote-brand-v2 .btn-register {
    margin-top: 21px;
    padding: 14px 25px;
    margin: 21px 0 0 0; }
  @media (min-width: 992px) {
    .sec-promote-brand.sec-promote-brand-v2 .sec-content {
      padding: 22px 40px 49px; }
      .sec-promote-brand.sec-promote-brand-v2 .sec-content .left-text {
        max-width: 50%; }
      .sec-promote-brand.sec-promote-brand-v2 .sec-content .right-img {
        padding: 0 76px 0 10px; } }

/*.sh-promote-brand*/
.sec-two-column.sec-two-column-v2 {
  margin-bottom: 50px; }
  .sec-two-column.sec-two-column-v2 .col-text .list-check {
    margin-bottom: 30px; }
    .sec-two-column.sec-two-column-v2 .col-text .list-check li {
      padding-left: 30px;
      line-height: 21px;
      margin-bottom: 16px; }
      .sec-two-column.sec-two-column-v2 .col-text .list-check li:before {
        position: absolute;
        left: 0;
        top: 0; }
  .sec-two-column.sec-two-column-v2 .col-text .btn-register {
    padding: 14px 30px; }

/*text-column*/
@media (max-width: 991px) {
  body #main-header .ubermenu-nav .ubermenu-item.ubermenu-active .ubermenu-submenu {
    height: auto !important; }
  body #main-header .ubermenu-nav .ubermenu-item {
    position: relative; }
    body #main-header .ubermenu-nav .ubermenu-item .ubermenu-submenu {
      margin: 0; }
    body #main-header .ubermenu-nav .ubermenu-item.ubermenu-active .toggle-mobile-menu .show-submenu {
      display: none; }
    body #main-header .ubermenu-nav .ubermenu-item.ubermenu-active .toggle-mobile-menu .close-submenu {
      display: inline-block; }
    body #main-header .ubermenu-nav .ubermenu-item.menu-resources .toggle-mobile-menu {
      display: none; }
    body #main-header .ubermenu-nav .ubermenu-item .toggle-mobile-menu {
      position: absolute;
      top: 12px;
      right: 10px;
      z-index: 30; }
      body #main-header .ubermenu-nav .ubermenu-item .toggle-mobile-menu span {
        text-align: center;
        padding: 5px;
        width: 30px;
        height: 30px;
        color: var(--dark-gray-3);
        font-size: 20px; }
      body #main-header .ubermenu-nav .ubermenu-item .toggle-mobile-menu .show-submenu {
        display: inline-block; }
      body #main-header .ubermenu-nav .ubermenu-item .toggle-mobile-menu .close-submenu {
        display: none; }
  body #main-header .ubermenu-nav .ubermenu-sub-indicator, body #main-header .ubermenu-nav .ubermenu-sub-indicator-close {
    display: none;
    z-index: 20;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 10px !important;
    top: 12px;
    padding: 5px;
    margin-top: 0;
    border: 1px solid red; } }
@media (min-width: 992px) {
  body #main-header .ubermenu-nav .ubermenu-submenu {
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    min-width: auto !important; }
  body #main-header .toggle-mobile-menu {
    display: none; }
  body #main-header .mega-menu.type-1 .product-menu-item {
    display: flex;
    flex-direction: row; }
  body #main-header .mega-menu.type-1 .banner-column {
    padding: 0 !important;
    -ms-flex: 0 0 33.3% !important;
    flex: 0 0 33.3% !important;
    max-width: 33.3% !important; }
    body #main-header .mega-menu.type-1 .banner-column .ubermenu-submenu {
      height: 100%;
      width: 100%; }
    body #main-header .mega-menu.type-1 .banner-column .ubermenu-item {
      height: 100%;
      width: 100%;
      margin: 0; }
      body #main-header .mega-menu.type-1 .banner-column .ubermenu-item a,
      body #main-header .mega-menu.type-1 .banner-column .ubermenu-item img {
        height: 100%; }
  body #main-header .mega-menu.type-1 .ubermenu-current-menu-item > .ubermenu-target .menu-image-hover-wrapper {
    background-color: #5B86E5 !important; }
    body #main-header .mega-menu.type-1 .ubermenu-current-menu-item > .ubermenu-target .menu-image-hover-wrapper .menu-image {
      display: inline-block !important; }
    body #main-header .mega-menu.type-1 .ubermenu-current-menu-item > .ubermenu-target .menu-image-hover-wrapper .hovered-image {
      display: none !important; }
  body #main-header .mega-menu.type-1 .product-columns {
    padding: 15px !important;
    -ms-flex: 0 0 66.6% !important;
    flex: 0 0 66.6% !important;
    max-width: 66.6% !important; }
    body #main-header .mega-menu.type-1 .product-columns .ubermenu-target {
      padding: 0 !important;
      min-height: auto !important; }
    body #main-header .mega-menu.type-1 .product-columns .ubermenu-item {
      margin-top: 0;
      margin-bottom: 0;
      min-height: auto !important; }
  body #main-header .mega-menu.type-1 > .ubermenu-submenu {
    max-width: 992px !important; }
  body #main-header .mega-menu.type-1 .ubermenu-submenu {
    min-width: auto !important;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap; }
  body #main-header .mega-menu.type-1 .ubermenu-item {
    border: 0; }
    body #main-header .mega-menu.type-1 .ubermenu-item .menu-image-hover-wrapper {
      border: 1px solid #E5E8EF;
      border-radius: 6px; } }
.post-row .post-content table {
  margin: 30px 0;
  border: 1px solid #ccc;
  color: #444444; }
  .post-row .post-content table td {
    padding: 5px;
    vertical-align: top; }
  .post-row .post-content table ul {
    padding: 10px 10px 10px 30px; }
    .post-row .post-content table ul li {
      margin-bottom: 10px; }

.post-row .post-affiliate-wrap .container {
  max-width: 830px; }
.post-row .post-affiliate-wrap:after {
  content: '';
  display: inline-block;
  background-image: url("../../images/blog/post-computer-20210310.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 300px;
  z-index: 0; }
@media (min-width: 992px) {
  .post-row .post-affiliate-wrap {
    background-image: url("../../images/blog/post-computer-20210310.png"); } }
@media (min-width: 992px) {
  .post-row .post-affiliate-content:after {
    content: '';
    display: inline-block;
    background-image: url("../../images/blog/dot.png");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    width: 1034px;
    height: 63px; } }
.post-row .post-affiliate-wrap:after {
  width: 100%;
  height: 60%;
  z-index: 2;
  top: 1px;
  right: 1px;
  opacity: 0.2;
  background-position: top right; }
.post-row .post-affiliate-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: white;
  padding: 35px 27px;
  background: linear-gradient(180deg, #729AF2 0%, #3D6ACC 100%), #FFFFFF;
  /* Shades / Light Gray 03 */
  border: 1px solid #F3F3F3;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }
  .post-row .post-affiliate-content:before {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 200px;
    height: 200px;
    border: 40px solid #517AD6;
    border-radius: 50%; }
  .post-row .post-affiliate-content .title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  .post-row .post-affiliate-content .description {
    margin-bottom: 30px; }
  .post-row .post-affiliate-content .description,
  .post-row .post-affiliate-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.9; }
  .post-row .post-affiliate-content .btn {
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 25px;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue-branding);
    font-family: 'Poppins', sans-serif;
    font-weight: 500; }
@media (min-width: 480px) {
  .post-row .post-affiliate-wrap:after {
    width: 70%; } }
@media (min-width: 768px) {
  .post-row .post-affiliate {
    /*.wrap*/ }
    .post-row .post-affiliate-wrap:after {
      width: 30%;
      opacity: 0.9; }
    .post-row .post-affiliate-wrap .btn:hover {
      color: white;
      background-color: transparent; }
    .post-row .post-affiliate-content {
      padding-right: 30%; } }
@media (max-width: 991px) {
  .post-row .post-affiliate-content .description br {
    display: none; } }
@media (min-width: 992px) {
  .post-row .post-affiliate-wrap:after {
    width: 35%;
    opacity: 0.9; }
  .post-row .post-affiliate-content {
    padding-right: 35%; }
    .post-row .post-affiliate-content:after {
      top: 34%; } }
@media (min-width: 1280px) {
  .post-row .post-affiliate-wrap:after {
    width: 37%;
    height: 100%; }
  .post-row .post-affiliate-content {
    padding: 47px 30% 40px 40px; }
    .post-row .post-affiliate-content .title {
      font-size: 38px;
      line-height: 50px;
      margin-bottom: 30px; }
    .post-row .post-affiliate-content .description,
    .post-row .post-affiliate-content p {
      margin-bottom: 20px; } }

.box-youtube-item {
  padding: 45px 0; }
  .box-youtube-item .youtube-item {
    max-width: 910px;
    margin: auto;
    position: relative; }
    .box-youtube-item .youtube-item:after {
      display: none;
      content: '';
      display: inline-block;
      background-image: url("../images/socialetsy/youtube-play.svg");
      background-size: 100%;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      z-index: 5; }
  .box-youtube-item .sub-title {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-gray-1); }
  .box-youtube-item .title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--blue-branding);
    margin-bottom: 15px; }
  .box-youtube-item .youtube-item {
    margin: 35px auto;
    cursor: pointer; }
    .box-youtube-item .youtube-item.is-active:after {
      display: none; }
    .box-youtube-item .youtube-item:after {
      cursor: pointer; }
    .box-youtube-item .youtube-item img {
      width: 100%; }
  @media (min-width: 1200px) {
    .box-youtube-item {
      padding: 110px 0; }
      .box-youtube-item .sub-title {
        font-size: 22px;
        line-height: 33px; }
      .box-youtube-item .title {
        font-size: 38px;
        line-height: 57px; }
      .box-youtube-item .youtube-item:after {
        width: 90px;
        height: 90px; } }

/* .box-youtube-item */
.about-us-hero-section .location:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/about-us/map.svg");
  background-size: contain;
  margin-right: 4px; }

/* .about-us-hero-section */
.about-us-description-section .list-description {
  position: relative; }
  .about-us-description-section .list-description:after {
    content: '';
    display: inline-block;
    width: 224px;
    height: 190px;
    background-image: url("../../images/about-us/about-us-dots.png");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    left: 0; }
  @media (min-width: 992px) {
    .about-us-description-section .list-description:after {
      width: 304px;
      height: 261px; } }

/* .about-us-description-section */
.about-us-partnership-section .list-partnership {
  background-image: url("../../images/about-us/bg-map-lg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 757px 542px; }

/* about-us-partnership-section */
.about-us-achievement-section .achievement-img:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url("../../images/about-us/bg-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 143px;
  height: 39px;
  right: 0;
  bottom: -30px;
  z-index: -1; }
.about-us-achievement-section .flex-md-row-reverse .achievement-img:before {
  right: auto;
  left: 0; }
@media (min-width: 768px) {
  .about-us-achievement-section .achievement-img:before {
    width: 150px;
    height: 40px;
    right: 6px;
    left: auto;
    bottom: 8px; }
  .about-us-achievement-section .flex-md-row-reverse .achievement-img:before {
    left: 14px;
    right: auto;
    bottom: 8px; } }
@media (min-width: 992px) {
  .about-us-achievement-section .achievement-img:before {
    width: 230px;
    height: 66px;
    right: 30px;
    left: auto;
    bottom: -40px; }
  .about-us-achievement-section .flex-md-row-reverse .achievement-img:before {
    left: 30px;
    right: auto;
    bottom: -40px; } }

:root {
  --blue-branding: #5B86E5;
  --dark-gray-1: #252627;
  --dark-gray-2: #4F4F4F;
  --dark-gray-3: #828282;
  --light-gray-3: #F3F3F3;
  --light-gray-2: #E2E2E2; }

body {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: var(--dark-gray-1); }

.about-us-hero-section {
  padding-top: 50px;
  margin-bottom: 30px; }
  .about-us-hero-section .page-header {
    margin: 30px 0; }
  .about-us-hero-section .page-icon {
    width: 70px;
    height: 55px;
    margin-right: 12px; }
  .about-us-hero-section .page-title {
    margin-top: 8px;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: var(--blue-branding); }
  .about-us-hero-section .description {
    font-size: 14px;
    line-height: 28px; }
  .about-us-hero-section .location {
    line-height: 21px;
    margin: 20px 0; }
  .about-us-hero-section .meta-item {
    padding: 0 18px 18px 18px;
    margin-bottom: 18px;
    position: relative;
    border-bottom: 1px solid var(--light-gray-3); }
    .about-us-hero-section .meta-item:after {
      content: '';
      display: inline-block;
      position: absolute;
      height: 100%;
      width: 1px;
      height: 100%;
      max-height: 83px;
      background-color: var(--light-gray-3);
      right: 0;
      top: 0; }
    .about-us-hero-section .meta-item:last-child:after {
      display: none; }
    .about-us-hero-section .meta-item b, .about-us-hero-section .meta-item strong {
      font-family: 'Poppins', sans-serif;
      font-weight: 600; }
    .about-us-hero-section .meta-item strong {
      line-height: 36px;
      font-size: 24px;
      color: var(--dark-blue-1);
      display: block;
      margin-bottom: 6px; }
    .about-us-hero-section .meta-item b {
      color: var(--dark-gray-2);
      margin-bottom: 10px;
      display: block; }
    .about-us-hero-section .meta-item p {
      color: var(--dark-gray-3); }
  @media (min-width: 992px) {
    .about-us-hero-section {
      padding: 50px 0; }
      .about-us-hero-section .page-header {
        margin-bottom: 12px; }
        .about-us-hero-section .page-header .page-icon {
          width: 103px;
          height: 81px; }
        .about-us-hero-section .page-header .page-title {
          font-size: 45px;
          line-height: 40px;
          margin-top: 12px; }
      .about-us-hero-section .description {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        max-width: 490px; }
      .about-us-hero-section .location {
        margin: 20px 0;
        max-width: 490px; }
        .about-us-hero-section .location:before {
          vertical-align: text-bottom; }
      .about-us-hero-section .meta-item {
        border-bottom: 0;
        padding: 0 50px; }
        .about-us-hero-section .meta-item:first-child {
          padding-left: 0; }
        .about-us-hero-section .meta-item:last-child {
          padding-right: 0; }
        .about-us-hero-section .meta-item:before {
          display: none; }
        .about-us-hero-section .meta-item:after {
          max-height: none; }
        .about-us-hero-section .meta-item strong {
          font-size: 40px;
          line-height: 60px;
          margin-bottom: 0; }
        .about-us-hero-section .meta-item b {
          font-size: 18px;
          line-height: 27px;
          margin-bottom: 0; }
        .about-us-hero-section .meta-item p {
          font-size: 16px;
          line-height: 24px; } }
  @media (min-width: 1200px) {
    .about-us-hero-section {
      padding: 100px 0; }
      .about-us-hero-section .description {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 35px; }
      .about-us-hero-section .location {
        font-size: 18px;
        line-height: 27px;
        margin: 40px 0; }
        .about-us-hero-section .location:before {
          width: 24px;
          height: 24px; } }

.about-us-description-section {
  overflow: hidden; }
  .about-us-description-section .page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: var(--blue-branding);
    margin-bottom: 40px; }
  .about-us-description-section .description-item {
    margin-bottom: 30px; }
    .about-us-description-section .description-item p {
      line-height: 21px; }
  .about-us-description-section .list-gallery .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .about-us-description-section .list-gallery .row::-webkit-scrollbar {
      display: none; }
  @media (min-width: 992px) {
    .about-us-description-section .container {
      border-top: 1px solid #F3F3F3;
      padding-top: 80px; }
    .about-us-description-section .page-title {
      font-size: 42px;
      line-height: 63px;
      margin-bottom: 55px; }
    .about-us-description-section .list-description:after {
      bottom: -95px;
      left: -150px; }
    .about-us-description-section .description-item {
      margin-bottom: 50px; }
      .about-us-description-section .description-item p {
        font-size: 18px;
        line-height: 27px; } }

.about-us-core-values-section {
  padding: 50px 0; }
  .about-us-core-values-section .page-title {
    font-size: 24px;
    line-height: 36px;
    color: var(--blue-branding);
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 800; }
  .about-us-core-values-section .core-item {
    margin-bottom: 30px; }
    .about-us-core-values-section .core-item img {
      display: block;
      width: 40px;
      margin: auto; }
    .about-us-core-values-section .core-item b {
      display: block;
      font-size: 22px;
      line-height: 33px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      color: var(--dark-gray-1);
      margin: 20px 0 10px; }
    .about-us-core-values-section .core-item p {
      line-height: 21px; }
  @media (min-width: 992px) {
    .about-us-core-values-section {
      padding: 100px 0; }
      .about-us-core-values-section .page-title {
        font-size: 42px;
        line-height: 63px;
        margin-bottom: 57px; }
      .about-us-core-values-section .core-item {
        max-width: 340px;
        margin-left: 0; }
        .about-us-core-values-section .core-item img {
          margin-left: 0; }
        .about-us-core-values-section .core-item b {
          font-size: 26px;
          line-height: 39px; }
        .about-us-core-values-section .core-item p {
          font-size: 18px;
          line-height: 27px; }
      .about-us-core-values-section .owl-core-values {
        position: relative; }
        .about-us-core-values-section .owl-core-values .owl-nav .owl-next, .about-us-core-values-section .owl-core-values .owl-nav .owl-prev {
          position: absolute;
          top: 20%;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 1px solid var(--light-gray-2);
          font-size: 18px;
          color: var(--dark-gray-2);
          vertical-align: text-bottom;
          background-color: white; }
          .about-us-core-values-section .owl-core-values .owl-nav .owl-next:hover, .about-us-core-values-section .owl-core-values .owl-nav .owl-prev:hover {
            border-color: var(--dark-gray-2); }
          .about-us-core-values-section .owl-core-values .owl-nav .owl-next.disabled, .about-us-core-values-section .owl-core-values .owl-nav .owl-prev.disabled {
            border-color: var(--light-gray-2);
            color: var(--light-gray-2);
            pointer-events: none; }
        .about-us-core-values-section .owl-core-values .owl-nav .owl-next {
          right: -62px; }
        .about-us-core-values-section .owl-core-values .owl-nav .owl-prev {
          left: -62px; }
        .about-us-core-values-section .owl-core-values .owl-dots {
          display: block;
          text-align: center; }
          .about-us-core-values-section .owl-core-values .owl-dots .owl-dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            margin: 4px;
            background-color: var(--light-gray-2);
            border-radius: 50%; }
            .about-us-core-values-section .owl-core-values .owl-dots .owl-dot.active {
              transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              width: 19px;
              border-radius: 20px;
              background-color: var(--blue-branding); }
            .about-us-core-values-section .owl-core-values .owl-dots .owl-dot:hover {
              background-color: var(--blue-branding);
              opacity: 0.8; } }

.about-us-partnership-section .page-title {
  font-size: 24px;
  line-height: 36px;
  color: var(--blue-branding);
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800; }
.about-us-partnership-section .partnership-wrap {
  padding: 9px; }
.about-us-partnership-section .partnership-item {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 43, 83, 0.12);
  border-radius: 16px;
  width: 100px;
  height: 100px;
  margin: auto; }
  .about-us-partnership-section .partnership-item img {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2)); }
.about-us-partnership-section .list-partnership {
  padding: 40px 0;
  background-position: top center; }
@media (min-width: 768px) {
  .about-us-partnership-section .page-title {
    font-size: 28px;
    line-height: 34px; }
  .about-us-partnership-section .list-partnership {
    padding: 50px 0 70px;
    background-size: 625px 407px; }
  .about-us-partnership-section .partnership-wrap {
    padding-bottom: 20px; } }
@media (min-width: 992px) {
  .about-us-partnership-section {
    padding: 50px 0; }
    .about-us-partnership-section .page-title {
      font-size: 42px;
      line-height: 63px; }
    .about-us-partnership-section .list-partnership {
      padding: 91px 0 103px; }
    .about-us-partnership-section .partnership-wrap {
      padding-bottom: 78px;
      -ms-flex: 0 0 16%;
      flex: 0 0 16%;
      max-width: 16%; }
      .about-us-partnership-section .partnership-wrap .partnership-item {
        width: 120px;
        height: 120px; }
        .about-us-partnership-section .partnership-wrap .partnership-item img {
          width: 60px;
          height: 60px; } }

.about-us-achievement-section {
  padding: 50px 0; }
  .about-us-achievement-section .page-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    color: var(--blue-branding);
    font-family: 'Poppins', sans-serif;
    font-weight: 800; }
  .about-us-achievement-section .list-achievement {
    text-align: left; }
  .about-us-achievement-section .achievement-img {
    filter: drop-shadow(0px 6px 26px rgba(0, 0, 0, 0.1));
    border-radius: 6px;
    margin-bottom: 20px; }
  .about-us-achievement-section .date {
    color: var(--blue-branding);
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .about-us-achievement-section .achievement-title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
    color: var(--dark-gray-1); }
  .about-us-achievement-section .achievement-img {
    margin-bottom: 40px; }
  .about-us-achievement-section .achievement-description {
    color: #4F4F4F; }
  .about-us-achievement-section .achievement-item {
    padding: 30px 0;
    position: relative; }
    .about-us-achievement-section .achievement-item:before {
      content: '';
      background: #F7FAFF;
      background-color: #F7FAFF;
      border: 2px solid var(--blue-branding);
      box-sizing: border-box;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      left: -19px;
      z-index: 10; }
    .about-us-achievement-section .achievement-item:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: -80px;
      height: 100%;
      width: 2px;
      left: -11px;
      background-color: var(--blue-branding);
      opacity: 0;
      z-index: 5;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease; }
    .about-us-achievement-section .achievement-item:hover:after {
      top: 0;
      opacity: 1;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease; }
  .about-us-achievement-section .list-achievement {
    padding-left: 26px;
    position: relative; }
    .about-us-achievement-section .list-achievement:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 2px;
      background-color: var(--light-gray-2); }
  .about-us-achievement-section .last-dot:after {
    content: '';
    background: #F7FAFF;
    background-color: #F7FAFF;
    border: 2px solid var(--blue-branding);
    box-sizing: border-box;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: -8px;
    z-index: 10; }
  @media (min-width: 768px) {
    .about-us-achievement-section .page-title {
      font-size: 42px;
      line-height: 63px; }
    .about-us-achievement-section .achievement-item:after {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .about-us-achievement-section .achievement-item:before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    .about-us-achievement-section .achievement-item:nth-last-child(2):after {
      height: calc( 100% + 100px );
      height: -moz-calc( 100% + 100px ); }
    .about-us-achievement-section .achievement-item:hover:after {
      top: -50px; }
    .about-us-achievement-section .achievement-img {
      padding: 0 30px 0 0; }
    .about-us-achievement-section .achievement-content {
      padding: 0 0 0 30px; }
    .about-us-achievement-section .flex-md-row-reverse .achievement-content {
      padding: 0 30px 0 0; }
    .about-us-achievement-section .flex-md-row-reverse .achievement-img {
      padding: 0 0 0 30px; }
    .about-us-achievement-section .list-achievement {
      padding: 50px 0; }
      .about-us-achievement-section .list-achievement:before {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); }
      .about-us-achievement-section .list-achievement:after {
        content: '';
        background: #F7FAFF;
        background-color: #F7FAFF;
        box-sizing: border-box;
        border-radius: 50%;
        border: 2px solid #5B86E5;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 10; }
    .about-us-achievement-section .last-dot:after {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); } }
  @media (min-width: 992px) {
    .about-us-achievement-section .achievement-title {
      font-size: 26px;
      line-height: 39px; }
    .about-us-achievement-section .achievement-description {
      font-size: 18px;
      line-height: 27px; }
    .about-us-achievement-section .achievement-item:after {
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .about-us-achievement-section .achievement-item:before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    .about-us-achievement-section .achievement-item:nth-last-child(2):after {
      height: calc( 100% + 100px );
      height: -moz-calc( 100% + 100px ); }
    .about-us-achievement-section .achievement-item:hover:after {
      top: -50px; }
    .about-us-achievement-section .achievement-img {
      padding: 0 60px 0 0; }
    .about-us-achievement-section .achievement-content {
      padding: 0 0 0 60px; }
    .about-us-achievement-section .flex-md-row-reverse .achievement-content {
      padding: 0 60px 0 0; }
    .about-us-achievement-section .flex-md-row-reverse .achievement-img {
      padding: 0 0 0 60px; } }
  @media (min-width: 1200px) {
    .about-us-achievement-section .achievement-item:after {
      width: 4px; }
    .about-us-achievement-section .achievement-item:before {
      border: 4px solid #5B86E5;
      width: 24px;
      height: 24px; }
    .about-us-achievement-section .list-achievement:before {
      width: 4px; }
    .about-us-achievement-section .list-achievement:after {
      width: 24px;
      height: 24px;
      border: 4px solid #5B86E5; }
    .about-us-achievement-section .last-dot:after {
      border: 4px solid #5B86E5;
      width: 24px;
      height: 24px; } }

/*# sourceMappingURL=about-us.css.map */
