/*==========font-face==========*/

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Thin.ttf);
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Italic.ttf);
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-MediumItalic.ttf);
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-Bold.ttf);
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-BoldItalic.ttf);
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-ExtraBold.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Kanit;
  src: url(../fonts/Kanit-ExtraBoldItalic.ttf);
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: Tourney;
  src: url(https://giaiphapprofile.com/frontend/layout/fonts/Tourney/Tourney-Thin.ttf);
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: Tourney;
  src: url(https://giaiphapprofile.com/frontend/layout/fonts/Tourney/Tourney-ThinItalic.ttf);
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: Tourney-Black;
  src: url(https://giaiphapprofile.com/frontend/layout/fonts/Tourney/Tourney-Black.ttf);
}

/*==========#font-face==========*/

/* @media (min-width: 1366px) {
    .container {
        max-width: 100%;
    }
    .container.normal {
        max-width: 1150px;
    }
    .item-content-news.hoho {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ul-damme {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -moz-animation: bouncing-text 5s linear infinite alternate;
        -webkit-animation: bouncing-text 5s linear infinite alternate;
        animation: bouncing-text 10s linear infinite alternate;
    }
    .ul-damme li {
        white-space: nowrap;
    }
    .ul-damme {
        display: flex;
    }
} */

.goog-te-banner-frame {
  display: none !important;
}

/*==========header==========*/

#header {
  width: 100%;
}

#header .top-nav {
  background-color: #ebebeb;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#header .top-nav ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .top-nav li {
  float: left;
  margin-left: 10px;
}

#header .top-nav,
#header .top-nav li,
#header .top-nav li a,
#header .top-nav button {
  color: #999999;
  font-size: 15px;
}

#header .top-nav .dropdown button {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #075951;
}

#header .top-nav .dropdown .dropdown-item {
  padding: 5px 10px;
}

#header .top-nav .dropdown .dropdown-menu {
  padding: 0px;
}

#header .top-nav .dropdown .dropdown-toggle::after {
  position: relative;
  top: 2px;
}

#header .main-nav {
  padding: 15px 0;
}

#header .main-nav .body-nav {
  display: flex;
  align-items: center;
}

#header .main-nav .body-nav ul {
  list-style: none;
  padding-left: 0px;
}

#header .main-nav .body-nav ul li {
  float: left;
  padding: 5px 15px;
}

#header .main-nav .main-menu > ul > li,
#header .main-nav .main-menu > ul > li a {
  color: #333;
  font-size: 14px;
  position: relative;
}

#header .main-nav .main-menu > ul > li a {
  padding-bottom: 12px;
}

#header .main-nav .main-menu > ul > li a:after {
  content: "";
  height: 4px;
  width: 30px;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#header .main-nav .main-menu > ul > li a:hover {
  color: #f7ce0c;
}

#header .main-nav .main-menu > ul > li:hover a:after {
  background-color: #212c3d;
}

#header .main-nav .main-menu > ul > li.active a:after {
  background-color: #212c3d;
}

#header .main-nav .main-menu > ul > li.hot {
  background-color: #e88960;
  border-radius: 3px;
  margin-left: 15px;
  border-radius: 20px;
}

.button-hot {
  background-color: #075951;
  border-radius: 3px;
  margin-left: 15px;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 20px;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.button-hot:hover {
  background-color: #212c3d;
  border: 1px solid #075951;
}

#header .main-nav .main-menu > ul > li.hot a {
  color: #fff !important;
}

#header .main-nav .main-menu > ul > li.hot:hover {
  background-color: #212c3d;
}

#header .main-nav .main-menu > ul > li.hot a:hover {
  color: #fff;
}

#header.header-fix {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}

#header.header-fix .top-nav {
  display: none;
}

#header.header-fix .main-nav {
  background-color: #000000b0;
}

#header .logo img {
  transition: 0.3s;
  height: 50px;
}

#header.header-fix .logo img {
  height: 44px;
}

.h-fix {
  width: 100%;
  z-index: 9;
}

#header.h-fix .main-nav .main-menu > ul > li,
#header.h-fix .main-nav .main-menu > ul > li a {
  color: #212c3d;
}

#header.header-fix .main-nav .main-menu > ul > li a {
  color: #fff;
}

/*==========#header==========*/

/*==========footer==========*/

footer {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#footer {
  background-color: #075951;
  padding: 50px 50px 20px 50px;
}

#footer .container-fluid.container-main {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}

#footer__col-2 .footer__content br {
  display: block;
}

.footer__top > .d-md-flex {
  margin-left: -20px;
  margin-right: -20px;
}

/* #footer__col-1 {
    max-width: 30%;
}

#footer__col-2 {
    max-width: 40%;
}

#footer__col-3 {
    max-width: 30%;
} */

.footer__top__item {
  padding-left: 20px;
  padding-right: 20px;
}

.footer__content {
  padding-left: 0;
}

.footer__bottom {
  margin-top: 10px;
}

#footer h2 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer p {
  font-size: 15px;
  margin: 0;
  color: #fff;
  line-height: 2;
}

#footer a {
  font-size: 15px;
  margin: 0;
  color: #fff;
  margin-right: 15px;
}

#footer a:hover {
  color: #e7c415;
}

#footer #footer__col-1,
#footer #footer__col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#copyright {
  text-align: center;
}

#footer ul {
  padding-left: 15px;
}

#footer ul li {
  margin-bottom: 5px;
}

#footer ul li,
#footer ul li a {
  font-size: 17px;
  color: #fff;
}

#footer ul li a:hover {
  color: #e7c415;
}

/*==========#footer==========*/

/*==========main==========*/

.box1-slide .owl-stage {
  display: flex;
}

.box1-slide .owl-stage-outer {
  overflow: hidden;
}

.box1-slide .owl-nav {
  display: none;
}

h2 {
  font-size: 30px;
  color: #212c3d;
  font-weight: 400;
}

.h2-des {
  font-size: 17px;
  color: #999;
}

.box-img {
  overflow: hidden;
  margin-bottom: 5px;
  display: inline-block;
}

.box-img img {
  transition: 0.3s;
  max-width: 100%;
}

.box-img img:hover {
  transform: scale(1.1);
}

.more-box2 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px;
  background-color: #707070;
}

.more-box2:hover {
  color: #fff;
  background-color: #f7ce0c;
}

.item-box5 {
  display: flex;
}

.box-des h3,
.box-des h3 a {
  color: #999;
  font-size: 17px;
}

.box-des p {
  font-size: 14px;
  color: #999;
}

.des-status a {
  font-size: 10px;
  color: #666;
  border-right: 1px solid #666;
  margin-right: 10px;
  padding-right: 10px;
}

.des-status a:nth-child(1) {
  font-weight: bold;
}

.des-status a:nth-child(2) {
  color: #999;
}

.des-status a:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
  color: #ccc;
}

.more-box5 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px;
  background-color: #b48b29;
}

.more-box5:hover {
  background-color: #707070;
  color: #fff;
}

.ul-list-dv {
  list-style: none;
  padding-left: 0px;
}

.ul-list-dv li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fff;
  position: relative;
}

.ul-list-dv li img {
  margin-right: 15px;
}

.ul-list-dv li h3 {
  font-size: 20px;
  color: #666;
}

.ul-list-dv li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
}

.back-gray-box5 {
  background-color: #ebebeb;
}

.ul-list-dv .active:before {
  content: "";
  border-right: 10px solid #555;
  z-index: 9;
}

.ul-list-dv li:before {
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 10px;
}

.ul-list-dv li.active {
  background-color: #555;
}

.ul-list-dv li.active h3,
.ul-list-dv li.active p {
  color: #fff;
}

.d6-flex {
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap-reverse;
  display: flex;
}

.box6-back {
  background-image: url(../img/bnh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}

.box6-back h2,
.box6-back p {
  color: #fff;
}

.div-local {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.div-local a {
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  padding: 11px 15px;
  background-color: #b48b29;
}

.form-home input {
  height: 41px;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: #212c3d;
  font-weight: 400;
  font-size: 14px;
}

.form-home textarea {
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: #212c3d;
  font-weight: 400;
  font-size: 14px;
}

.form-home button {
  font-size: 14px;
  color: #fff;
  box-shadow: none;
  border: none;
  height: 41px;
  font-weight: 500;
  width: 100%;
  margin-left: 0px;
  border-radius: 0;
  text-transform: unset;
}

.slide-item {
  position: relative;
}

.slide-item img {
  object-fit: cover;
  width: 100%;
}

.content-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.content-slide p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.content-slide .h2 {
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.box1-slide .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 60px;
}

.box1-slide .owl-dots button {
  background-color: transparent;
  border: none;
  outline: none;
}

.box1-slide .owl-dots button span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #dadada;
}

.box1-slide .owl-dots button.active {
}

.box1-slide .owl-dots button.active span {
  width: 30px;
  background-color: #f17b23;
}

.content-banner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30%;
}

.content-banner h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.content-banner p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.side-right {
  margin-bottom: 25px;
}

.right-search {
  height: auto;
  overflow: hidden;
  border: 1px solid #cdcccc;
  border-radius: 2px;
}

.right-search .form-group {
  margin-bottom: 0px !important;
}

.right-search button {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  margin-top: 1px;
  color: #707070;
}

.right-search button:before {
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ffb600;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.right-search .form-control {
  height: 40px !important;
  border: none;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.matb5 {
  margin-bottom: 5px !important;
}

.side-cate {
  list-style: none;
  padding-left: 0px;
}

.side-cate > li {
  border-bottom: 1px dashed #d9d8d8;
  padding-top: 8px;
  padding-bottom: 3px;
}

.side-cate > li,
.side-cate > li > a {
  font-size: 17px;
  color: #999;
  display: inherit;
  position: relative;
}

.side-tit {
  font-size: 20px !important;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.side-cate > li > a span {
  color: #fff;
  height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 3px;
  background-color: #ffc73c;
  font-size: 14px;
  float: right;
}

.item-news-r h3,
.item-news-r h3 a {
  color: #999;
  font-size: 15px;
}

.item-news-r p {
  color: #666;
  font-size: 14px;
}

.item-list-news h3,
.item-list-news h3 a {
  color: #999;
  font-size: 20px;
}

.more {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
  background-color: #707070;
}

.item-list-news p {
  font-size: 14px;
  color: #999;
}

.pagin a,
.pagin strong {
  color: #212c3d;
  display: inline-block;
  padding: 8px 8px 0px 3px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.pagin strong {
  color: #075951;
  border-bottom: 3px solid #075951;
}

.pagin a:hover {
  color: #075951;
  border-bottom: 3px solid #075951;
}

.ul-status {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.ul-status li {
  font-size: 15px;
  float: left;
  margin-right: 15px;
}

.item-list-news {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px !important;
  margin-bottom: 40px !important;
}

/*==========#main==========*/

.content-text,
.content-text p {
  font-weight: 400;
  font-size: 45.69px;
  margin-bottom: 0px;
  line-height: 56px;
  color: #212c3d;
}

.content-text {
  padding-left: 65px;
}

p,
a {
  color: #212c3d;
}

.ul-content-text {
  list-style: none;
}

.ul-content-text li,
.ul-content-text a {
  font-weight: bold;
  font-size: 16px;
}

.f32 {
  font-size: 28px !important;
}

.back-box-1 {
  background-image: url(../img/bg-h1.png);
  background-size: 100%;
  padding: 230px 0 100px 0;
  background-repeat: no-repeat;
}

.box2-left {
  padding: 200px 0;
}

.p-fix {
  line-height: 32px;
}

.back-box-2 {
  background-image: url(../img/bg-h2.png);
  background-size: cover;
  padding: 150px 0 150px 0;
  background-repeat: no-repeat;
}

.back-box-2 p,
.back-box-2 a,
.back-box-2 li {
  color: #fff;
}

.box-line-product {
  margin-top: 15px;
  background-color: #1c2534;
  padding: 25px 15px 5px 15px;
  height: 100%;
}

.box-line-product p {
  font-size: 14px;
  font-weight: 400;
}

.box-line-product p:first-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.box-line-product p:first-child span {
  font-size: 28px;
}

.d-flex {
  display: flex;
}

.box-line-product p:last-child {
  margin-bottom: 0px;
}

.back-cam {
  background-color: #075951;
  padding: 60px 0 40px;
}

.form-home input::placeholder,
.form-home textarea::placeholder {
  color: #212c3d;
}

.form-home input:-ms-input-placeholder,
.form-home textarea:-ms-input-placeholder {
  color: #212c3d;
}

.form-home input::-ms-input-placeholder,
.form-home textarea::-ms-input-placeholder {
  color: #212c3d;
}

.mt35 {
  margin-top: 35px !important;
}

.mt124 {
  margin-top: 124px !important;
}

.back-xam {
  background-color: #f7f7f7;
  padding: 50px 0;
}

.wraper {
  overflow: hidden;
}

.giuseart-mobile-contact-bar {
  display: none;
}

.giuseart-pc-contact-bar {
  right: 13px;
  bottom: 70px;
  position: fixed;
  z-index: 998;
  margin-bottom: 0;
}

.giuseart-pc-contact-bar li {
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 0;
  list-style: none;
}

.giuseart-pc-contact-bar li.facebook {
  margin-bottom: 8px;
  background: url(../img/ic-mesenger.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.giuseart-pc-contact-bar li.hotline {
  background: url(../img/ic-hotline.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
}

.giuseart-pc-contact-bar li.email {
  background: url(../img/ic-email.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
}

.giuseart-pc-contact-bar li a {
  display: block;
  width: 44px;
  height: 44px;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 9px;
}

.menu-lang a {
  font-size: 14px;
  margin: 0 5px;
}

.menu-lang a.active {
  color: #fff;
  background-color: #212c3d;
  padding: 3px 5px;
  border-radius: 50%;
}

.ul-damme {
  list-style: none;
  padding-left: 0px;
}

.ul-damme li {
  float: left;
  margin-right: 90px;
  font-size: 58.22px;
  color: #212c3d;
  font-family: Tourney;
  font-weight: 200;
}

.section-service-2 .button-text {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.section-service-2 .button-text:after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background-image: url(https://giaiphapprofile.com/upload/files/mt-cheo.png);
  position: absolute;
  top: 0px;
  right: -18px;
}

.section-service-2 .button-text:hover:after {
  background-image: url(https://giaiphapprofile.com/upload/files/mt-cheo-h.png);
}

.content-item-da {
  background-color: #212c3d;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  right: 0px;
  bottom: 0px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-item-da p,
.content-item-da a,
.content-item-da div,
.content-item-da span,
.content-item-da h3 {
  color: #fff;
}

.content-item-da p a {
  white-space: nowrap;
}

.content-item-da {
  cursor: pointer;
}

.content-item-da h3,
.content-item-da h3 a {
  font-size: 24px;
  font-weight: 400;
}

.content-item-da p {
  font-size: 14px;
  font-weight: 200;
  display: flex;
  align-items: center;
  position: relative;
}

.content-item-da p:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 13px;
  /* background-image: url(../img/mt-cheo-2.png); */
  background-size: 100% 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
}

.content-item-da p span {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  margin-left: 15px;
  margin-right: 25px;
}

.item-da .content-item-da {
  display: none;
}

.item-da:hover .content-item-da {
  display: flex;
}

.row.fix2,
.row.fix2 .row {
  margin-right: -2px !important;
  margin-left: -2px !important;
}

.row.fix2 > div,
.row.fix2 .row > div {
  padding-left: 2px;
  padding-right: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

@media only screen and (max-width: 499px) {
  .giuseart-mobile-contact-bar {
    left: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 998;
    margin-bottom: 0;
    display: block !important;
  }

  .giuseart-mobile-contact-bar li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    list-style: none;
  }

  .giuseart-mobile-contact-bar li.facebook {
    margin-bottom: 8px;
    background: url(https://giuseart.com/wp-content/uploads/2020/03/fb.png);
    background-repeat: no-repeat;
  }

  .giuseart-mobile-contact-bar li.zalo {
    background: url(https://giuseart.com/wp-content/uploads/2020/03/zl.png);
    background-repeat: no-repeat;
  }

  .giuseart-mobile-contact-bar li a {
    display: block;
    width: 44px;
    height: 44px;
  }

  .giuseart-mobile-contact-bar li.hotline {
    background: url(https://giuseart.com/wp-content/uploads/2020/03/p2.gif);
    background-repeat: no-repeat;
    background-size: 44px;
  }
}

.box1-slide {
  position: relative;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.disi {
  display: inline-block;
}

.he702 {
  height: 702px;
  object-fit: cover;
}

.he180 {
  height: 180px;
  object-fit: cover;
}

.he341 {
  height: 341px;
  object-fit: cover;
}

.he550 {
  height: 550px;
  object-fit: cover;
}

.he494 {
  height: 494px;
  object-fit: cover;
}

.he485 {
  height: 485px;
  object-fit: cover;
}

.box-left-ser {
  padding-left: 15%;
}

.box-left-ser h2 {
  font-size: 30px;
  color: #212c3d;
  font-weight: 400;
}

.box-left-ser p {
  font-size: 14.01px;
  font-weight: 400;
}

.ul-lis-service {
  list-style: none;
  padding-left: 0px;
}

.ul-lis-service h3 {
  font-size: 48.03px;
  font-weight: 600;
  color: #212c3d;
  border-bottom: 2px solid #212c3d;
  padding-bottom: 12px;
}

.ul-lis-service .content-li-service {
  border-bottom: 2px solid #212c3d;
  padding: 5px 0 15px 0;
  display: none;
}

.ul-lis-service .content-li-service p {
  font-size: 18px;
  font-weight: 500;
  color: #212c3d;
  line-height: 22px;
}

.ul-lis-service .content-li-service ul {
  list-style: none;
  padding-left: 0px;
}

.ul-lis-service .content-li-service ul li,
.ul-lis-service .content-li-service ul li a {
  font-size: 14px;
  font-weight: 400;
}

.box-right-ser {
  padding-left: 60px;
}

.ul-lis-service > li {
  position: relative;
}

.ul-lis-service > li:before {
  height: 18px;
  width: 19px;
  display: inline-block;
  content: "";
  background-image: url(../img/plus.png);
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 30px;
}

.ul-lis-service > li.open:before {
  background-image: url(../img/mini.png);
}

.ul-lis-service li.open .content-li-service {
  display: block;
}

.content-right-ban,
.content-left-ban {
  display: flex;
  align-items: center;
  padding-left: 30px !important;
  flex-wrap: wrap;
  align-content: flex-start;
  align-content: center;
  align-items: center;
}

.content-right-ban_ {
  width: 100%;
  display: flex;
}

.content-right-ban__number {
  width: var(--container-widget-width, 25%);
  max-width: 25%;
  --container-widget-width: 25%;
  --container-widget-flex-grow: 0;
}

.content-right-ban__text {
  width: var(--container-widget-width, 75%);
  max-width: 75%;
  --container-widget-width: 75%;
  --container-widget-flex-grow: 0;
}

.content-right-ban p {
  font-size: 39px;
  font-weight: 600;
  color: #212c3d;
  line-height: 46px;
  /* -webkit-text-stroke: 1px #075951;
    -webkit-text-fill-color: transparent; */
}

.content-left-ban p {
  font-weight: 600;
  font-size: 39px;
  line-height: 46px;
}

.button-plus {
  background-image: url(https://giaiphapprofile.com/upload/files/butt-plus.png);
  background-size: 100% 100%;
  height: 26px;
  width: 26px;
  display: inline-block;
}

.button-plus:hover {
  background-image: url(https://giaiphapprofile.com/upload/files//butt-plus-h.png);
}

.item-news .date-news {
  font-size: 14px;
  font-weight: 200;
  position: relative;
}

.item-news .date-news span {
  font-weight: 500;
}

.item-news h3,
.item-news h3 a {
  font-size: 18px;
  font-weight: 500;
}

.item-news .date-news:after {
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #212c3d;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -20px;
}

#id-dkn {
  background-color: #212c3d;
}

.back-tim {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-tim p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.box-partner {
  border-bottom: 1px solid #212c3d;
}

.box-partner h3 {
  font-size: 30px !important;
  color: #212c3d !important;
  font-weight: 400 !important;
}

.footer-info h3 {
  font-size: 36px !important;
  color: #212c3d !important;
  font-weight: 400 !important;
}

.footer-info h4 {
  font-weight: bold;
  font-size: 18px;
  color: #212c3d;
}

.footer-info p {
  font-size: 14px !important;
}

.footer-info ul {
  list-style: none;
  padding-left: 0px !important;
}

.footer-info ul li,
.footer-info ul li a {
  font-size: 14px !important;
  color: #212c3d !important;
  font-weight: 400;
}

.button-text-t {
  font-size: 36px;
  font-weight: 400;
  position: relative;
}

.button-text-t:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(../img/arrow_c_t.png);
  position: absolute;
  top: 5px;
  right: -18px;
}

.button-text-t:hover:after {
  background-image: url(../img/arrow_c_t_h.png);
}

.footer-rule h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #212c3d !important;
  text-transform: uppercase;
}

.footer-rule p {
  font-size: 14px;
}

.ic-share {
  height: 32px;
  width: 32px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#footer .footer__top__item ul.social-sup {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
}

#footer .footer__top__item ul.social-sup li {
  margin: 10px 5px;
  float: none;
  display: inline-block;
}

#footer .footer__top__item ul.social-sup li a {
  display: block;
  width: 35px;
  height: 35px;
  color: #fff;
  padding: 8px 0;
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

#footer .footer__top__item ul.social-sup li a svg {
  width: 15px;
  height: 15px;
  overflow: hidden;
  vertical-align: middle;
}

#footer .footer__top__item ul.social-sup li a svg path {
  fill: #fff;
}

#footer .footer__top__item ul.social-sup li.facebook a:hover,
#footer .footer__top__item ul.social-sup li.facebook a:focus {
  border-color: #3b5998;
  background-color: #3b5998;
}

#footer .footer__top__item ul.social-sup li.twitter a:hover,
#footer .footer__top__item ul.social-sup li.twitter a:focus {
  border-color: #1da1f2;
  background-color: #1da1f2;
}

#footer .footer__top__item ul.social-sup li.youtube a:hover,
#footer .footer__top__item ul.social-sup li.youtube a:focus {
  border-color: #ff0000;
  background-color: #ff0000;
}

#footer .footer__top__item ul.social-sup li.instagram a:hover,
#footer .footer__top__item ul.social-sup li.instagram a:focus {
  border-color: #405de6;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.box-share a {
  margin-right: 15px;
}

#header.header-fix .main-nav .main-menu > ul > li.active a:after {
  background-color: #fff;
}

#header.header-fix .menu-lang a {
  color: #fff;
}

#header.header-fix .menu-lang .button-contact span {
  background-color: #fff;
}

.menu-lang {
  position: relative;
  top: -8px;
}

.button-contact {
  display: inline-block;
  position: relative;
  top: 11px;
  cursor: pointer;
  height: 30px;
  padding: 10px 0;
  margin-left: 15px;
}

.button-contact span {
  display: block;
  width: 35px;
  height: 1.3px;
  background-color: #212c3d;
  margin-bottom: 5px;
}

#lof_go_top {
  background: url(../img/back-top.png) 50% 50% no-repeat;
  bottom: 135px;
  display: none;
  height: 39px;
  position: fixed;
  right: 13px;
  width: 39px;
  z-index: 99999;
  background-size: 100% 100%;
  cursor: pointer;
}

.box-contact {
  position: fixed;
  z-index: 10;
  top: 0px;
  right: 0px;
  height: 100vh;
  background-color: #212c3df7;
  padding: 80px 80px 80px 105px;
  display: none;
}

.box-contact-conect {
  position: fixed;
  z-index: 10;
  top: 0px;
  right: 0px;
  height: 100vh;
  background-color: #212c3df7;
  padding: 80px 40px 50px;
  display: none;
  overflow-y: auto;
  z-index: 99;
}

.close-contact {
  display: flex;
  height: 46px;
  width: 46px;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.close-contact-conect {
  display: flex;
  height: 46px;
  width: 46px;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  position: fixed;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.box-contact-logo {
  height: 50px;
}

.box-contact h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.bb-4 {
  border-bottom: 4px solid #fff;
  padding-bottom: 17px;
}

.box-contact ul {
  list-style: none;
  padding-left: 0px;
}

.box-contact ul li,
.box-contact ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.box-contact ul li {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

/* .box-contact .youtube {
    background-image: url(../img/ic-you-w.png);
}

.box-contact .instagram {
    background-image: url(../img/ic-insta-w.png);
}

.box-contact .facebook {
    background-image: url(../img/ic-face-w.png);
}

.box-contact .be {
    background-image: url(../img/ic-be-w.png);
} */

.ic-address,
.ic-phone,
.ic-email {
  position: relative;
}

.ic-address:before {
  width: 19px;
  height: 23px;
  display: inline-block;
  background-image: url(../img/ic-add.png);
  content: "";
  position: absolute;
  left: -32px;
  top: 20px;
}

.ic-phone:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/ic-phone.png);
  content: "";
  position: absolute;
  left: -32px;
  top: 20px;
}

.ic-email:before {
  width: 20px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/ic-email2.png);
  content: "";
  position: absolute;
  left: -32px;
  top: 20px;
}

h1 {
  font-size: 60px;
  font-weight: 500;
  color: #212c3d;
}

.li-form button {
  padding: 0.282rem 0.8rem !important;
  background-color: #212c3d;
  border-radius: 0;
  border-color: #212c3d;
  margin-bottom: 0px !important;
  color: #fff !important;
}

.li-form .form-group input {
  height: 35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 270px;
  color: #666666;
  font-size: 14px !important;
  font-style: italic;
  border-color: #898e98;
  border-width: 2px;
  border-right: none;
}

.li-form .form-group {
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.ul-cate-project {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.ul-cate-project li {
  float: left;
  margin-right: 60px;
}

.ul-cate-project li,
.ul-cate-project li a {
  font-size: 18px;
  color: #212c3d;
}

.ul-cate-project li.active a,
.ul-cate-project li:hover a {
  color: #075951;
}

.li-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-da {
  display: inline-block;
  height: 124px;
  width: 124px;
  border: 1px solid #a1a6ad;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #212c3d;
  padding: 35px 0;
}

.more-da:hover {
  border: 1px solid #075951;
}

.more-da span {
  position: relative;
}

.more-da span:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 15px;
  background-image: url(../img/dd.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.more-da:hover span:after {
  background-image: url(../img/dd-h.png);
}

.item-info label,
.item-info p {
  font-size: 14.01px;
  margin-bottom: 0;
}

.item-info label {
  font-weight: 300;
  color: #999999;
}

.item-info p {
  font-weight: 500;
  color: #212c3d;
}

.box-tag h3,
.box-tag li,
.box-tag li a {
  font-size: 14px;
  color: #999999;
}

.box-tag h3 {
  font-weight: 500;
}

.box-tag li,
.box-tag li a {
  font-weight: 400;
}

.box-tag ul {
  list-style: none;
  padding-left: 0px;
}

.box-relate h3 {
  font-size: 14px;
  font-weight: 500;
  color: #212c3d;
}

.button-text-ll {
  font-size: 56px;
  font-weight: 500;
  position: relative;
}

.button-text-ll:after {
  content: "";
  display: inline-block;
  height: 19px;
  width: 19px;
  background-image: url(../img/mt-cheo-ll.png);
  position: absolute;
  top: 15px;
  right: -26px;
}

.button-text-ll:hover:after {
  background-image: url(../img/mt-cheo-ll-h.png);
}

.content-writter img {
  max-width: 100% !important;
  height: auto !important;
}

.content-writter iframe {
  max-width: 100% !important;
  max-height: 90vh !important;
}

.content-writter p {
  font-weight: 300;
  color: #212c3d;
}

.content-left-ban.fix {
  padding-left: 0px !important;
}

.content-left-ban.fix p {
  font-size: 30px;
  line-height: 35px;
}

.content-left-ban.fix3 p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.content-left-ban.fix2 p {
  font-size: 14px;
  line-height: unset;
}

.button-connect:after {
  content: "";
  display: inline-block;
  height: 12px;
  width: 15px;
  background-image: url(../img/arrow_r.png);
  background-size: 100% 100%;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.button-connect:hover:after {
  background-image: url(../img/arrow_r_h.png);
}

.item-da.fix-news .content-item-da {
  display: flex;
  background-color: #212c3d3b;
  justify-content: flex-end;
}

.item-da.fix-news .content-item-da p:after {
  content: unset;
}

.item-da.fix-news .content-item-da p span {
  width: unset;
  border-top: unset;
}

.item-da.fix-news .content-item-da p {
  font-size: 14px;
  font-weight: 300;
}

.item-da.fix-news .content-item-da .date-news {
  font-size: 18px;
  font-weight: 200;
}

.item-da.fix-news .content-item-da .date-news span {
  font-weight: 500;
  margin-left: 10px;
}

.item-da.fix-news .content-item-da h3,
.item-da.fix-news .content-item-da h3 a {
  font-weight: 500;
  font-size: 36px;
}

.item-da.fix-news .content-item-da h3 {
  line-height: 36px;
  margin-bottom: 20px;
}

.h1-news {
  font-weight: 500;
  font-size: 30px;
}

.date-news {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 0px;
}

.note-news {
  color: #212c3d;
  font-weight: 500;
}

.li-form.fix .form-group input {
  min-width: calc(100% - 43px);
  width: 100%;
}

.li-form.fix .form-group {
  float: left;
  min-width: calc(100% - 43px);
  width: calc(100% - 43px);
}

.button-back-news {
  font-size: 14px;
  font-weight: 500;
  color: #212c3d;
  position: relative;
  top: -8px;
}

.button-back-news:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 9px;
  background-image: url(../img/back-news.png);
  background-size: 100%;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.button-back-news:hover:before {
  background-image: url(../img/back-news-h.png);
}

.new-next {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
}

.col-right h3 {
  font-weight: bold;
  font-size: 24px;
  color: #212c3d;
  padding-bottom: 10px;
}

.col-right h3.borb {
  border-bottom: 7px solid #212c3d;
}

.col-right ul {
  list-style: none;
  padding-left: 0px;
}

.col-right ul li,
.col-right ul li a {
  font-size: 18px;
  color: #212c3d;
}

.col-right ul li {
  border-bottom: 1px solid #212c3d;
  padding: 5px 0;
}

.col-right ul li:hover,
.col-right ul li:hover a {
  color: #075951;
}

.col-right ul li a {
  display: inherit;
}

.col-right ul li a span {
  float: right;
}

.col-right ul li:last-child {
  border-bottom: none;
}

.form-home.fix input {
  border-top: 1px solid #000;
  padding-left: 0px;
}

.form-home.fix input::placeholder {
  color: #999;
  font-style: italic;
}

.content-text.fix p {
  font-family: Tourney;
  font-weight: 200;
}

.h3-about {
  font-size: 18px;
  font-weight: 500;
  color: #212c3d;
  position: relative;
}

.h3-about:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 72px;
  background-color: #212c3d;
  position: absolute;
  left: 0px;
  bottom: -40px;
}

.item-service h3 {
  font-size: 48.03px;
  font-weight: 600;
  color: #212c3d;
  padding-bottom: 12px;
}

.item-service ul {
  list-style: none;
  padding-left: 0px;
}

.item-service ul li,
.item-service ul li a {
  font-size: 14px;
  font-weight: 400;
}

.item-action span {
  font-size: 72px;
  font-weight: 200;
  color: #212c3d;
  line-height: 90px;
}

.item-action h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212c3d;
  margin-bottom: 30px;
}

.item-action p {
  font-size: 14.01px;
  color: #212c3d;
}

.content-text.fix2 p {
  font-size: 36px;
  font-family: Tourney;
  font-weight: 200;
  line-height: 40px;
}

.content-text.fix2 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #212c3d;
}

.content-text.fix2 .place {
  font-family: Kanit;
  font-size: 18px;
  color: #212c3d;
  font-weight: 400;
  line-height: 18px;
}

.box-contact-conect h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-bottom: 70px;
}

.box-contact-conect h3:after {
  content: "";
  display: inline-block;
  height: 6px;
  width: 144px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: -40px;
}

.box-contact-conect label {
  color: #fff;
  font-size: 18px;
}

.box-contact-conect p {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.box-contact-conect a {
  font-size: 18px;
  color: #075951 !important;
}

.box-contact-conect h1 {
  font-weight: 500;
  font-size: 48px;
  color: #fff;
}

.box-contact-conect .button-back-about {
  color: #fff !important;
  font-size: 14px !important;
}

.box-contact-conect .button-back-about i {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.box-contact-conect .button-back-about:hover {
  color: #075951 !important;
}

.box-contact-conect .form-home button {
  background-color: #fff;
  color: #212c3d !important;
  font-size: 14px !important;
  font-weight: 500;
}

.box-contact-conect .form-home button:hover {
  background-color: #075951;
  color: #fff !important;
}

.box-contact-conect .form-home input,
.box-contact-conect .form-home textarea {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-left: 0px;
}

.box-contact-conect .form-home input::placeholder,
.box-contact-conect .form-home textarea::placeholder {
  color: #fff;
  font-weight: 200;
}

.box-contact-conect .form-home .form-group {
  margin-bottom: 0px !important;
}

.box-contact-conect .form-home input {
  height: 50px;
}

.box-contact-conect .form-home textarea {
  padding-top: 15px;
}

#header.header-fix .main-nav .main-menu > ul > li a:hover:after,
#header.header-fix .main-nav .main-menu > ul > li:hover a:after {
  background-color: #fff;
}

.content-writter.w-da-100 img {
  width: 100% !important;
}

.ul-cate-project.news li {
  margin-right: 30px;
}

.ul-damme li:hover {
  font-family: Tourney-Black;
  font-weight: bold;
}

.content-writter strong {
  font-weight: bold;
}

.content-writter li,
.content-writter a,
.content-writter div {
  font-weight: 300;
}

@keyframes bouncing-text {
  0% {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes marqueeAnimation-13247680 {
  100% {
    transform: translateX(-2045.3px);
  }
}

.button-show-cate {
  float: right;
  font-size: 40px;
  padding: 0 15px;
  position: relative;
  top: 17px;
}

.item-step h3 {
  font-size: 34px;
  font-weight: 500;
}

.item-step h3 span {
  color: #075951;
  margin-left: 15px;
}

.item-step p {
  font-size: 18px;
  font-weight: 500;
}

.backxamlg {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.item-box-design {
  background-color: #fff;
  border: 1px solid #212c3d;
  padding: 30px 30px 80px;
  height: 100%;
  position: relative;
}

.item-box-design ul {
  padding-left: 17px;
}

.button-a {
  background-color: #075951;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  width: 230px;
  cursor: pointer;
  text-align: center;
  padding: 7px 20px;
}

.button-a.po {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.button-a:hover {
  background-color: #212c3d;
  color: #fff !important;
}

.item-table table thead tr {
  background-color: #212c3d !important;
  color: #fff !important;
}

.item-table table thead th {
  font-weight: 500 !important;
  font-size: 14px;
}

.item-table table td {
  font-size: 14px;
}

.item-table .tr-head {
  background-color: #e8e9eb;
  font-weight: 500;
  padding: 5px 0.75rem;
}

.item-table td,
.item-table th {
  border-top: 1px solid #212c3d;
}

.item-table .tr-check {
  color: #075951;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.he91 {
  height: 91px;
  object-fit: contain;
}

.back-timden {
  background-color: #212c3d;
  padding: 50px 0 10px;
}

.bread-crumb {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding-left: 0px;
}

.bread-crumb li {
  float: left;
}

.bread-crumb li,
.bread-crumb li a {
  font-size: 16px;
  color: #999;
}

.cl-timden,
.cl-timden p {
  color: #fff;
}

.wraper.night {
  background-color: #1a1717 !important;
}

.wraper.night #header .logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.wraper.night #header.h-fix .main-nav .main-menu > ul > li,
.wraper.night #header.h-fix .main-nav .main-menu > ul > li a {
  color: #fff !important;
}

.wraper.night p,
.wraper.night a,
.wraper.night li,
.wraper.night h2,
.wraper.night h3,
.wraper.night h4,
.wraper.night h1 {
  color: #fff !important;
}

.wraper.night .button-contact span {
  background-color: #fff !important;
}

.wraper.night .box-partner img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .hehe-mb {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .main-nav {
    position: relative;
  }

  .main-menu > ul {
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 9999;
    background-color: #000000b8;
    width: 100%;
    padding: 20px 0;
    display: none;
  }

  .main-menu > ul li a {
    color: #fff !important;
  }

  .main-menu > button {
    border: none;
    padding-top: 4px;
  }

  #header .logo img {
    height: 44px;
  }

  #header .main-nav .body-nav ul li {
    float: none !important;
  }

  .wraper.night #header.h-fix .main-nav .main-menu > ul > li,
  .wraper.night #header.h-fix .main-nav .main-menu > ul > li a {
    color: #212c3d !important;
  }

  #header .main-nav .body-nav ul li.active {
  }

  #header .main-nav .main-menu > ul > li.hot {
    display: inline-block;
    margin-top: 10px;
  }

  .back-cam {
    padding: 30px 10px;
  }

  .ul-content-text {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  br {
    display: none;
  }

  .back-box-1 {
    background-size: cover;
    background-position: top;
  }

  .box2-left {
    padding: 20px 15px;
  }

  .back-box-2 {
    background-size: cover;
  }

  .pl-mb-5 {
    padding-left: 0px !important;
  }

  .logo-fot {
    display: inline-block;
    margin-bottom: 30px;
  }

  .p-f {
    padding: 10px 15px !important;
    text-align: center;
  }

  .mt124 {
    margin-top: 20px !important;
  }

  .tjm {
    text-align: justify;
  }

  .mtb0 {
    margin-top: 0px !important;
  }

  .text-center-mobile {
    text-align: center !important;
  }

  .pl35 {
    padding-left: 15px !important;
  }

  .pr35 {
    padding-right: 15px !important;
  }

  .pl-5 {
    padding-left: 15px !important;
  }

  .text-right {
    text-align: left !important;
  }
}

.box-fix-space-lg .row {
  margin-left: -5px;
  margin-right: -5px;
}

.box-fix-space-lg .col-6,
.box-fix-space-lg .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1093px) {
  .logo-fot {
    margin-top: 31px;
  }
}

@media screen and (min-width: 1200px) {
  .main-nav .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }

  .mh84 {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .logo-fot {
    margin-top: 5px;
  }

  .col-53 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
  }

  .col-47 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }

  .item-da.fix-news .content-item-da {
    padding: 40px 50px 30px;
    padding-right: 60%;
  }

  .he320 {
    height: 320px;
    object-fit: cover;
  }

  .button-contact {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mh84 {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .box-left-ser {
    padding-left: 15px !important;
  }

  .box-right-ser {
    padding-left: 15px !important;
  }

  .ul-lis-service h3 {
    font-size: 30px;
  }

  .ul-lis-service > li:before {
    top: 10px;
  }

  .content-right-ban p {
    margin-top: 15px;
    font-size: 25px;
  }

  .content-left-ban p {
    margin-top: 15px;
    font-size: 25px;
  }

  .content-right-ban__number {
    width: var(--container-widget-width, 35%);
    max-width: 35%;
    --container-widget-width: 35%;
    --container-widget-flex-grow: 0;
  }

  .content-right-ban__text {
    width: var(--container-widget-width, 65%);
    max-width: 65%;
    --container-widget-width: 65%;
    --container-widget-flex-grow: 0;
  }

  .back-tim {
    padding: 20px 0;
  }

  .footer-info h4 {
    margin-top: 20px;
  }

  .box-share.mt-5 {
    margin-top: 20px !important;
  }

  .p-tb-m {
    padding: 25px 0;
  }

  #id-dkn .mt-5 {
    margin-top: 0px !important;
  }

  .menu-lang {
    padding-right: 0px;
    background-image: unset !important;
  }

  #header .logo img {
    height: 44px;
  }

  .text-center-m {
    text-align: center !important;
  }

  .ul-damme li {
    margin-right: 50px;
    white-space: nowrap;
  }

  .ul-damme {
    display: flex;
  }

  .box-btn-show-menu {
    display: block;
    width: 35px;
    height: 33px;
    padding: 5px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    z-index: 99;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: -5px;
  }

  .box-btn-show-menu span {
    display: block;
    background: #212c3d;
    height: 2px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    pointer-events: none;
  }

  .box-btn-show-menu.active span:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }

  .box-btn-show-menu.active span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
  }

  .box-btn-show-menu.active span:nth-child(3) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }

  #header .main-nav .body-nav ul li.active {
    margin-left: 0px !important;
  }

  .main-menu > ul > li a {
    display: inherit;
  }

  #header .main-nav .main-menu > ul > li a:after {
    width: 10%;
  }

  #header .main-nav .main-menu > ul > li a {
    border-bottom: 1px solid #000 !important;
  }

  .main-menu > ul li a {
    color: #000 !important;
  }

  #header .main-nav .main-menu > ul > li.active a:after {
    background-color: #fff !important;
  }

  .main-menu {
    padding-left: 25px;
  }

  .menu-lang {
    top: 0px;
  }

  .box-contact {
    padding: 80px 20px 80px 55px;
  }

  .li-form {
    flex-wrap: wrap;
  }

  .ul-cate-project {
    margin-bottom: 20px;
  }

  .ul-cate-project li {
    margin-right: 30px;
  }

  .item-info.mb-5 {
    margin-bottom: 10px !important;
  }

  .content-right-ban,
  .content-left-ban {
    padding-left: 15px !important;
    margin-top: 15px;
    padding-right: 15px !important;
  }

  .content-writter .mt-10 {
    margin-top: 40px !important;
  }

  .content-writter .mb-10 {
    margin-bottom: 40px !important;
  }

  .button-text-ll {
    font-size: 40px;
  }

  .col-right {
    margin-top: 30px;
  }

  .item-service h3 {
    font-size: 30px;
  }

  .h3-about {
    margin-bottom: 70px;
  }

  .content-text {
    padding-left: 15px !important;
  }

  .content-text.fix2 p {
    font-size: 26px;
  }

  .mt-10.mbm-fix {
    margin-top: 0 !important;
  }

  .mb-10.mbm-fix {
    margin-bottom: 0 !important;
  }

  .box-contact-conect h3.mt-10 {
    margin-top: 0px !important;
  }

  .box-contact-conect {
    z-index: 9999;
    overflow-y: scroll;
    padding-bottom: 50px;
  }

  .button-back-about {
    margin-bottom: 20px;
    display: inline-block;
  }

  .box-contact-conect h1 {
    margin-top: 40px;
  }

  .box1-slide.he-mb img {
    height: 247px;
    object-fit: cover;
  }

  .box1-slide.he-mb .owl-dots {
    top: 200px;
  }

  .ul-cate-project li {
    width: 100%;
    border-bottom: 1px solid #212c3d;
    padding: 5px 0px;
  }

  .ul-cate-project li:last-child {
    border-bottom: none;
  }

  .d-mb-none {
    display: none;
  }

  .form-inline {
    width: 100%;
  }

  .form-inline .form-group {
    width: calc(100% - 44px);
  }

  #header .main-nav .body-nav {
    justify-content: space-between;
  }

  table {
    width: 100% !important;
    height: auto !important;
  }
}

.button-show-cate .fa-angle-up:before {
  content: "\f106" !important;
}

@media screen and (max-width: 990px) {
  .main-menu {
    max-width: 150px;
  }

  .main-menu > ul {
    background-color: #fff !important;
  }
}

@media screen and (min-width: 991px) {
  #header.header-fix .main-nav .main-menu > ul > li a {
    color: #fff !important;
  }

  #header .main-nav .main-menu > ul > li a:after {
    background-color: transparent !important;
  }
}

@media screen and (max-width: 576px) {
  .he702,
  .he550,
  .he494 {
    height: 100%;
  }

  .box1-slide .owl-dots {
    bottom: 15px;
    right: 40px;
  }
  .p-0-m {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1500px) {
  .he320 {
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .he320 {
    height: 600px;
  }
}

@media screen and (min-width: 1200px) {
  .main-menu {
    padding-left: 95px;
  }
}

.mh84o {
  min-height: 84px;
}

.mh168o {
  min-height: 168px;
}

.footer .f32 {
  font-size: 24px !important;
}

.logo-fot {
  width: 100px;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

body {
  top: 0px !important;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-button-next:after {
  content: "›";
  font-size: 40px;
  color: #fff;
  line-height: 25px;
  height: 30px;
}
.swiper-button-prev:after {
  content: "‹";
  font-size: 40px;
  color: #fff;
  line-height: 25px;
  height: 30px;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-android-logo:before {
  content: "\e99e";
}
.icon-apple:before {
  content: "\e99f";
}
.icon-envelope:before {
  content: "\e9a0";
}
.icon-spinner-of-dots:before {
  content: "\e9a1";
}
.icon-font-size:before {
  content: "\e999";
}
.icon-idea:before {
  content: "\e99a";
}
.icon-sd-card:before {
  content: "\e99b";
}
.icon-signal:before {
  content: "\e99c";
}
.icon-switch:before {
  content: "\e99d";
}
.icon-coding:before {
  content: "\e991";
}
.icon-crossed-arrows:before {
  content: "\e992";
}
.icon-database:before {
  content: "\e993";
}
.icon-external-link:before {
  content: "\e994";
}
.icon-magnifier:before {
  content: "\e995";
}
.icon-paint-brush-and-palette:before {
  content: "\e996";
}
.icon-plugin:before {
  content: "\e997";
}
.icon-programming:before {
  content: "\e998";
}
.icon-avatar-boy:before {
  content: "\e981";
}
.icon-avatar-girl:before {
  content: "\e982";
}
.icon-bi-fold-brochure:before {
  content: "\e983";
}
.icon-brochure:before {
  content: "\e984";
}
.icon-calendar:before {
  content: "\e985";
}
.icon-catalogue:before {
  content: "\e986";
}
.icon-finances-statistics-descending-bars-graphic:before {
  content: "\e987";
}
.icon-four-fold-brochure:before {
  content: "\e988";
}
.icon-gate-fold-brochure:before {
  content: "\e989";
}
.icon-google-glass-logo:before {
  content: "\e98a";
}
.icon-insert-folder-brochure:before {
  content: "\e98b";
}
.icon-layers:before {
  content: "\e98c";
}
.icon-map-placeholder:before {
  content: "\e98d";
}
.icon-mortarboard:before {
  content: "\e98e";
}
.icon-tri-fold-brochure:before {
  content: "\e98f";
}
.icon-z-fold-brochure:before {
  content: "\e990";
}
.icon-down-arrow:before {
  content: "\e977";
}
.icon-facebook-logo:before {
  content: "\e978";
}
.icon-font-selection-editor:before {
  content: "\e979";
}
.icon-google-plus:before {
  content: "\e97a";
}
.icon-instagram:before {
  content: "\e97b";
}
.icon-linkedin-logo:before {
  content: "\e97c";
}
.icon-pinterest:before {
  content: "\e97d";
}
.icon-twitter-logo-silhouette:before {
  content: "\e97e";
}
.icon-whatsapp-logo-variant:before {
  content: "\e97f";
}
.icon-youtube-logo:before {
  content: "\e980";
}
.icon-app-dev-for-all:before {
  content: "\e974";
}
.icon-app-dev-solution:before {
  content: "\e975";
}
.icon-app-dev-testing:before {
  content: "\e976";
}
.icon-cms-affordability:before {
  content: "\e954";
}
.icon-cms-Content-Management:before {
  content: "\e955";
}
.icon-cms-editor:before {
  content: "\e956";
}
.icon-cms-languages:before {
  content: "\e957";
}
.icon-cms-Migration:before {
  content: "\e958";
}
.icon-cms-Social-Media:before {
  content: "\e959";
}
.icon-cms-Upgrade:before {
  content: "\e95a";
}
.icon-cms-Web-Design-Development:before {
  content: "\e95b";
}
.icon-ecom-approval:before {
  content: "\e95c";
}
.icon-ecom-catalog:before {
  content: "\e95d";
}
.icon-ecom-commission:before {
  content: "\e95e";
}
.icon-ecom-ecommerce:before {
  content: "\e95f";
}
.icon-ecom-enovation-design:before {
  content: "\e960";
}
.icon-ecom-feature:before {
  content: "\e961";
}
.icon-ecom-reports:before {
  content: "\e962";
}
.icon-ecom-review:before {
  content: "\e963";
}
.icon-rwap-eal-estate:before {
  content: "\e964";
  color: #df2466;
}
.icon-shopping-cart-managment:before {
  content: "\e965";
  color: #df2466;
}
.icon-shopping-cart-Security:before {
  content: "\e966";
  color: #df2466;
}
.icon-shopping-cart-Usability:before {
  content: "\e967";
  color: #df2466;
}
.icon-wap-accounts:before {
  content: "\e968";
  color: #df2466;
}
.icon-wap-communication:before {
  content: "\e969";
  color: #df2466;
}
.icon-wap-ecommerce:before {
  content: "\e96a";
  color: #df2466;
}
.icon-wap-education:before {
  content: "\e96b";
}
.icon-wap-entertainment:before {
  content: "\e96c";
  color: #df2466;
}
.icon-wap-fashion:before {
  content: "\e96d";
  color: #df2466;
}
.icon-wap-food:before {
  content: "\e96e";
  color: #df2466;
}
.icon-wap-healthcare:before {
  content: "\e96f";
  color: #df2466;
}
.icon-wap-manufacturing:before {
  content: "\e970";
  color: #df2466;
}
.icon-wap-support:before {
  content: "\e971";
  color: #df2466;
}
.icon-wap-time-budget:before {
  content: "\e972";
  color: #fff;
}
.icon-wap-tourism:before {
  content: "\e973";
  color: #df2466;
}
.icon-exp-camera:before {
  content: "\e940";
}
.icon-exp-vdo-24-hours:before {
  content: "\e941";
}
.icon-exp-vdo-Announcement:before {
  content: "\e942";
  color: #df2466;
}
.icon-exp-vdo-attract:before {
  content: "\e943";
  color: #df2466;
}
.icon-exp-vdo-chat:before {
  content: "\e944";
}
.icon-exp-vdo-customer-support:before {
  content: "\e945";
}
.icon-exp-vdo-file:before {
  content: "\e946";
}
.icon-exp-vdo-optimization:before {
  content: "\e947";
}
.icon-exp-vdo-speaker:before {
  content: "\e948";
}
.icon-exp-vdo-target2:before {
  content: "\e949";
}
.icon-exp-video-player:before {
  content: "\e94a";
}
.icon-brand-idn-Brand:before {
  content: "\e94b";
  color: #df2466;
}
.icon-brand-idn-Identuty:before {
  content: "\e94c";
  color: #df2466;
}
.icon-brand-idn-Logo:before {
  content: "\e94d";
  color: #df2466;
}
.icon-brand-idn-Logo_Design:before {
  content: "\e94e";
  color: #e4487f;
}
.icon-brand-idn-Marketing:before {
  content: "\e94f";
  color: #df2466;
}
.icon-brand-idn-search:before {
  content: "\e950";
  color: #9c11a8;
}
.icon-brand-idn-Solution:before {
  content: "\e951";
  color: #df2466;
}
.icon-brand-idn-Template:before {
  content: "\e952";
  color: #e33e78;
}
.icon-brand-idn-Video:before {
  content: "\e953";
  color: #df2466;
}
.icon-digi-mrkt-advantage:before {
  content: "\e934";
}
.icon-digi-mrkt-Content:before {
  content: "\e935";
}
.icon-digi-mrkt-Conversion:before {
  content: "\e936";
}
.icon-digi-mrkt-Create:before {
  content: "\e937";
}
.icon-digi-mrkt-Digital-Marketing:before {
  content: "\e938";
}
.icon-digi-mrkt-Global:before {
  content: "\e939";
}
.icon-digi-mrkt-Growing:before {
  content: "\e93a";
}
.icon-digi-mrkt-Low-Costs:before {
  content: "\e93b";
}
.icon-digi-mrkt-Measurable:before {
  content: "\e93c";
}
.icon-digi-mrkt-Paid-Social:before {
  content: "\e93d";
}
.icon-digi-mrkt-Seo:before {
  content: "\e93e";
}
.icon-digi-mrkt-Social-Media:before {
  content: "\e93f";
}
.icon-mobile-app-Android:before {
  content: "\e921";
}
.icon-mobile-app-Brand:before {
  content: "\e922";
}
.icon-mobile-app-Broaden .path1:before {
  content: "\e923";
  color: #2c2f33;
}
.icon-mobile-app-Broaden .path2:before {
  content: "\e924";
  margin-left: -1em;
  color: #2c2f33;
}
.icon-mobile-app-Broaden .path3:before {
  content: "\e925";
  margin-left: -1em;
  color: #3c92ca;
}
.icon-mobile-app-Business:before {
  content: "\e926";
}
.icon-mobile-app-Constant:before {
  content: "\e927";
}
.icon-mobile-app-Delivery:before {
  content: "\e928";
}
.icon-mobile-app-Development:before {
  content: "\e929";
}
.icon-mobile-app-Hybrid .path1:before {
  content: "\e92a";
  color: #fff;
}
.icon-mobile-app-Hybrid .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: #000;
}
.icon-mobile-app-Hybrid .path3:before {
  content: "\e92c";
  margin-left: -1em;
  color: #000;
}
.icon-mobile-app-Ios-app:before {
  content: "\e92d";
}
.icon-mobile-app-Marketing:before {
  content: "\e92e";
}
.icon-mobile-app-Platform:before {
  content: "\e92f";
}
.icon-mobile-app-Push:before {
  content: "\e930";
}
.icon-mobile-app-Research:before {
  content: "\e931";
}
.icon-mobile-app-Testing:before {
  content: "\e932";
}
.icon-mobile-app-vision:before {
  content: "\e933";
}
.icon-UX:before {
  content: "\e900";
  color: #df2466;
}
/* .icon-user:before {
  content: "\e901";
  color: #fff;
} */
.icon-UI:before {
  content: "\e902";
  color: #df2466;
}
.icon-team:before {
  content: "\e903";
  color: #fff;
}
.icon-solution2:before {
  content: "\e904";
  color: #df2466;
}
.icon-SMM:before {
  content: "\e905";
  color: #df2466;
}
.icon-Search:before {
  content: "\e906";
  color: #fff;
}
.icon-Sass:before {
  content: "\e907";
  color: #df2466;
}
.icon-Responsive:before {
  content: "\e908";
  color: #df2466;
}
.icon-ppc:before {
  content: "\e909";
  color: #df2466;
}
.icon-mobile:before {
  content: "\e90a";
  color: #fff;
}
.icon-marketing:before {
  content: "\e90b";
  color: #df2466;
}
.icon-layout:before {
  content: "\e90c";
  color: #df2466;
}
.icon-html-5-logo:before {
  content: "\e90d";
}
.icon-graphic:before {
  content: "\e90e";
  color: #df2466;
}
.icon-Globe:before {
  content: "\e90f";
}
.icon-gear:before {
  content: "\e910";
  color: #fff;
}
.icon-download:before {
  content: "\e911";
  color: #fff;
}
.icon-Dollar:before {
  content: "\e912";
}
.icon-digital-marketing:before {
  content: "\e913";
  color: #fff;
}
.icon-Developer:before {
  content: "\e914";
}
.icon-Desktop:before {
  content: "\e915";
  color: #fff;
}
.icon-design:before {
  content: "\e916";
  color: #df2466;
}
.icon-css-3:before {
  content: "\e917";
}
.icon-Computer:before {
  content: "\e918";
  color: #df2466;
}
.icon-Com:before {
  content: "\e919";
  color: #df2466;
}
.icon-code:before {
  content: "\e91a";
  color: #df2466;
}
.icon-cart:before {
  content: "\e91b";
  color: #fff;
}
.icon-brand:before {
  content: "\e91c";
  color: #df2466;
}
.icon-Angular-JS:before {
  content: "\e91d";
  color: #df2466;
}
.icon-analist:before {
  content: "\e91e";
  color: #df2466;
}
.icon-Ana:before {
  content: "\e91f";
}
.icon-12:before {
  content: "\e920";
  color: #df2466;
}
