@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/UTMAptima.ttf) format('truetype');
  font-family: 'UTMAptima-Regular';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/UTMAptimaBold.ttf) format('truetype');
  font-family: 'UTMAptimaBold';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/UTMAptimaBoldItalic.ttf) format('truetype');
  font-family: 'UTMAptimaBoldItalic';
}
@font-face {
  font-style: normal;
  font-display: swap;
  src: url(fonts/UTMAptimaItalic.ttf) format('truetype');
  font-family: 'UTMAptimaItalic';
}
body,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
}
body > * {
  max-width: 1920px;
  background-color: #001734;
  margin: 0 auto;
}
ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
.container-fluid {
  margin: 0 auto;
  padding: 0;
}
.p-container {
  padding-left: 100px;
  padding-right: 100px;
}
.title-block {
  text-align: center;
}
.title-block h2 {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}
h2 {
  font-family: 'UTMAptimaBold';
  color: #fff;
  text-transform: uppercase;
}
.btn-custom {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.5s ease;
}
.btn-gradient:hover {
  background: #f7c526;
  background: linear-gradient(90deg, #f7c526 0.562%, #fff7c8 25.281%, #bf8e2e 59.551%, #ead385 87.079%, #fff7c8 100%);
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 20px;
  background-color: transparent;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
}
ul.slick-dots button {
  border: 0px;
  background: transparent;
  outline: 0px;
  height: 0px;
  width: 0px;
  font-size: 0;
}
ul.slick-dots button::before {
  display: none;
}
ul.slick-dots .slick-active {
  background-color: #fff;
}
.main-content > .lwptoc {
  display: none;
}
.main-content .woocommerce span.onsale {
  background-color: orange;
}
.main-content .woocommerce-message,
.main-content .woocommerce-shipping-calculator,
.main-content .woocommerce-info {
  display: none;
}
.overflow {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: #000;
  top: 0px;
  left: 0px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all .3s linear;
}
.visibility {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.4;
}
.border-double {
  border-top: 5px double #fff;
}
.section {
  padding: 100px 0px;
}
.absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related.products {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  ul.slick-dots li {
    margin: 0 10px;
    height: 15px;
    width: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .p-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  ul.slick-dots li {
    margin: 0 5px;
    height: 8px;
    width: 8px;
  }
  .section {
    padding: 30px 0px;
  }
}
.title-big {
  font-size: 74px;
  padding-bottom: 20px;
}
.title-medium {
  font-size: 36px;
  font-family: 'UTMAptimaBold';
  line-height: 1;
}
.title-small {
  font-size: 36px;
  font-family: 'UTMAptimaBold';
  line-height: 1;
}
.title-both-sides {
  position: relative;
  display: inline-block;
}
.title-both-sides::before,
.title-both-sides::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  border-top: 5px double #fff;
  margin-top: 5px;
}
.title-both-sides::before {
  right: 100%;
}
.title-both-sides::after {
  left: 100%;
}
.title-both-sides .title-small {
  padding: 0px 15px;
  display: inline-block;
  font-family: 'UTMAptima-Regular';
}
.wrapper-title {
  text-align: center;
  max-width: 1000px;
  margin: 0px auto;
}
.wrapper-title .description {
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .title-big {
    font-size: 54px;
  }
  .title-medium {
    font-size: 32px;
  }
  .title-small {
    font-size: 30px;
  }
  .title-both-sides::before,
  .title-both-sides::after {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .title-big {
    font-size: 42px;
  }
  .title-medium {
    font-size: 28px;
  }
  .title-small {
    font-size: 26px;
  }
  .title-both-sides::before,
  .title-both-sides::after {
    width: 100px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .title-big {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .title-medium {
    font-size: 22px;
  }
  .title-small {
    font-size: 20px;
  }
  .title-both-sides::before,
  .title-both-sides::after {
    width: 70px;
    margin-top: 0px;
  }
  .title-both-sides .title-small {
    padding: 0px 10px;
  }
}
header {
  max-width: 100%;
  z-index: 100;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: #001734;
}
header .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .current-menu-item > a,
header .current_page_ancestor > a {
  color: #e3bc4d !important;
}
header a:hover {
  color: #e3bc4d !important;
}
header .icon-toggle {
  display: none;
}
header .close-toggle {
  display: none;
}
header .menu {
  text-align: center;
}
header .menu-list {
  display: flex;
  overflow: unset;
}
header .menu-list .menu-item:not(:last-child) {
  margin-right: 50px;
}
header .menu-list .sub-menu {
  padding: 10px 30px;
  position: absolute;
  top: 100%;
  left: -10px;
  width: fit-content;
  background-color: #001734;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s linear;
}
header .menu-list .sub-menu .menu-item:not(:last-child) {
  margin-right: 0px;
}
header .menu-list .sub-menu .menu-item {
  padding: 5px 0px;
  text-align: left;
}
header .menu-list .sub-menu .menu-item a {
  font-size: 20px;
}
header .menu-list .menu-item-has-children {
  position: relative;
}
header .menu-list .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
header .menu-item {
  padding: 20px 0;
}
header .menu-item a {
  font-family: 'UTMAptima-Regular';
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}
header .cart-link {
  position: relative;
  display: inline;
}
header .cart-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/cart-white.svg);
}
header .cart-link .cart-order {
  position: absolute;
  bottom: calc(100% - 10px);
  left: calc(100% - 7px);
  min-width: 17px;
  min-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  line-height: 15px;
}
body.logged-in #wp-toolbar {
  position: relative;
}
body.logged-in #wp-toolbar #wp-admin-bar-top-secondary {
  position: absolute;
  top: 0px;
  right: 0px;
  float: unset;
}
body.logged-in header {
  padding-top: 25px;
}
@media only screen and (max-width: 1280px) {
  header .menu-list .menu-item:not(:last-child) {
    margin-right: 40px;
  }
  header .menu-list .sub-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .menu-list .sub-menu .menu-item a {
    font-size: 16px;
  }
  header .menu-item a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  header .icon-toggle {
    width: 30px;
    display: block;
    cursor: pointer;
  }
  header .close-toggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    cursor: pointer;
  }
  header .menu-wrap {
    padding: 15px 0px;
  }
  header .menu {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    min-height: 100vh;
    background-color: #fff;
    width: 360px;
    padding-top: 50px;
    transform: translate(-150%);
    transition: all linear .3s;
  }
  header .menu-translate {
    transform: translateX(0%);
  }
  header .menu-list {
    display: block;
    text-align: left;
  }
  header .menu-list .menu-item:not(:last-child) {
    margin-right: 0px;
  }
  header .menu-list .sub-menu {
    position: static;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    padding: 0px;
    padding-left: 10px;
  }
  header .menu-list .sub-menu .menu-item {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
  }
  header .menu-list .sub-menu .menu-item a {
    color: #001734;
  }
  header .menu-item {
    padding: 10px 30px;
  }
  header .menu-item a {
    color: #001734;
  }
}
@media only screen and (max-width: 767px) {
  header .menu-wrap {
    padding: 10px 0px;
  }
}
.hero .content {
  position: relative;
}
.hero .image {
  position: relative;
  padding-bottom: 53%;
}
.hero img.bg-img.mobile-only {
  display: none;
}
.hero .content.no-description .logo {
  display: none;
}
.hero .content.no-description .wrapper {
  display: none;
}
.hero h2 {
  font-size: 50px;
  font-family: 'UTMAptimaBold';
  color: #fff;
}
.hero h3 {
  font-size: 30px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
  text-transform: uppercase;
}
.hero h3:last-of-type {
  padding-bottom: 20px;
}
.hero .wrapper {
  width: 50%;
  left: 0;
  padding-left: 5.20833333%;
}
.hero .logo {
  display: inline-block;
  height: 130px;
}
.hero .logo img {
  height: 100%;
  object-fit: contain;
}
.hero .slick-slide:nth-child(2) .logo {
  height: 270px;
}
.hero .description {
  padding-top: 70px;
}
.hero .description p {
  font-size: 30px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
}
.hero .slick-dots {
  bottom: 85px;
  bottom: 8%;
}
.hero .btn-content {
  text-align: left;
  padding-top: 30px;
}
.hero .btn-content:last-child {
  padding-top: 20px;
}
.hero .btn-hero {
  font-family: 'UTMAptima-Regular';
  font-size: 35px;
  color: #fff;
  padding: 15px 30px 20px;
  background-color: transparent;
}
.hero .btn-hero:hover {
  color: #000;
}
@media only screen and (max-width: 1919px) {
  .hero h2 {
    font-size: 40px;
  }
  .hero h3 {
    font-size: 25px;
  }
  .hero h3:last-of-type {
    padding-bottom: 20px;
  }
  .hero .logo {
    height: 100px;
  }
  .hero .slick-slide:nth-child(2) .logo {
    height: 200px;
  }
  .hero .description {
    padding-top: 50px;
  }
  .hero .description p {
    font-size: 25px;
  }
  .hero .btn-hero {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .hero .description {
    padding-top: 30px;
  }
  .hero .slick-dots {
    bottom: 2.5%;
  }
}
@media only screen and (max-width: 1280px) {
  .hero h2 {
    font-size: 30px;
  }
  .hero h3 {
    font-size: 20px;
  }
  .hero h3:last-of-type {
    padding-bottom: 10px;
  }
  .hero .description {
    padding-top: 30px;
  }
  .hero .description p {
    font-size: 20px;
  }
  .hero .btn-hero {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero .wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .slick-slide:nth-child(2) .logo {
    height: 150px;
  }
  .hero .description {
    padding-top: 10px;
  }
  .hero .btn-content {
    padding-top: 10px!important;
  }
  .hero .btn-hero {
    padding: 5px 30px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .content:not(.no-description) .image {
    padding-bottom: 110%;
  }
  .hero .content:not(.no-description) .wrapper {
    position: relative;
    top: unset;
    transform: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .hero .slide-item {
    height: 100%;
  }
  .hero .content.no-description {
    height: 100%;
  }
  .hero .content.no-description .image {
    padding-bottom: unset;
    height: 100%;
  }
  .hero .content.no-description .image .bg-img {
    position: static;
  }
  .hero img.bg-img:not(.no-mobile) {
    display: none;
  }
  .hero img.bg-img:not(.no-mobile).mobile-only {
    display: block;
  }
  .hero .logo {
    height: 60px;
  }
  .hero .slick-slide:nth-child(2) .logo {
    height: 90px;
  }
  .hero .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero h2 {
    font-size: 25px;
  }
  .hero h3 {
    font-size: 18px;
  }
  .hero .description {
    padding-top: 5px;
  }
  .hero .description p {
    font-size: 15px;
  }
  .hero .btn-hero {
    font-size: 15px;
  }
  .hero .slick-dots {
    display: none!important;
  }
  .hero .slick-track {
    display: flex !important;
  }
  .hero .slick-slide {
    height: inherit !important;
  }
  .hero .slick-slide > * {
    height: 100%;
  }
}
.brand-name .container-fluid {
  padding-top: 90px;
  padding-bottom: 90px;
}
.brand-name h2 {
  font-size: 53px;
  padding: 0;
  padding-bottom: 60px;
  border: none;
}
.brand-name h1 {
  padding-left: 200px;
  padding-left: 5.20833333%;
  padding-right: 200px;
  padding-right: 5.20833333%;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'UTMAptimaBold';
  text-align: center;
  background: -webkit-linear-gradient(0deg, #f7c526 0.562%, #fff7c8 25.281%, #bf8e2e 59.551%, #ead385 87.079%, #fff7c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand-name .btn-content {
  padding-top: 60px;
  text-align: center;
}
.brand-name .btn-brand {
  font-family: 'UTMAptima-Regular';
  font-size: 25px;
  color: #fff;
  padding: 15px 80px 20px;
  background-color: transparent;
}
.brand-name .btn-brand:hover {
  color: #000;
}
@media only screen and (max-width: 1919px) {
  .brand-name .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .brand-name h2 {
    font-size: 45px;
    padding-bottom: 40px;
  }
  .brand-name h1 {
    font-size: 55px;
  }
  .brand-name .btn-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .brand-name h2 {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .brand-name h1 {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .brand-name .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .brand-name h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .brand-name h1 {
    font-size: 40px;
  }
  .brand-name .btn-brand {
    font-size: 20px;
    padding: 5px 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-name h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .brand-name h1 {
    font-size: 35px;
    letter-spacing: -0.1px;
  }
  .brand-name .btn-brand {
    padding: 5px 20px 10px;
  }
}
.introduce-product .container-fluid {
  position: relative;
}
.introduce-product .image {
  position: relative;
  padding-bottom: 56.15%;
}
.introduce-product .mobile-only {
  display: none;
}
.introduce-product .wrapper {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.introduce-product .content {
  padding-top: 18%;
  padding-right: 50px;
}
.introduce-product .description p {
  font-family: 'UTMAptima-Regular';
  font-size: 28px;
  color: #fff;
}
.introduce-product .description p:not(:first-of-type) {
  padding-top: 20px;
}
.introduce-product .btn-content {
  text-align: right;
  padding-right: 20%;
  padding-top: 120px;
  padding-top: 10%;
}
.introduce-product .btn-product {
  font-family: 'UTMAptima-Regular';
  font-size: 25px;
  color: #fff;
  padding: 15px 80px 20px;
  background-color: transparent;
}
.introduce-product .btn-product:hover {
  color: #000;
}
@media only screen and (max-width: 1919px) {
  .introduce-product .image {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 1440px) {
  .introduce-product .content {
    padding-top: 10%;
    padding-right: 5%;
  }
  .introduce-product .description p {
    font-size: 20px;
  }
  .introduce-product .description p:not(:first-of-type) {
    padding-top: 10px;
  }
  .introduce-product .btn-content {
    text-align: right;
    padding-top: 5%;
  }
  .introduce-product .btn-product {
    font-size: 20px;
    padding: 10px 50px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .introduce-product .wrapper {
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
  .introduce-product .content {
    padding-top: 0;
    padding-right: 0;
  }
  .introduce-product .btn-content {
    text-align: center;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .introduce-product .image {
    padding-bottom: 110%;
  }
  .introduce-product .bg-img {
    display: none;
  }
  .introduce-product .bg-img.mobile-only {
    display: block;
  }
  .introduce-product .wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  .introduce-product .description p {
    font-size: 18px;
  }
  .introduce-product .description p:not(:first-of-type) {
    padding-top: 5px;
  }
  .introduce-product .btn-content {
    padding-top: 10px;
  }
  .introduce-product .btn-product {
    font-size: 18px;
    padding: 5px 20px 10px;
  }
}
.product-detail .container-fluid {
  padding-top: 150px;
  padding-bottom: 100px;
}
.product-detail h2 {
  font-family: 'UTMAptimaBold';
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.product-detail .description {
  font-family: 'UTMAptima-Regular';
  font-size: 65px;
  color: #fff;
  text-transform: uppercase;
}
.product-detail h3 {
  font-family: 'UTMAptima-Regular';
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.product-detail .row {
  align-items: flex-start;
  margin: 0 -50px;
}
.product-detail .col-6 {
  padding: 0 50px;
}
.product-detail .image {
  width: 100%;
  position: relative;
  padding-bottom: 150%;
}
.product-detail .accordion {
  padding-top: 60px;
}
.product-detail .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.product-detail .accordion-button {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
  transition: all 0.5s ease;
}
.product-detail .accordion-button::after {
  display: none;
}
.product-detail .accordion-button::before {
  content: "+";
  font-family: 'UTMAptima-Regular';
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.product-detail .accordion-button:hover {
  color: unset;
  transform: scale(1.01);
  background: -webkit-linear-gradient(0deg, #f7c526 0.562%, #fff7c8 25.281%, #bf8e2e 59.551%, #ead385 87.079%, #fff7c8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-detail .accordion-body {
  padding: 0;
}
.product-detail .accordion-body p,
.product-detail .accordion-body li {
  font-family: 'UTMAptima-Regular';
  color: #fff;
  font-size: 37px;
}
.product-detail .accordion-body ul {
  list-style-position: inside;
}
.product-detail .accordion-body ul li::before {
  content: '-';
  padding-right: 10px;
}
.product-detail .accordion-body img {
  object-fit: contain;
}
.product-detail .accordion-body a {
  display: inline-block;
  padding: 0 10px;
}
.product-detail .accordion-body a:first-child {
  padding-left: 0;
}
.product-detail .accordion-body a:last-child {
  padding-right: 0;
}
.product-detail .btn-content {
  text-align: left;
  padding-top: 30px;
}
.product-detail .btn-content:last-child {
  padding-top: 20px;
}
.product-detail .btn-detail {
  font-family: 'UTMAptima-Regular';
  font-size: 43px;
  color: #fff;
  padding: 15px 30px 20px;
  background-color: transparent;
}
.product-detail .btn-detail:hover {
  color: #000;
}
@media only screen and (max-width: 1919px) {
  .product-detail h2 {
    font-size: 50px;
  }
  .product-detail .description {
    font-size: 50px;
  }
  .product-detail h3 {
    font-size: 38px;
  }
  .product-detail .accordion {
    padding-top: 30px;
  }
  .product-detail .accordion-button::before {
    font-size: 38px;
  }
  .product-detail .accordion-body p,
  .product-detail .accordion-body li {
    font-size: 30px;
  }
  .product-detail .accordion-body img {
    height: 100%;
  }
  .product-detail .accordion-body a {
    height: 100px;
  }
  .product-detail .btn-detail {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1440px) {
  .product-detail h2 {
    font-size: 38px;
  }
  .product-detail .description {
    font-size: 38px;
  }
  .product-detail h3 {
    font-size: 25px;
  }
  .product-detail .accordion {
    padding-top: 20px;
  }
  .product-detail .accordion-button::before {
    font-size: 25px;
  }
  .product-detail .accordion-body p,
  .product-detail .accordion-body li {
    font-size: 20px;
  }
  .product-detail .accordion-body a {
    height: 80px;
  }
  .product-detail .btn-detail {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .product-detail .container-fluid {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .product-detail .row {
    margin: 0 -25px;
  }
  .product-detail .col-6 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail h2 {
    font-size: 30px;
  }
  .product-detail .description {
    font-size: 30px;
  }
  .product-detail h3 {
    font-size: 20px;
  }
  .product-detail .row {
    margin: 0 -10px;
  }
  .product-detail .col-6 {
    padding: 0 10px;
  }
  .product-detail .accordion {
    padding-top: 10px;
  }
  .product-detail .accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-detail .accordion-button::before {
    font-size: 20px;
  }
  .product-detail .accordion-body p,
  .product-detail .accordion-body li {
    font-size: 18px;
  }
  .product-detail .accordion-body a {
    height: 65px;
    padding: 0px 5px;
  }
  .product-detail .btn-detail {
    font-size: 20px;
    padding: 5px 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .product-detail h2 {
    font-size: 25px;
  }
  .product-detail .description {
    font-size: 25px;
  }
  .product-detail .row {
    margin: -10px 0;
  }
  .product-detail .col-6 {
    padding: 10px 0;
    width: 100%;
  }
  .product-detail .accordion {
    padding-top: 5px;
  }
  .product-detail .accordion-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product-detail .accordion-body p,
  .product-detail .accordion-body li {
    font-size: 16px;
  }
  .product-detail .accordion-body a {
    height: 55px;
  }
  .product-detail .btn-content {
    text-align: left;
    padding-top: 10px;
  }
  .product-detail .btn-content:last-child {
    padding-top: 10px;
  }
  .product-detail .btn-detail {
    font-size: 18px;
    padding: 5px 20px 10px;
  }
}
.introduce .container-fluid {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}
.introduce .p-container {
  position: relative;
}
.introduce h2 {
  font-size: 72px;
  padding: 40px 50px 50px;
  letter-spacing: 1px;
}
.introduce .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.introduce .description {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
.introduce .description p {
  font-family: 'UTMAptima-Regular';
  color: #fff;
  font-size: 40px;
}
.introduce .description::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.introduce .author {
  font-family: 'UTMAptima-Regular';
  color: #fff;
  font-size: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1919px) {
  .introduce h2 {
    font-size: 60px;
    padding: 30px 50px 40px;
  }
  .introduce .description p {
    font-size: 30px;
  }
  .introduce .author {
    font-size: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .introduce h2 {
    font-size: 50px;
    padding: 10px 40px 20px;
  }
  .introduce .description p {
    font-size: 25px;
  }
  .introduce .author {
    font-size: 25px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .introduce .container-fluid {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .introduce .description {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .introduce h2 {
    font-size: 40px;
  }
  .introduce .description p {
    font-size: 20px;
  }
  .introduce .author {
    font-size: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .introduce .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .introduce h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    padding: 5px 10px 10px;
  }
}
.news .container-fluid {
  padding-top: 100px;
  padding-bottom: 220px;
}
.news .title-block {
  padding-bottom: 130px;
}
.news h2 {
  font-size: 72px;
  padding: 40px 180px 50px;
  letter-spacing: 1px;
}
.news h3 {
  font-size: 30px;
  font-family: 'UTMAptimaBold';
  color: #fff;
  text-transform: uppercase;
}
.news .overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.news .row {
  align-items: stretch;
  margin: 0 -60px;
}
.news .col-4 {
  padding: 0 60px;
}
.news .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 150px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s ease;
}
.news .content-text {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.news .text {
  font-size: 23px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
  padding-top: 20px;
}
.news .description {
  padding-top: 20px;
  position: absolute;
  opacity: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  text-align: left;
}
.news .description p,
.news .description li {
  font-size: 23px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
}
.news .description p:not(:first-child) {
  padding-top: 20px;
}
.news .description ul li::before {
  content: "-";
  padding-right: 10px;
}
.news .btn-content {
  bottom: -100px;
  width: 100%;
  text-align: center;
}
.news .btn-news {
  font-family: 'UTMAptima-Regular';
  font-size: 20px;
  color: #fff;
  padding: 10px 40px 15px;
  background-color: transparent;
}
.news .btn-news:hover {
  color: #000;
}
.news .content.show-information .text {
  display: none;
}
.news .content.show-information .description {
  position: relative;
  opacity: 1;
  transform: none;
  bottom: unset;
}
.news .btn-content.show-button a {
  color: #000;
  background: #f7c526;
  background: linear-gradient(90deg, #f7c526 0.562%, #fff7c8 25.281%, #bf8e2e 59.551%, #ead385 87.079%, #fff7c8 100%);
}
@media only screen and (max-width: 1919px) {
  .news .title-block {
    padding-bottom: 100px;
  }
  .news h2 {
    font-size: 60px;
    padding: 30px 150px 40px;
  }
  .news h3 {
    font-size: 25px;
  }
  .news .row {
    margin: 0 -30px;
  }
  .news .col-4 {
    padding: 0 30px;
  }
  .news .content {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .news .text {
    font-size: 22px;
    padding-top: 20px;
  }
  .news .description p,
  .news .description li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .news .container-fluid {
    padding-top: 80px;
    padding-bottom: 220px;
  }
  .news .title-block {
    padding-bottom: 60px;
  }
  .news h2 {
    font-size: 50px;
    padding: 10px 80px 20px;
  }
  .news h3 {
    font-size: 22px;
  }
  .news .row {
    margin: 0 -20px;
  }
  .news .col-4 {
    padding: 0 20px;
  }
  .news .content {
    padding-top: 80px;
  }
  .news .text {
    font-size: 20px;
  }
  .news .description p,
  .news .description li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .news h2 {
    font-size: 40px;
  }
  .news .row {
    margin: 0 -5px;
  }
  .news .col-4 {
    padding: 0 5px;
  }
  .news .content {
    padding: 50px 10px;
  }
  .news .text {
    font-size: 18px;
  }
  .news .btn-news {
    font-size: 18px;
    padding: 5px 20px 10px;
  }
  .news .description p,
  .news .description li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .news .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news h2 {
    font-size: 30px;
    padding: 5px 30px 10px;
  }
  .news .row {
    margin: -10px 0;
    flex-direction: column;
  }
  .news .col-4 {
    padding: 10px 0;
    width: 100%;
  }
  .news .content {
    padding: 40px 10px;
  }
  .news .content-text {
    text-align: left;
  }
  .news .btn-content {
    bottom: unset;
    left: unset;
    position: relative;
    transform: none;
    text-align: left;
    padding-top: 30px;
  }
}
.list-brands .container-fluid {
  padding-top: 100px;
  padding-bottom: 220px;
}
.list-brands .title-block {
  padding-bottom: 130px;
}
.list-brands h2 {
  font-size: 72px;
  padding-bottom: 100px;
  letter-spacing: 1px;
  text-align: center;
}
.list-brands .row {
  align-items: stretch;
  margin: 0 -15px;
  justify-content: center;
}
.list-brands .col-3 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.list-brands .content {
  display: flex;
  flex-direction: column;
}
.list-brands .content-image {
  width: 100%;
}
.list-brands .image {
  padding-bottom: 73%;
  position: relative;
}
.list-brands .content-text {
  width: 100%;
}
.list-brands .address {
  font-size: 24px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
  padding-top: 20px;
  text-align: center;
}
.list-brands .btn-content {
  text-align: center;
  padding-top: 120px;
  padding-top: 10%;
}
.list-brands .btn-brand {
  font-family: 'UTMAptima-Regular';
  font-size: 25px;
  color: #fff;
  padding: 15px 80px 20px;
  background-color: transparent;
}
.list-brands .btn-brand:hover {
  color: #000;
}
.list-brands .select-sort {
  padding-bottom: 30px;
  justify-content: flex-end;
  display: flex;
}
.list-brands .select-item {
  padding-left: 15px;
  width: 25%;
}
.list-brands select {
  font-size: 18px;
}
.list-brands select:focus {
  box-shadow: unset;
  border-color: inherit;
}
@media only screen and (max-width: 1440px) {
  .list-brands .container-fluid {
    padding-top: 80px;
    padding-bottom: 220px;
  }
  .list-brands h2 {
    font-size: 50px;
    padding-bottom: 80px;
  }
  .list-brands .address {
    font-size: 20px;
  }
  .list-brands .btn-content {
    padding-top: 5%;
  }
  .list-brands .btn-brand {
    font-size: 20px;
    padding: 10px 50px 15px;
  }
  .list-brands .select-item {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .list-brands .row {
    margin: 0 -10px;
  }
  .list-brands .col-3 {
    padding: 0 10px;
  }
  .list-brands .select-item {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .list-brands .container-fluid {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .list-brands h2 {
    font-size: 40px;
  }
  .list-brands .row {
    margin: 0px -20px;
  }
  .list-brands .col-3 {
    padding: 0px 20px;
    width: 50%;
  }
  .list-brands .address {
    font-size: 18px;
  }
  .list-brands .btn-content {
    padding-top: 30px;
  }
  .list-brands .btn-brand {
    font-size: 16px;
    padding: 10px 30px 15px;
  }
  .list-brands .select-item {
    width: 50%;
    padding-left: 20px;
  }
  .list-brands select {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .list-brands .container-fluid {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .list-brands h2 {
    font-size: 30px;
    padding-bottom: 60px;
  }
  .list-brands .row {
    margin: 0px -10px;
  }
  .list-brands .col-3 {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .list-brands .address {
    font-size: 14px;
    padding-top: 10px;
  }
  .list-brands .btn-content {
    padding-top: 20px;
  }
  .list-brands .btn-brand {
    font-size: 18px;
    padding: 7.5px 20px;
  }
  .list-brands .select-sort {
    padding-bottom: 20px;
  }
  .list-brands .select-item {
    width: 100%;
    padding-left: 0px;
  }
  .list-brands select {
    font-size: 14px;
  }
}
.products-show .info-top {
  max-width: 800px;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 50px;
}
.products-show h2 {
  padding-bottom: 50px;
  font-size: 72px;
}
.products-show .description {
  font-size: 20px;
  color: #fff;
}
.products-show .woocommerce ul.products li {
  margin-bottom: 0px !important;
}
.woocommerce-product-details__short-description {
  border: solid 1px white;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .products-show h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .products-show h2 {
    font-size: 40px;
  }
  .products-show .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .products-show h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .products-show .description {
    font-size: 16px;
  }
}
.details-products .woocommerce div.product {
  display: flex;
  flex-wrap: wrap;
}
.details-products .woocommerce div.product div.images {
  float: unset;
  width: 48%;
}
.details-products .woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.details-products .woocommerce div.product div.images .flex-control-thumbs li {
  float: unset;
  width: auto;
  padding: 0px 5px;
  width: 110px;
  height: 110px;
}
.details-products .woocommerce div.product div.summary {
  float: unset;
  padding-left: 50px;
  width: 52%;
}
.details-products .woocommerce div.product .woocommerce-tabs {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.details-products .woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0px;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  color: #fff;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
  display: none;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  list-style-position: inside;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  padding-bottom: 10px;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h1,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-size: 28px;
  padding-bottom: 20px;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h4,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h5,
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h6 {
  font-size: 26px;
  padding-bottom: 20px;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .wp-caption {
  padding: 20px 0px;
  max-width: 100%;
  text-align: center;
  width: 100% !important;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .wp-caption-text {
  text-align: center;
  padding-top: 10px;
  font-style: italic;
}
.details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p img {
  display: block;
  margin: 20px auto;
}
.details-products .woocommerce div.product .product_title {
  font-size: 30px;
  color: #fff;
  padding-bottom: 30px;
}
.details-products .woocommerce div.product p.price {
  color: #fff;
  padding-bottom: 30px;
}
.details-products .woocommerce div.product p.price ins {
  text-decoration: none;
  margin-left: 20px;
}
.details-products .woocommerce div.product form.cart {
  display: flex;
}
.details-products .woocommerce div.product form.cart .single_add_to_cart_button {
  background-color: #fff;
  color: #001734;
  padding: 15px 25px;
  border-radius: 5px;
}
.details-products .woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.details-products .woocommerce div.product form.cart div.quantity .qty {
  width: 100px;
  height: 100%;
  border-radius: 5px;
  border: 0px;
  overflow: hidden;
}
.details-products .woocommerce div.product .ecommerce {
  display: flex;
  align-items: flex-end;
}
.details-products .woocommerce div.product .ecommerce li {
  width: 50px;
  margin-right: 20px;
}
.details-products .woocommerce div.product .ecommerce li img {
  width: 100%;
  max-width: 100%;
}
.details-products .woocommerce div.product .woocommerce-product-details__short-description {
  color: #fff;
  padding-bottom: 30px;
}
.details-products .woocommerce div.product .woocommerce-product-details__short-description p,
.details-products .woocommerce div.product .woocommerce-product-details__short-description ul,
.details-products .woocommerce div.product .woocommerce-product-details__short-description ol {
  padding-bottom: 10px;
}
.details-products .woocommerce div.product .woocommerce-product-details__short-description ul {
  list-style-type: disc;
  list-style-position: inside;
}
.details-products .woocommerce div.product .woocommerce-product-details__short-description ul li {
  padding: 5px 0px;
}
.details-products .woocommerce div.product .related h2 {
  font-size: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .details-products .woocommerce div.product div.summary {
    padding-left: 30px;
  }
  .details-products .woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .details-products .woocommerce div.product div.images {
    width: 100%;
    margin-bottom: 20px;
  }
  .details-products .woocommerce div.product div.summary {
    width: 100%;
    padding-left: 0px;
  }
  .details-products .woocommerce div.product .product_title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .details-products .woocommerce div.product p.price {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .details-products .woocommerce div.product .woocommerce-product-details__short-description {
    padding-bottom: 20px;
  }
  .details-products .woocommerce div.product form.cart .single_add_to_cart_button {
    padding: 10px 25px;
  }
  .details-products .woocommerce div.product .ecommerce li {
    width: 40px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h1,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h4,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h5,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h6 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .details-products .woocommerce div.product .related h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .details-products {
    font-size: 14px;
  }
  .details-products .woocommerce div.product div.images {
    margin-bottom: 10px;
  }
  .details-products .woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 10px;
  }
  .details-products .woocommerce div.product div.images .flex-control-thumbs li {
    width: 50px;
    height: 50px;
  }
  .details-products .woocommerce div.product .product_title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .details-products .woocommerce div.product p.price {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .details-products .woocommerce div.product p.price ins {
    margin-left: 10px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs {
    padding-bottom: 20px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h1,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h4,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h5,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h6 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ul,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel ol,
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    padding-bottom: 5px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .wp-caption {
    padding: 10px 0px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .wp-caption-text {
    font-size: 12px;
    padding-top: 5px;
  }
  .details-products .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 10px;
  }
  .details-products .woocommerce div.product .woocommerce-product-details__short-description ul,
  .details-products .woocommerce div.product .woocommerce-product-details__short-description ol,
  .details-products .woocommerce div.product .woocommerce-product-details__short-description p {
    padding-bottom: 5px;
  }
  .details-products .woocommerce div.product .woocommerce-product-details__short-description ul li,
  .details-products .woocommerce div.product .woocommerce-product-details__short-description ol li,
  .details-products .woocommerce div.product .woocommerce-product-details__short-description p li {
    padding: 3px 0px;
  }
  .details-products .woocommerce div.product .ecommerce li {
    width: 30px;
    margin-right: 10px;
  }
  .details-products .woocommerce div.product form.cart {
    margin-bottom: 20px;
  }
  .details-products .woocommerce div.product div.summary {
    margin-bottom: 20px;
  }
  .details-products .woocommerce div.product .related h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.cart-page {
  color: #fff;
}
.cart-page a {
  color: #fff;
}
.cart-page .woocommerce table.cart img {
  width: 80px;
}
.cart-page .woocommerce table.cart td.actions .coupon {
  display: flex;
}
.cart-page .woocommerce table.cart td.actions .input-text {
  width: 120px;
}
.cart-page .woocommerce table.cart td.actions #coupon_code {
  margin-right: 10px;
  border: 0px;
}
.cart-page .woocommerce table.shop_table {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.cart-page .woocommerce table.shop_table td {
  border: 1px solid #fff;
  border-collapse: collapse;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-page .woocommerce table.shop_table th {
  border: 1px solid #fff;
  border-collapse: collapse;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-page .woocommerce table.shop_table .cart-subtotal,
.cart-page .woocommerce table.shop_table .woocommerce-shipping-totals {
  display: none;
}
.cart-page .woocommerce button.button {
  font-weight: 500;
  background-color: #fff;
  color: #001734 !important;
}
.cart-page .woocommerce .cart-collaterals {
  padding-top: 30px;
}
.cart-page .woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.cart-page .woocommerce a.button.alt {
  color: #001734;
  background-color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .cart-page .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
  }
  .cart-page .woocommerce table.shop_table tr {
    border-top: 1px solid #fff;
  }
  .cart-page .woocommerce table.shop_table td,
  .cart-page .woocommerce table.shop_table th {
    border: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cart-page {
    font-size: 14px;
  }
  .cart-page .woocommerce .cart-collaterals {
    padding-top: 10px;
  }
  .cart-page .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 16px;
  }
  .cart-page .woocommerce table.shop_table {
    border-top: 0px;
  }
  .cart-page .woocommerce table.shop_table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cart-page .woocommerce table.shop_table .product-thumbnail {
    display: block;
  }
  .cart-page .woocommerce table.shop_table .product-thumbnail::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart-form__cart-item .product-thumbnail {
    position: relative;
    top: -41px;
    margin-bottom: -50px;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 120px !important;
  }
}
.checkout-page {
  color: #fff;
}
.checkout-page a {
  color: #fff;
}
.checkout-page #billing_country_field {
  display: none;
}
.checkout-page .woocommerce-shipping-totals {
  display: none;
}
.checkout-page .woocommerce .col2-set h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.checkout-page .woocommerce .col2-set .woocommerce-billing-fields {
  padding-bottom: 20px;
}
.checkout-page .woocommerce .col2-set .woocommerce-privacy-policy-text a {
  color: #001734;
}
.checkout-page .woocommerce form .form-row input.input-text {
  height: 36px;
}
.checkout-page .woocommerce form .form-row-first,
.checkout-page .woocommerce form .form-row-last {
  width: 100%;
}
.checkout-page .woocommerce .select2-container .select2-selection--single {
  height: 36px;
}
.checkout-page .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.checkout-page .woocommerce #payment {
  color: #000;
}
.checkout-page .woocommerce #payment #place_order {
  background-color: #001734;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 20px;
}
.checkout-page .woocommerce .woocommerce-customer-details {
  margin-bottom: 0px;
}
.checkout-page .woocommerce .woocommerce-order h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.checkout-page .woocommerce .woocommerce-order h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.checkout-page .woocommerce .woocommerce-thankyou-order-received {
  padding-bottom: 20px;
}
.checkout-page .woocommerce .woocommerce-order-details .woocommerce-table--order-details {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.checkout-page .woocommerce .woocommerce-order-details .woocommerce-table--order-details td,
.checkout-page .woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
  border: 1px solid #fff;
  padding: 10px;
}
.checkout-page .woocommerce .info-company ol,
.checkout-page .woocommerce .info-company ul,
.checkout-page .woocommerce .info-company p {
  padding-bottom: 10px;
}
.checkout-page .woocommerce .info-company h1,
.checkout-page .woocommerce .info-company h2,
.checkout-page .woocommerce .info-company h3,
.checkout-page .woocommerce .info-company h4,
.checkout-page .woocommerce .info-company h5,
.checkout-page .woocommerce .info-company h6 {
  padding-bottom: 20px;
}
.checkout-page .woocommerce .info-company h1 {
  font-size: 30px;
}
.checkout-page .woocommerce .info-company h2 {
  font-size: 28px;
}
.checkout-page .woocommerce .info-company h3 {
  font-size: 26px;
}
.checkout-page .woocommerce .info-company h4 {
  font-size: 24px;
}
.checkout-page .woocommerce .info-company h5 {
  font-size: 22px;
}
.checkout-page .woocommerce .info-company h6 {
  font-size: 20px;
}
.checkout-page .woocommerce .info-company .wp-caption {
  padding: 20px 0px;
  max-width: 100%;
  text-align: center;
  width: 100% !important;
}
.checkout-page .woocommerce .info-company .wp-caption-text {
  text-align: center;
  padding-top: 10px;
  font-style: italic;
}
.checkout-page .woocommerce .info-company p img {
  display: block;
  margin: 20px auto;
}
.checkout-page .woocommerce .info-company p a {
  color: #ff5050;
}
.checkout-page .woocommerce .info-company li {
  padding: 5px 0px;
}
.checkout-page .woocommerce .info-company li a {
  color: #ff5050;
}
.checkout-page .woocommerce .qr-banking {
  padding-bottom: 30px;
  width: 250px;
}
.checkout-page .woocommerce .qr-banking img {
  width: 100%;
}
.checkout-page .woocommerce .flex-button {
  display: flex;
  padding: 10px 0px;
}
.checkout-page .woocommerce .btn-direct {
  background-color: #fff;
  font-weight: 500;
}
.checkout-page .woocommerce .btn-direct:hover {
  background-color: #fff;
}
.checkout-page .woocommerce .btn-direct a {
  color: #000;
}
.checkout-page .woocommerce .btn-phone {
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .checkout-page .woocommerce .info-company h1 {
    font-size: 26px;
  }
  .checkout-page .woocommerce .info-company h2 {
    font-size: 24px;
  }
  .checkout-page .woocommerce .info-company h3 {
    font-size: 22px;
  }
  .checkout-page .woocommerce .info-company h4 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .info-company h5 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .info-company h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .checkout-page .woocommerce .col2-set .col-1,
  .checkout-page .woocommerce .col2-set .col-2 {
    width: 100%;
    float: unset;
  }
  .checkout-page .woocommerce .col2-set h3 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .col2-set .woocommerce-additional-fields {
    padding-bottom: 20px;
  }
  .checkout-page .woocommerce table.shop_table th,
  .checkout-page .woocommerce table.shop_table td {
    padding: 5px 0px;
  }
  .checkout-page .woocommerce .woocommerce-order h2 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .woocommerce-order h3 {
    font-size: 16px;
  }
  .checkout-page .woocommerce .info-company h1 {
    font-size: 22px;
  }
  .checkout-page .woocommerce .info-company h2 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .info-company h3 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company h4 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company h5 {
    font-size: 16px;
  }
  .checkout-page .woocommerce .info-company h6 {
    font-size: 16px;
  }
  .checkout-page .woocommerce .qr-banking {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-page {
    font-size: 14px;
  }
  .checkout-page .woocommerce .col2-set h3 {
    font-size: 16px;
  }
  .checkout-page .woocommerce .woocommerce-order h2 {
    font-size: 16px;
  }
  .checkout-page .woocommerce .woocommerce-order h3 {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .checkout-page .woocommerce .info-company h1 {
    font-size: 22px;
  }
  .checkout-page .woocommerce .info-company h2 {
    font-size: 20px;
  }
  .checkout-page .woocommerce .info-company h3 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company h4 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company h5 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company h6 {
    font-size: 18px;
  }
  .checkout-page .woocommerce .info-company ul,
  .checkout-page .woocommerce .info-company ol,
  .checkout-page .woocommerce .info-company p {
    padding-bottom: 5px;
  }
  .checkout-page .woocommerce .info-company .wp-caption {
    padding: 10px 0px;
  }
  .checkout-page .woocommerce .info-company .wp-caption-text {
    font-size: 14px;
    padding-top: 5px;
  }
  .checkout-page .woocommerce .qr-banking {
    width: 100px;
  }
}
.shop {
  padding: 70px 0px;
}
.shop .woocommerce ul.products li {
  margin-bottom: 30px;
}
.shop .woocommerce .woocommerce-pagination {
  padding-top: 20px;
}
.shop .woocommerce .woocommerce-pagination ul {
  border: 0px;
}
.shop .woocommerce .woocommerce-pagination ul li {
  margin: 0px 3px;
  border: 0px;
}
.shop .woocommerce .woocommerce-pagination ul li a,
.shop .woocommerce .woocommerce-pagination ul li span.current {
  color: #001734;
  font-weight: 500;
  padding: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}
.shop .woocommerce .woocommerce-pagination ul li span.current {
  background-color: #fff;
}
.shop .woocommerce .woocommerce-pagination ul li a {
  background-color: #c6c6c6;
}
.shop .woocommerce .woocommerce-pagination ul li a:hover {
  background-color: #fff;
  color: #001734;
}
.shop .woocommerce .woocommerce-notices-wrapper,
.shop .woocommerce .woocommerce-result-count,
.shop .woocommerce .woocommerce-ordering {
  display: none;
}
@media screen and (max-width: 1023px) {
  .shop {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .shop {
    padding: 30px 0px;
  }
  .shop .woocommerce .woocommerce-pagination ul li a,
  .shop .woocommerce .woocommerce-pagination ul li span.current {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.product-woocommerce .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.product-woocommerce .woocommerce ul.products li {
  margin: 0px;
  float: unset !important;
  width: 25% !important;
  margin-right: 0px;
  padding: 0px 15px;
}
.product-woocommerce .woocommerce ul.products li .col-inner {
  padding: 10px 10px 20px;
  border: 1px solid #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-woocommerce .woocommerce ul.products li a {
  color: #fff;
  display: block;
  position: relative;
}
.product-woocommerce .woocommerce ul.products li .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 60px;
  padding: 0px;
  line-height: unset;
  margin-bottom: 10px;
}
.product-woocommerce .woocommerce ul.products li .price {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.product-woocommerce .woocommerce ul.products li del {
  margin-right: 10px;
}
.product-woocommerce .woocommerce ul.products li ins {
  text-decoration: none;
}
.product-woocommerce .woocommerce ul.products li .button {
  color: #001734;
  background: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  margin-top: auto;
}
.product-woocommerce .woocommerce ul.products li .added_to_cart {
  display: none;
}
@media screen and (max-width: 1440px) {
  .product-woocommerce .woocommerce ul.products {
    margin: 0px -10px;
  }
  .product-woocommerce .woocommerce ul.products li {
    padding: 0px 10px;
  }
  .product-woocommerce .woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 16px;
    height: 48px;
  }
  .product-woocommerce .woocommerce ul.products li .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product-woocommerce .woocommerce ul.products li {
    width: 50% !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-woocommerce .woocommerce ul.products {
    margin: 0px;
  }
  .product-woocommerce .woocommerce ul.products li {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .product-woocommerce .woocommerce ul.products li .woocommerce-loop-product__title {
    font-size: 14px;
    height: 42px;
  }
  .product-woocommerce .woocommerce ul.products li .price {
    font-size: 14px;
  }
  .product-woocommerce .woocommerce ul.products li .button {
    font-size: 14px;
  }
}
.introduce-banner {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.introduce-banner .introduce-banner-wrap {
  min-height: 480px;
  display: flex;
  align-items: center;
}
.introduce-banner .div-hidden {
  width: 30%;
}
.introduce-banner .div-title {
  width: 70%;
  text-align: right;
  color: #fff;
}
.introduce-banner .sub-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.introduce-banner .sub-title-text {
  padding-left: 15px;
}
.introduce-banner .border-double {
  margin-top: 10px;
  width: 420px;
}
@media screen and (max-width: 1280px) {
  .introduce-banner .border-double {
    width: 285px;
  }
}
@media screen and (max-width: 1023px) {
  .introduce-banner .border-double {
    width: 200px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .introduce-banner .introduce-banner-wrap {
    min-height: 300px;
  }
  .introduce-banner .div-title {
    width: 100%;
  }
  .introduce-banner .div-hidden {
    display: none;
  }
  .introduce-banner .border-double {
    width: 110px;
  }
  .introduce-banner .sub-title-text {
    padding-left: 10px;
  }
  .introduce-banner .title {
    padding-bottom: 10px;
  }
}
.answer-open {
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #A5CC89;
}
.answer-open .answer-open-wrap {
  background-color: #154034;
  color: #fff;
  padding: 30px 20px;
}
.answer-open .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answer-open .top {
  padding-bottom: 30px;
}
.answer-open .top .title {
  padding-right: 15px;
}
.answer-open .bottom {
  padding-top: 10px;
}
.answer-open .bottom .title {
  padding-left: 15px;
}
.answer-open .border-double {
  flex: 1;
  margin-top: 10px;
}
.answer-open .sub-title-bottom {
  text-align: right;
  padding-top: 10px;
  font-size: 16px;
  font-family: 'UTMAptima-Regular';
}
.answer-open .description {
  font-size: 18px;
}
.answer-open .description p,
.answer-open .description ol,
.answer-open .description ul {
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .answer-open .description p,
  .answer-open .description ol,
  .answer-open .description ul {
    padding-bottom: 10px;
  }
  .answer-open .bottom {
    padding-top: 20px;
  }
  .answer-open .sub-title-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .answer-open .description p,
  .answer-open .description ol,
  .answer-open .description ul {
    padding-bottom: 10px;
  }
  .answer-open .bottom {
    padding-top: 20px;
  }
  .answer-open .sub-title-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .answer-open .answer-open-wrap {
    padding: 20px 10px;
  }
  .answer-open .description {
    font-size: 14px;
  }
  .answer-open .top {
    padding-bottom: 20px;
  }
  .answer-open .bottom {
    padding-top: 10px;
  }
  .answer-open .sub-title-bottom {
    font-size: 14px;
  }
}
.mission {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
}
.mission .opacity {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}
.mission .container-fluid {
  position: relative;
  z-index: 2;
  color: #fff;
}
.mission .col-inner {
  background: #fff;
  color: #000;
}
.mission .icon {
  text-align: center;
  height: 70px;
}
.mission .icon img {
  max-height: 100%;
}
.mission .description {
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .mission .icon {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .mission {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .mission {
    padding-bottom: 20px;
  }
  .mission .icon {
    height: 40px;
  }
  .mission .description {
    padding-top: 10px;
    font-size: 14px;
  }
}
.vision .vision-title {
  color: #fff;
}
.vision .col-inner {
  background: #fff;
  color: #001734;
}
.vision .count {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  background: #001734;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 40px;
  font-family: 'UTMAptimaBold';
  line-height: 68px;
}
.vision .description-content {
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .vision .count {
    font-size: 30px;
    line-height: 60px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .vision {
    padding-bottom: 30px;
  }
  .vision .count {
    font-size: 28px;
    line-height: 52px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .vision {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .vision .count {
    font-size: 24px;
    line-height: 45px;
    width: 50px;
    height: 50px;
  }
  .vision .description-content {
    padding-top: 15px;
  }
}
.core-value {
  background-color: #A5CC89;
}
.core-value .core-value-title {
  color: #fff;
}
.core-value .row {
  margin: 0px -25px;
  padding-top: 50px;
  align-items: center;
}
.core-value .col-6 {
  padding: 0px 25px;
}
.core-value .col-radius {
  border-radius: 10px;
  overflow: hidden;
}
.core-value .image {
  position: relative;
  padding-top: 80%;
}
.core-value li {
  padding: 10px 0px;
  color: #fff;
}
.core-value .item-wrap {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.core-value .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  flex-shrink: 0;
  background: #405639;
}
.core-value .icon img {
  max-width: 100%;
  width: 40px;
  margin: 0px auto;
}
.core-value .des-content {
  background: #5E7756;
  padding: 20px;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .core-value .row {
    margin: 0px -15px;
  }
  .core-value .col-6 {
    padding: 0px 15px;
  }
  .core-value .des-content {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .core-value {
    padding-bottom: 40px;
  }
  .core-value .row {
    margin: 0px;
    padding-top: 30px;
  }
  .core-value .col-6 {
    padding: 0px;
    width: 100%;
  }
  .core-value .col-image {
    margin-bottom: 20px;
  }
  .core-value .icon {
    width: 70px;
  }
  .core-value .icon img {
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .core-value {
    padding-bottom: 25px;
  }
  .core-value .row {
    padding-top: 20px;
  }
  .core-value .icon {
    width: 50px;
  }
  .core-value .icon img {
    width: 25px;
  }
  .core-value li {
    padding: 5px 0px;
    font-size: 14px;
  }
}
.commit .commit-title {
  color: #fff;
}
.commit .col-inner {
  background: #fff;
}
.commit .icon {
  text-align: center;
  height: 70px;
}
.commit .icon img {
  max-height: 100%;
}
.commit .description {
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .commit .icon {
    height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .commit {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .commit {
    padding-bottom: 30px;
  }
  .commit .icon {
    height: 40px;
  }
  .commit .description {
    padding-top: 10px;
    font-size: 14px;
  }
}
.row-contents {
  padding-top: 50px;
  margin: 0px -15px;
  justify-content: center;
}
.row-contents .col {
  padding: 0px 15px;
}
.row-contents .col-inner {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 10px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .row-contents {
    margin: 0px -10px;
  }
  .row-contents .col {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .row-contents {
    padding-top: 30px;
  }
  .row-contents .col {
    width: 50%;
    max-width: 50%;
    flex: 1 0 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .row-contents {
    padding-top: 20px;
    margin: 0px;
  }
  .row-contents .col {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
    margin-bottom: 10px;
    padding: 0px;
  }
}
.cooperate {
  background-color: #FCFFF5;
  position: relative;
}
.cooperate .background {
  opacity: 0.2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cooperate .container-fluid {
  position: relative;
  z-index: 2;
}
.cooperate .image {
  position: relative;
}
.cooperate .title-big {
  color: #000;
}
.cooperate .title-both-sides::before,
.cooperate .title-both-sides::after {
  border-top: 5px double #000;
}
.cooperate .description p,
.cooperate .description ol,
.cooperate .description ul {
  padding-bottom: 10px;
}
.cooperate .row-content {
  margin: 0px -25px;
  padding-top: 40px;
  align-items: center;
}
.cooperate .col-content {
  padding: 0px 25px;
}
.cooperate .col-radius {
  border-radius: 10px;
  overflow: hidden;
}
.cooperate .image {
  position: relative;
  padding-top: 80%;
}
.cooperate li {
  padding: 10px 0px;
  font-size: 20px;
}
.cooperate .item-wrap {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.cooperate .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  flex-shrink: 0;
}
.cooperate .icon img {
  max-width: 100%;
  width: 40px;
  margin: 0px auto;
}
.cooperate .des-content {
  padding: 5px 20px;
}
.cooperate .button-bottom {
  padding-top: 50px;
}
.cooperate .row-button {
  margin: 0px -10px;
  align-items: center;
}
.cooperate .col-button {
  padding: 0px 10px;
}
.cooperate .col-right {
  text-align: right;
}
.cooperate .contact-text {
  font-size: 24px;
  font-family: 'UTMAptimaBold';
  font-style: italic;
}
.cooperate .col-button-link {
  position: relative;
  display: flex;
  align-items: center;
}
.cooperate .or-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.cooperate .button {
  width: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 15px 10px;
  font-weight: 500;
}
.cooperate .button-contact {
  background: #001734;
}
.cooperate .button-reference {
  background: #ABC8EE;
  color: #000;
}
@media screen and (max-width: 1280px) {
  .cooperate .row-content {
    margin: 0px -15px;
  }
  .cooperate .col-content {
    padding: 0px 15px;
  }
  .cooperate li {
    padding: 5px 0px;
    font-size: 18px;
  }
  .cooperate .icon {
    width: 20px;
  }
  .cooperate .des-content {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .cooperate .row-content {
    margin: 0px;
    padding-top: 30px;
  }
  .cooperate .col-6 {
    width: 100%;
    padding: 0px;
  }
  .cooperate .col-item {
    padding-top: 30px;
  }
  .cooperate .button-bottom {
    padding-top: 30px;
  }
  .cooperate .col-right {
    text-align: left;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cooperate .description {
    font-size: 14px;
  }
  .cooperate .col-item {
    padding-top: 20px;
  }
  .cooperate li {
    font-size: 16px;
    padding: 7px 0px;
  }
  .cooperate .icon {
    width: 15px;
  }
  .cooperate .des-content {
    padding: 0px 10px;
  }
  .cooperate .button-bottom {
    padding-top: 10px;
  }
  .cooperate .contact-text {
    font-size: 18px;
  }
  .cooperate .col-right {
    padding-bottom: 10px;
  }
  .cooperate .or-text {
    font-size: 12px;
    width: 30px;
    height: 30px;
  }
  .cooperate .button {
    font-size: 14px;
  }
  .cooperate .row-content {
    padding-top: 20px;
  }
}
.about-us {
  background: #001734;
}
.about-us .about-wrap {
  background-color: #F5F5F5;
}
.about-us .row-out {
  margin: 0px;
  align-items: center;
}
.about-us .col-out {
  padding: 0px;
}
.about-us .col-inner {
  padding: 20px 30px;
  color: #000;
  text-align: center;
}
.about-us .image {
  position: relative;
  min-height: 500px;
}
.about-us .title {
  color: #000;
  padding-bottom: 30px;
  font-size: 40px;
}
.about-us .description p,
.about-us .description ol,
.about-us .description ul {
  padding-bottom: 10px;
}
.about-us .row-in {
  margin: 0px -5px;
}
.about-us .col-in {
  padding: 5px;
}
.about-us .col-in-inner {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: -1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.about-us .icon {
  height: 60px;
  width: 60px;
  background: #001734;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.about-us .icon img {
  width: 30px;
}
.about-us .sub-title {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .about-us .col-inner {
    padding: 20px;
  }
  .about-us .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1023px) {
  .about-us .col-out {
    width: 100%;
  }
  .about-us .col-three {
    order: 4;
  }
  .about-us .col-last {
    order: 3;
  }
  .about-us .title {
    font-size: 32px;
  }
  .about-us .icon {
    width: 50px;
    height: 50px;
  }
  .about-us .icon img {
    width: 25px;
  }
  .about-us .col-inner {
    padding: 30px 20px;
  }
  .about-us .image {
    min-height: auto;
    padding-top: 65%;
  }
}
@media screen and (max-width: 767px) {
  .about-us .title {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .about-us .col-inner {
    padding: 20px 10px;
  }
  .about-us .col-in {
    width: 100%;
  }
  .about-us .icon {
    width: 40px;
    height: 40px;
  }
  .about-us .icon img {
    width: 20px;
  }
  .about-us .sub-title {
    font-size: 16px;
  }
  .about-us .description {
    font-size: 14px;
  }
}
.certification {
  background-color: #F5F5F5;
}
.certification .title {
  text-align: center;
  color: #000;
  padding-bottom: 50px;
}
.certification .row {
  margin: 0px -25px;
  align-items: center;
}
.certification .col-6 {
  padding: 0px 25px;
}
.certification .image {
  position: relative;
  padding-top: 80%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.65);
}
.certification h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.certification .description p,
.certification .description ol,
.certification .description ul {
  padding-bottom: 10px;
}
.certification .description p a,
.certification .description ol a,
.certification .description ul a {
  color: #FF3C00;
  font-style: italic;
}
.certification .button-about {
  text-align: center;
  margin-top: 50px;
}
.certification .button-about a {
  padding: 15px 25px;
  color: #fff;
  background: #001734;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .certification .row {
    margin: 0px -15px;
  }
  .certification .col-6 {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .certification .title {
    padding-bottom: 30px;
  }
  .certification .row {
    margin: 0px;
  }
  .certification .col-6 {
    padding: 0px;
    width: 100%;
  }
  .certification .col-content {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }
  .certification .col-image {
    order: 2;
  }
  .certification .image {
    padding-top: 65%;
  }
  .certification h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .certification h3 {
    font-size: 18px;
  }
  .certification .description {
    font-size: 14px;
  }
  .certification .button-about {
    font-size: 14px;
    margin-top: 30px;
  }
}
.contact {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.contact .description {
  color: #fff;
}
.contact .row {
  padding-top: 50px;
  margin: 0px -25px;
}
.contact .col-6 {
  padding: 0px 25px;
}
.contact .col-inner {
  height: 100%;
}
.contact .map {
  height: 100%;
}
.contact .map iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.contact .form .gform_title {
  font-size: 25px!important;
  padding-bottom: 20px!important;
}
.contact .form .gform_fields {
  grid-row-gap: 25px!important;
}
.contact .form .gform_footer {
  margin: 0!important;
  padding: 0!important;
  padding-top: 40px!important;
  text-align: center!important;
}
.contact .form input:not([type=submit]) {
  padding: 20px 15px!important;
  font-size: 25px!important;
  font-family: 'UTMAptima-Regular' !important;
  color: #000 !important;
  width: 100%!important;
}
.contact .form input:not([type=submit])::placeholder {
  font-size: 25px!important;
  font-family: 'UTMAptima-Regular' !important;
  color: #020202!important;
}
.contact .form input:not([type=submit]):focus {
  outline-style: none!important;
}
.contact .form input[type=submit] {
  font-size: 25px!important;
  font-family: 'UTMAptima-Regular' !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background: transparent!important;
  text-transform: uppercase!important;
  text-align: center!important;
  width: 100%!important;
  padding: 20px 10px 25px!important;
}
.contact .form input[type=submit]:hover {
  color: #000 !important;
  background: #f7c526 !important;
  background: linear-gradient(90deg, #f7c526 0.562%, #fff7c8 25.281%, #bf8e2e 59.551%, #ead385 87.079%, #fff7c8 100%) !important;
}
.contact .form .gform_confirmation_message {
  color: white!important;
  font-size: 25px!important;
  font-family: 'UTMAptima-Regular' !important;
}
.contact .form .gform_ajax_spinner {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .contact .row {
    padding-top: 30px;
    margin: 0px;
  }
  .contact .col-6 {
    padding: 0px;
    width: 100%;
  }
  .contact .col-map {
    order: 2;
    padding-top: 30px;
  }
  .contact .map iframe {
    height: 350px;
  }
  .contact .form .gform_title {
    font-size: 20px!important;
    padding-bottom: 20px!important;
    text-align: center;
  }
  .contact .form .gform_fields {
    grid-row-gap: 10px!important;
  }
  .contact .form .gform_footer {
    padding-top: 20px!important;
  }
  .contact .form input:not([type=submit]) {
    font-size: 20px!important;
    padding: 10px!important;
  }
  .contact .form input:not([type=submit])::placeholder {
    font-size: 20px!important;
  }
  .contact .form input[type=submit] {
    font-size: 20px!important;
    padding: 5px 10px 10px!important;
  }
  .contact .form .gform_confirmation_message {
    font-size: 22px!important;
  }
}
@media screen and (max-width: 767px) {
  .contact .map iframe {
    height: 250px;
  }
  .contact .description {
    font-size: 14px;
  }
  .contact .form .gform_title {
    font-size: 16px;
  }
  .contact .form input:not([type=submit]) {
    font-size: 14px!important;
    padding: 0px 10px!important;
    min-height: 38px !important;
  }
  .contact .form input:not([type=submit])::placeholder {
    font-size: 14px!important;
  }
  .contact .form input[type=submit] {
    padding: 0px 10px !important;
    min-height: 38px !important;
    font-size: 14px;
  }
}
.list-posts .row {
  margin: 0px -15px;
}
.list-posts .col-3 {
  padding: 0px 15px;
}
.list-posts .image {
  padding-top: 65%;
  position: relative;
}
.list-posts .image-absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-posts .col-3 {
  margin-bottom: 30px;
}
.list-posts .col-inner {
  display: block;
  height: 100%;
  background: #fff;
  color: #000;
}
.list-posts .post-detail {
  padding: 10px 10px 20px;
  display: flex;
  flex-direction: column;
}
.list-posts .post-title {
  font-size: 18px;
  font-family: 'UTMAptimaBold';
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 54px;
}
.list-posts .short-description {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.list-posts .pagination-wrap {
  padding-top: 20px;
}
.list-posts .pagination-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-posts .pagination-wrap ul li {
  margin: 0px 3px;
}
.list-posts .pagination-wrap ul .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background: #edaf68;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  transition: all linear .2s;
}
.list-posts .pagination-wrap ul .page-numbers:hover {
  background: #fff;
}
.list-posts .pagination-wrap ul .current {
  background: #fff;
}
@media screen and (max-width: 1280px) {
  .list-posts .col-3 {
    width: 33.333%;
  }
}
@media screen and (max-width: 1023px) {
  .list-posts .col-3 {
    width: 50%;
  }
  .list-posts .pagination-wrap {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .list-posts .row {
    margin: 0px;
  }
  .list-posts .col-3 {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
  }
  .list-posts .post-title {
    font-size: 16px;
    height: 48px;
    margin-bottom: 5px;
  }
  .list-posts .short-description {
    font-size: 14px;
  }
  .list-posts .pagination-wrap {
    padding-top: 15px;
  }
  .list-posts .pagination-wrap ul .page-numbers {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .list-posts .post-detail {
    padding: 10px;
  }
}
.single-post .main-content .single-editor {
  background-color: #fff;
}
.single-editor .single-container {
  max-width: 1440px;
}
.single-editor .title-single {
  font-size: 40px;
  padding-bottom: 50px;
}
.single-editor .content ol,
.single-editor .article-link ol,
.single-editor .content ul,
.single-editor .article-link ul,
.single-editor .content p,
.single-editor .article-link p {
  padding-bottom: 10px;
}
.single-editor .content h1,
.single-editor .article-link h1,
.single-editor .content h2,
.single-editor .article-link h2,
.single-editor .content h3,
.single-editor .article-link h3,
.single-editor .content h4,
.single-editor .article-link h4,
.single-editor .content h5,
.single-editor .article-link h5,
.single-editor .content h6,
.single-editor .article-link h6 {
  padding-bottom: 20px;
  color: #000;
}
.single-editor .content h1,
.single-editor .article-link h1 {
  font-size: 30px;
}
.single-editor .content h2,
.single-editor .article-link h2 {
  font-size: 28px;
}
.single-editor .content h3,
.single-editor .article-link h3 {
  font-size: 26px;
}
.single-editor .content h4,
.single-editor .article-link h4 {
  font-size: 24px;
}
.single-editor .content h5,
.single-editor .article-link h5 {
  font-size: 22px;
}
.single-editor .content h6,
.single-editor .article-link h6 {
  font-size: 20px;
}
.single-editor .content .wp-caption,
.single-editor .article-link .wp-caption {
  padding: 20px 0px;
  max-width: 100%;
  text-align: center;
  width: 100% !important;
}
.single-editor .content .wp-caption-text,
.single-editor .article-link .wp-caption-text {
  text-align: center;
  padding-top: 10px;
  font-style: italic;
}
.single-editor .content p img,
.single-editor .article-link p img {
  display: block;
  margin: 20px auto;
}
.single-editor .content p a,
.single-editor .article-link p a {
  color: #ff5050;
}
.single-editor .content li,
.single-editor .article-link li {
  padding: 5px 0px;
}
.single-editor .content li a,
.single-editor .article-link li a {
  color: #ff5050;
}
.single-editor .wp-block-pullquote {
  padding: 30px 0px;
}
.single-editor .article-link {
  padding-top: 30px;
}
@media screen and (max-width: 1280px) {
  .single-editor .title-single {
    font-size: 32px;
  }
  .single-editor .content h1,
  .single-editor .article-link h1 {
    font-size: 26px;
  }
  .single-editor .content h2,
  .single-editor .article-link h2 {
    font-size: 24px;
  }
  .single-editor .content h3,
  .single-editor .article-link h3 {
    font-size: 22px;
  }
  .single-editor .content h4,
  .single-editor .article-link h4 {
    font-size: 20px;
  }
  .single-editor .content h5,
  .single-editor .article-link h5 {
    font-size: 20px;
  }
  .single-editor .content h6,
  .single-editor .article-link h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .single-editor .title-single {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .single-editor .content h1,
  .single-editor .article-link h1 {
    font-size: 22px;
  }
  .single-editor .content h2,
  .single-editor .article-link h2 {
    font-size: 20px;
  }
  .single-editor .content h3,
  .single-editor .article-link h3 {
    font-size: 18px;
  }
  .single-editor .content h4,
  .single-editor .article-link h4 {
    font-size: 18px;
  }
  .single-editor .content h5,
  .single-editor .article-link h5 {
    font-size: 16px;
  }
  .single-editor .content h6,
  .single-editor .article-link h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single-editor .title-single {
    font-size: 24px;
  }
  .single-editor .content h1,
  .single-editor .article-link h1 {
    font-size: 22px;
  }
  .single-editor .content h2,
  .single-editor .article-link h2 {
    font-size: 20px;
  }
  .single-editor .content h3,
  .single-editor .article-link h3 {
    font-size: 18px;
  }
  .single-editor .content h4,
  .single-editor .article-link h4 {
    font-size: 18px;
  }
  .single-editor .content h5,
  .single-editor .article-link h5 {
    font-size: 18px;
  }
  .single-editor .content h6,
  .single-editor .article-link h6 {
    font-size: 18px;
  }
  .single-editor .content ul,
  .single-editor .article-link ul,
  .single-editor .content ol,
  .single-editor .article-link ol,
  .single-editor .content p,
  .single-editor .article-link p {
    padding-bottom: 5px;
  }
  .single-editor .content .wp-caption,
  .single-editor .article-link .wp-caption {
    padding: 10px 0px;
  }
  .single-editor .content .wp-caption-text,
  .single-editor .article-link .wp-caption-text {
    font-size: 14px;
    padding-top: 5px;
  }
  .single-editor .article-link {
    padding-top: 20px;
  }
}
.single-editor .lwptoc {
  display: none;
}
.single-editor .lwptoc .lwptoc_i {
  width: 100%;
  background: #fff;
  color: #000;
  border: 1px dashed #c4c4c4;
}
.single-editor .lwptoc .lwptoc_i div a {
  color: #000;
  transition: all linear .2s;
}
.single-editor .lwptoc .lwptoc_i div a:hover {
  border-bottom: 0px !important;
}
.single-editor .lwptoc .lwptoc_title {
  font-size: 20px;
}
.single-editor .lwptoc .lwptoc_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.single-editor .lwptoc .lwptoc_toggle {
  font-size: 18px;
  margin-left: 10px;
}
.single-editor .lwptoc .lwptoc_item {
  margin: 5px 0px;
  font-size: 16px;
}
.single-editor .lwptoc .lwptoc_items {
  margin-top: 20px;
}
.single-editor .content .lwptoc {
  display: block;
}
@media screen and (max-width: 767px) {
  .single-editor .lwptoc .lwptoc_title {
    font-size: 16px;
  }
  .single-editor .lwptoc .lwptoc_toggle {
    font-size: 16px;
  }
  .single-editor .lwptoc .lwptoc_item {
    font-size: 14px;
  }
  .single-editor .lwptoc .lwptoc_items {
    margin-top: 10px;
  }
}
.icon-contact {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1000;
  width: 60px;
  background-color: unset;
}
.icon-contact .icon-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0px;
}
.icon-contact .icon-flex img {
  width: 40px;
}
.icon-contact .icon-item {
  padding: 3px 0px;
}
.modal {
  background-color: rgba(23, 52, 1, 0.3);
}
.modal h2 {
  color: #000;
  font-size: 60px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}
.modal .description {
  color: #000;
  font-family: 'UTMAptima-Regular';
  font-size: 30px;
}
.modal .description p {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.modal .description p:not(:first-of-type) {
  padding-top: 30px;
}
.modal .description ul {
  padding-top: 5px;
}
.modal .description ul li {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.modal .description ul li::before {
  content: "\2022";
  display: inline-block;
  padding-right: 10px;
}
.modal .modal-header {
  border: 0;
  padding: 50px 0 0;
  position: relative;
}
.modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  border: 0;
  background-color: transparent;
}
.modal .modal-header img {
  filter: brightness(0) saturate(100%);
  object-fit: contain;
  height: 30px;
}
.modal .modal-dialog {
  max-width: 100%;
  padding-left: 10.15625%;
  padding-right: 10.15625%;
}
.modal .modal-content {
  border-radius: 100px;
  padding: 80px 60px 100px;
}
.modal .modal-body {
  padding: 0;
  padding-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .modal .modal-header img {
    height: 20px;
  }
  .modal .modal-content {
    border-radius: 80px;
    padding: 50px 40px 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .modal h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .modal .modal-dialog {
    padding-left: 50px;
    padding-right: 50px;
  }
  .modal .modal-header {
    padding-top: 30px;
  }
  .modal .description {
    font-size: 20px;
  }
  .modal .description p:not(:first-of-type) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .modal h2 {
    font-size: 25px;
    line-height: 60px;
  }
  .modal .description {
    font-size: 18px;
  }
  .modal .modal-content {
    border-radius: 60px;
    padding: 50px 20px 60px;
  }
  .modal .modal-dialog {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .modal h2 {
    font-size: 20px;
    line-height: 45px;
  }
  .modal .modal-header {
    padding-top: 20px;
  }
  .modal .modal-header img {
    height: 12px;
  }
  .modal .modal-body {
    padding-top: 20px;
  }
  .modal .description {
    font-size: 15px;
  }
  .modal .description p:not(:first-of-type) {
    padding-top: 10px;
  }
  .modal .description ul li::before {
    padding-right: 5px;
  }
  .modal .modal-content {
    border-radius: 25px;
    padding: 20px 10px 40px;
  }
  .modal .modal-dialog {
    margin: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
footer {
  background-color: #000;
  position: relative;
}
footer .overlay {
  background: rgba(0, 0, 0, 0.8);
}
footer .container-fluid {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}
footer .row {
  margin: 0 -10px;
}
footer .row .col-4 {
  padding: 0 10px;
}
footer h2 {
  font-size: 26px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
  text-transform: none;
}
footer .block-information {
  padding-top: 20px;
}
footer .block-information:first-child {
  padding-top: 0;
}
footer .footer-icon {
  padding-top: 20px;
}
footer .footer-icon a {
  display: inline-block;
  padding-right: 20px;
}
footer .footer-icon a:last-child {
  padding-right: 0;
}
footer .footer-icon img {
  max-height: 30px;
  width: auto;
  min-width: 30px;
}
footer .footer-icon li {
  display: flex;
  flex-direction: row;
  align-items: start;
  font-size: 20px;
  font-family: 'UTMAptima-Regular';
  color: #fff;
  padding-top: 10px;
}
footer .footer-icon li .icon {
  margin-right: 20px;
  width: 30px;
  flex-shrink: 0;
}
footer .footer-icon li img {
  max-height: 25px;
  height: 100%;
}
footer .menu-footer {
  padding-top: 30px;
  font-size: 20px;
}
footer .menu-footer li {
  margin-bottom: 10px;
}
footer .menu-footer a {
  color: #fff;
  display: inline-block;
  transition: all linear .2s;
}
footer .menu-footer a:hover {
  padding-left: 5px;
}
footer .map {
  padding-top: 30px;
}
footer .map iframe {
  width: 100%;
  max-width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  footer .block-information {
    padding-top: 20px;
  }
  footer h2 {
    font-size: 24px;
  }
  footer .footer-icon li {
    font-size: 18px;
    padding-top: 10px;
  }
  footer .footer-icon a {
    padding-right: 20px;
  }
  footer .menu-footer {
    font-size: 18px;
  }
  footer .map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .container-fluid {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  footer .row .col-4 {
    width: 50%;
  }
  footer .row .col-map {
    width: 100%;
  }
  footer .row .col-menu {
    text-align: right;
  }
  footer .row .col-map {
    padding-top: 30px;
  }
  footer h2 {
    font-size: 20px;
  }
  footer .block-information {
    padding-top: 20px;
  }
  footer .footer-icon {
    padding-top: 10px;
  }
  footer .footer-icon a {
    padding-right: 10px;
  }
  footer .footer-icon img {
    max-height: 25px;
  }
  footer .footer-icon li {
    font-size: 16px;
  }
  footer .footer-icon li .icon {
    margin-right: 15px;
    width: 20px;
  }
  footer .footer-icon li img {
    max-height: 20px;
    min-width: 30px;
    width: auto;
  }
  footer .menu-footer {
    padding-top: 20px;
    font-size: 16px;
  }
  footer .map {
    padding-top: 20px;
  }
  footer .form {
    max-width: 100%;
  }
  footer .form .gform_title {
    font-size: 20px!important;
    padding-bottom: 10px!important;
  }
  footer .form .gform_fields {
    grid-row-gap: 10px!important;
  }
  footer .form .gform_footer {
    padding-top: 20px!important;
  }
  footer .form input:not([type=submit]) {
    font-size: 20px!important;
    padding: 10px!important;
  }
  footer .form input:not([type=submit])::placeholder {
    font-size: 20px!important;
  }
  footer .form input[type=submit] {
    font-size: 20px!important;
    padding: 5px 10px 10px!important;
  }
  footer .form .gform_confirmation_message {
    font-size: 22px!important;
  }
}
@media only screen and (max-width: 767px) {
  footer .container-fluid {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  footer .row {
    margin: 0px;
  }
  footer .row .col-4 {
    padding: 0px;
    width: 100%;
  }
  footer .row .col-menu,
  footer .row .col-map {
    padding-top: 20px;
  }
  footer .row .col-menu {
    text-align: left;
  }
  footer .footer-icon li .icon {
    margin-right: 10px;
  }
  footer .footer-icon li img {
    max-height: 17px;
  }
}
