/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* FORM */
.galleries-lists {
  display: flex;
  flex-wrap: wrap;
}
.galleries-lists .galleries-item {
  flex: 1 1 33.3333333333%;
  text-align: center;
  background-color: #eaeaea;
  padding: 25px;
  margin: 15px;
}
.galleries-lists .galleries-item:hover {
  background-color: #4285F4;
}
.galleries-lists .galleries-item:hover a {
  color: #fff;
}
.galleries-lists .galleries-item:first-child, .galleries-lists .galleries-item:nth-child(2n+1) {
  margin-left: 0;
}
.galleries-lists .galleries-item:nth-child(2n), .galleries-lists .galleries-item:nth-child(2n+1) {
  margin-right: 0;
}
.galleries-lists .galleries-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.galleries-lists .galleries-item a:hover {
  color: #fff;
}

.grid-gallery-next {
  /* clear fix */
}
.grid-gallery-next a[data-fancybox] {
  width: 100%;
  height: 100%;
  display: block;
}
.grid-gallery-next a[data-fancybox].has-video {
  position: relative;
}
.grid-gallery-next a[data-fancybox].has-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.grid-gallery-next a[data-fancybox].has-video:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.grid-gallery-next a[data-fancybox] .ti-control-forward {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 4px;
}
.grid-gallery-next .grid {
  background: #DDD;
}
.grid-gallery-next .grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid-gallery-next .grid-sizer,
.grid-gallery-next .grid-item {
  width: 33.3333333333%;
  padding: 5px;
}
.grid-gallery-next .grid-item {
  float: left;
}
.grid-gallery-next .grid-item img {
  display: block;
  max-width: 100%;
}

/* VAR */
/** SPECIAL COLOR **/
/* FONT */
body.no-scroll {
  overflow: hidden;
  scroll-behavior: auto;
}

body.admin-bar .header {
  top: 32px;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all 250ms ease;
}
@media (min-width: 992px) {
  header.header {
    background-color: transparent;
  }
}
header.header--reverse .header__icon--mail {
  background-image: url("../img/icon-mail-reverse.svg");
}
header.header--reverse .header__icon--tel {
  background-image: url("../img/icon-tel-reverse.svg");
}
header.header--reverse .header__icon--facebook {
  background-image: url("../img/icon-fb-reverse.svg");
}
header.header--reverse .header__icon--instagram {
  background-image: url("../img/icon-ins-reverse.svg");
}
header.header--reverse .header__text {
  color: #ffffff;
}
header.header--reverse .header__text:hover {
  color: #427AE4;
  color: #fff;
}
header.header--reverse .header__linkMenu {
  color: #ffffff;
}
header.header--reverse .header__imgLogo--main {
  display: none;
}
header.header--reverse .header__imgLogo--reverse {
  display: block;
}
header.header--reverse .header__boxMenu--active .header__text {
  color: inherit;
}
header.header--fixed, header.header--page {
  background-color: rgba(255, 255, 255, 0.95);
}
header.header--fixed .header__top, header.header--page .header__top {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.header--fixed .header__bottom, header.header--page .header__bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.header--fixed .header__icon--mail, header.header--page .header__icon--mail {
  background-image: url("../img/icon-mail.svg");
}
header.header--fixed .header__icon--tel, header.header--page .header__icon--tel {
  background-image: url("../img/icon-tel.svg");
}
header.header--fixed .header__icon--facebook, header.header--page .header__icon--facebook {
  background-image: url("../img/icon-fb.svg");
}
header.header--fixed .header__icon--instagram, header.header--page .header__icon--instagram {
  background-image: url("../img/icon-ins.svg");
}
header.header--fixed .header__text, header.header--page .header__text {
  color: inherit;
}
header.header--fixed .header__text:hover, header.header--page .header__text:hover {
  color: #427AE4;
  color: #fff;
}
header.header--fixed .header__linkMenu, header.header--page .header__linkMenu {
  color: inherit;
  color: #333;
}
header.header--fixed .header__linkMenu:hover, header.header--page .header__linkMenu:hover {
  color: #ED1C24;
}
header.header--fixed .header__imgLogo--main, header.header--page .header__imgLogo--main {
  display: block;
}
header.header--fixed .header__imgLogo--reverse, header.header--page .header__imgLogo--reverse {
  display: none;
}
header.header--fixed .header__itemMenu:hover .header__linkMenu, header.header--page .header__itemMenu:hover .header__linkMenu {
  color: #333;
}
header.header--fixed .header__itemMenu.menu-item-has-children .header__linkMenu::before, header.header--page .header__itemMenu.menu-item-has-children .header__linkMenu::before {
  background: url(../img/icon-arrow-down-blue.svg) no-repeat right center/10px auto;
}
header.header--fixed .header__itemMenu.menu-item-has-children.current-menu-parent .header__linkMenu::before, header.header--page .header__itemMenu.menu-item-has-children.current-menu-parent .header__linkMenu::before {
  background: url(../img/icon-arrow-down-red.svg) no-repeat right center/10px auto;
}

.header__top {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 250ms ease;
  background-color: #427AE4;
  color: #EAF0FC;
}
.header__top .company-name {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.header__listContact,
.header__listSocial {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.header__listMenu {
  list-style: none;
}
@media (min-width: 992px) {
  .header__listMenu {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.header__listMenu .current-menu-parent .header__linkMenu {
  color: #ED1C24;
}
.header__listMenu .current-menu-parent .sub-menu .current-menu-item a {
  color: #ED1C24;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__text {
  color: #EAF0FC;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.header__itemContact,
.header__itemSocial {
  display: flex;
  align-items: center;
}
.header__itemContact:not(:last-child),
.header__itemSocial:not(:last-child) {
  margin-right: 15px;
}
.header__itemContact .header__icon,
.header__itemSocial .header__icon {
  width: 15px;
  height: 15px;
  margin-right: 0;
}

.header__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__icon--mail {
  background-image: url("../img/icon-mail.svg");
}
@media (max-width: 991px) {
  .header__icon--mail {
    background-image: url("../img/icon-mail.svg") !important;
  }
}
.header__icon--tel {
  background-image: url("../img/icon-tel.svg");
}
@media (max-width: 991px) {
  .header__icon--tel {
    background-image: url("../img/icon-tel.svg") !important;
  }
}
.header__icon--facebook {
  background-image: url("../img/icon-fb.svg");
}
@media (max-width: 991px) {
  .header__icon--facebook {
    background-image: url("../img/icon-fb.svg") !important;
  }
}
.header__icon--instagram {
  background-image: url("../img/icon-ins.svg");
}
@media (max-width: 991px) {
  .header__icon--instagram {
    background-image: url("../img/icon-ins.svg") !important;
  }
}

.header__bottom {
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all 250ms ease;
}
@media (min-width: 992px) {
  .header__bottom {
    padding-bottom: 24px;
  }
}

.header__logo {
  display: block;
  z-index: 101;
}

.header__imgLogo {
  max-height: 60px;
  max-width: 70%;
  width: 100%;
}
@media (min-width: 768px) {
  .header__imgLogo {
    max-height: 70px;
    max-width: 100%;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .header__imgLogo {
    width: 200px;
  }
}
@media (min-width: 1441px) {
  .header__imgLogo {
    max-width: 100%;
  }
}
.header__imgLogo--reverse {
  display: none;
}

.header__iconMenu {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 510;
}
.header__iconMenu span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #427AE4;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header__iconMenu span:first-child {
  transform-origin: 0 0;
}
.header__iconMenu span:nth-last-child(2) {
  transform-origin: 0 100%;
}
.header__iconMenu.active span {
  opacity: 1;
  background: #427AE4;
}
.header__iconMenu.active span:nth-child(1) {
  transform: rotate(45deg) translate(0, -5px);
}
.header__iconMenu.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header__iconMenu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -2px);
}

@media screen and (max-width: 1300px) {
  .header__boxMenu {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 350ms cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .header__boxMenu--active {
    background-color: #ffffff;
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
  .header__boxMenu--active .header__listMenu {
    height: 100vh;
  }
  .header__boxMenu--active .header__itemMenu .sub-menu {
    height: 0;
  }
  .header__boxMenu--active .header__itemMenu .sub-menu.is-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .header__boxMenu--active .header__itemMenu .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
  }
}

.header__listMenu {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 160px 25px 60px 15px;
}
@media (min-width: 992px) {
  .header__listMenu {
    padding: 0;
  }
}
.header__listMenu .ti-angle-down {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .header__listMenu .ti-angle-down {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__listMenu {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }
}

.header__itemMenu {
  justify-content: center;
  transition: background-position-x 0.9s linear;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .header__itemMenu {
    width: auto;
  }
}
.header__itemMenu.menu-item-has-children {
  position: relative;
}
.header__itemMenu.menu-item-has-children .sub-menu .header__linkMenu::before {
  display: none !important;
}
@media (min-width: 992px) {
  .header__itemMenu.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
}
.header__itemMenu.menu-item-has-children a.header__linkMenu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icon-arrow-down-black.svg) no-repeat right center/10px auto;
  width: 10px;
  height: 18px;
}
@media (min-width: 992px) {
  .header__itemMenu.menu-item-has-children a.header__linkMenu::before {
    top: 25px;
    background: url(../img/icon-arrow-down-white.svg) no-repeat right center/10px auto;
  }
}
@media (min-width: 992px) {
  .header__itemMenu.menu-item-has-children a.header__linkMenu:hover::before {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
  }
}
.header__itemMenu.menu-item-has-children.current-menu-item a.header__linkMenu::before {
  background: url(../img/icon-arrow-down-blue.svg) no-repeat right center/10px auto;
}
.header__itemMenu.menu-item-has-children .header__linkMenu {
  margin-right: 15px;
}
.header__itemMenu .sub-menu {
  width: 100%;
  background-color: #fafafa;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .header__itemMenu .sub-menu {
    position: absolute;
    top: 50px;
    right: auto;
    min-width: 255px;
    opacity: 0;
    visibility: hidden;
  }
}
.header__itemMenu .sub-menu .menu-item {
  margin-right: 0 !important;
}
.header__itemMenu .sub-menu a.header__linkMenu {
  display: block;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  line-height: 120%;
  border-bottom: 1px solid #dadada;
  margin-right: 0 !important;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .header__itemMenu .sub-menu a.header__linkMenu {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .header__itemMenu .sub-menu a.header__linkMenu {
    font-size: 14px;
  }
}
.header__itemMenu .sub-menu a.header__linkMenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 5px;
  background-color: #ED1C24;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (min-width: 992px) {
  .header__itemMenu .sub-menu a.header__linkMenu:after {
    display: inline;
  }
}
.header__itemMenu .sub-menu a.header__linkMenu:hover {
  background-color: #fff;
}
.header__itemMenu .sub-menu a.header__linkMenu:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header__itemMenu .sub-menu a.header__linkMenu {
    padding: 15px 25px;
  }
}
.header__itemMenu:hover, .header__itemMenu.current-menu-item {
  -webkit-animation: line 1s;
          animation: line 1s;
}
@media (max-width: 991px) {
  .header__itemMenu:hover, .header__itemMenu.current-menu-item {
    background-position: bottom left;
  }
}
.header__itemMenu:hover .header__linkMenu, .header__itemMenu.current-menu-item .header__linkMenu {
  color: #e40009;
}
.header__itemMenu:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .header__itemMenu:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.header__linkMenu {
  color: #1e2731;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: color 200ms ease;
  display: inline-block;
  width: 100%;
  font-size: 15px;
}
.header__linkMenu:hover {
  color: #ED1C24;
}
@media (min-width: 768px) {
  .header__linkMenu {
    font-size: 15px;
    padding: 20px 5px;
    color: #EAF0FC;
  }
}
@media (min-width: 992px) {
  .header__linkMenu {
    font-size: 13px;
    padding: 20px 5px 20px 5px;
  }
}
@media (min-width: 1441px) {
  .header__linkMenu {
    font-size: 16px;
    padding: 20px 5px;
  }
}

@-webkit-keyframes line {
  0% {
    background-position-x: 390px;
  }
}

@keyframes line {
  0% {
    background-position-x: 390px;
  }
}
.header-languages {
  line-height: 8px;
  position: relative;
  margin-left: 50px;
}
.header-languages:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 1px;
  left: -23px;
  top: -2px;
  background-color: #e3e3e3;
}
.header-languages ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-languages ul li {
  padding: 0 5px;
}

.header__topMobile {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
}
@media (min-width: 768px) {
  .header__topMobile {
    top: 30px;
  }
}
.header__topMobile .header__listContact,
.header__topMobile .header__listSocial {
  display: block;
}
.header__topMobile .header__listContact li,
.header__topMobile .header__listSocial li {
  margin: 7px 0;
}
.header__topMobile .header__listContact ul,
.header__topMobile .header__listSocial ul {
  padding: 0;
  margin: 0;
}
.header__topMobile .header__inner {
  display: inline-block;
}
.header__topMobile a {
  color: #1e2731;
}

.header__listSocial ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-menu {
  list-style: none;
}
@media (min-width: 992px) {
  .sub-menu {
    list-style: none;
    position: absolute;
    opacity: 0;
    z-index: 102;
  }
}

.section-section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-section {
    padding: 60px 0;
  }
}

.the-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D6CE1;
  position: relative;
  z-index: 100;
}
.the-heading.gradient {
  font-weight: bold;
  outline: none;
  color: transparent;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  overflow-wrap: anywhere;
  background: linear-gradient(to right, rgb(13, 39, 231), rgb(237, 50, 55));
  display: inline-block;
}
.the-heading.gradient:before, .the-heading.gradient:after {
  display: none !important;
}

.heading-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D6CE1;
  font-size: 24px;
  position: relative;
  margin-bottom: 40px;
  z-index: 100;
}
.heading-title.gradient {
  font-weight: bold;
  outline: none;
  color: transparent;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  overflow-wrap: anywhere;
  background: linear-gradient(to right, rgb(13, 39, 231), rgb(237, 50, 55));
  display: inline-block;
}
.heading-title.gradient:before, .heading-title.gradient:after {
  display: none !important;
}
.heading-title:before {
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background-color: #2D6CE1;
  display: none;
}
.heading-title:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  width: 10%;
  height: 4px;
  border-radius: 4px;
  background-color: #2D6CE1;
}
@media (min-width: 992px) {
  .heading-title {
    font-size: 41px;
  }
}

.heading-section {
  font-family: "Helvetica Neue", "Roboto", "OpenSans", sans-serif;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header__itemSocial a:hover {
    color: #fff !important;
  }
}

.header__linkMenu:hover, .header__linkMenu:active {
  color: #ED1C24 !important;
}

#backdropMobileMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
#backdropMobileMenu.show {
  display: block;
}

@media screen and (min-width: 1300px) {
  .display-custom {
    display: none;
  }
}

#headerMobile {
  display: block;
  position: fixed;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 85%;
  padding: 15px;
  overflow: auto;
  transition: transform 150ms cubic-bezier(0.2, 0, 1, 0.9);
  transform: translateX(-100%);
  z-index: 99999;
}
@media (min-width: 992px) {
  #headerMobile {
    width: 25%;
  }
}
#headerMobile .headerMobileTop {
  width: 100%;
}
#headerMobile .headerMobileTop .headerMC a {
  font-size: 16px;
}
#headerMobile .headerMobileWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#headerMobile .headerMobileWrap .headerMobileBottom {
  margin-top: auto;
}
#headerMobile .headerMobileWrap .headerMobileBottom .contactMobile {
  margin: 15px 0;
}
#headerMobile .headerMobileWrap .headerMobileBottom .contactMobile a {
  font-size: 16px;
  color: #000;
}
#headerMobile .headerMobileWrap .headerMobileBottom ul.social {
  display: flex;
  padding-bottom: 15px;
}
#headerMobile .headerMobileWrap .headerMobileBottom ul.social a {
  color: darkgrey;
}
#headerMobile .headerMobileWrap .headerMobileBottom ul.social li {
  margin: 0 5px;
}
#headerMobile .headerMobileWrap .headerMobileBottom ul.social li:first-child {
  margin-left: 0;
}
#headerMobile .pecc3-logo {
  margin-bottom: 20px;
}
#headerMobile .pecc3-logo .header__imgLogo {
  max-width: 50%;
}
#headerMobile.show {
  transform: translateX(0);
  transition: transform 250ms cubic-bezier(0, 0, 0.38, 0.9);
}
#headerMobile ul, #headerMobile li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#headerMobile .headerMC a {
  color: #505050;
}
#headerMobile .headerMC a:hover {
  color: red;
}
#headerMobile .headerMC li {
  margin-bottom: 15px;
}
#headerMobile .headerMC ul.subMenu {
  display: none;
  padding: 15px 15px 0 15px;
}
#headerMobile .headerMC ul.subMenu li:last-child {
  margin-bottom: 0;
}
#headerMobile .headerMC li.hasChildren a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#headerMobile .mobileLanguage {
  margin-bottom: 15px;
}
#headerMobile .mobileLanguage .item-languages .text-language {
  margin: 0;
}

@media (min-width: 1200px) {
  .section-banner .swiper-container {
    height: 550px;
  }
}
.section-banner .img-drop {
  padding-top: 40%;
}
@media (min-width: 992px) {
  .section-banner .img-drop {
    padding-top: 50%;
  }
}
.section-banner .banner-image-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #427AE4;
  opacity: 0.4;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.section-banner .banner-image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.section-banner .banner-description {
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
  z-index: 30;
}
@media (min-width: 992px) {
  .section-banner .banner-description {
    padding: 0 150px;
  }
}
.section-banner .banner-description h3 {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .section-banner .banner-description h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .section-banner .banner-description h3 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .section-banner .banner-description h3 {
    font-size: 60px;
  }
}
.section-banner .banner-description a {
  border-color: transparent !important;
  background-color: #427AE4;
  color: #fff;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 10px;
}
@media (min-width: 992px) {
  .section-banner .banner-description a {
    font-size: 14px;
  }
}
.section-banner .banner-description .sub-description {
  font-size: 12px;
  line-height: 24px;
}
.section-banner .banner-description .sub-description p {
  line-height: 24px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-banner .banner-description .sub-description {
    display: block;
    padding: 5px 0 10px 0;
  }
  .section-banner .banner-description .sub-description p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section-banner .swiper-wrapper .swiper-slide .banner-description {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0 auto;
  }
}
.section-banner .swiper-wrapper .swiper-slide:nth-child(2n) .banner-description {
  left: 0;
}
@media (max-width: 991px) {
  .section-banner .swiper-wrapper .swiper-slide:nth-child(2n) .banner-description {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: 0 auto;
  }
}
.section-banner .swiper-button-next,
.section-banner .swiper-button-prev {
  color: #fff;
  font-size: 16px;
  outline: none;
}

.my-solution .img-drop {
  padding-top: 65%;
}
.my-solution h2 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .my-solution h2 {
    font-size: 24px;
  }
}
.my-solution .grid-sizer,
.my-solution .grid-item {
  width: 50%;
}
@media (min-width: 992px) {
  .my-solution .grid-sizer,
.my-solution .grid-item {
    width: 33.3333333333%;
  }
}
.my-solution .grid-item {
  margin-bottom: 30px;
}
.my-solution .portfolio--wrap {
  position: relative;
  overflow: hidden;
  z-index: 100;
}
.my-solution .portfolio--wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.my-solution .portfolio--wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 50;
}
.my-solution .portfolio--wrap:hover {
  -webkit-animation: bloom ease-in-out 0.5s forwards;
          animation: bloom ease-in-out 0.5s forwards;
  z-index: 90;
}
.my-solution .portfolio--wrap:hover::before {
  -webkit-animation: circle 0.75s;
          animation: circle 0.75s;
}
.my-solution .portfolio--wrap:hover::after {
  opacity: 0;
}
.my-solution .portfolio--wrap:hover .grid-content-item::before {
  opacity: 1;
}
.my-solution .grid-content-item {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 99;
  padding: 15px 20px;
  transition: all 0.5s ease;
  top: 60%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.my-solution .grid-content-item h2 {
  position: relative;
  z-index: 100;
}
.my-solution .grid-content-item::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.my-solution a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
}

@-webkit-keyframes bloom {
  0% {
    filter: grayscale(0.8);
  }
  40% {
    filter: grayscale(0.5);
  }
  100% {
    filter: grayscale(0);
  }
}

@keyframes bloom {
  0% {
    filter: grayscale(0.8);
  }
  40% {
    filter: grayscale(0.5);
  }
  100% {
    filter: grayscale(0);
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0.5;
    background: rgba(66, 122, 228, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(66, 122, 228, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 0.5;
    background: rgba(66, 122, 228, 0.2);
  }
  40% {
    opacity: 1;
    background: rgba(66, 122, 228, 0.2);
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.our-solution {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.why-choose-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  .why-choose-us {
    padding: 100px 0 150px 0;
    min-height: 550px;
  }
}
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
}
.why-choose-us .why-choose-us-wrap {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 100;
  flex-flow: column wrap;
}
@media (min-width: 992px) {
  .why-choose-us .why-choose-us-wrap {
    flex-flow: row wrap;
  }
}
.why-choose-us .statis-number,
.why-choose-us .icon-plus {
  font-size: 60px;
  line-height: 120%;
  font-weight: 900;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .why-choose-us .statis-number,
.why-choose-us .icon-plus {
    font-size: 100px;
  }
}
.why-choose-us .icon-plus {
  font-weight: 500;
}
.why-choose-us .statis-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) {
  .why-choose-us .statis-name {
    margin-top: 40px;
    font-size: 26px;
  }
}
.why-choose-us .counter {
  font-size: 50px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .why-choose-us .counter {
    font-size: 80px;
  }
}
.why-choose-us .why-choose-item {
  padding: 0 15px;
  text-align: center;
}

.our-references {
  background-image: url("../../upload/bg-portfolio@2x-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.references-lists {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .references-lists {
    margin-bottom: 50px;
  }
}
.references-lists .references-item {
  background-color: #fff;
}
.references-lists .references-item .img-drop {
  padding-top: 50%;
}
.references-lists .references-item:hover .references-title h5::after {
  width: 100px;
}
.references-lists .grid-sizer,
.references-lists .grid-item {
  width: 50%;
}
@media (min-width: 992px) {
  .references-lists .grid-sizer,
.references-lists .grid-item {
    width: 33.3333333333%;
  }
}
.references-lists .grid-item {
  margin-bottom: 15px;
}
.references-lists .references-title {
  padding: 15px;
  position: relative;
  display: inline-block;
}
@media (min-width: 992px) {
  .references-lists .references-title {
    padding: 25px 40px;
  }
}
.references-lists .references-title:hover {
  color: #4285F4;
}
.references-lists .references-title h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.references-lists .references-title h5::after {
  display: block;
  margin-top: 14px;
  width: 20px;
  height: 2px;
  content: "";
  border-radius: 2px;
  background-color: #4285F4;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .references-lists .references-title h5 {
    font-size: 1.4rem;
  }
}

.get-in-touch {
  background-image: url("../../upload/doi-ngu-lam-viec.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  position: relative;
  color: #fff;
  min-height: 450px;
}
@media (min-width: 992px) {
  .get-in-touch {
    min-height: 600px;
  }
}
.get-in-touch::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.get-in-touch .contact-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
}
@media (min-width: 992px) {
  .get-in-touch .contact-description {
    width: 100%;
  }
}
.get-in-touch .contact-description h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .get-in-touch .contact-description h3 {
    font-size: 60px;
  }
}
.get-in-touch .contact-description p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .get-in-touch .contact-description p {
    font-size: 20px;
    line-height: 28px;
  }
}

.news .blog-readmore {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .news .blog-readmore {
    margin-top: 50px;
  }
}
.news .news-item {
  background-color: #fff;
}
.news .news-description-short {
  padding: 10px 0;
}
.news .news-description {
  padding: 25px 25px 40px 25px;
}
.news .news-description p {
  font-size: 18px;
}
.news .news-description .read-more {
  margin-top: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.news .img-text {
  padding: 0 25px;
}
.news .img-readmore {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dadada;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  text-transform: uppercase;
}
.news .img-readmore::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 10px;
  background-position: center right;
  background-repeat: no-repeat;
  top: 5px;
  right: 0;
}
.news .img-drop {
  padding-top: 60%;
}
.news .img-drop::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.news .news-featured-image {
  display: inline-block;
  width: 100%;
}
.news .news-featured-image:hover .img-drop::before {
  opacity: 1;
  visibility: visible;
}
.news .news-featured-image:hover .img-readmore {
  opacity: 1;
  visibility: visible;
}
.news h4 {
  font-size: 18px;
  line-height: 28px;
  color: #164397;
}
.news .date-time {
  margin-bottom: 10px;
  display: inline-block;
  color: #939393;
  font-size: 14px;
  line-height: 13px;
}
.news .swiper-button-next,
.news .swiper-button-prev {
  top: 15px;
  z-index: 101;
}
@media (min-width: 768px) {
  .news .swiper-button-next,
.news .swiper-button-prev {
    top: 30px;
  }
}
.news .swiper-button-prev {
  right: 55px;
  left: auto;
}
.news .swiper-button-next:after, .news .swiper-button-prev:after {
  font-size: 30px;
}

.our-career {
  background-image: url("../../upload/bg-get-in-touch@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 992px) {
  .our-career .heading-title {
    margin-bottom: 60px;
  }
}
.our-career .career-box {
  display: flex;
  background-color: #f0f8ff;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .our-career .career-box {
    flex-flow: column wrap;
  }
}
.our-career .career-box .career-desc {
  padding: 15px 30px;
  background-color: #f0f8ff;
}
.our-career .career-box .career-desc h4 {
  color: #4285F4;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .our-career .career-box .career-desc {
    text-align: center;
  }
}
.our-career .career-box .career-featured {
  width: 100%;
  max-width: 40%;
}
@media (min-width: 992px) {
  .our-career .career-box .career-featured {
    width: 100%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .our-career .career-box .career-featured {
    max-width: 30%;
  }
}
.our-career .career-box .img-drop {
  padding-top: 100%;
  height: 100%;
}

.the-image-at-the-bottom {
  padding: 50px 0;
}

.footer {
  padding: 50px 0 0 0;
}

.contact-box ul, .contact-box li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-box .fas {
  margin-right: 10px;
}
.contact-box .fa-phone {
  transform: rotate(90deg);
}
.contact-box h4 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contact-box h4 {
    margin-bottom: 20px;
  }
}
.contact-box a {
  margin-bottom: 5px;
  display: inline-block;
  color: #2905A1;
  font-size: 16px;
}
@media (min-width: 992px) {
  .contact-box a {
    font-size: 18px;
  }
}

#logo-pecc3 a {
  font-size: 0;
}

.blog-wrap-content .approve-contact {
  margin-left: 30px;
}
.blog-wrap-content .approve-contact p,
.blog-wrap-content .approve-contact li {
  font-size: 14px;
  line-height: 22px;
}
.blog-wrap-content .author-approve {
  margin-bottom: 15px;
  border: 2px dotted red;
  background-color: floralwhite;
}
.blog-wrap-content .author-approve .text-lastmodi {
  font-size: 12px;
  font-style: italic;
}
.blog-wrap-content .author-approve p {
  margin-bottom: 5px;
}
.blog-wrap-content .text-info {
  margin: 0 5px;
}
.blog-wrap-content .material-icons {
  color: #ffc107;
  font-size: 26px;
}
.blog-wrap-content .text-approve {
  margin: 0 5px;
  color: forestgreen;
}
.blog-wrap-content .approve-area {
  padding: 15px;
}
.blog-wrap-content .approve-info {
  display: flex;
}
.blog-wrap-content .text-request {
  font-size: 14px;
  margin: 5px 30px;
}

.the-recent-posts {
  display: flex;
  flex-wrap: wrap;
}
.the-recent-posts .recent-item {
  flex: 1 1 100%;
  padding: 5px 5px 15px 5px;
}
@media (min-width: 768px) {
  .the-recent-posts .recent-item {
    flex: 1 1 50%;
    padding: 20px;
  }
  .the-recent-posts .recent-item:nth-child(2n+1) {
    padding-left: 0;
  }
  .the-recent-posts .recent-item:nth-child(2n) {
    padding-right: 0;
  }
}
.the-recent-posts .recent-content-wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.the-recent-posts .recent-content-wrap div.recent-content {
  flex-basis: 70%;
  max-width: 65%;
}
.the-recent-posts .recent-content-wrap div.recent-content a {
  color: #313131;
}
.the-recent-posts .recent-content-wrap div.feature-image {
  flex-basis: 30%;
}
.the-recent-posts .recent-content-wrap .text-short-description {
  font-size: 15px;
}
.the-recent-posts .recent-content-wrap p {
  font-size: 14px;
}
.the-recent-posts h3 {
  font-size: 20px;
}

.filter-list-next a:hover {
  cursor: pointer;
}

.header__linkMenu {
  font-size: 13px;
}

.table-list-bc th {
  font-size: 15px;
}
.table-list-bc a {
  font-size: 16px;
}
.table-list-bc tr th:last-child {
  text-align: center;
}
.table-list-bc tr td:first-child {
  width: 80%;
}
.table-list-bc tr td:last-child {
  width: 20%;
  text-align: center;
}
.table-list-bc .item-date {
  font-size: 13px;
}

.table-wrap-qhcd {
  background-color: transparent !important;
}
.table-wrap-qhcd .table-list-bc thead th {
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.table-wrap-qhcd .attachment-title {
  font-size: 12px;
  color: #0056b3;
  font-style: italic;
  cursor: pointer;
}
.table-wrap-qhcd .has-attachment ul {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
.table-wrap-qhcd .has-attachment li {
  line-height: 11px;
}
.table-wrap-qhcd .has-attachment a {
  font-size: 11px;
  font-weight: 400;
  color: rgb(156, 163, 175) !important;
}
.table-wrap-qhcd .has-attachment a:hover {
  color: #333 !important;
}

#relation-table-new .downloadLink {
  color: #131313;
  text-transform: capitalize;
  font-weight: 500;
}
#relation-table-new .listFinance .table-wrap-qhcd {
  margin-top: 0;
}
#relation-table-new .listFinance .finance-wrap {
  display: block;
  padding: 0;
}
#relation-table-new .listFinance .finance-title {
  display: none;
}
#relation-table-new .listFinance .finance-title.show {
  display: block;
}
#relation-table-new .listFinance .finance-title a {
  color: #131313;
  text-transform: capitalize;
}
#relation-table-new .listFinance .finance-title a:hover {
  color: #2d6ce1;
}
#relation-table-new .is-update {
  color: darkorange;
  font-style: italic;
  font-size: 12px;
}
#relation-table-new .link-file,
#relation-table-new .file-download {
  color: #131313;
  text-transform: capitalize;
  font-weight: 500;
}
#relation-table-new .link-file:hover,
#relation-table-new .file-download:hover {
  color: #2d6ce1;
}

table#relation-table-new thead th {
  font-size: 14px;
}
table#relation-table-new tbody tr td:first-child {
  width: 60%;
}

.is-updated {
  color: darkorange;
  font-style: italic;
  font-size: 13px;
}

.availiable-time {
  font-size: 13px;
}

.logo-with-width {
  max-width: 30%;
  width: 100%;
}
.logo-with-width.style-one {
  max-width: 20%;
}

header.header.header--fixed .header__bottom {
  box-shadow: 0 7px 6px -4px rgba(0, 0, 0, 0.01), 0 7px 6px rgba(0, 0, 0, 0.01);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.get-in-touch-new {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
  position: relative;
  color: #fff;
  min-height: 450px;
}
@media (min-width: 992px) {
  .get-in-touch-new {
    min-height: 600px;
  }
}
.get-in-touch-new::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.get-in-touch-new .contact-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
}
@media (min-width: 992px) {
  .get-in-touch-new .contact-description {
    width: 100%;
  }
}
.get-in-touch-new .contact-description h3 {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .get-in-touch-new .contact-description h3 {
    font-size: 60px;
  }
}
.get-in-touch-new .contact-description p {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .get-in-touch-new .contact-description p {
    font-size: 20px;
    line-height: 28px;
  }
}

.choose-language-pecc3 {
  font-size: 14px;
}

.my-choose-language {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.my-choose-language .text-language {
  font-size: 13px;
  margin: 0 15px;
}
.my-choose-language .wpml-ls-legacy-dropdown {
  width: auto;
}
.my-choose-language .wpml-ls a {
  font-size: 13px;
}
.my-choose-language .wpml-ls-sub-menu li {
  width: 100%;
}

.header-languages:before {
  height: 20px;
  top: 3px;
}

.blog-content-wrap a.read-more {
  font-size: 14px;
}

.text-get-language:hover {
  color: #e40009 !important;
}

.blog-tabs__content.column .blog-tabs__content--date {
  margin-bottom: 7px;
}

.selectContentYear {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  border-bottom: 1px dashed;
  padding-bottom: 10px;
}

.doc-count {
  font-size: 12px;
  color: #bdbdbd;
}

.choose-text-year {
  font-size: 16px;
  margin-right: 10px;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: 100%;
}

.popup-modal-dismiss {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #dadada;
}
.popup-modal-dismiss:hover {
  color: #fff;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
}
#overlay.show {
  opacity: 1;
  visibility: visible;
}

.spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .spinner {
    width: 80px;
    height: 80px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
  }
}

.file-document,
.downloadLink-direct span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.file-document span,
.file-document p,
.downloadLink-direct span span,
.downloadLink-direct span p {
  margin: 0;
  padding: 0;
}
.file-document p,
.downloadLink-direct span p {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}

.downloadLink-direct {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.downloadLink-direct p {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1370px) {
  .header__itemMenu:not(:last-child) {
    margin-right: 7px;
  }
}
#selectDataYear:hover {
  cursor: pointer;
}

body.page-template-contact .wrap-content {
  padding-top: 0;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-forms {
  margin-top: 30px;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-forms h4 {
  margin-bottom: 10px;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-sub {
  margin: 10px 0;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-sub a {
  color: #222;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-sub a:hover {
  color: #007bff;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .company_headlin_addr {
  display: inline-block;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .company_headline i {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  color: rgba(92, 114, 125, 0.7019607843);
  margin-right: 10px;
  font-size: 14px;
  background: #f7f8f8;
  position: relative;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 5px;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .map-wrap {
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  body.page-template-contact .wrap-content.page-contact-pecc3 .map-wrap {
    min-height: 600px;
  }
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact_map_container {
  position: absolute;
  top: 50%;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 44px 98px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 10;
  left: 5%;
  width: 310px;
  margin-left: -30px;
  padding: 30px;
  margin-top: -170px;
}
@media (min-width: 992px) {
  body.page-template-contact .wrap-content.page-contact-pecc3 .contact_map_container {
    margin-top: -205px;
    left: 50%;
    min-width: 20%;
    width: 370px;
    margin-left: -515px;
    padding: 35px;
  }
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact_map_container .open-hour {
  margin-top: 10px;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact_map_container a {
  color: #222;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact_map_container a:hover {
  color: #007bff;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-content {
  padding-top: 35px;
}
body.page-template-contact .wrap-content.page-contact-pecc3 .contact-info {
  margin: 40px 0;
}
body.page-template-contact .introduce__breadcrumbs a,
body.page-template-contact .introduce__breadcrumbs span {
  color: #333;
}
body.page-template-contact .rank-math-breadcrumb .separator {
  padding: 0;
}
body.page-template-contact .rank-math-breadcrumb .separator:before {
  background: url(../../img/arrow-right-b.svg) no-repeat center/9px auto;
  z-index: 499;
}
body.page-template-contact .introduce__breadcrumbs a {
  padding: 0 10px 0 0;
}

.contact-marketing {
  margin: 20px 0;
}
.contact-marketing h5 {
  font-size: 18px;
}
.contact-marketing p {
  margin-bottom: 10px;
}

.contact-sale--form {
  margin-top: 30px;
  margin-bottom: 100px;
}
.contact-sale--form h3 {
  font-size: 20px;
}

.content-get-sales {
  background-color: #fff;
}
@media (min-width: 768px) {
  .content-get-sales {
    padding: 30px;
    border-radius: 10px;
  }
}
.content-get-sales a {
  color: #222;
}

/* Style all form fields */
.gfield_description.validation_message.gfield_validation_message,
.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.gform_validation_errors {
  display: none !important;
}

body .gform_wrapper .gfield input[type=text],
body .gform_wrapper .gfield input[type=email],
body .gform_wrapper .gfield input[type=url],
body .gform_wrapper .gfield input[type=tel],
body .gform_wrapper .gfield input[type=number],
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea {
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
}

/* Style labels */
body .gform_wrapper .gfield .gfield_label {
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
}

/* Style the submit button */
body .gform_wrapper .gform_footer input[type=submit] {
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #0056b3;
}

/* Style validation error messages */
body .gform_wrapper .validation_error {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 10px;
}

body .gform_wrapper .gfield .validation_message {
  color: #ff0000;
}

.hrline {
  color: #6a6f73;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.mobileLanguage .text-language {
  font-size: 14px;
  color: #6a6f73;
}

.searchOnMobile {
  margin-bottom: 20px;
}
.searchOnMobile form {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.searchOnMobile form label.form-group {
  margin-bottom: 0;
  width: 93%;
}
.searchOnMobile input.search-field {
  width: 98%;
}
.searchOnMobile input.search-field::-moz-placeholder {
  font-size: 14px;
  padding: 0 15px;
}
.searchOnMobile input.search-field::placeholder {
  font-size: 14px;
  padding: 0 15px;
}
.searchOnMobile button[type=submit] {
  border: none;
  background: #333;
  color: #fff;
  padding: 0 15px;
}
.searchOnMobile button[type=submit] .ti-search {
  color: #fff !important;
}
.searchOnMobile button[type=submit]:hover {
  cursor: pointer;
}
.searchOnMobile input[type=search] {
  border: 1px solid #333;
}
.searchOnMobile input[type=search]:focus {
  outline: none;
}

@media (max-width: 991px) {
  .header__bottom {
    padding-bottom: 0;
  }
}

.section-banner {
  padding-top: 0 !important;
}

.btn-grad {
  background-image: linear-gradient(to right, #dc2424 0%, #4a569d 51%, #dc2424 100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

#closeInMobile {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  right: 10px;
  color: rgb(237, 50, 55);
}
#closeInMobile:hover {
  cursor: pointer;
}

.js-toggleMenu-new.hidden {
  opacity: 0;
  visibility: hidden;
}

.font-Merri {
  font-family: Merriweather, serif;
}

#document-attachment ul {
  display: flex;
  flex-flow: column wrap;
}
#document-attachment li a {
  font-size: 12px;
}

.downloadRequest:hover {
  cursor: pointer;
  color: #007bff !important;
}

#relation-table-new {
  position: relative;
}
#relation-table-new.loading {
  min-height: 315px;
}
#relation-table-new.loading:before {
  position: absolute;
  content: "Loading...";
  color: #0056b3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%, -50%);
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shimmer 2s infinite;
          animation: shimmer 2s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.downloadLink-direct.not-link {
  pointer-events: none;
}

.newLayout-with-link {
  color: #131313;
}
.newLayout-with-link:hover {
  color: #2d6ce1;
}

.listFinanceContent.with-new-layout {
  margin-top: 30px;
}
.listFinanceContent.with-new-layout h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.table-new-layout thead th {
  font-weight: 600;
}

.container-new-relation {
  padding: 0;
  max-width: 99%;
}
.container-new-relation .container-blog-right {
  text-align: right;
}

.summary-cd a:hover {
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */