@charset "UTF-8";
@import url(../font/Poppins/stylesheet.css);
@import url(../js/libs/aos/aos.css);
@import url(../js/libs/wow/wow.css);
@import url(../js/libs/swiper/swiper.min.css);
@import url(../js/libs/popup/magnific-popup.css);
@import url(../js/libs/lightgallery/lightgallery.css);
@import url(../font/font-awesome-4.7.0/css/font-awesome.min.css);
/*width*/
.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
}

:root {
  --theme-bg-color: var(#fff);
  --theme-text-color: var(#333);
}

::selection {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-size: 14px;
  min-height: 100vh;
  background: var(--theme-bg-color);
  color: var(--theme-text-color);
  transform-origin: all 0.3s;
}
body[data-theme=dark] {
  --theme-bg-color: #333;
  --theme-text-color: #fff;
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-display: swap;
  line-height: 1.4;
  transition: all 0.3s ease;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 990px;
  transition: all 0.3s ease;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: transparent;
}

body.show::-webkit-scrollbar {
  width: 10px;
}
body.show::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 990px;
  transition: all 0.3s ease;
}
body.show::-webkit-scrollbar-track {
  background: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container-full {
  max-width: 100%;
  width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 100%;
  width: 1570px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1569px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 1199px) {
  .columns {
    margin: -7.5px;
  }
}

.column {
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .column {
    padding: 7.5px;
  }
}

.img-w-100 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img-h-100 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .wow.animated {
    animation-delay: unset !important;
  }
}
.copy-right {
  padding: 15px 0;
  background: #2980C3;
  text-align: center;
  color: #fff;
}
.copy-right .text-copy {
  text-transform: uppercase;
}

.modal-open {
  overflow: hidden;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

.wow {
  animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .wow {
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

img,
iframe {
  display: block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

ol,
ul {
  list-style-type: none;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

strong,
b,
.bold {
  font-weight: bold;
}

i,
.italic {
  font-style: italic;
}

sup {
  vertical-align: top;
  font-size: 70%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeoutLeft {
  from {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
}
@keyframes fixedMenu {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showTab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    filter: blur(15px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(15px);
  }
}
@keyframes waveLoading {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes OutIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@-webkit-keyframes tracking-out-expand {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
    transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes scale-center {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -30%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: translate(-100%, -50%) rotate(-90deg);
    transform: translate(-100%, -50%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-60%, -50%) rotate(0);
    transform: translate(-60%, -50%) rotate(0);
    opacity: 1;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}
.main-cl {
  color: #AC0000;
}

.w-cl {
  color: #fff;
}

.f-semi {
  font-weight: 600;
}

.f-medium {
  font-weight: 500;
}

.wrapper {
  background-color: #f2f2f2;
}

.arrow {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #AC0000;
  transition: all 0.3s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: inline-flex;
}
.arrow img {
  filter: brightness(0) invert(1);
}

.header {
  position: relative;
  width: 100%;
  z-index: 900;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.header.--fix .header-bottom-inner {
  padding: 8px 0;
}

.header-bottom-inner {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .header-bottom-inner {
    padding: 15px 0;
  }
}

.header-logo {
  margin-right: 10px;
}
.header-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .header-logo img {
    width: 140px !important;
  }
}

.header-act {
  display: flex;
  align-items: center;
}

.header-search {
  padding-left: 100px;
}
@media screen and (max-width: 1569px) {
  .header-search {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .header-search {
    padding-left: 0;
    margin-right: 20px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
  }
}
.header-search-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header-menu-socail {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 1199px) {
  .header-menu-socail {
    display: flex;
  }
}
.header-menu-socail .menu-socail {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  margin: 0 10px;
  cursor: pointer;
}
.header-menu-socail .menu-socail.socail-face {
  background-color: #3B5998;
}
.header-menu-socail .menu-socail.socail-youtube {
  background-color: #EA412C;
}
.header-menu-socail .menu-socail.socail-insta {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  font-size: 16px;
}
.header-menu-socail .menu-socail .fa {
  font-weight: normal;
  font-family: "Fontawesome";
}

.header-menu {
  margin-left: auto;
}
.header-menu-inner .logo-mobile {
  display: none;
  max-width: 200px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1199px) {
  .header-menu-inner .logo-mobile {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    left: unset;
    right: 100vw;
    text-align: left;
    transition: all 0.2s ease;
    z-index: 998;
  }
  .header-menu.--active {
    right: 0;
  }
  .header-menu .header-menu-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #fff;
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
  }
}

.header-list {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header-list {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
  }
  .header-list::-webkit-scrollbar {
    width: 3px;
  }
  .header-list::-webkit-scrollbar-thumb {
    background: #AC0000;
    border-radius: 990px;
    transition: all 0.3s ease;
  }
  .header-list::-webkit-scrollbar-track {
    background: transparent;
  }
}
.header-list a {
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .header-list a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
  }
}
.header-list > li > a {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .header-list > li > a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .header-list > li > a:hover {
    color: #AC0000;
  }
  .header-list > li > a:hover::before {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 1199px) {
  .header-list > li > a:focus {
    color: #AC0000;
  }
}
.header-list .current-menu-item > a {
  color: #AC0000;
}
.header-list .current-menu-item .current-menu-item > a {
  background-color: #AC0000;
  color: #fff;
}

.dropdown {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .dropdown:hover > .sub-menu {
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .dropdown:hover .fa.fa-angle-down {
    pointer-events: none;
  }
  .dropdown:hover a:hover i {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 1199px) {
  .dropdown:hover > a {
    color: #AC0000;
  }
}
.dropdown .dropdown:hover > a {
  background-color: #AC0000;
  color: #fff;
}
.dropdown a {
  transition: all 0.3s ease;
}
.dropdown .fa.fa-angle-down {
  width: 20px;
  height: 100%;
  font-weight: bold;
  transition: transform 0.3s;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .dropdown .fa.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    transform: rotate(-90deg);
  }
  .dropdown .fa.fa-angle-down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dropdown .fa.fa-angle-down.--show {
    transform: rotate(0deg);
  }
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 200px;
  width: max-content;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}
.sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
@media screen and (min-width: 1200px) {
  .sub-menu {
    transition: 0.3s;
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}
.sub-menu a {
  padding: 15px;
}
@media screen and (min-width: 1200px) {
  .sub-menu a:hover {
    color: #fff !important;
    background-color: #AC0000;
  }
}
@media screen and (max-width: 1199px) {
  .sub-menu {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    display: none;
  }
  .sub-menu a {
    padding-left: 30px;
    border-bottom: 1px solid #fff;
  }
  .sub-menu a:hover {
    color: #fff;
    background-color: #AC0000;
  }
  .sub-menu .sub-menu a {
    padding-left: 45px;
  }
  .sub-menu .sub-menu .sub-menu a {
    padding-left: 60px;
  }
}

.footer {
  margin-top: auto;
  padding: 55px 0;
  border-top: 1px solid #C4C4C4;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 40px 0;
  }
}
.footer .logo img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .footer .logo img {
    width: 140px !important;
  }
}
.footer .columns {
  justify-content: space-between;
}
.footer .column.ig {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 767px) {
  .footer .column.ig {
    width: 100%;
  }
}
.footer .column.txt {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 767px) {
  .footer .column.txt {
    width: 100%;
    margin-top: 5px;
  }
}
.footer .newsletter .news-title {
  display: none;
}
.footer .newsletter .f-group {
  max-width: 350px;
}
@media screen and (max-width: 1199px) {
  .footer .newsletter .f-group {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .footer .newsletter .f-group {
    max-width: 100%;
  }
}
.footer .newsletter .f-group input.input {
  padding: 15px 15px;
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.footer .newsletter .f-group input.input::placeholder {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .footer .newsletter span.wpcf7-spinner {
    position: absolute;
    right: 15px;
    bottom: 13px;
  }
}
.footer .newsletter .btn-newsletter {
  right: 0;
  padding: 18px 15px 17px;
  color: #000000;
}
.footer .newsletter .wpcf7-spinner {
  right: -55px;
}
@media screen and (max-width: 1023px) {
  .footer .newsletter-ft .wpcf7-response-output {
    position: absolute;
    width: fit-content;
    max-width: 250px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .footer .newsletter-ft .wpcf7-response-output {
    max-width: 100%;
    position: relative;
    padding-top: 20px !important;
  }
}
.footer .ft-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .footer .ft-inner {
    margin: -7.5px;
  }
}
@media screen and (max-width: 767px) {
  .footer .ft-inner {
    justify-content: flex-start;
  }
}
.footer .ft-box {
  width: calc(100% - 350px);
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .footer .ft-box {
    padding: 7.5px;
  }
}
@media screen and (max-width: 576px) {
  .footer .ft-box {
    width: 100% !important;
  }
}
.footer .ft-box.ft-wm {
  width: 200px;
}
.footer .ft-box.ft-wim {
  width: 150px;
}
.footer .ft-box:nth-child(2) {
  display: none;
}
.footer .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .footer .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer .title {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .footer .ft-wim .ft-list {
    columns: 2;
  }
}
@media screen and (max-width: 576px) {
  .footer .menu {
    column-count: 2;
  }
}
.footer .ft-list .ft-item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .footer .ft-list .ft-item:not(:first-child) {
    margin-top: 7px;
  }
}
.footer .ft-list .ft-link {
  transition: all 0.3s ease;
}
.footer .ft-list .ft-link:hover {
  color: #AC0000;
}
.footer .social {
  display: flex;
  align-items: center;
}
.footer .social-item {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  color: #000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.3s ease;
  font-size: 15px;
}
.footer .social-item:hover {
  border-color: #AC0000;
  color: #AC0000;
  transform: translateY(-5px);
}
.footer .social-item:not(:first-child) {
  margin-left: 10px;
}
.footer .social-item .fa {
  font-weight: normal;
  font-family: "Fontawesome";
}
.footer .social-item:nth-child(1) .fa::before {
  content: "";
}
.footer .tt-login {
  display: block;
  margin-top: 21px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .footer .tt-login {
    margin-top: 15px;
  }
}
.footer .tt-login:hover {
  color: #AC0000;
  text-decoration: underline;
}
.footer .copy-right {
  background-color: transparent;
  color: #000000;
  margin-top: 21px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .footer .copy-right {
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .footer .copy-right {
    margin-top: 10px;
  }
}

.main-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.main-title-wrap .main-title {
  margin-bottom: 0;
}

.main-title {
  transition: all 0.3s ease;
  line-height: 1.5;
}

.--m-cl {
  color: #AC0000;
}

.--w-cl {
  color: #fff;
}

.tt-65 {
  font-size: 65px;
}
@media screen and (max-width: 1199px) {
  .tt-65 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .tt-65 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tt-65 {
    font-size: 40px;
  }
}

.tt-64 {
  font-size: 64px;
}
@media screen and (max-width: 1199px) {
  .tt-64 {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .tt-64 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tt-64 {
    font-size: 40px;
  }
}

.tt-60 {
  font-size: 60px;
}
@media screen and (max-width: 1199px) {
  .tt-60 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .tt-60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .tt-60 {
    font-size: 40px;
  }
}

.tt-50 {
  font-size: 50px;
}
@media screen and (max-width: 1199px) {
  .tt-50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tt-50 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tt-50 {
    font-size: 30px;
  }
}

.tt-45 {
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .tt-45 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tt-45 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tt-45 {
    font-size: 32px;
  }
}

.tt-40 {
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .tt-40 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .tt-40 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tt-40 {
    font-size: 30px;
  }
}

.tt-36 {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  .tt-36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .tt-36 {
    font-size: 28px;
  }
}

.tt-30 {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .tt-30 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .tt-30 {
    font-size: 24px;
  }
}

.tt-28 {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .tt-28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tt-28 {
    font-size: 22px;
  }
}

.tt-25 {
  font-size: 25px;
}
@media screen and (max-width: 991px) {
  .tt-25 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tt-25 {
    font-size: 20px;
  }
}

.tt-24 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .tt-24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .tt-24 {
    font-size: 20px;
  }
}

.tt-22 {
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  .tt-22 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tt-22 {
    font-size: 18px;
  }
}

.tt-20 {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .tt-20 {
    font-size: 18px;
  }
}

.tt-18 {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .tt-18 {
    font-size: 16px;
  }
}

.tt-16 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .tt-16 {
    font-size: 14px;
  }
}

.tt-14 {
  font-size: 14px;
}

.tt-12 {
  font-size: 12px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-justify {
  text-align: justify;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-capitalize {
  text-transform: capitalize;
}

.f-italic {
  font-style: italic;
}

.f-bold {
  font-weight: bold;
}

.f-light {
  font-weight: lighter;
}

.f-normal {
  font-weight: normal;
}

.sec-100 {
  padding: 100px 0;
}
.sec-100.--pt-0 {
  padding-top: 0;
}
.sec-100.--pb-0 {
  padding-bottom: 0;
}

.sec-90 {
  padding: 90px 0;
}
.sec-90.--pt-0 {
  padding-top: 0;
}
.sec-90.--pb-0 {
  padding-bottom: 0;
}

.sec-80 {
  padding: 80px 0;
}
.sec-80.--pt-0 {
  padding-top: 0;
}
.sec-80.--pb-0 {
  padding-bottom: 0;
}

.sec-70 {
  padding: 70px 0;
}
.sec-70.--pt-0 {
  padding-top: 0;
}
.sec-70.--pb-0 {
  padding-bottom: 0;
}

.sec-60 {
  padding: 60px 0;
}
.sec-60.--pt-0 {
  padding-top: 0;
}
.sec-60.--pb-0 {
  padding-bottom: 0;
}

.sec-50 {
  padding: 50px 0;
}
.sec-50.--pt-0 {
  padding-top: 0;
}
.sec-50.--pb-0 {
  padding-bottom: 0;
}

.sec-40 {
  padding: 40px 0;
}
.sec-40.--pt-0 {
  padding-top: 0;
}
.sec-40.--pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .sec-100,
.sec-90,
.sec-70,
.sec-80 {
    padding: 60px 0;
  }

  .sec-60,
.sec-50,
.sec-40 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-100,
.sec-90,
.sec-70,
.sec-80 {
    padding: 40px 0;
  }
}
.--mt-0 {
  margin-top: 0;
}

.--mb-0 {
  margin-bottom: 0;
}

.--mr-0 {
  margin-right: 0;
}

.--ml-0 {
  margin-left: 0;
}

.--m-0 {
  margin: 0;
}

.--mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .--mt-20 {
    margin-top: 10px;
  }
}

.--mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .--mt-25 {
    margin-top: 15px;
  }
}

.--mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .--mt-30 {
    margin-top: 20px;
  }
}

.--mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .--mt-40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .--mt-40 {
    margin-top: 20px;
  }
}

.--mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .--mt-50 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .--mt-50 {
    margin-top: 30px;
  }
}

.--mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .--mb-20 {
    margin-bottom: 10px;
  }
}

.--mb-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .--mb-25 {
    margin-bottom: 15px;
  }
}

.--mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .--mb-30 {
    margin-bottom: 20px;
  }
}

.--mb-40 {
  margin-bottom: 40;
}
@media screen and (max-width: 991px) {
  .--mb-40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .--mb-40 {
    margin-bottom: 20px;
  }
}

.--mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .--mb-50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .--mb-50 {
    margin-bottom: 30px;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  line-height: 20px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 0;
  outline: 0px;
}
.btn:disabled, .btn:disabled:hover {
  cursor: not-allowed;
  color: initial;
}

.hamburger-btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1199px) {
  .hamburger-btn {
    display: block;
  }
}
.hamburger-btn .bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #AC0000;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: #AC0000;
  transition: all 0.3s ease;
}
.hamburger-btn .bar::before {
  top: -8px;
}
.hamburger-btn .bar::after {
  top: 8px;
}
.hamburger-btn.--active .bar {
  background-color: transparent;
}
.hamburger-btn.--active .bar::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-btn.--active .bar::after {
  top: 0;
  transform: rotate(135deg);
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #AC0000;
  border: 1px #AC0000 solid;
  border-radius: 4px;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.scroll-top.--active {
  opacity: 1;
  visibility: visible;
}
.scroll-top::before, .scroll-top::after {
  content: "";
  font-family: "Fontawesome";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-top::before {
  content: "";
  transform: translate(-50%, -50%);
}

.overplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .overplay {
    display: block;
  }
}

.tab .tab-link {
  display: flex;
  position: relative;
}
.tab .tab-title {
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.tab .tab-title.active {
  color: red;
}
.tab .tab-content-box {
  display: none;
}
.tab .tab-content-box.active {
  display: block;
  animation: fadeInUp 1s;
}
.tab-lines .tab-link {
  border-bottom: 1px blue solid;
}
.tab-lines .tab-line {
  transition: all 0.3s ease;
  height: 1px;
  background-color: #AC0000;
  position: absolute;
  bottom: -1px;
}
.tab-mobi .tab-link-mobi {
  display: none;
  width: 100%;
  background-color: #AC0000;
  color: #fff;
  position: relative;
  padding: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-link-mobi {
    display: block;
  }
}
.tab-mobi .tab-link-mobi::before {
  content: "";
  font-family: "Fontawesome";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-link {
    border: none;
    display: block;
    background-color: #fff;
    padding: 10px;
  }
}
.tab-mobi .tab-title {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .tab-mobi .tab-title {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-title {
    padding: 8px 10px;
  }
}
.tab-mobi .tab-title:first-child {
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-title:first-child {
    padding-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-title.active {
    background-color: wheat;
  }
}
@media screen and (max-width: 576px) {
  .tab-mobi .tab-line {
    display: none;
  }
}

.swiper .swiper-pagination {
  bottom: 0;
}
.swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #AC0000;
  width: 8px;
  height: 8px;
}

.search-form {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.search-form .f-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 44px;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 16px;
  color: #AC0000;
  cursor: pointer;
}

.search-desktop {
  position: relative;
  display: none;
}
.search-desktop .search-title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-desktop .search-form {
  position: absolute;
  top: 40px;
  right: 0;
  width: 220px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  animation: fade-out-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.search-desktop .f-control {
  border-radius: 0;
  line-height: 20px;
  height: auto;
  padding: 8px 38px 8px 15px;
}
.search-desktop .f-submit {
  width: 38px;
  height: 38px;
}
.search-desktop.active .search-form {
  opacity: 1;
  visibility: visible;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.search-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-mobile .search-form {
  width: 50%;
  background-color: transparent;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .search-mobile .search-form {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .search-mobile .search-form {
    width: 90%;
  }
}
.search-mobile .f-control {
  background-color: transparent;
  border: none;
  border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
  border-radius: 0;
  padding: 20px 38px 20px 2px;
  font-size: 24px;
  height: auto;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .search-mobile .f-control {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .search-mobile .f-control {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .search-mobile .f-control {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .search-mobile .f-control {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.search-mobile .f-submit {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 20px;
  color: #fff;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 991px) {
  .search-mobile .f-submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .search-mobile .f-submit {
    font-size: 12px;
  }
}
.search-mobile-close {
  position: absolute;
  top: 30px;
  right: 15px;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.search-mobile.--active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .search-mobile {
    display: flex;
  }
}

.banners {
  overflow: hidden;
}
.banners .swiper:hover .swiper-button-next, .banners .swiper:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.banners .swiper:hover .swiper-button-prev {
  left: 20px;
}
.banners .swiper:hover .swiper-button-next {
  right: 20px;
}
.banners .swiper-wrapper {
  margin: 0;
}
.banners .swiper-slide {
  padding: 0;
  height: 100%;
}
.banners .swiper-slide > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banners .swiper-button-next, .banners .swiper-button-prev {
  color: #fff;
  transition: all 0.3s ease;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.banners .swiper-button-next::after, .banners .swiper-button-prev::after {
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .banners .swiper-button-next::after, .banners .swiper-button-prev::after {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .banners .swiper-button-next::after, .banners .swiper-button-prev::after {
    font-size: 24px;
  }
}
.banners .swiper-button-prev {
  left: 0;
}
.banners .swiper-button-next {
  right: 0;
}
.banners .swiper-pagination {
  position: absolute;
  bottom: 15px;
}
.banners .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  width: 8px;
  height: 8px;
}
.banners .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #AC0000;
}
.banners .swiper-slide {
  width: 100%;
}
.banners .swiper-slide.swiper-slide-active .banner-inner {
  opacity: 1;
  visibility: visible;
}
.banners .container-full {
  padding: 0;
}
.banners .banner-inner {
  width: 100%;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.banners .banner-ig img {
  max-height: 790px;
}
@media screen and (max-width: 1440px) {
  .banners .banner-ig img {
    max-height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .banners .banner-ig img {
    max-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .banners .banner-ig img {
    max-height: 400px;
  }
}

.f-control {
  appearance: none;
  font: inherit;
  color: inherit;
  outline: none;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #000000;
  padding: 12px 15px;
  height: 44px;
}
.f-control::placeholder {
  color: #898989;
}
.f-control:disabled {
  cursor: not-allowed;
}
.f-control:focus {
  outline: none;
}
.f-control.wpcf7-not-valid {
  border-color: #f00;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3.5px;
}
.pagination li .page-numbers {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  transition: all 0.3s ease;
  line-height: 1.7142857143;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .pagination li .page-numbers {
    width: 34px;
    height: 34px;
  }
}
.pagination li .page-numbers.current {
  background-color: #AC0000;
  color: #fff;
  border: 1px solid transparent;
  font-weight: bold;
}
.pagination li .page-numbers:hover {
  background-color: #AC0000;
  color: #fff;
}
.pagination li .page-dots {
  margin: 0 15px;
}
@media screen and (max-width: 576px) {
  .pagination li .page-dots {
    margin: 0 10px;
  }
}
.pagination li .page-arrow {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 16px;
  transition: all 0.3 ease;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .pagination li .page-arrow {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 576px) {
  .pagination li .page-arrow img {
    width: 12px;
  }
}
.pagination li .page-arrow:hover {
  background-color: #AC0000;
  color: #fff;
}
.pagination li .page-arrow:hover img {
  filter: brightness(0) invert(1);
}

#page-loading {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s ease;
  display: none;
}
#page-loading img {
  animation: waveLoading 3s ease-out infinite backwards;
}

.cart-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 0.3s ease;
}
.cart-popup .bg-cart {
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  transition: all 0.3s ease;
}
.cart-popup .box-cart {
  position: absolute;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 375px;
}
.cart-popup .hd-box-cart {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.cart-popup .hd-box-cart .title-name {
  font-size: 18px;
  font-weight: normal;
}
.cart-popup .hd-box-cart .btn-close {
  outline: none;
  font-weight: bold;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cart-popup .container-boxcart {
  max-height: 500px;
  overflow: auto;
}
.cart-popup .container-boxcart .product-list {
  padding: 15px;
  padding-top: 0;
}
.cart-popup .container-boxcart .product-list .product-bag {
  display: flex;
  padding: 15px 0;
  align-items: center;
}
.cart-popup .container-boxcart .product-list .product-bag:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.cart-popup .container-boxcart .product-list .product-bag .product-bag-img {
  width: 100px;
  background-color: rgba(128, 128, 128, 0.5);
}
.cart-popup .container-boxcart .product-list .product-bag .product-bag-img img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data {
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 15px;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .name-product-cart {
  display: block;
  font-size: 16px;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-size {
  font-size: 12px;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .cart-qty-plus,
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .cart-qty-minus {
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: #fff;
  font-size: 16px;
  width: 15px;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .cart-qty .qty {
  text-align: center;
  width: 30px;
  padding: 5px;
  margin: 0 5px;
  border: 0;
}
.cart-popup .container-boxcart .product-list .product-bag .product-data .product-row .product-price {
  margin-left: 20px;
}
.cart-popup .container-boxcart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  background-color: #fff;
}
.cart-popup .container-boxcart::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(128, 128, 128, 0.5);
}
.cart-popup .container-boxcart::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.cart-popup .footer-boxcart {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cart-popup .footer-boxcart .box-sum-cart {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 18px;
}
.cart-popup .footer-boxcart .box-sum-cart .cart-sum {
  font-weight: bold;
}
.cart-popup .footer-boxcart .cart-link {
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.cart-popup .footer-boxcart .cart-link .btn-checkout,
.cart-popup .footer-boxcart .cart-link .btn-yourcart {
  background: #000000;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s all;
  width: calc(50% - 5px);
  font-weight: normal;
  border: 1px #000000 solid;
}
.cart-popup .footer-boxcart .cart-link .btn-checkout:hover,
.cart-popup .footer-boxcart .cart-link .btn-yourcart:hover {
  background: #fff;
  color: #000000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto;
}
.lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item.active {
  border-color: #AC0000;
}

html .mfp-bg {
  z-index: 999998;
}
html .mfp-wrap {
  z-index: 999999;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-container {
  padding: 0;
  overflow-y: auto;
}
.mfp-container::-webkit-scrollbar {
  width: 2px;
}
.mfp-container::-webkit-scrollbar-thumb {
  background: #AC0000;
  border-radius: 990px;
  transition: all 0.3s ease;
}
.mfp-container::-webkit-scrollbar-track {
  background: transparent;
}

.mfp-content {
  max-width: 600px;
}
.mfp-content .mfp-close {
  color: #AC0000;
  transition: 0.3s;
  right: 0;
}
.mfp-content .popup-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mfp-content .popup-wrap > div {
  width: 100%;
}
.mfp-content .mfp-img {
  background-color: #fff;
  padding: 0;
  margin: 40px 0;
}

.stop-scrolling {
  position: relative;
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}

.popup-wrap {
  display: none;
}

.swal2-popup.swal2-show {
  font-size: 14px;
}

.swal2-shown {
  padding-right: 0 !important;
}

.mfp-image-holder {
  cursor: auto;
}
.mfp-image-holder .mfp-figure::after {
  border-radius: 10px;
}
.mfp-image-holder .mfp-close {
  cursor: pointer !important;
  padding-right: 0;
}
.mfp-image-holder .mfp-img {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.mfp-image-holder .mfp-bottom-bar {
  display: none;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb .breadcrumb-menu {
  display: flex;
}
@media screen and (max-width: 576px) {
  .breadcrumb .breadcrumb-menu {
    overflow-x: auto;
    white-space: nowrap;
  }
  .breadcrumb .breadcrumb-menu::-webkit-scrollbar {
    height: 2px;
  }
  .breadcrumb .breadcrumb-menu::-webkit-scrollbar-thumb {
    background: #AC0000;
    border-radius: 990px;
  }
  .breadcrumb .breadcrumb-menu::-webkit-scrollbar-track {
    background: #fff;
  }
}
.breadcrumb .breadcrumb-menu .breadcrumb-list:not(:first-child) {
  padding-left: 12px;
}
.breadcrumb .breadcrumb-menu .breadcrumb-list:not(:first-child)::before {
  content: " ";
  font-family: "Fontawesome";
  padding-right: 8px;
}
.breadcrumb .breadcrumb-menu .breadcrumb-list.current {
  color: #AC0000;
}
.breadcrumb .breadcrumb-menu .breadcrumb-list a {
  font-size: 14px;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb-menu .breadcrumb-list a:hover {
  color: #AC0000;
}

.box-star-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star {
  position: relative;
  display: inline-block;
}
.star .empty-stars,
.star .filled-stars {
  text-shadow: none;
  width: 100%;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  height: 14px;
}
.star .empty-stars i,
.star .filled-stars i {
  margin: 2px 1px;
}
.star .empty-stars {
  color: #ffd84e;
}
.star .filled-stars {
  color: #ffd84e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.process {
  max-width: calc(100% - 8rem);
  width: 13rem;
  margin-right: auto;
  margin-left: 5px;
  background-color: #eeeeee;
  border-radius: 999px;
  height: 5px;
}
.process div {
  height: 100%;
  background-color: red;
  border-radius: 999px;
}

/*SƠ ĐỒ TỔ CHỨC*/
.diagram {
  --h-l: 7.45rem;
  --w: 16.6rem;
  padding-top: 12rem;
}
.diagram .decor.decor {
  top: -1.5rem;
  right: 95%;
}

.diagram-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.diagram-st > p {
  position: relative;
  z-index: 1;
  background-color: wheat;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  height: 9rem;
  padding: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid wheat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.diagram-st > p:hover {
  background-color: #fff;
  color: wheat;
}

.lv-1.diagram-st {
  position: relative;
  margin-bottom: 11.5rem;
}
.lv-1.diagram-st p {
  width: 44rem;
  background-color: #fff;
  color: wheat;
  border: 1px solid wheat;
  font-size: 2.4rem;
}
.lv-1.diagram-st:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  transform: translate(-50%, 100%);
  height: 11.5rem;
  width: 0.1rem;
  background-color: wheat;
}
.lv-1.diagram-st:hover {
  background-color: wheat;
  color: #fff;
}

.lv-2.diagram-st {
  position: relative;
  margin-bottom: calc(var(--h-l) * 2);
}
.lv-2.diagram-st p {
  width: 39.2rem;
  font-size: 2rem;
}
.lv-2.diagram-st:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translate(-50%, 100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-3-wrap {
  position: relative;
  width: 100%;
  margin-bottom: calc(var(--h-l) * 2);
  display: flex;
  justify-content: space-between;
}
.lv-3-wrap:before {
  content: "";
  position: absolute;
  top: calc(var(--h-l) * -1);
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  width: calc(100% - var(--w));
  background-color: wheat;
}

.lv-3 {
  position: relative;
  width: var(--w);
}
.lv-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.lv-4-wrap .left,
.lv-4-wrap .right {
  width: 50%;
}
.lv-4-wrap .left > div {
  position: relative;
  width: calc(var(--w) * 3 + 2.8rem);
  display: flex;
  justify-content: space-between;
}
.lv-4-wrap .left > div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--h-l) * -1);
  transform: translateX(-50%);
  height: 0.1rem;
  width: calc(100% - var(--w));
  background-color: wheat;
}
.lv-4-wrap .left > div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.1rem;
  transform: translate(-50%, -100%);
  height: calc(var(--h-l) * 2);
  width: 0.1rem;
  background-color: wheat;
}
.lv-4-wrap .right {
  position: relative;
  padding-left: 9.5rem;
}
.lv-4-wrap .right:before {
  content: "";
  position: absolute;
  bottom: 4.5rem;
  left: -0.05rem;
  height: 36rem;
  width: 0.1rem;
  background-color: wheat;
}
.lv-4-wrap .right .lv-4:before {
  display: none;
}
.lv-4-wrap .right .lv-4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 9.5rem;
  height: 0.1rem;
  background-color: wheat;
}

.lv-4 {
  position: relative;
  width: var(--w);
}
.lv-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  height: var(--h-l);
  width: 0.1rem;
  background-color: wheat;
}

.lv-4-mobile {
  display: none;
  position: relative;
  padding-left: var(--h-l);
}
.lv-4-mobile:before {
  content: "";
  position: absolute;
  left: calc(var(--h-l) / 2);
  bottom: var(--h-l);
  width: 0.1rem;
  height: 100%;
  background-color: wheat;
}
.lv-4-mobile .lv-4 {
  margin-top: 1rem;
}
.lv-4-mobile .lv-4:before {
  display: none;
}
.lv-4-mobile .lv-4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  height: 0.1rem;
  width: calc(var(--h-l) / 2);
  background-color: wheat;
}

@media screen and (max-width: 1439px) {
  .diagram {
    --w: 14.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .lv-1.diagram-st {
    margin-bottom: 7.45rem;
  }
  .lv-1.diagram-st p {
    font-size: 2rem;
  }

  .lv-2.diagram-st p {
    font-size: 1.8rem;
  }

  .diagram {
    --h-l: 3.725rem;
    --w: 11.6rem;
  }

  .diagram-st > p {
    font-size: 1.1rem;
  }

  .lv-4-wrap .left > div {
    width: calc(var(--w) * 3 + 1.9rem);
  }
}
@media screen and (max-width: 991px) {
  .diagram {
    padding-top: 8rem;
    --w: 8.6rem;
  }
  .diagram-st > p {
    height: 7rem;
    padding: 0.5rem;
  }

  .lv-4-wrap .right:before {
    bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .diagram {
    --h-l: 3rem;
    --w: 100%;
  }

  .lv-1.diagram-st {
    margin-bottom: calc(var(--h-l) * 2);
    width: 100%;
  }
  .lv-1.diagram-st p {
    width: 100%;
    font-size: 1.8rem;
  }

  .lv-2.diagram-st {
    padding: 0 1rem;
    width: 100%;
  }
  .lv-2.diagram-st p {
    font-size: 1.4rem;
    width: 100%;
  }
  .lv-2.diagram-st:before {
    bottom: -0.1rem;
  }

  .diagram-st > p {
    height: 6rem;
  }

  .lv-3-wrap {
    padding-left: 3rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .lv-3-wrap:before {
    width: calc(50% - calc(var(--h-l) / 2));
    left: calc(var(--h-l) / 2);
    transform: translate(0);
  }
  .lv-3-wrap:after {
    content: "";
    position: absolute;
    top: calc(var(--h-l) * -1);
    left: calc(var(--h-l) / 2);
    height: 100%;
    width: 0.1rem;
    background-color: wheat;
  }

  .lv-3 {
    margin-bottom: 1rem;
  }
  .lv-3:before {
    display: none;
  }
  .lv-3:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    width: calc(var(--h-l) / 2);
    height: 0.1rem;
    background-color: wheat;
  }
  .lv-3:last-child {
    margin-bottom: 0;
  }

  .lv-4-wrap:before {
    display: none;
  }
  .lv-4-wrap .left {
    display: none;
  }
  .lv-4-wrap .right {
    width: var(--w);
    padding-left: var(--h-l);
  }
  .lv-4-wrap .right::before {
    height: 7rem;
    bottom: 3rem;
    left: 1.5rem;
  }
  .lv-4-wrap .right .lv-4:after {
    width: calc(var(--h-l) / 2);
  }

  .lv-4-wrap-mobile {
    height: auto;
  }
  .lv-4-wrap-mobile:after {
    top: var(--h-l);
  }

  .lv-4-mobile {
    display: block;
  }
}
.our-value {
  overflow: hidden;
}
.our-value .columns {
  justify-content: space-between;
}
.our-value .column.tt {
  width: calc(100% / 12 * 3 - 30px);
}
@media screen and (max-width: 1199px) {
  .our-value .column.tt {
    width: 100%;
  }
}
.our-value .column.txt {
  width: calc(100% / 12 * 8 + 30px);
  position: relative;
}
@media screen and (min-width: 1200px) {
  .our-value .column.txt {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .our-value .column.txt {
    width: 100%;
  }
}
.our-value .column.txt::before {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #000000;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .our-value .column.txt::before {
    display: none;
  }
}
.our-value .value-inner .column {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .our-value .value-inner .column {
    width: 100%;
  }
}
.our-value .title {
  margin-bottom: 10px;
  line-height: 1.5;
}
.our-value .desc {
  line-height: 1.5;
}

.portfolio {
  overflow: hidden;
}
.portfolio .port-head {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 576px) {
  .portfolio .port-head {
    flex-wrap: wrap;
  }
}
.portfolio .port-head::after {
  content: "";
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 15px;
  right: 0;
  width: calc(100% - 140px);
}
@media screen and (max-width: 991px) {
  .portfolio .port-head::after {
    width: calc(100% - 115px);
    bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .portfolio .port-head::after {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 576px) {
  .portfolio .port-head::after {
    width: 100%;
    bottom: 0;
  }
}
.portfolio .port-title {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .portfolio .port-title {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .portfolio .port-title br {
    display: none;
  }
}
.portfolio .tab-head {
  display: flex;
  padding-bottom: 23px;
  justify-content: space-evenly;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .portfolio .tab-head {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio .tab-head {
    padding-bottom: 5px;
    padding-top: 10px;
    justify-content: space-between;
  }
}
.portfolio .tab-tt {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .portfolio .tab-tt {
    font-size: 16px;
  }
}
.portfolio .tab-tt.active {
  color: #AC0000;
}
.portfolio .port-content {
  margin-top: 37px;
}
@media screen and (max-width: 1199px) {
  .portfolio .port-content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .portfolio .port-content {
    margin-top: 20px;
  }
}
.portfolio .tab-con {
  display: none;
}
.portfolio .tab-con.active {
  display: block;
  animation: showTab 1s;
}
.portfolio .port-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7.5px;
}
.portfolio .col {
  width: 50%;
  padding: 7.5px;
}
@media screen and (max-width: 767px) {
  .portfolio .col {
    width: 100%;
  }
}
.portfolio .img img {
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  max-width: 100%;
}
.portfolio .title {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .portfolio .title {
    margin-bottom: 5px;
  }
}
.portfolio .desc {
  line-height: 1.5;
}
.portfolio .view-more {
  background-color: #fff;
  width: auto;
  height: auto;
  padding: 10px 30px;
  border-radius: 100px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  text-transform: none;
  font-weight: normal;
  margin-top: 20px;
}
@media screen and (max-width: 576px) {
  .portfolio .view-more {
    display: none;
  }
}

.case-studies {
  padding: 111px 0;
  background-color: #000000;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .case-studies {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .case-studies {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .case-studies {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .case-studies {
    padding: 40px 0;
  }
}
.case-studies .columns {
  justify-content: space-between;
}
.case-studies .column.tx {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 991px) {
  .case-studies .column.tx {
    width: calc(100% /12 * 4);
  }
}
@media screen and (max-width: 767px) {
  .case-studies .column.tx {
    width: 100%;
  }
}
.case-studies .column.txt {
  width: calc(100% /12 * 6);
}
@media screen and (max-width: 767px) {
  .case-studies .column.txt {
    width: 100%;
  }
}
.case-studies .title {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .case-studies .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .case-studies .title {
    margin-bottom: 0;
  }
}
.case-studies .view-more {
  border-radius: 100px;
  width: auto;
  height: auto;
  padding: 10px 30px;
  background-color: #fff;
  color: #000000;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 576px) {
  .case-studies .view-more {
    display: none;
  }
}
.case-studies .desc {
  line-height: 1.5;
}

.news-event {
  overflow: hidden;
}
.news-event .columns {
  justify-content: space-between;
}
.news-event .column.txt {
  width: calc(100% /12 * 3);
}
@media screen and (max-width: 991px) {
  .news-event .column.txt {
    width: 100%;
  }
}
.news-event .column.slide {
  width: calc(100% / 12 * 8);
}
@media screen and (max-width: 991px) {
  .news-event .column.slide {
    width: 100%;
  }
}
.news-event .box {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .news-event .box {
    padding-top: 10px;
  }
}
.news-event .desc {
  line-height: 1.5;
}
.news-event .news-inner:hover .tt {
  color: #AC0000;
}
.news-event .slide {
  position: relative;
}
.news-event .swiper-news {
  overflow: hidden;
}
.news-event .swiper {
  padding: 20px 0 40px;
  margin: 0 -15px;
}
@media screen and (max-width: 1199px) {
  .news-event .swiper {
    margin: 0 -7.5px;
  }
}
.news-event .swiper-slide {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 1199px) {
  .news-event .swiper-slide {
    padding: 0 7.5px;
  }
}
@media screen and (max-width: 576px) {
  .news-event .swiper-slide {
    width: 100%;
  }
}
.news-event .swiper-button-next, .news-event .swiper-button-prev {
  color: rgba(137, 137, 137, 0.5);
}
@media screen and (max-width: 1199px) {
  .news-event .swiper-button-next, .news-event .swiper-button-prev {
    color: #898989;
  }
}
.news-event .swiper-button-next::after, .news-event .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}
.news-event .swiper-button-prev {
  left: 0;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 1199px) {
  .news-event .swiper-button-prev {
    transform: translate(0);
    left: 10px;
  }
}
.news-event .swiper-button-next {
  right: 0;
  transform: translate(100%, 0);
}
@media screen and (max-width: 1199px) {
  .news-event .swiper-button-next {
    transform: translate(0);
    right: 10px;
  }
}
.news-event .img {
  border-radius: 20px;
  overflow: hidden;
}
.news-event .img img {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.news-event .content {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .news-event .content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news-event .content {
    padding-top: 15px;
  }
}
.news-event .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-event .tt {
  margin-bottom: 5px;
  transition: all 0.3s ease;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-event .date {
  margin-bottom: 5px;
  color: #000000;
  opacity: 0.5;
}

#notfound {
  position: relative;
  height: 100vh;
}

.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
}
.notfound a {
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-weight: bold;
}
.notfound a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.notfound-404 {
  position: relative;
  height: 240px;
}
.notfound-404 h3 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #262626;
  margin: 0;
  letter-spacing: 3px;
  padding-left: 6px;
}
.notfound-404 h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 252px;
  font-weight: 900;
  margin: 0;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -40px;
  margin-left: -20px;
}
.notfound-404 span {
  text-shadow: -8px 0 0 #fff;
}

@media screen and (max-width: 991px) {
  .notfound-404 {
    height: 200px;
  }

  .notfound-404 h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 768px) {
  .notfound h2 {
    font-size: 16px;
  }

  .notfound-404 {
    height: 162px;
  }

  .notfound-404 h1 {
    font-size: 162px;
    height: 150px;
    line-height: 162px;
  }
}
.introdiction {
  padding: 120px 0 150px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1569px) {
  .introdiction {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .introdiction {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .introdiction {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .introdiction {
    padding: 40px 0;
  }
}
.introdiction::before {
  content: "";
  width: 1px;
  height: 111px;
  background-color: #000000;
  position: absolute;
  bottom: 25px;
  left: calc((100vw - 1540px) / 2 );
}
@media screen and (max-width: 1569px) {
  .introdiction::before {
    left: 5%;
    height: 80px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .introdiction::before {
    height: 60px;
    bottom: 10px;
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .introdiction::before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .introdiction::before {
    display: none;
  }
}
.introdiction::after {
  content: "";
  width: 444px;
  height: 444px;
  border-radius: 100%;
  background-color: #EBEBEB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .introdiction::after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .introdiction::after {
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .introdiction::after {
    animation: none;
  }
}
@media screen and (max-width: 576px) {
  .introdiction::after {
    width: 360px;
    height: 360px;
  }
}
.introdiction .columns {
  justify-content: space-between;
  align-items: center;
}
.introdiction .column.txt {
  width: calc(100% / 12 * 5 + 30px);
}
@media screen and (max-width: 767px) {
  .introdiction .column.txt {
    width: 100%;
  }
}
.introdiction .column.tx {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 767px) {
  .introdiction .column.tx {
    width: 100%;
  }
}
.introdiction .label {
  margin-bottom: 5px;
}
.introdiction .intro-title {
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .introdiction .intro-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .introdiction .intro-title {
    margin-bottom: 10px;
  }
}
.introdiction .desc {
  line-height: 1.5;
}
.introdiction .title {
  margin-bottom: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .introdiction .title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .introdiction .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1569px) {
  .introdiction .title br {
    display: none;
  }
}
.introdiction .number {
  display: flex;
  align-items: center;
}
.introdiction .number-box {
  display: flex;
  align-items: center;
}
.introdiction .number-box:nth-child(2) {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .introdiction .number-box:nth-child(2) {
    margin-left: 20px;
  }
}
.introdiction .number-box .counter {
  font-size: 64px;
  color: #AC0000;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .introdiction .number-box .counter {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .introdiction .number-box .counter {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .introdiction .number-box .counter {
    font-size: 40px;
  }
}
.introdiction .number-box .num-t {
  padding-left: 10px;
}
.introdiction .df-num {
  display: flex;
  align-items: center;
  font-size: 64px;
  font-weight: 600;
  color: #AC0000;
}
@media screen and (max-width: 1199px) {
  .introdiction .df-num {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .introdiction .df-num {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .introdiction .df-num {
    font-size: 40px;
  }
}
.introdiction .df-num span {
  position: relative;
}
.introdiction .df-num span::after {
  content: "+";
}

.our-milestone {
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1569px) {
  .our-milestone {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1439px) {
  .our-milestone {
    padding-bottom: 40px;
  }
}
.our-milestone .columns {
  justify-content: space-between;
}
.our-milestone .column.tt {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 1199px) {
  .our-milestone .column.tt {
    width: 100%;
  }
}
.our-milestone .column.txt {
  width: calc(100% / 12 * 8);
}
@media screen and (max-width: 1199px) {
  .our-milestone .column.txt {
    width: 100%;
  }
}
.our-milestone .head {
  position: relative;
  height: 100%;
}
.our-milestone .miles-title {
  position: relative;
  width: max-content;
  z-index: 0;
}
.our-milestone .img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translateY(180px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1569px) {
  .our-milestone .img {
    max-width: 36%;
    width: 100%;
    transform: translateY(160px);
  }
}
@media screen and (max-width: 1439px) {
  .our-milestone .img {
    transform: translateY(140px);
  }
}
@media screen and (max-width: 1199px) {
  .our-milestone .img {
    display: none;
  }
}
.our-milestone .img .bg-img-main {
  height: 520px;
  border-radius: 100%;
  background-color: #B72424;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  top: 60%;
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width: 1569px) {
  .our-milestone .img .bg-img-main {
    max-width: 440px;
    max-height: 440px;
    top: 65%;
  }
}
@media screen and (max-width: 1439px) {
  .our-milestone .img .bg-img-main {
    max-width: 400px;
    max-height: 400px;
    top: 70%;
  }
}
.our-milestone .desc {
  line-height: 1.5;
}
.our-milestone .miles-tab {
  margin-top: 70px;
}
@media screen and (max-width: 1569px) {
  .our-milestone .miles-tab {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .our-milestone .miles-tab {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .our-milestone .miles-tab {
    margin-top: 15px;
  }
}
.our-milestone .miles-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  .our-milestone .miles-head {
    margin: -10px;
  }
}
@media screen and (max-width: 991px) {
  .our-milestone .miles-head {
    margin: -7.5px;
  }
}
@media screen and (max-width: 576px) {
  .our-milestone .miles-head {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.our-milestone .tab-tt {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .our-milestone .tab-tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439px) {
  .our-milestone .tab-tt {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .our-milestone .tab-tt {
    padding: 7.5px;
  }
}
@media screen and (max-width: 576px) {
  .our-milestone .tab-tt {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .our-milestone .tab-tt:not(:first-child) {
    margin-left: 15px;
  }
}
.our-milestone .tab-tt.active {
  color: #AC0000;
}
.our-milestone .miles-content {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .our-milestone .miles-content {
    margin-top: 20px;
  }
}
.our-milestone .tab-con {
  display: none;
}
.our-milestone .tab-con.active {
  display: block;
  animation: OutIn 1s;
}
.our-milestone .mona-content p {
  line-height: 1.5;
}

.more-about {
  background-color: #000000;
  overflow: hidden;
  color: #fff;
}
.more-about.more-about-new .about-box .content {
  top: auto;
  bottom: 40px;
  left: 40px;
  transform: none;
}
@media screen and (max-width: 1199px) {
  .more-about.more-about-new .about-box .content {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .more-about.more-about-new .about-box .content {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-about.more-about-new .about-box .content {
    bottom: 15px;
    left: 15px;
  }
}
.more-about .container-full {
  padding: 0;
}
.more-about .about-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.more-about .head {
  width: calc(100% / 3);
  padding: 80px 0;
  padding-left: calc((100% - 1570px) / 2);
}
@media screen and (max-width: 1569px) {
  .more-about .head {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1199px) {
  .more-about .head {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .more-about .head {
    padding: 60px 15px 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  .more-about .head {
    width: 100%;
    padding: 40px 15px 40px 15px;
  }
}
.more-about .label {
  margin-bottom: 5px;
}
.more-about .about-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .more-about .about-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .more-about .about-title {
    margin-bottom: 10px;
  }
}
.more-about .arrow {
  margin-left: 0;
}
.more-about .swiper-custom {
  width: calc(100% / 3 * 2);
}
@media screen and (max-width: 767px) {
  .more-about .swiper-custom {
    width: 100%;
  }
}
.more-about .swiper {
  height: 100%;
}
.more-about .swiper-slide {
  width: calc(100% / 2);
}
@media screen and (max-width: 576px) {
  .more-about .swiper-slide {
    width: 100%;
  }
}
.more-about .about-box {
  height: 100%;
}
.more-about .about-box .img {
  position: relative;
  height: 100%;
}
.more-about .about-box .img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.more-about .about-box .img img {
  height: 100%;
}
.more-about .about-box .content {
  position: absolute;
  top: 50%;
  left: 70px;
  right: 70px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1569px) {
  .more-about .about-box .content {
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .more-about .about-box .content {
    left: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .more-about .about-box .content {
    left: 15px;
    right: 15px;
  }
}
.more-about .about-box .about-link {
  display: block;
  line-height: 1.5;
  max-width: 180px;
  transition: all 0.3s ease;
  position: relative;
}
.more-about .about-box .about-link:hover {
  color: #AC0000;
}
.more-about .about-box .about-link:hover img {
  transform: translateX(10px);
  filter: none;
}
.more-about .about-box .about-link img {
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.about-us {
  overflow: hidden;
}
.about-us .columns {
  justify-content: space-between;
}
.about-us .column.ig {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 1569px) {
  .about-us .column.ig {
    width: calc(100% / 12 * 3.5);
  }
}
@media screen and (max-width: 991px) {
  .about-us .column.ig {
    width: calc(100% / 12 * 4);
  }
}
@media screen and (max-width: 767px) {
  .about-us .column.ig {
    width: 100%;
  }
}
.about-us .column.txt {
  width: calc(100% / 12 * 8);
}
@media screen and (max-width: 767px) {
  .about-us .column.txt {
    width: 100%;
  }
}
.about-us .img {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about-us .img {
    max-width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .about-us .img {
    max-width: 50%;
  }
}
.about-us .content img {
  margin-bottom: 11px;
}
@media screen and (max-width: 1439px) {
  .about-us .content img {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .content img {
    height: 15px;
  }
}
.about-us .desc {
  margin-bottom: 30px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .about-us .desc {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-us .desc {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .about-us .desc {
    font-size: 16px;
  }
}
.about-us .name {
  margin-bottom: 10px;
}
.about-us .job {
  margin-bottom: 20px;
}
.about-us .swiper-pagination {
  width: auto;
  left: calc(100% / 12 * 4 + 7px);
}
@media screen and (max-width: 767px) {
  .about-us .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-us .swiper-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 3px;
  background-color: #C4C4C4;
  border-radius: 0;
  opacity: 1;
}
.about-us .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #AC0000;
}
.about-us .swiper-slide {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.about-us .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.overview {
  overflow: hidden;
  position: relative;
}
.overview .columns {
  justify-content: space-between;
  align-items: center;
}
.overview .column.tx {
  width: calc(100% /12 * 4);
}
@media screen and (max-width: 991px) {
  .overview .column.tx {
    width: 100%;
  }
}
.overview .column.txt {
  width: calc(100% / 12 * 8);
}
@media screen and (max-width: 991px) {
  .overview .column.txt {
    width: 100%;
  }
}
@media screen and (max-width: 1569px) {
  .overview .overview-wrapper {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .overview .overview-wrapper {
    padding-left: 0;
  }
}
.overview .img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-60%, -50%);
}
@media screen and (max-width: 1199px) {
  .overview .img {
    opacity: 0.4;
    animation: none;
  }
}
.overview .label {
  margin-bottom: 5px;
}
.overview .over-title {
  line-height: 1.5;
}
.overview .mona-content .--mt-0 {
  margin-top: 0;
}
.overview .box-mona {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .overview .box-mona {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .overview .box-mona {
    margin-top: 15px;
  }
}
.overview .box-mona .tt {
  margin-top: 0;
  margin-bottom: 10px;
}

.technology {
  background-color: #000000;
  color: #fff;
  overflow: hidden;
}
.technology .columns {
  justify-content: space-between;
}
.technology .column.tx {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 1199px) {
  .technology .column.tx {
    width: calc(100% / 12 * 4);
  }
}
@media screen and (max-width: 991px) {
  .technology .column.tx {
    width: 100%;
  }
}
.technology .column.txt {
  width: calc(100% /12 * 8);
}
@media screen and (max-width: 991px) {
  .technology .column.txt {
    width: 100%;
  }
}
.technology .head {
  position: relative;
  height: 100%;
}
.technology .head::before {
  content: "";
  width: 1px;
  width: 0.5px;
  background-color: #fff;
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .technology .head::before {
    display: none;
  }
}
.technology .title {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .technology .title br {
    display: none;
  }
}
.technology .arrow {
  margin-left: 15px;
}
.technology .content {
  color: #fff;
}
.technology .content p {
  line-height: 1.5;
}
.technology .content p:first-child {
  margin-top: 0;
}
.technology .content p:last-child {
  margin-bottom: 0;
}

.patents {
  overflow: hidden;
}
.patents .column.tx {
  width: calc(100% /12 * 4);
}
@media screen and (max-width: 991px) {
  .patents .column.tx {
    width: 100%;
  }
}
.patents .column.txt {
  width: calc(100% /12 * 8);
}
@media screen and (max-width: 991px) {
  .patents .column.txt {
    width: 100%;
  }
}
.patents .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .patents .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .patents .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .patents .title br {
    display: none;
  }
}
.patents .patents-say {
  padding-left: 40px;
}
@media screen and (max-width: 1439px) {
  .patents .patents-say {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .patents .patents-say {
    padding-left: 0;
  }
}
.patents .patents-say .ml-auto {
  margin-left: auto;
}
.patents .say {
  line-height: 1.5;
  padding-left: 40px;
}
@media screen and (max-width: 1899px) {
  .patents .say {
    font-size: 22px;
  }
}
@media screen and (max-width: 1439px) {
  .patents .say {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .patents .say {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .patents .say {
    font-size: 18px;
  }
}
.patents .mona-content p:first-child {
  margin-top: 0;
}
.patents .mona-content p:last-child {
  margin-bottom: 0;
}
.patents .mona-box {
  padding-left: 70px;
}
@media screen and (max-width: 1439px) {
  .patents .mona-box {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .patents .mona-box {
    padding-left: 30px;
  }
}

.client-partners {
  overflow: hidden;
}
.client-partners .clp-wrapper {
  background-color: #000000;
  color: #fff;
}
.client-partners .clp-wrapper .clp-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.client-partners .clp-wrapper .clp-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .client-partners .clp-wrapper .clp-title {
    margin-bottom: 10px;
  }
}
.client-partners .clp-wrapper .clp-desc {
  line-height: 1.5;
}
.client-partners .clp-head {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.client-partners .clp-head .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .client-partners .clp-head .title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .client-partners .clp-head .title {
    margin-bottom: 10px;
  }
}
.client-partners .clp-head .arrow {
  margin-right: 20px;
}
.client-partners .clp-main {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .client-partners .clp-main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .client-partners .clp-main {
    margin-top: 20px;
  }
}
.client-partners .column {
  width: calc(100% / 5);
}
@media screen and (max-width: 991px) {
  .client-partners .column {
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 767px) {
  .client-partners .column {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 576px) {
  .client-partners .column {
    width: 50%;
  }
}
.client-partners .clp-box {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.client-partners .clp-box:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-color: transparent;
}
.client-partners .clp-box .clp-img {
  padding: 20px 30px;
  display: block;
}
@media screen and (max-width: 1199px) {
  .client-partners .clp-box .clp-img {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  .client-partners .clp-box .clp-img {
    padding: 12px 20px;
  }
}
.client-partners .clp-box .clp-img img {
  margin: 0 auto;
  object-fit: cover;
  background-color: transparent;
  max-width: 80%;
}
.global-business {
  overflow: hidden;
}
.global-business .txt-wrapper {
  background-color: #000000;
  color: #fff;
  padding: 155px 0;
}
@media screen and (max-width: 1439px) {
  .global-business .txt-wrapper {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  .global-business .txt-wrapper {
    padding: 40px 0;
  }
}
@media screen and (max-width: 991px) {
  .global-business .txt-wrapper {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .global-business .txt-wrapper .columns {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .global-business .txt-wrapper .columns {
    flex-direction: column-reverse;
  }
}
.global-business .txt-wrapper .column {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .global-business .txt-wrapper .column {
    width: 100%;
  }
}
.global-business .txt-wrapper .labeL {
  margin-bottom: 2px;
}
.global-business .txt-wrapper .title {
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .global-business .txt-wrapper .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-business .txt-wrapper .title br {
    display: none;
  }
}
.global-business .txt-wrapper .arrow {
  margin-left: 10px;
}
.global-business .txt-wrapper .desc {
  line-height: 1.5;
}
.global-business .txt-wrapper .img {
  position: absolute;
  top: -25%;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .global-business .txt-wrapper .img {
    position: static;
    margin-left: auto;
    width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .global-business .txt-wrapper .img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .global-business .txt-wrapper .img {
    margin: 0 auto;
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .global-business .txt-wrapper .img {
    width: 300px;
  }
}
.global-business .box-wrap {
  padding-top: 85px;
}
@media screen and (max-width: 1199px) {
  .global-business .box-wrap {
    padding-top: 40px;
  }
}
.global-business .box-wrap .gl-text {
  max-width: 660px;
  position: relative;
  padding-left: 29px;
  line-height: 1.5;
  margin-bottom: 40px;
  margin-left: calc(100% / 12);
}
@media screen and (max-width: 991px) {
  .global-business .box-wrap .gl-text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .global-business .box-wrap .gl-text {
    margin-left: 0;
    padding-left: 15px;
  }
}
.global-business .box-wrap .gl-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #AC0000;
  width: 1px;
  height: calc(100% - 30px);
}
.global-business .box-wrap .mona-content {
  columns: 2;
  column-gap: 140px;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .global-business .box-wrap .mona-content {
    column-gap: 100px;
  }
}
@media screen and (max-width: 991px) {
  .global-business .box-wrap .mona-content {
    column-gap: 60px;
  }
}
@media screen and (max-width: 576px) {
  .global-business .box-wrap .mona-content {
    columns: 1;
  }
}
.global-business .box-wrap .mona-content p {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .global-business .box-wrap .mona-content p:first-child {
    margin-bottom: 10px;
  }
}

.global-pst {
  overflow: hidden;
}
.global-pst .columns {
  justify-content: space-between;
}
.global-pst .column.say {
  width: calc(100% / 12 * 5);
}
@media screen and (max-width: 767px) {
  .global-pst .column.say {
    width: 100%;
  }
}
.global-pst .column.txt {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 991px) {
  .global-pst .column.txt {
    width: calc(100% / 12 * 6.5);
  }
}
@media screen and (max-width: 767px) {
  .global-pst .column.txt {
    width: 100%;
  }
}
.global-pst .global-inner {
  max-width: 420px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .global-pst .global-inner {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .global-pst .global-inner .global-say {
    padding: 0 24px;
  }
}
@media screen and (max-width: 375px) {
  .global-pst .global-inner .global-say {
    font-size: 21px;
  }
}
.global-pst .ig-icon-l {
  transform: translateX(-100%);
}
@media screen and (max-width: 1199px) {
  .global-pst .ig-icon-l {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .global-pst .ig-icon-l {
    width: 24px;
  }
}
.global-pst .ml-a {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .global-pst .ml-a {
    width: 24px;
  }
}
.global-pst .desc {
  line-height: 1.5;
}

.hardware-detail {
  position: relative;
  overflow: hidden;
}
.hardware-detail .product-wrapper {
  overflow: hidden;
}
.hardware-detail .product-wrapper .columns {
  justify-content: space-between;
}
.hardware-detail .product-wrapper .column.tx {
  width: calc(100% / 12 * 4);
}
@media screen and (max-width: 1199px) {
  .hardware-detail .product-wrapper .column.tx {
    width: calc(100% / 12 * 6);
  }
}
@media screen and (max-width: 767px) {
  .hardware-detail .product-wrapper .column.tx {
    width: 100%;
  }
}
.hardware-detail .product-wrapper .column.txt {
  width: calc(100% /12 * 6);
}
@media screen and (max-width: 767px) {
  .hardware-detail .product-wrapper .column.txt {
    width: 100%;
  }
}
.hardware-detail .product-tx .title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .product-tx .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hardware-detail .product-tx .title {
    margin-bottom: 10px;
  }
}
.hardware-detail .product-tx .order {
  padding: 10px 30px;
  background-color: #000000;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  width: auto;
  height: auto;
}
.hardware-detail .product-tx .arrow {
  margin-left: 10px;
}
.hardware-detail .head {
  padding-bottom: 77px;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .head {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hardware-detail .head {
    padding-bottom: 20px;
  }
}
.hardware-detail .desc {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hardware-detail .desc {
    margin-top: 15px;
  }
}
.hardware-detail .product-inner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.hardware-detail .product-box {
  width: calc(100% /2);
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .hardware-detail .product-box {
    width: 100%;
    border-right: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
  }
}
.hardware-detail .product-box:nth-child(1) {
  border-right: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .hardware-detail .product-box:nth-child(1) {
    border-bottom: none;
  }
}
.hardware-detail .bx-head {
  border-bottom: 1px solid #C4C4C4;
  padding: 30px 10px;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .bx-head {
    padding: 20px 10px;
  }
}
.hardware-detail .bx-head .bx-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hardware-detail .bx-title {
  margin-bottom: 10px;
}
.hardware-detail .bx-main {
  display: flex;
}
.hardware-detail .bx-main .swiper-slide {
  width: calc(100% / 3);
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .bx-main .swiper-slide {
    padding: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .hardware-detail .bx-main .swiper-slide {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 576px) {
  .hardware-detail .bx-main .swiper-slide {
    padding: 15px 10px;
  }
}
.hardware-detail .bx-main .swiper-slide:not(:first-child) {
  border-left: 1px solid #C4C4C4;
}
.hardware-detail .bx-main:hover .swiper-button-next,
.hardware-detail .bx-main:hover .swiper-button-prev {
  display: block;
}
.hardware-detail .bx-main .swiper-button-next,
.hardware-detail .bx-main .swiper-button-prev {
  color: #000000;
  transition: all 0.3s ease;
  display: none;
}
.hardware-detail .bx-main .swiper-button-next::after,
.hardware-detail .bx-main .swiper-button-prev::after {
  font-size: 30px;
}
.hardware-detail .bx-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hardware-detail .bx-item:not(:first-child) {
  border-left: 1px solid #C4C4C4;
}
.hardware-detail .bx-item .bx-tt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .bx-item .bx-tt {
    margin-bottom: 15px;
  }
}
.hardware-detail .bx-item .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .hardware-detail .bx-item .img {
    margin-bottom: 15px;
  }
}
.hardware-detail .bx-item .img img {
  margin: 0 auto;
}

.specifications {
  overflow: hidden;
}
.specifications.bg-cl {
  background-color: #E5E5E5;
}
.specifications .columns {
  justify-content: space-between;
}
.specifications .column.tx {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 1439px) {
  .specifications .column.tx {
    width: calc(100% /12 * 5);
  }
}
@media screen and (max-width: 767px) {
  .specifications .column.tx {
    width: 100%;
  }
}
.specifications .column.txt {
  width: calc(100% /12 * 6);
}
@media screen and (max-width: 991px) {
  .specifications .column.txt {
    width: calc(100% /12 * 7);
  }
}
@media screen and (max-width: 767px) {
  .specifications .column.txt {
    width: 100%;
  }
}
.specifications .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .specifications .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .specifications .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .specifications .title br {
    display: none;
  }
}
.specifications .down {
  width: auto;
  height: auto;
  border-radius: 100px;
  background-color: #fff;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  text-transform: none;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.specifications .down img {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  color: #AC0000;
}
@media screen and (max-width: 767px) {
  .specifications .content {
    margin-top: 10px;
  }
}
.specifications .mona-box p {
  margin: 0 0 10px;
}
.specifications .mona-box ul {
  margin: 0;
}
.specifications .mona-box li {
  position: relative;
  padding-left: 20px;
}
.specifications .mona-box li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000000;
  position: absolute;
  top: 6px;
  left: 0;
}
.specifications .mona-box li:not(:first-child) {
  margin-top: 15px;
}

.download-option {
  overflow: hidden;
}
.download-option .head .columns {
  justify-content: space-between;
}
.download-option .head .column.tx {
  width: calc(100% / 12 * 3);
}
@media screen and (max-width: 991px) {
  .download-option .head .column.tx {
    width: calc(100% / 12 * 4);
  }
}
@media screen and (max-width: 767px) {
  .download-option .head .column.tx {
    width: 100%;
  }
}
.download-option .head .column.txt {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 767px) {
  .download-option .head .column.txt {
    width: 100%;
  }
}
.download-option .title {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .download-option .title br {
    display: none;
  }
}
.download-option .arrow {
  transform: translateY(-4px);
  flex-shrink: 0;
}
.download-option .arrow img {
  margin-left: 2px;
}
.download-option .choose-t {
  margin-bottom: 10px;
}
.download-option .choose .choose-item {
  display: flex;
  align-items: center;
}
.download-option .choose .choose-item:not(:first-child) {
  margin-top: 15px;
}
.download-option .choose .choose-tt {
  width: 260px;
}
@media screen and (max-width: 991px) {
  .download-option .choose .choose-tt {
    width: 150px;
  }
}
.download-option .choose .f-control {
  width: 186px;
  height: 41px;
  border-radius: 100px;
  border-color: #000000;
  padding: 11px 15px 9px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/svg/icon-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.download-option .download-wrapper {
  margin: 42px auto 0;
  width: 100%;
}
@media screen and (max-width: 1569px) {
  .download-option .download-wrapper {
    margin: 30px auto 0;
  }
}
.download-option .down-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 37px 70px 30px;
  margin: 42px auto 0;
  width: 100%;
}
@media screen and (max-width: 1569px) {
  .download-option .down-wrap {
    margin: 30px auto 0;
    padding: 37px 30px 30px;
  }
}
@media screen and (max-width: 1439px) {
  .download-option .down-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .download-option .down-wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .download-option .down-wrap {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .download-option .down-wrap {
    padding: 0;
    border-radius: 0;
  }
}
.download-option .download-table {
  width: 100%;
  overflow-y: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .download-option .download-table {
    height: 287px;
  }
  .download-option .download-table::-webkit-scrollbar {
    width: 5px;
  }
  .download-option .download-table::-webkit-scrollbar-thumb {
    background: #E5E5E5;
    border-radius: 990px;
  }
  .download-option .download-table::-webkit-scrollbar-track {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table {
    height: 480px;
  }
  .download-option .download-table::-webkit-scrollbar {
    width: 2px;
  }
  .download-option .download-table::-webkit-scrollbar-thumb {
    background: #898989;
    border-radius: 990px;
  }
  .download-option .download-table::-webkit-scrollbar-track {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table thead,
.download-option .download-table tbody,
.download-option .download-table th,
.download-option .download-table td,
.download-option .download-table tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table thead tr {
    display: none;
  }
}
.download-option .download-table thead th {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .download-option .download-table thead th {
    font-size: 16px;
  }
}
.download-option .download-table thead th:nth-child(1) {
  width: calc(100% / 12 * 2);
}
.download-option .download-table thead th:nth-child(2) {
  width: calc(100% / 12 * 6);
}
.download-option .download-table thead th:nth-child(3) {
  width: calc(100% / 12 * 2);
}
@media screen and (max-width: 1023px) {
  .download-option .download-table thead th:nth-child(3) {
    width: calc(100% / 12 * 1);
  }
}
.download-option .download-table thead th:nth-child(4) {
  width: calc(100% / 12 * 2);
}
@media screen and (max-width: 1023px) {
  .download-option .download-table thead th:nth-child(4) {
    width: calc(100% / 12 * 3);
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody tr:nth-child(odd) {
    background-color: #E5E5E5;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody tr {
    border: 1px solid #E5E5E5;
  }
}
.download-option .download-table tbody tr td:first-child {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody tr td:first-child {
    font-weight: normal;
  }
}
@media screen and (max-width: 1023px) {
  .download-option .download-table tbody tr td:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody tr td:last-child {
    text-align: left;
  }
}
.download-option .download-table tbody tr td:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody tr td:nth-child(3) {
    text-align: left;
  }
}
.download-option .download-table tbody td {
  font-size: 16px;
  padding: 15px 10px 0 0;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .download-option .download-table tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody td br {
    display: none;
  }
}
.download-option .download-table tbody td:last-child {
  opacity: 0.6;
}
@media screen and (max-width: 1439px) {
  .download-option .download-table tbody td {
    padding: 10px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .download-option .download-table tbody td {
    position: relative;
    padding-left: 50%;
  }
  .download-option .download-table tbody td::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .download-option .download-table tbody td:nth-child(1)::before {
    content: "Name";
  }
  .download-option .download-table tbody td:nth-child(2)::before {
    content: "Document";
  }
  .download-option .download-table tbody td:nth-child(3)::before {
    content: "Version";
  }
}

.white-popup-block.block-slide {
  padding: 30px 0;
  max-width: 550px;
}

.block-slide .slide-img {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
.block-slide .slide-img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.block-slide .swiper-wrapper {
  align-items: center;
}
.block-slide .swiper-slide {
  width: 100%;
}
.block-slide .swiper-button-next, .block-slide .swiper-button-prev {
  transition: all 0.3s ease;
  color: #000000;
}
.block-slide .swiper-button-next::after, .block-slide .swiper-button-prev::after {
  font-size: 30px;
}
.software {
  overflow: hidden;
}
.software .head {
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .software .head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .software .head {
    margin-bottom: 20px;
  }
}
.software .label {
  margin-bottom: 2px;
}
.software .title {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.software .title .arrow {
  margin-left: 16px;
}
.software .columns {
  justify-content: space-between;
  margin: -15px;
}
@media screen and (max-width: 575px) {
  .software .columns {
    margin: -10px;
  }
}
.software .column {
  width: calc(100% / 12 * 5.5);
  padding: 15px;
}
@media screen and (max-width: 575px) {
  .software .column {
    width: 100%;
    padding: 10px;
  }
}
.software .soft-box:hover .img .soft-tt p {
  color: #AC0000;
}
.software .soft-box:hover .img .soft-tt img {
  transform: translateX(-5px);
}
.software .img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.software .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.software .img .img-soft {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.software .img .soft-tt {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .software .img .soft-tt {
    bottom: 20px;
    left: 20px;
  }
}
.software .img .soft-tt p {
  transition: all 0.3s ease;
  display: inline-block;
}
.software .img .soft-tt img {
  padding-left: 10px;
  transition: all 0.3s ease;
  display: inline-block;
}
.software .content {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .software .content {
    margin-top: 10px;
  }
}
.software .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.software-detail {
  overflow: hidden;
}
.software-detail .columns {
  justify-content: space-between;
}
.software-detail .column.tx {
  width: calc(100% / 12 * 4);
}
@media screen and (max-width: 1199px) {
  .software-detail .column.tx {
    width: calc(100% / 12 * 6);
  }
}
@media screen and (max-width: 767px) {
  .software-detail .column.tx {
    width: 100%;
  }
}
.software-detail .column.txt {
  width: calc(100% /12 * 6);
}
@media screen and (max-width: 767px) {
  .software-detail .column.txt {
    width: 100%;
  }
}
.software-detail .head {
  padding-bottom: 52px;
}
@media screen and (max-width: 1199px) {
  .software-detail .head {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .software-detail .head {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .software-detail .head {
    padding-bottom: 20px;
  }
}
.software-detail .title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .software-detail .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .software-detail .title {
    margin-bottom: 10px;
  }
}
.software-detail .order {
  padding: 10px 30px;
  background-color: #000000;
  color: #fff;
  border-radius: 100px;
  font-weight: 600;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  width: auto;
  height: auto;
}
.software-detail .arrow {
  margin-left: 10px;
}
.software-detail .desc {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .software-detail .desc {
    margin-top: 10px;
  }
}
.software-detail .soft-video {
  display: block;
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.software-detail .soft-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.software-detail .soft-video .bg-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.software-detail .soft-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 1;
}

.blog-detail {
  overflow: hidden;
}
.blog-detail .blog-wrapper {
  max-width: 1016px;
  margin: 0 auto;
}
.blog-detail .head {
  margin-bottom: 20px;
}
.blog-detail .blog-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.blog-detail .blog-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
  position: absolute;
  bottom: 14px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .blog-detail .blog-title::after {
    bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-title::after {
    bottom: 0;
  }
}
.blog-detail .blog-title .title {
  z-index: 1;
  position: relative;
  background-color: #f2f2f2;
  max-width: 425px;
}
@media screen and (max-width: 991px) {
  .blog-detail .blog-title .title {
    max-width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .blog-detail .blog-title .title {
    max-width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-title .title {
    width: 100%;
    max-width: 100%;
  }
}
.blog-detail .blog-title .title br {
  display: none;
}
.blog-detail .blog-title .date {
  margin-left: auto;
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .blog-detail .blog-title .date {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-detail .blog-title .date {
    padding: 10px 0 5px;
  }
}
.blog-detail .content {
  line-height: 1.5;
}
.blog-detail .mona-ig {
  margin: 40px 0 45px;
}
@media screen and (max-width: 1199px) {
  .blog-detail .mona-ig {
    margin: 30px 0 35px;
  }
}
@media screen and (max-width: 576px) {
  .blog-detail .mona-ig {
    margin: 25px 0;
  }
}
.blog-detail .mona-ig .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blog-detail .mona-ig .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.blog-detail .mona-ig img {
  border-radius: 20px;
  margin: 0 auto;
}
.blog-detail .mona-ig .t-ig {
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .blog-detail .mona-ig .t-ig {
    margin-top: 20px;
  }
}

.applications {
  overflow: hidden;
}
.applications .columns {
  margin: -15px -50px;
}
@media screen and (max-width: 1439px) {
  .applications .columns {
    margin: -15px -40px;
  }
}
@media screen and (max-width: 576px) {
  .applications .columns {
    margin: -10px;
  }
}
.applications .column {
  width: calc(100% / 3);
  padding: 15px 50px;
}
@media screen and (max-width: 1439px) {
  .applications .column {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .applications .column {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 576px) {
  .applications .column {
    width: 100%;
    padding: 10px;
  }
}
.applications .head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .applications .head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .applications .head {
    margin-bottom: 20px;
  }
}
.applications .head-center {
  margin: 0 auto 40px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.applications .head-center::after {
  content: "";
  width: calc(100% / 12 * 8);
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}
@media screen and (max-width: 576px) {
  .applications .head-center::after {
    width: calc(100% /12 * 10);
  }
}
@media screen and (max-width: 1199px) {
  .applications .head-center {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .applications .head-center {
    margin-bottom: 20px;
  }
}
.applications .head-center .title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.applications .head-center .title .arrow {
  padding-left: 1px;
}
.applications .title {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .applications .title {
    margin-bottom: 15px;
  }
}
.applications .content {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .applications .content {
    padding-top: 15px;
  }
}
.applications .app-box:hover .app-tt {
  color: #AC0000;
}
.applications .img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.applications .img img {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.applications .app-tt {
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .applications .app-tt {
    margin-bottom: 5px;
  }
}
.applications .date {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .applications .date {
    margin-bottom: 5px;
  }
}
.applications .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-style: normal;
}

.blogs {
  overflow: hidden;
}
.blogs .container-full {
  padding: 0;
}
.blogs .head {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .blogs .head {
    margin-bottom: 20px;
  }
}
.blogs .head .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs .blog-main {
  background-color: #fff;
}
.blogs .swiper-custom .blog-wrap {
  overflow: hidden;
}
.blogs .swiper-custom .blog-swiper {
  margin: 0 -15px;
  overflow: hidden;
}
.blogs .swiper-custom .container {
  position: relative;
}
.blogs .swiper {
  margin: 0 -30px;
  padding: 80px 15px;
}
@media screen and (max-width: 1199px) {
  .blogs .swiper {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .swiper {
    padding: 40px 15px;
    margin: 0 -15px;
  }
}
.blogs .swiper-slide {
  width: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .blogs .swiper-slide {
    padding: 0 15px;
  }
}
.blogs .swiper-button-prev, .blogs .swiper-button-next {
  color: #AC0000;
  top: 50%;
  margin: 0;
  transition: all 0.3s ease;
  color: rgba(137, 137, 137, 0.5) !important;
}
.blogs .swiper-button-prev::after, .blogs .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .blogs .swiper-button-prev, .blogs .swiper-button-next {
    transform: translate(0, -50%) !important;
  }
}
@media screen and (max-width: 767px) {
  .blogs .swiper-button-prev, .blogs .swiper-button-next {
    display: none;
  }
}
.blogs .swiper-button-prev {
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1569px) {
  .blogs .swiper-button-prev {
    left: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .swiper-button-prev {
    left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .swiper-button-prev {
    left: 20px;
  }
}
.blogs .swiper-button-next {
  right: 0px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1569px) {
  .blogs .swiper-button-next {
    right: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .swiper-button-next {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .swiper-button-next {
    right: 20px;
  }
}
.blogs .swiper-pagination-bullet {
  background-color: #000000;
  display: none;
}
@media screen and (max-width: 767px) {
  .blogs .swiper-pagination-bullet {
    display: inline-block;
  }
}
.blogs .columns {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blogs .columns {
    margin: 0;
    align-items: flex-end;
  }
}
.blogs .column.txt {
  width: calc(100% / 12 * 4);
}
@media screen and (max-width: 991px) {
  .blogs .column.txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blogs .column.txt {
    position: absolute;
    padding: 40px;
    color: #fff;
    z-index: 1;
  }
}
@media screen and (max-width: 576px) {
  .blogs .column.txt {
    padding: 30px 20px;
  }
}
.blogs .column.ig {
  width: calc(100% / 12 * 8);
}
@media screen and (max-width: 991px) {
  .blogs .column.ig {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blogs .column.ig {
    padding: 0;
  }
}
.blogs .blog-inner {
  padding-left: 80px;
}
@media screen and (max-width: 1899px) {
  .blogs .blog-inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .blogs .blog-inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-inner {
    padding-left: 0px;
  }
}
.blogs .blog-tt {
  max-width: 311px;
  margin-bottom: 10px;
  font-size: 36px;
}
@media screen and (max-width: 1199px) {
  .blogs .blog-tt {
    margin-bottom: 5px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-tt {
    max-width: 100%;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .blogs .blog-tt {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .blogs .blog-tt {
    font-size: 24px;
  }
}
.blogs .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 320px;
}
@media screen and (max-width: 1199px) {
  .blogs .desc {
    max-width: 280px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .desc {
    max-width: 100%;
  }
}
.blogs .btn-view {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .blogs .btn-view {
    margin-top: 15px;
  }
}
.blogs .view-more {
  background-color: #000000;
  color: #fff;
  border-radius: 100px;
  font-weight: normal;
  text-transform: none;
  width: auto;
  height: auto;
  padding: 10px 40px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .blogs .view-more {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .view-more {
    padding: 8px 22px;
  }
}
.blogs .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .blogs .img {
    border-radius: 10px;
    position: relative;
    z-index: 0;
  }
  .blogs .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .blogs .img img {
    min-height: 370px;
  }
}
.blogs .blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -15px;
  padding-left: 80px;
}
@media screen and (max-width: 1899px) {
  .blogs .blog-head {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .blogs .blog-head {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-head {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-head {
    padding-left: 0px;
    margin: -7.5px;
  }
}
@media screen and (max-width: 767px) {
  .blogs .blog-head {
    justify-content: flex-start;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.blogs .blog-head .tab-tt {
  width: calc(100% / 12 * 4);
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0.4;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 15px;
}
@media screen and (max-width: 1439px) {
  .blogs .blog-head .tab-tt {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-head .tab-tt {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-head .tab-tt {
    font-size: 22px;
    padding: 7.5px;
    width: calc(100% / 12 * 3.5);
  }
}
@media screen and (max-width: 767px) {
  .blogs .blog-head .tab-tt {
    width: auto;
    padding: 4px 16px;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-head .tab-tt:nth-child(1) {
    width: calc(100% / 12 * 5);
  }
}
@media screen and (max-width: 767px) {
  .blogs .blog-head .tab-tt:nth-child(1) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .blogs .blog-head .tab-tt:not(:first-child) {
    margin-left: 8px;
  }
}
.blogs .blog-head .tab-tt.active {
  opacity: 1;
}
.blogs .blog-head .tab-tt:hover {
  opacity: 1;
}
.blogs .blog-content {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .blogs .blog-content {
    margin-top: 20px;
  }
}
.blogs .blog-content .tab-con {
  display: none;
}
.blogs .blog-content .tab-con.active {
  display: block;
  animation: showTab 1s;
}
.blogs .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -15px;
}
@media screen and (max-width: 1199px) {
  .blogs .cols {
    margin: -7.5px;
  }
}
.blogs .col {
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .blogs .col {
    padding: 7.5px;
  }
}
.blogs .col.tx {
  width: calc(100% / 12 * 4);
}
@media screen and (max-width: 991px) {
  .blogs .col.tx {
    width: calc(100% / 12 * 5);
  }
}
@media screen and (max-width: 767px) {
  .blogs .col.tx {
    width: 100%;
  }
}
.blogs .col.txt {
  width: calc(100% /12 * 8);
}
@media screen and (max-width: 991px) {
  .blogs .col.txt {
    width: calc(100% / 12 * 7);
  }
}
@media screen and (max-width: 767px) {
  .blogs .col.txt {
    width: 100%;
  }
}
.blogs .blog-bx {
  background-color: #000000;
  color: #fff;
  padding: 80px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 1899px) {
  .blogs .blog-bx {
    padding: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .blogs .blog-bx {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-bx {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-bx {
    padding: 20px;
  }
}
.blogs .blog-bx .bx-tt {
  margin-bottom: 10px;
  font-size: 28px;
}
@media screen and (max-width: 1440px) {
  .blogs .blog-bx .bx-tt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-bx .bx-tt {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-bx .bx-tt {
    font-size: 20px;
  }
}
.blogs .blog-bx .bx-desc {
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .blogs .blog-bx .bx-desc {
    margin-bottom: 15px;
  }
}
.blogs .blog-bx .view-more {
  background-color: #fff;
  color: #000000;
}
.blogs .blog-txt {
  overflow: hidden;
  padding-left: 55px;
}
@media screen and (max-width: 1899px) {
  .blogs .blog-txt {
    padding-left: 35px;
  }
}
@media screen and (max-width: 1439px) {
  .blogs .blog-txt {
    padding-left: 27px;
  }
}
@media screen and (max-width: 1199px) {
  .blogs .blog-txt {
    padding-left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-txt {
    padding-left: 0px;
  }
}
.blogs .blog-item {
  max-width: 916px;
  position: relative;
}
.blogs .blog-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .blogs .blog-item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .blog-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.blogs .blog-item:not(:last-child)::after {
  content: "";
  width: 100vw;
  height: 0.5px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blogs .blog-item .blog-t {
  margin-bottom: 10px;
}
.blogs .blog-item .blog-date {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs .blog-item .blog-date span {
  opacity: 0.5;
}
.blogs .blog-item .blog-desc {
  line-height: 1.5;
  font-style: normal;
}

.hardware {
  overflow: hidden;
  position: relative;
  padding: 140px 0 140px;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1899px) {
  .hardware {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1439px) {
  .hardware {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1199px) {
  .hardware {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .hardware {
    padding-bottom: 0;
  }
}
.hardware .columns {
  align-items: center;
  position: static;
}
.hardware .column {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .hardware .column {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hardware .hard-ig {
    position: relative;
  }
}
.hardware .img {
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 1439px) {
  .hardware .img {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hardware .img {
    top: 25px;
  }
}
@media screen and (max-width: 575px) {
  .hardware .img {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
  }
}
.hardware .img img {
  max-width: none;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1899px) {
  .hardware .img img {
    max-width: 80%;
  }
}
@media screen and (max-width: 1439px) {
  .hardware .img img {
    max-width: 75%;
  }
}
@media screen and (max-width: 1199px) {
  .hardware .img img {
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .hardware .img img {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .hardware .img img {
    max-width: 80%;
    max-width: 100%;
  }
}
.hardware .ig-text {
  font-size: 144px;
  font-weight: bold;
  color: #B4B4B4;
}
@media screen and (max-width: 1199px) {
  .hardware .ig-text {
    font-size: 120px;
  }
}
@media screen and (max-width: 991px) {
  .hardware .ig-text {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .hardware .ig-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 575px) {
  .hardware .ig-text {
    position: absolute;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
  }
}
.hardware .content {
  position: relative;
}
@media screen and (max-width: 575px) {
  .hardware .content {
    max-width: 350px;
  }
}
.hardware .line-l {
  position: absolute;
  left: 0;
  top: calc(50% + 12px);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 110px);
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .hardware .line-l {
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 767px) {
  .hardware .line-l {
    height: calc(100% - 50px);
  }
}
.hardware .line-l::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #000000;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  transform: translate(-50%, -100%);
}
.hardware .title {
  font-size: 70px;
  max-width: 503px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 80px;
}
@media screen and (max-width: 1439px) {
  .hardware .title {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hardware .title {
    padding-left: 30px;
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .hardware .title {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .hardware .title {
    padding-left: 20px;
    font-size: 34px;
  }
}

.product-hardware {
  overflow: hidden;
}
.product-hardware .columns {
  align-items: center;
}
.product-hardware .column.ig {
  width: calc(100% / 12 * 6);
}
@media screen and (max-width: 767px) {
  .product-hardware .column.ig {
    width: 100%;
  }
}
.product-hardware .column.txt {
  width: calc(100% /12 * 5);
}
@media screen and (max-width: 1199px) {
  .product-hardware .column.txt {
    width: calc(100% /12 * 6);
  }
}
@media screen and (max-width: 767px) {
  .product-hardware .column.txt {
    width: 100%;
  }
}
.product-hardware .head {
  margin-bottom: 30px;
}
.product-hardware .label {
  margin-bottom: 5px;
}
.product-hardware .arrow {
  margin-left: 15px;
}
.product-hardware .img {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.product-hardware .img img {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.product-hardware .hard-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .product-hardware .hard-item:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-hardware .hard-item:not(:first-child) {
    margin-top: 20px;
  }
}
.product-hardware .hard-item:hover .img img {
  transform: scale(1.05);
}
.product-hardware .content .tt {
  margin-bottom: 10px;
}
.product-hardware .content .desc {
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .product-hardware .content .desc {
    -webkit-line-clamp: 6;
  }
}
@media screen and (max-width: 991px) {
  .product-hardware .content .desc {
    margin-bottom: 15px;
    -webkit-line-clamp: 5;
  }
}
.product-hardware .view-more {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  text-transform: none;
  font-weight: normal;
  width: auto;
  height: auto;
}

.support {
  overflow: hidden;
}
.support .column {
  width: calc(100% / 3);
}
@media screen and (max-width: 1199px) {
  .support .column {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .support .column {
    width: 100%;
  }
}
.support .head {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .support .head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .support .head {
    margin-bottom: 25px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .support .title {
    display: inline;
  }
}
@media screen and (max-width: 576px) {
  .support .title br {
    display: none;
  }
}
.support .arrow {
  flex-shrink: 0;
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .support .arrow {
    margin-left: 10px;
    transform: translateY(-4px);
  }
}
.support .content {
  padding: 30px;
  border-radius: 30px;
  min-height: 222px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .support .content {
    padding: 20px;
    min-height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .support .content {
    padding: 20px;
    display: block;
    min-height: 100%;
  }
}
.support .content:hover .sup-tt {
  color: #AC0000;
}
.support .content:hover .sup-tt img {
  transform: translateX(-10px);
}
.support .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.support .sup-tt {
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .support .sup-tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .support .sup-tt {
    margin-top: 40px;
  }
}
.support .sup-tt img {
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .support .sup-tt br {
    display: none;
  }
}

.support-detail {
  overflow: hidden;
}
@media screen and (min-width: 1570px) {
  .support-detail .container-full {
    padding: 0;
  }
}
.support-detail .head-wrap {
  position: relative;
}
.support-detail .head-wrap::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.support-detail .head-wrap .columns {
  justify-content: space-between;
}
.support-detail .head-wrap .column.tx {
  width: calc(100% /12 * 4);
}
@media screen and (max-width: 1199px) {
  .support-detail .head-wrap .column.tx {
    width: calc(100% / 12 * 5);
  }
}
@media screen and (max-width: 767px) {
  .support-detail .head-wrap .column.tx {
    width: calc(100% / 12 * 6);
  }
}
@media screen and (max-width: 576px) {
  .support-detail .head-wrap .column.tx {
    width: 100%;
  }
}
.support-detail .head-wrap .column.txt {
  width: calc(100% / 12 *6);
}
@media screen and (max-width: 576px) {
  .support-detail .head-wrap .column.txt {
    width: 100%;
  }
}
.support-detail .head-wrap .head {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 1569px) {
  .support-detail .head-wrap .head {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1439px) {
  .support-detail .head-wrap .head {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .support-detail .head-wrap .head {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .support-detail .head-wrap .head {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail .head-wrap .head {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .head-wrap .head {
    padding: 20px 21px;
  }
}
.support-detail .head-wrap .head::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #AC0000;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  left: 1.7%;
}
@media screen and (max-width: 1569px) {
  .support-detail .head-wrap .head::before {
    left: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .support-detail .head-wrap .head::before {
    left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .support-detail .head-wrap .head::before {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail .head-wrap .head::before {
    width: 7px;
    height: 7px;
    left: 9px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .head-wrap .head::before {
    left: 7px;
  }
}
.support-detail .head-wrap .head-content {
  max-width: 624px;
  padding-top: 22px;
}
@media screen and (max-width: 991px) {
  .support-detail .head-wrap .head-content {
    padding-top: 19px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .head-wrap .head-content {
    padding-top: 0;
  }
}
.support-detail .head-wrap .desc {
  margin-bottom: 10px;
  line-height: 1.5;
}
.support-detail .head-wrap .check-out {
  transition: all 0.3s ease;
}
.support-detail .head-wrap .check-out:hover {
  text-decoration: underline;
}
.support-detail .support-list:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support-detail .support-list:not(:first-child) {
    margin-top: 40px;
  }
}
.support-detail .item-tt {
  opacity: 0.4;
}
.support-detail .support-item {
  border-radius: 20px;
  background-color: #fff;
}
.support-detail .support-item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .support-detail .support-item:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .support-item:not(:first-child) {
    margin-top: 20px;
  }
}
.support-detail .support-item.active .support-tt {
  border-radius: 20px 20px 0 0;
}
.support-detail .support-item.active .support-tt img {
  transform: rotate(180deg);
}
.support-detail .support-tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px 30px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .support-detail .support-tt {
    padding: 20px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .support-tt {
    padding: 15px 20px;
  }
}
.support-detail .support-tt img {
  transition: all 0.3s ease;
  margin-left: 10px;
}
.support-detail .support-content {
  padding: 30px 70px 30px 30px;
  display: none;
}
@media screen and (max-width: 991px) {
  .support-detail .support-content {
    padding: 20px 40px 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .support-content {
    padding: 20px;
  }
}
.support-detail .mona-content {
  line-height: 1.5;
}
.support-detail .mona-content .m-wid {
  max-width: 950px;
}
.support-detail .mona-content h4 {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .support-detail .mona-content h4 {
    font-size: 14px;
  }
}
.support-detail .mona-content p:first-child {
  margin-top: 0;
}
.support-detail .mona-content p:last-child {
  margin-bottom: 0;
}
.support-detail .mona-content ul {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .support-detail .mona-content ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .mona-content ul {
    padding-left: 10px;
  }
}
.support-detail .mona-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.support-detail .mona-content ul li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 576px) {
  .support-detail .mona-content ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.support-detail .mona-content ul li ul {
  margin-left: 0;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .support-detail .mona-content ul li ul {
    padding-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .mona-content ul li ul {
    padding-left: 20px;
    margin: 10px 0;
  }
}
.support-detail .mona-content ul li li {
  list-style: none;
}
.support-detail .sp-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .support-detail .sp-head {
    margin: -5px 0;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .sp-head {
    border: 1px solid #000000;
    margin: 0;
    padding: 5px;
  }
}
.support-detail .tab-tx {
  font-weight: bold;
  font-size: 20px;
  display: none;
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 576px) {
  .support-detail .tab-tx {
    display: block;
  }
}
.support-detail .tab-tt {
  width: calc(100% / 6);
}
@media screen and (max-width: 1023px) {
  .support-detail .tab-tt {
    width: calc(100% / 3);
    padding: 5px 0;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .tab-tt {
    width: 50%;
    padding: 5px;
  }
}
.support-detail .tab-tt p {
  font-size: 18px;
  font-weight: bold;
  opacity: 0.4;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 7px 30px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .support-detail .tab-tt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .support-detail .tab-tt p {
    padding: 7px 20px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .tab-tt p {
    padding: 5px 20px;
  }
}
.support-detail .tab-tt.active p {
  opacity: 1;
  color: #fff;
  background-color: #AC0000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.support-detail .sp-choose {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7.5px;
}
.support-detail .sp-choose.sp-choose-all {
  justify-content: center;
}
.support-detail .sp-choose.sp-choose-all .sp-select {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .support-detail .sp-choose.sp-choose-all .sp-select {
    width: 70%;
  }
}
.support-detail .sp-choose.sp-choose-all .f-control {
  width: 100%;
  text-align: left;
}
.support-detail .sp-select {
  width: 50%;
  padding: 7.5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .support-detail .sp-select {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .sp-select {
    justify-content: space-between;
  }
}
.support-detail .tt-select {
  width: calc(100% / 6 * 2);
}
.support-detail .f-control {
  border-radius: 100px;
  border-color: #000000;
  width: 290px;
  height: 44px;
  padding: 12px 20px;
  text-align: center;
  background-image: url("../img/svg/icon-right-b-1.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .support-detail .f-control {
    width: 240px;
    height: 44px;
    background-position: right 15px center;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .f-control {
    width: 200px;
  }
}
.support-detail .sp-content {
  margin-top: 30px;
}
.support-detail .tab-con {
  display: none;
}
.support-detail .tab-con.active {
  display: block;
  animation: OutIn 1s;
}
.support-detail .sp-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .support-detail .sp-item {
    padding: 15px 0;
  }
}
.support-detail .sp-item:not(:first-child) {
  border-top: 1px solid #C4C4C4;
}
.support-detail .sp-bx {
  padding-right: 10px;
  width: calc(100% - 400px - 225px);
}
@media screen and (max-width: 1199px) {
  .support-detail .sp-bx {
    width: calc(100% - 300px - 225px);
  }
}
@media screen and (max-width: 991px) {
  .support-detail .sp-bx {
    width: calc(100% - 220px - 210px);
  }
}
@media screen and (max-width: 767px) {
  .support-detail .sp-bx {
    width: 100%;
    padding: 5px 0;
  }
}
.support-detail .sp-bx.col-2 {
  width: 200px;
}
@media screen and (max-width: 1199px) {
  .support-detail .sp-bx.col-2 {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .support-detail .sp-bx.col-2 {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail .sp-bx.col-2 {
    width: 50%;
    order: 1;
  }
}
.support-detail .sp-bx:last-child {
  margin-left: auto;
  padding-right: 0;
  max-width: 225px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .support-detail .sp-bx:last-child {
    width: 100%;
    order: 2;
    margin-left: 0;
  }
}
.support-detail .btn-sp {
  display: block;
  width: auto;
  height: auto;
  border-radius: 100px;
  background-color: #fff;
  padding: 11px 30px 9px;
  text-transform: capitalize;
  font-weight: 600;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .support-detail .btn-sp {
    padding: 8px 22px;
  }
}
.support-detail .btn-sp:hover {
  background-color: #AC0000;
  color: #fff;
}
.support-detail .foo {
  background-color: #000000;
  color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1569px) {
  .support-detail .foo {
    padding: 50px;
  }
}
@media screen and (max-width: 1439px) {
  .support-detail .foo {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .support-detail .foo {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .support-detail .foo {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .support-detail .foo {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .foo {
    padding: 20px;
    flex-direction: column;
  }
}
.support-detail .foo .btn-contact {
  padding: 10px 30px;
  border-radius: 100px;
  background-color: #fff;
  color: #000000;
  text-transform: none;
  font-weight: 600;
  width: auto;
  height: auto;
}
.support-detail .foo .foo-title {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .support-detail .foo .foo-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .support-detail .foo .foo-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .foo .foo-title {
    padding-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .support-detail .foo .foo-title br {
    display: none;
  }
}

.contact {
  overflow: hidden;
}
.contact .head .columns {
  justify-content: space-between;
}
.contact .head .column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact .head .column {
    width: 100%;
  }
}
.contact .title {
  display: flex;
  align-items: center;
}
.contact .head-inner {
  display: flex;
}
.contact .head-tt {
  width: calc(100% / 6 * 2);
  padding-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .contact .head-tt {
    width: calc(100% / 6 * 2.5);
  }
}
.contact .head-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
  padding: 30px;
  max-width: 310px;
}
@media screen and (max-width: 1199px) {
  .contact .head-box {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .contact .head-box {
    max-width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .contact .head-box {
    padding: 15px;
  }
}
.contact .head-box .head-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 36px;
}
@media screen and (max-width: 1199px) {
  .contact .head-box .head-desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .contact .head-box .head-desc {
    margin-bottom: 20px;
  }
}
.contact .head-box .head-t {
  transition: all 0.3s ease;
}
.contact .head-box .head-t:hover {
  color: #AC0000;
}
.contact .head-box .head-t:hover img {
  margin-left: 10px;
}
.contact .head-box .head-t img {
  display: inline;
  margin-left: 24px;
  transition: all 0.3s ease;
}
.contact .contact-main .column {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .contact .contact-main .column {
    width: 100%;
  }
}
.contact .contact-t {
  line-height: 1.5;
  margin-bottom: 30px;
}
.contact .form-c {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 576px) {
  .contact .form-c {
    padding: 20px;
  }
}
.contact .f-tt {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .contact .f-tt {
    margin-bottom: 10px;
  }
}
.contact .f-group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 767px) {
  .contact .f-group {
    margin: -7.5px;
  }
}
@media screen and (max-width: 576px) {
  .contact .f-group:not(:first-child) {
    margin-top: 7.5px;
  }
}
.contact .f-item {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .contact .f-item {
    padding: 7.5px;
  }
}
@media screen and (max-width: 576px) {
  .contact .f-item {
    width: 100%;
  }
}
.contact .f-item.w-full {
  width: 100%;
}
.contact .f-item .f-control {
  border: none;
  border-bottom: 1px solid #C4C4C4;
  border-radius: 0px;
  padding: 0;
  height: 40px;
  transition: all 0.3s ease;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contact .f-item .f-control {
    font-size: 14px;
  }
}
.contact .f-item .f-control:hover, .contact .f-item .f-control:focus {
  border-color: #000000;
}
.contact .f-item .f-control::placeholder {
  color: #000000;
  opacity: 0.6;
}
.contact .f-ft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  .contact .f-ft {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact .f-ft .f-control {
  padding: 15px 55px 15px 30px;
  border-color: #000000;
  border-radius: 100px;
  font-size: 16px;
  width: auto;
  height: auto;
  cursor: pointer;
  background-image: url("../img/svg/icon-down.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .contact .f-ft .f-control {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .f-ft .f-control {
    padding: 10px 40px 10px 20px;
    background-position: right 20px center;
  }
}
@media screen and (max-width: 576px) {
  .contact .f-ft .f-control {
    margin-top: 10px;
  }
}
.contact .f-captcha {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact .f-captcha {
    margin-top: 20px;
  }
}
.contact .f-captcha .f-item {
  margin-top: 15px;
  padding: 0;
}
.contact .btn-submit {
  background-color: #000000;
  color: #fff;
  border-radius: 10px;
  padding: 15px 0;
  cursor: pointer;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  margin-top: 30px;
  border: 1px solid #000000;
}
@media screen and (max-width: 991px) {
  .contact .btn-submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contact .btn-submit {
    margin-top: 20px;
    padding: 10px 0;
  }
}
.contact .btn-submit:hover {
  letter-spacing: 2px;
  background-color: #fff;
  color: #000000;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .contact .contact-inner {
    margin-top: 20px;
  }
}
.contact .contact-item:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .contact .contact-item:not(:first-child) {
    margin-top: 20px;
  }
}
.contact .contact-tt {
  padding: 25px 0;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 991px) {
  .contact .contact-tt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact-tt {
    padding: 20px 0;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-tt {
    padding: 10px 0;
  }
}
.contact .contact-con {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .contact .contact-con {
    margin: -10px;
    padding-top: 20px;
  }
}
.contact .contact-tm {
  width: 50%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .contact .contact-tm {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact-tm {
    width: 100%;
  }
}
.contact .tm-tt {
  font-weight: 600;
}
.contact .tm-cont {
  margin-top: 10px;
  max-width: 280px;
}
@media screen and (max-width: 576px) {
  .contact .tm-cont {
    max-width: 100%;
  }
}
.contact .tm-cont p {
  margin: 0;
}
.contact .tm-cont .tm-link {
  display: block;
  transition: all 0.3s ease;
}
.contact .tm-cont .tm-link:hover {
  color: #AC0000;
}
.contact .contact-ct {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .contact .contact-ct {
    padding-top: 20px;
  }
}
.contact .contact-ct p {
  margin: 0;
}
.contact .contact-ct .ct-link {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .contact .contact-ct .ct-link {
    font-size: 14px;
  }
}
.contact .contact-ct .ct-link span {
  transition: all 0.3s ease;
}
.contact .contact-ct .ct-link:hover span {
  color: #AC0000;
}

.block-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.block-popup.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.block-popup .wrap-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
}
.block-popup .wrap-popup.show {
  opacity: 1;
  visibility: visible;
}
.block-popup .wrap-1.show {
  opacity: 1;
  visibility: visible;
}
.block-popup .wrap-2.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 576px) {
  .block-popup .wrap-2 .btn {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .block-popup .wrap-2 .btn-n {
    margin: 15px 0 0;
  }
}
.block-popup .main-popup {
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.block-popup .main-popup.popup-animate {
  animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
.block-popup .text {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .block-popup .text {
    font-size: 14px;
  }
}
.block-popup .ft-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.block-popup .btn {
  width: auto;
  height: auto;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  text-transform: none;
}
.block-popup .btn.btn-n {
  background-color: #ecf0f1;
  margin-left: 5px;
}
.block-popup .btn.btn-n:hover {
  background-color: #ddd;
}
.block-popup .btn.btn-y {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.block-popup .btn.btn-y:hover {
  background-color: #000000;
}

.over-play {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.over-play.show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
