/* media size */
/* Chrome, Safari, Edge, Opera */
/* Firefox */
@keyframes blink {
  0% {
    opacity: 0.1; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.1; } }

@keyframes floating {
  0% {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0px); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

/*menu*/
@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.btn:active {
  transform: translateY(1px) !important; }

button:focus:not(:focus-visible) {
  outline: 0; }

.navbar-toggler:focus {
  box-shadow: none; }

.form-control:focus {
  box-shadow: none; }

a {
  text-decoration: none !important; }

::-webkit-scrollbar {
  display: none; }

body {
  color: #ffffff;
  background: #424242;
  font-size: 14px; }
  @media (min-width: 320px) and (max-width: 479px) {
    body {
      font-size: 12px; } }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 30px;
  z-index: 9; }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.rotate {
  animation: rotate 5s infinite linear; }

.img-logo {
  width: 150px; }

.img-logo-short {
  width: 45px; }

.navbar {
  --bs-navbar-active-color: #ffffff; }
  .navbar .nav-item .nav-link {
    color: #ffffff;
    font-weight: 700;
    border: 1px solid #424242;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    padding-top: 10px; }
    @media (min-width: 320px) and (max-width: 479px) {
      .navbar .nav-item .nav-link {
        padding-left: 5px; } }
    .navbar .nav-item .nav-link:hover {
      border: 1px solid #ffffff;
      color: #ffffff; }
  .navbar .nav-item .active {
    color: #ffffff !important;
    border: 1px solid #ffffff; }

.btn-language {
  background: white;
  border: 1px solid #000000;
  border-radius: 5px;
  color: black; }
  .btn-language:hover {
    background: white;
    border: 1px solid #000000;
    color: black; }

.search-bar {
  width: 350px; }
  @media (min-width: 320px) and (max-width: 479px) {
    .search-bar {
      right: -50px !important; } }

.offcanvas {
  background: #424242; }

.slick-slider .slick-prev {
  position: absolute;
  display: block;
  height: 35px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  left: 0px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-40%);
  z-index: 9; }
  .slick-slider .slick-prev:focus {
    outline: none; }
  .slick-slider .slick-prev:before {
    line-height: 1;
    color: black;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  right: 0px;
  background: url(../images/arrow-right.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-40%); }
  .slick-slider .slick-next:focus {
    outline: none; }
  .slick-slider .slick-next:before {
    line-height: 1;
    color: black;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-slider .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25; }

header .menu {
  background: #424242; }

.text-title {
  font-size: 35px;
  padding-bottom: 20px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 479px) {
    .text-title {
      font-size: 25px; } }
  .text-title:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    background-color: white;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.btn-more {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.3s ease-in-out; }
  .btn-more:hover {
    background: white;
    color: black; }

.breadcrumb {
  --bs-breadcrumb-divider-color: #ffffff; }
  .breadcrumb .breadcrumb-item {
    color: #ffffff; }
    .breadcrumb .breadcrumb-item a {
      color: #ffffff; }
  .breadcrumb .active {
    font-weight: 700; }

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #424242;
  color: #ffffff;
  border-color: #424242; }

.dropdown .dropdown-menu .active {
  background-color: #424242;
  color: #ffffff;
  border-color: #424242; }

.input-group .form-control {
  background: transparent;
  border-radius: 0;
  color: #ffffff; }
  .input-group .form-control::placeholder {
    color: #ffffff; }

section .banner {
  margin-top: 53px; }
  section .banner .carousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%; }

section .wellcome {
  padding: 80px 0; }
  section .wellcome .wellcome-box {
    border: 2px solid #908e8a;
    width: 100%;
    cursor: pointer;
    transition: 0.3s ease-in-out; }
    section .wellcome .wellcome-box:hover {
      border: 2px solid #ffffff;
      font-weight: 700; }
      section .wellcome .wellcome-box:hover .well-img {
        transform: scale(1.2, 1.2); }
    section .wellcome .wellcome-box .well-img {
      height: 70px;
      transition: 0.3s ease-in-out; }

section .about-block {
  background: url("../images/bg-2.png") no-repeat center center;
  background-size: 100% 100%; }
  @media (min-width: 320px) and (max-width: 479px) {
    section .about-block {
      background-size: auto 100%; } }

section .benefit {
  background: url("../images/bg-3.png") no-repeat center center;
  background-size: 100% 100%; }
  @media (min-width: 320px) and (max-width: 479px) {
    section .benefit {
      background-size: auto 100%; } }
  section .benefit .benefit-img {
    width: 40px; }
  section .benefit .benefit-title {
    position: relative; }
    section .benefit .benefit-title:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 70%;
      height: 1px;
      background-color: #e1e1e1; }

section .what-we-do .nav-tags .nav-item .nav-link {
  height: 100%;
  position: relative;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700; }
  @media (min-width: 320px) and (max-width: 479px) {
    section .what-we-do .nav-tags .nav-item .nav-link {
      padding-left: 6px;
      padding-right: 6px; } }

section .what-we-do .nav-tags .nav-item .active:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #e1e1e1; }

section .what-we-do .block-border {
  background: transparent;
  border: 8px solid #a1a1a1; }

section .we-did-block {
  position: relative; }
  section .we-did-block .we-did-content {
    position: absolute;
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    background: rgba(244, 235, 192, 0.8);
    transition: 0.3s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  section .we-did-block:hover .we-did-content {
    width: 100%;
    height: 100%; }

section .news-block .news-item {
  position: relative;
  overflow: hidden; }
  section .news-block .news-item .content-block {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    margin-bottom: -100%;
    transition: 0.3s ease-in-out; }
    section .news-block .news-item .content-block .news-title {
      font-size: 18px;
      color: black; }
      @media (min-width: 320px) and (max-width: 479px) {
        section .news-block .news-item .content-block .news-title {
          font-size: 14px; } }
  section .news-block .news-item:hover .content-block {
    margin-bottom: 0; }

section .about-us .about-us-content .about-text {
  font-size: 13px;
  margin: 5px; }

section .about-us .about-us-content .about-meta {
  text-align: center;
  width: 100%; }

section .about-us .about-us-profile-border .about-us-profile-text {
  margin: 2px;
  font-size: 11px; }

section .news-page .new-content-list {
  text-align: center;
  margin-bottom: 50px; }
  section .news-page .new-content-list ul li {
    list-style: none;
    color: #ffffff;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer; }
    section .news-page .new-content-list ul li:after {
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 2px;
      background: #ffffff;
      content: "";
      opacity: 0; }
    section .news-page .new-content-list ul li:last-child {
      margin-right: 0; }
  section .news-page .new-content-list ul li.active:after {
    opacity: 1; }

section .detail-infor {
  background: transparent;
  border: 7px solid #ccc8c8; }

section .news-title:hover {
  text-decoration: underline !important; }

/*/////////////*/
.slide-height{
  height: 240px !important;
}
.slide-height img {object-fit: cover;}

.gt_float_switcher {
  width: auto !important;
  border: 0 !important;
}
#gt_float_wrapper{
  position: relative !important;
  margin-top: 0 !important;
}
.gt_float_switcher .gt_options {
  background: #424242;
  position: absolute;
  width: 210px;
}
.new-img img {
  height: 300px;
  object-fit: cover;
}