/*
* Theme Name:  Mikotech Theme
* Description:  Dev by hhieuit
* Theme URI: mikotech.vn
* Version:  1.0
* Author: hhieuit
* Author URI: mikotech.vn
* Tags: advanced
* Textdoamin: mikotech
* Language Folder: /languages
*/
:root {
  --swiper-theme-color: #1bc1c1;
}
a {
  color: #1bc1c1;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.img {
  display: block;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
strong {
  font-weight: 600;
}
input,
textarea,
button {
  -webkit-appearance: none;
}
.text-center {
  text-align: center;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.page {
  max-width: 800px;
  margin: 0 auto;
}
.logo {
  /* position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 9000; */
  display: block;
  padding: 1rem;
}
.logo svg {
  display: block;
  margin: 0 auto;
}
.cover {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding: 2rem 1rem;
  z-index: 1;
  background: url("images/banner-tuyen-dung-mobile.jpg") no-repeat bottom center;
  background-size: cover;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cover::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(27, 193, 193, 1) 40%,
    rgba(112, 239, 209, 0) 100%
  );
  z-index: -1;
  opacity: 0.9;
}
.sub-title {
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.title {
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.title:not(.text-center) {
  padding-left: 1.5rem;
  position: relative;
}
.title:not(.text-center)::after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 0.9rem;
  height: 2rem;
  background-color: #1bc1c1;
  border-radius: 4px;
  opacity: 0.5;
}
.cover__desc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.cover__button {
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.group {
  padding: 3rem 1rem;
}
.group__grid {
  display: grid;
  grid-template-columns: auto 40%;
  grid-gap: 1rem;
  align-items: center;
  font-size: 12px;
}
.group__grid--reverse {
  grid-template-columns: 40% auto;
}
.group__grid svg {
  margin-bottom: -2px;
}
.group__grid img {
  border-radius: 1rem;
}
.group--rounded {
  border-radius: 1.5rem;
  overflow: hidden;
}
.group__title {
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  opacity: 0.5;
}
.cultural {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.cultural-item {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.cultural-item__number {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.5;
  margin-bottom: 0.3rem;
}
.cultural-item__name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1bc1c1;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.gallery .img img {
  border-radius: 0.5rem;
}
.footer {
  background-color: #faf5f0;
  padding-bottom: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
}
.social {
  display: flex;
}
.social-item {
  width: 42px;
  height: 42px;
  background: linear-gradient(105deg, #1bc1c1 0, #70efd1 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.625rem;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1rem;
}
.wpcf7-text {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 4px;
  padding-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  outline: none;
}
.wpcf7-textarea {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 4px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  outline: none;
}
.wpcf7-submit {
  display: block;
  width: 100%;
  padding: 0.8rem 2rem;
  margin: 0 auto;
  border: 0;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(105deg, #1bc1c1 0, #70efd1 100%);
  color: #fff;
  outline: none;
  cursor: pointer;
}
.copyright {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 600;
  opacity: 0.5;
}
.swal2-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.button--fixed {
  display: block;
  position: fixed;
  right: -2px;
  bottom: 0;
  border: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(105deg, #1bc1c1 0, #70efd1 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9000;
  transition: all 0.3s;
  transform: translateY(60px);
}
.button--fixed.show {
  transform: translateY(2px);
}
.scroll-to-top {
  position: fixed;
  right: 8px;
  bottom: 48px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  transform: translateX(50px);
}
.scroll-to-top svg {
  transform: rotate(-90deg);
}
.scroll-to-top.show {
  transform: translateX(0);
}
.custom-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#custom-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px dashed rgb(201, 201, 201);
  border-radius: 4px;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
#custom-label span {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1rem;
  color: #777;
}
#custom-label span svg {
  margin-right: 5px;
  margin-top: -2px;
}
#custom-label * {
  pointer-events: none;
}
