/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root{
--primary: #2e88e0;
    --secondary: #ff3b00;
    --black: #000000;
    --black1: #171717;
    --gray: #F0F0F0;
    --gray-1: #D9D9D9;
    --white: #ffffff;
    --light: #f7f7f7;
    --dark: #444444;
    --purple: #798FBE;
    --light-tudi: #f9f9f9;
    --tudi-color: rgb(52, 213, 209);
    --tudi-gradient: linear-gradient(270deg, #70efd1 0, var(--primary) 100%);
    --backgroundContent: #EEF2F6;
    --gutterContentItem: 3.2rem;
    --heightHD: 6rem;
    --heightHDSmall: 6.6rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 700;
}

ul {
  margin-bottom: 15px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-blue-600 {
  background: var(--primary);
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

input+.error, select+.error {
  font-size: 15px;
  color: #f00;
  margin-top: 5px;
}

.error-message, input+.error, select+.error {
  font-size: 13px;
  color: #f00;
  margin-top: 5px;
}
.select2+.error {
  position: absolute;
  bottom: -22px;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f35525;
  color: var(--white);
}

.sticky-top {
    top: -150px;
    transition: .5s;
}

.block {
    display: block;
}

@media (max-width: 1580px) {
  .container {
    max-width: 80%;
  }
}

@media (max-width: 1368px) {
  .container {
    max-width: 90%;
  }
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 18px 0 16px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
/*  height: 95px;*/
  background-color: rgba(255, 255, 255, 0.7);
}
body.header-transparent .header-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__menu .navbar-nav a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
  text-align: left;
}

.header__menu .navbar-nav {
  justify-content: flex-end;
  gap: 16px;
  width: 100%;
}

.header-area .logo {
  display: block;
}

.header__menu .offcanvas-body {
  gap: 20px;
}

.header__button {
  background: var(--primary);
  color: var(--white);
  border-radius: 6px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 37px;
  text-align: center;
  padding: 0
}

.header__button::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--tudi-color);
  opacity: .3;
  left: 0;
  top: 0;
  border-radius: 6px;
  -webkit-animation: scaleIn 1s ease infinite alternate;
  animation: scaleIn 1s ease infinite alternate;
  z-index: -1;
}

@media(max-width: 767px)
{
  body.header-transparent .header-area {
    position: sticky;
  }

  .offcanvas.offcanvas-end {
    width: 100%;
    transition: all 0.3s;
  }
}

.right-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.lang-tudi {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
}

.tudi__language-option {
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  width: 28px;
  height: 20px;
  display: block;
  line-height: 19px;
}

.lang-tudi a {
  position: relative;
  z-index: 1;
}

.lang-tudi a.active {
  font-size: 12px;
  color: var(--white);
  /*line-height: 30px;*/
}

.lang-tudi::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 20px;
  background: #faf5f0;
  border-radius: 4px;
}

.lang-tudi::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: var(--tudi-gradient);
  border-radius: 8px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.visible{
  display:inline !important;
}

.mega-menu-wrap {
  position: fixed;
  z-index: 12;
  top: calc(var(--heightHD) - 0.1rem);
  left: 0;
  width: 100%;
  transition: .6s cubic-bezier(.585,-.195,.245,1.25);
  pointer-events: none;
  visibility: hidden;
  /* overflow: hidden; */
  opacity: 0;
}

.mega-menu-wrap.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-inner {
/*  position: fixed;*/
/*  z-index: 12;*/
/*  top: 8rem;*/
/*  left: 0;*/
  border-top: 0.1rem solid rgba(50,72,92,.25);
  box-shadow: 0 5rem 10rem rgba(50,72,92,.25);
  width: 100%;
  transition: .3s linear;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .6s cubic-bezier(.585,-.195,.245,1.25);
}

.mega-menu-inner {
    top: 0;
    transition: .25s linear;
    transition-property: transform,width,height;
    will-change: transform,width,height;
    background-color: var(--white);
    padding: 3.2rem;
    padding-top: 1.5rem;
    transform: unset;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.mega-menu-content {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mega-menu-back {
  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;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  transform: translateY(-0.2rem);
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  padding: 16px;
  transform: translateY(0);
}

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

.back-menu img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.mega-menu-tab {
  position: relative;
}

.mega-menu-tab .tab-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.mega-menu-tab .tab-item {
  padding: 17px 12px;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
}

.mega-menu-tab .tab-item:not(:last-child) {
    margin-right: 12px;
}

/*.mega-menu-tab .tab-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 1rem);
  height: calc(100% - 2.5rem);
  background-color: var(--backgroundContent);
  border-radius: 0.8rem;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}*/

.mega-menu-tab .tab-item .icon {
  width: 12px;
  height: 12px;
  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-shrink: 0;
  margin-right: 0.8rem;
}

.mega-menu-tab .tab-item .icon img {
  object-fit: contain;
}

.mega-menu-tab .tab-item .name {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-menu-tab .tab-item .icon-arrow {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 16px;
  height: 16px;
}

.mega-menu-panel {
  flex: 1;
  padding: 16px;
  background-color: var(--backgroundContent);
  border-radius: 16px;
  display: none;
}

.mega-menu-panel:nth-child(3) {
  border-top-left-radius: 0;
}

.mega-menu-panel.active {
  display: block;
}

.mega-menu-panel .mega-menu-panel-wrap {
  display: flex;
  align-items: flex-start;
  height: 100%;
}

.mega-menu-list {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
}

.mega-menu-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform,opacity;
  transition: .3s cubic-bezier(.25,.46,.45,.94);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.mega-menu-item-wrap {
  transform: translateX(3rem);
  will-change: transform,opacity;
  transition: .3s cubic-bezier(.25,.46,.45,.94);
}

.mega-menu-panel-js.active .mega-menu-item-wrap {
  transform: translateX(0);
}

.mega-menu-list .content-desc {
  font-size: 13px;
  font-style: italic;
  color: #3a3a3a;
  margin-bottom: 10px;
}

.mega-menu-content .content-list {
  display: flex;
  align-items: flex-start;
}

.mega-menu-content .content-item {
  width: calc(100% / 3);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 16px;
}

.mega-menu-content .mega-menu-item-style-first .content-item:nth-child(1) {
  width: calc(100% / 3 + 25px);
  padding-right: 16px;
  border-right: 0.1rem solid rgba(58,58,58,.2);
}

.mega-menu-content .mega-menu-item-style-seconds .content-item:last-child {
  width: 48%;
  padding-left: 25px;
  border-left: 1px solid rgba(58,58,58,.2);
}

.mega-menu-inner .item {
  width: 100%;
  margin-bottom: 0.2rem;
}

.mega-menu-content .content-item .item {
  display: flex;
  align-items: flex-start;
  transition: .3s;
  border-radius: 0.8rem;
}

.mega-menu-content .mega-menu-item-style-seconds .content-item:not(:last-child) .item {
    flex-wrap: wrap;
}

.mega-menu-content .content-item .item:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mega-menu-content .content-item .item .content-img {
  width: 40%;
  border-radius: 0.8rem;
  overflow: hidden;
}

.mega-menu-content .content-item .item .content-icon {
  width: 12px;
  height: 12px;
  margin-top: 12px;
  margin-left: 9.6px;
  flex-shrink: 0;
  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;
}

.mega-menu-content .mega-menu-item-style-seconds .content-item:not(:last-child) .content-img {
  width: 100%;
}

.mega-menu-content .mega-menu-panel-wrap-js .content-item .name {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  gap: 4px;
}

.mega-menu-content .content-item .item .content-text {
  flex: 1;
  padding: 9.6px;
}

.mega-menu-sticked {
  max-width: max-content;
  padding: 4px 16px;
  display: flex!important;
  align-items: center;
  border-radius: 0.4rem;
  border: 0.1rem solid #c09148;
  background: linear-gradient(93deg,#f41e92 -34.85%,#f5851e 101.44%);
  position: relative;
  overflow: hidden;
  font-size: 10px;
  font-weight: 700;
  color: var(--white);
}

.mega-menu-sticked.premium {
    background: radial-gradient(1041.96% 97.06% at -31.25% -25%,#1ec0f2 0,#002d3b 100%),radial-gradient(72.32% 21.43% at 50% 50%,rgba(1,151,167,.98) 0,rgba(0,92,103,.98) 100%);
}

.mega-menu-sticked img {
  width: 12px;
  height: 12px;
}

.mega-menu-sticked::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 12%;
  height: 100%;
  background: rgba(255,255,255,.1);
  mix-blend-mode: plus-lighter;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: contentTagShine 3s infinite;
  animation: contentTagShine 3s infinite;
}

.mega-menu-content .content-item .item .content-text .name {
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
    color: #3a3a3a;
    transition: .3s;
}

.mega-menu-content .content-item .item .content-text .desc {
    font-size: 10px;
    font-style: italic;
    color: #5f5f5f;
}

.mega-menu-content .mega-menu-banner {
    width: 17.6%;
    max-width: 27.6rem;
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden;
    margin-top: 28px;
}

.mega-menu-content .mega-menu-banner .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.mega-menu-content .mega-menu-banner .bg-2 {
    width: 100%;
    height: auto;
    top: 35%;
    border-radius: 0.8rem;
}

.mega-menu-content .mega-menu-banner .bg-2 img {
    animation: bgRotate 10s linear infinite;
}

.mega-menu-content .mega-menu-banner .text {
    position: relative;
    z-index: 3;
}

.mega-menu-content .mega-menu-banner .text-header {
    padding: 19px 9px;
    text-align: center;
    font-weight: 700;
}

.mega-menu-content .mega-menu-banner .title {
    color: var(--white);
    text-align: center;
    text-shadow: 0.3rem 0.3rem 0 #000, 0.2rem 0.2rem 0 #2686ec;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .056rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.mega-menu-wrap.active .mega-menu-content .mega-menu-banner .title {
    animation: tramsFormScale 3s ease-in-out infinite;
}

.mega-menu-content .mega-menu-banner .title span {
  display: block;
}

.mega-menu-content .mega-menu-banner .discount {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 2.4rem;
    padding-right: 3.2rem;
    max-width: max-content;
    margin-left: 16px;
    margin-right: 16px;
}

.mega-menu-content .mega-menu-banner .discount::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64%;
    border-radius: 0.8rem;
    background: #123366;
}

.mega-menu-content .mega-menu-banner .discount .text {
    display: flex;
    gap: 0.4rem;
    align-items: flex-end;
}

.mega-menu-wrap.active .mega-menu-content .mega-menu-banner .discount .text-item {
    animation: transformScaleValue 4s ease-in-out infinite;
}

.mega-menu-content .mega-menu-banner .discount .text-linear {
    font-size: 19px;
    background: linear-gradient(6deg,#f59034 15.62%,#fecd1f 67.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mega-menu-content .mega-menu-banner .discount .value {
    position: relative;
    line-height: 1;
}

.mega-menu-wrap.active .mega-menu-content .mega-menu-banner .discount .value .text-item {
    animation-delay: 1s;
}

.mega-menu-content .mega-menu-banner .discount .num {
    font-size: 45px;
    font-weight: 800;
    background: linear-gradient(6deg,#f59034 15.62%,#fecd1f 67.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mega-menu-content .mega-menu-banner .discount .percent {
    font-size: 24px;
    background: linear-gradient(6deg,#f59034 15.62%,#fecd1f 67.42%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.header__menu .mega-menu-tag .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 9px;
    transition: .3s;
    width: 100%;
}

.mega-menu-tag .link .icon {
    width: 12px;
    height: 12px;
    margin-right: 0.8rem;
    flex-shrink: 0;
    display: flex;
}

.mega-menu-tag .link .icon img {
  object-fit: contain;
}

.mega-menu-tag .link .name {
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
}

@keyframes transformScaleValue {
  0%, 100%, 20%, 40%, 55%, 80% {
    transform: scale(1);
  }
  50% {
      transform: scale(1.15);
  }
}

@keyframes tramsFormScale {
  0%, 100%, 30%, 70% {
    transform: scale(1);
  }
  50%, 90% {
      transform: scale(.9);
  }
}

@keyframes bgRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes contentTagShine {
  0%, 20%, 40%, 60% {
    left: -75%;
  }
  100% {
      left: 125%;
  }
}

@keyframes scaleIn {
  100% {
      -webkit-transform: scale(1.1,1.3);
      transform: scale(1.1,1.3);
  }
}

@media (min-width: 1200px) {

  .mega-menu-content .content-item .item:hover {
    background-color: var(--white);
    box-shadow: 0 0.4rem 0.4rem -0.2rem rgba(16,24,40,.03), 0 1rem 1.4rem -0.2rem rgba(16,24,40,.08);
  }

  .mega-menu-tag .link .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .show-on-sp {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ee626b!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Slider Style
--------------------------------------------- 
*/

.slider-tudi {
  position: relative;
  height: 100vh;
}

.slider-tudi .item-banner {
  height: 100%;
  display: flex;
  align-items: center;
}

.slider-tudi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(min-width: 1400px)
{
  .slider-tudi .item-banner {
/*    max-height: 800px;*/
/*    height: auto;*/
  }
}

@media(max-width: 1200px)
{
  .slider-tudi {
    height: auto;
  }
}

/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

.about-us {
  padding-top: 55px;
}

.about-us__name {
  margin-bottom: 32px;
  cursor: pointer;
  font-size: 36px;
  line-height: 54px;
  color: rgb(0 0 0 / 1);
  font-weight: 400;
  text-transform: uppercase;
}

.about-us__desc {
  font-size: 14px;
  line-height: 21px;
}

.about-us__content h3 {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: rgb(0 0 0 / 1);
  margin-top: 40px;
}

.about-us__right {
  position: relative;
}

.about-us__bg {
  position: relative;
  width: 140%;
  border-radius: 9999px;
  background: linear-gradient(to bottom, var(--primary), var(--white), rgb(112 239 209 / 0));
  padding-bottom: 140%;
}

.about-us__bg::after {
  content: '';
  display: block;
}

.about-us__img {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
}

.img-top {
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 1;
  max-height: 100%;
  width: 30%;
  animation: pencilAnimate 5s linear 1s infinite alternate;
  -webkit-animation: pencilAnimate 5s linear 1s infinite alternate;
}

.img-middle {
  position: absolute;
  left: -16px;
  width: 145%;
  max-width: none;
  animation: ipadAnimate 5s linear 1s infinite alternate;
  -webkit-animation: ipadAnimate 5s linear 1s infinite alternate;
}

.img-right {
  max-width: none;
  width: 145%;
}

@keyframes pencilAnimate {
  0% {
    transform: translate(-10px,10px);
  }
  50% {
      transform: translate(10px,-10px);
  }
  100% {
      transform: translate(15px,-20px);
  }
}

@keyframes ipadAnimate {
  0% {
    transform: translate(5px,5px);
  }
  100% {
      transform: translate(15px,10px);
  }
}

/* 
---------------------------------------------
Website Style
--------------------------------------------- 
*/

.website {
  padding-bottom: 90px;
  position: relative;
}

.website__left {
    width: 63.6896046852%;
    position: relative;
    -webkit-transform: translateX(-22.9885057471%);
    transform: translateX(-22.9885057471%);
    padding: 300px 0;
    z-index: 2;
}

.element-website__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.element-website__left::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #70efd1 0,var(--primary) 100%);
    border-radius: 140px;
    transform: rotate(8deg);
    z-index: -1;
}

.website__left__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 31.0344827586%;
    padding-right: 33.7816091954%;
}

.website__title {
    font-weight: 700;
    font-size: 24px;
    opacity: .5;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.website__name {
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 55px;
}

.website__desc {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 25px;
}

.btn-website {
  background: var(--white);
  color: var(--primary);
  font-weight: 700;
  padding: 10px 32px;
  border-radius: 32px;
}

.btn-website:hover {
  background: var(--white);
  color: var(--primary);
}

.website__right {
    width: 62.2254758419%;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.website__swiper {
  padding-bottom: 32px;
}

.website__swiper .swiper-slide {
    width: calc(50% - 43px);
}

.website-items {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.website-items:first-child {
    margin-bottom: 24px;
}

  .website-items__info {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /*background: rgba(0,0,0,.8);*/
      background: linear-gradient(180deg, rgba(11, 70, 195, 0) 0%, #0B46C3 74.7%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: flex-end;
      padding: 16px 32px;
      opacity: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }

.website-items:hover .website-items__info {
    opacity: 1;
}

.website-items img {
  width: 100%;
}

.website-items__name {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.website-items__desc {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    margin: 16px 0;
}

@media screen and (max-width: 1600px) {
  .website-items__info {
    padding: 16px 24px;
  }

  .website-items__name {
    font-size: 19px;
  }
}

@media screen and (max-width: 1440px) {
  .website__left {
    padding: 150px 0;
  }

  .website__left__content {
    padding: 0 30%;
  }
}

@media (max-width: 1200px) {
  .website__left {
    padding: 120px 0;
  }
}

@media (max-width: 992px) {
  .website__left {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {

  .website {
    margin-top: 60px;
  }

  .website:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: calc(100% - 90px);
    border-radius: 0;
    background: linear-gradient(0deg,#70efd1 0,#1bc1c1 100%);
    z-index: -1;
  }

  .element-website__left::before {
    display: none;
  }

  .website__left {
    width: 100%;
    transform: initial;
    padding: 45px 0;
  }

  .website__left__content {
    padding: 0 50px;
    max-width: 500px;
    margin: 0 auto;
  }

  .website__right {
    width: 100%;
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    padding: 0 30px;
    max-width: 600px;
    margin: 0 auto;
  }

  .website__swiper .swiper-slide {
    width: calc(50% - 8px);
  }
}

@media (max-width: 576px) {
  .website__swiper .swiper-slide {
    width: 100%;
  }
}

/* 
---------------------------------------------
WebDesign Style
--------------------------------------------- 
*/

.web-design {
  background: linear-gradient(to bottom, #efe9e3, #faf5f0, rgb(239 233 227 / 0));
  padding: 80px 0;
}

.web-design__name {
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.web-design__desc {
  font-size: 14px;
  line-height: 21px;
}

.btn-advise {
  background: var(--tudi-gradient);
  padding: 10px 32px;
  border-radius: 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-top: 36px;
}

.btn-advise span {
  color: var(--white);
}

.web-design__content {
  position: relative;
  margin-top: 64px;
  padding-left: 0;
  padding-right: 0;
}

.why-choose-tudi-items {
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.web-design__content .web-design__swiper {
  margin-left: 15px;
  margin-right: 15px;
}

.why-choose-miko-items__image {
  height: 50px;
  margin-bottom: 16px;
  text-align: center;
}

.why-choose-miko-items__image img ,
.why-choose-miko-items__image svg {
  /* max-height: 50px;
  max-width: 70px; */
}

.why-choose-tudi-items__desc {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.custom-swiper-next {
  transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

@media(max-width: 767px)
{
  .web-design {
    padding: 40px 0;
  }
  .web-design__content {
    margin-top: 40px;
  }
}

/* 
---------------------------------------------
Themes Style
--------------------------------------------- 
*/

.theme__title {
  text-align: center;
  font-size: 51px;
  line-height: 67px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 51px;
}

.theme__title span {
  display: block;
  color: var(--secondary);
}

.theme-sample__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9.6px;
  margin-bottom: -19px;
}

.theme-sample__item {
  width: 25%;
  padding: 0 9.6px;
  margin-bottom: 19px;
}

.theme-sample__wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.theme-sample__img {
  position: relative;
}

.theme-sample__img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));
  transition: all .4s ease;
  z-index: 1;
  pointer-events: none;
}

.theme-sample__img a {
  display: block;
  padding-top: calc((448 / 336) * 100%);
  position: relative;
  overflow: hidden;
}

.theme-sample__img .theme-sample-inner__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.theme-sample__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.theme-sample__btn a {
  background-color: rgba(255,255,255,.1);
  border: 1px solid var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translate(0,100%);
  transition: .4s ease-in-out;

  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;
  width: fit-content;
  white-space: nowrap;
  gap: 12px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  /*background-color: var(--secondary);*/
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}

.theme-sample__btn a span {
  transform: none;
  position: relative;
  z-index: 2;
}

.theme-sample__btn a img {
  width: 19px;
  height: 19px;
  object-fit: unset;
  transition: none;
  position: relative;
  z-index: 2;
}

.theme-sample__btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--white);
  transition: all .4s ease;
  z-index: 1;
  pointer-events: none;
}

.theme-sample__wrap:hover .theme-sample__img::after {
  left: 0;
  width: 100%;
}

.theme-sample__wrap:hover .theme-sample-inner__img img {
    transform: translateY(calc(-100% + var(--height)));
    transition: 3s linear;
}

.theme-sample__wrap:hover .theme-sample__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate(0,0);
  transition-delay: .1s;
}

.theme-sample__btn a:hover::after {
  left: 0;
  width: 100%;
  transition: none;
}

.theme-sample__btn a:hover span {
  color: var(--secondary);
}

.theme-sample__btn a:hover img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(30%) saturate(6440%) hue-rotate(349deg) brightness(101%) contrast(92%);
}

.theme-sample__content {
  padding: 12px;
}

.theme-sample__name a {
  display: block;
  color: var(--black);
}

.theme-sample__name {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.theme-sample__name a:hover {
  color: var(--primary);
}

.theme-sample__tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: auto;
}

.theme-sample__tag a {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--light);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b8b8b;
  transition: .3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.theme-sample__tag a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--primary);
  transition: all .4s ease;
  z-index: -1;
  pointer-events: none;
}

.theme-sample__tag a:hover {
  color: var(--white);
}

.theme-sample__tag a:hover::after {
    left: 0;
    width: 100%;
}

/* 
---------------------------------------------
Commit Style
--------------------------------------------- 
*/

.enterprise-commit {
  background: var(--bg-commit);
  color: var(--white);
  font-size: 15px;
  margin-top: 100px;
  min-height: 500px;
  padding: 60px 15px;
  text-align: center;
  position: relative;
}

.enterprise-commit__postcontent {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: rgba(0, 0, 0, 0.5);
  display: block;
/*  position: absolute;*/
  text-align: center;
  padding: 20px;
}

.enterprise-commit__postcontent h2 {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.enterprise-commit__postcontent p {
  color: var(--white);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

.enterprise-commit .table-responsive table {
  width: 80%;
  margin: 0 auto;
}

.enterprise-commit .table-responsive table tr td {
  background: transparent;
  color: var(--white);
  line-height: 22px !important;
  padding: 10px 20px !important;
  text-align: left;
}

/* 
---------------------------------------------
Feedback Style
--------------------------------------------- 
*/

.feedback {
    padding: 100px 0;
    padding-left: 60px;
    position: relative;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    overflow: hidden;*/
}

.wrap_customer {
    position: relative;
}

.feedback h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 54px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 32px;
  /*position: relative;
  left: auto;
  top: auto;
  margin-bottom: 32px;
  padding-left: 30px;
  padding-right: 30px;*/
}

/*.feedback h2 span {
  display: block;
}*/

.feedback-items {
  position: relative;
  padding-bottom: 0;
}

.feedback-items__content {
  position: relative;
  min-height: 475px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 32px;
  padding-bottom: 0;
}

.content-feedback {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}

.content-feedback::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: rgb(239 233 227 / 1);
  min-height: 475px;
}

.feedback-items__desc {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 21px;
    color: rgb(0 0 0 / 1);
}

.feedback-items__bottom {
  position: relative;
  left: auto;
  bottom: auto;
  margin-top: 32px;
  display: flex;
  cursor: pointer;
  align-items: flex-end;
}

.feedback-img__bottom {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 5px solid rgb(255 255 255 / 1);
}

.feedback-items__name {
  width: calc(100% - 90px);
  padding-left: 10px;
  padding-bottom: 14px;
  
}

.feedback-items__name h3 {
  font-size: 12px;
  color: rgb(0 0 0 / 1);
  margin-bottom: 0;
}

.feedback-items__name p {
  font-size: 12px;
  margin-bottom: 0;
}

.feedback-right {
  overflow: hidden;
  width: 100%;
}

.feedback__image__swiper img {
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}

.feedback-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
  /*min-height: 500px;*/
}

/*.feedback-center {
  position: relative;
  top: 0;
  right: 0;
  z-index: 9;
  margin-left: -10%;
  margin-top: -135px;
  width: 120%;
  transform: translate(0%, 50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}*/

.feedback .feedback__design__swiper {
    position: absolute;
    width: 70%;
    /*height: 71%;*/
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.feedback__design__swiper img {
  border-radius: 16px;
}

.feedback-control {
  position: absolute;
  right: 0;
  bottom: 36px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  gap: 16px;
}

.nav-feedback {
  display: flex;
}

.custom-feedback-next {
  margin-left: 10px;
}

.feedback-pagination__progress {
  position: relative;
  margin-left: 16px;
  height: 2px;
  width: calc(100% - 155px);
  background: rgb(204 204 204 / 1);
}

.feedback-pagination__progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 10%;
  background: rgb(0 0 0 / 1);
}

.feedback-pagination__fraction {
  width: 50px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: rgb(139 139 139 / 1);
}

/* 
---------------------------------------------
Customers Style
--------------------------------------------- 
*/

.typical-customers__content {
  text-align: center;
}

.typical-customers__content h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.typical-customers .slider-logo {
  max-width: 78vw;
  margin: auto;
}

.slider-logo::before,
.slider-logo::after {
  content: '';
  background: linear-gradient(90deg,#fff 0%,rgba(255,255,255,.55) 57.3%,rgba(255,255,255,0) 100%);
  width: 25.99rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  pointer-events: none
}

.typical-customers .slider-logo::after {
  background: linear-gradient(268deg,#fff 0%,rgba(255,255,255,.55) 57.3%,rgba(255,255,255,0) 100%);
  left: unset;
  right: 0;
  z-index: 2
}

.slider-logo .slick-list {
  padding: 27px 0;
  margin: 48px 0;
}

.slider-logo .items-logo {
  display: flex !important;
  justify-content: center;
}

.slider-logo .items-logo a {
  width: 90%;
  padding-bottom: 90%;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 0px 2.083rem 0px rgba(136,166,180,.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  transition: .5s all;
  position: relative
}

.slider-logo .items-logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%
}

.slider-logo .items-logo a:hover {
  background: rgb(46 136 224/30%);
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/

.news__title {
  font-weight: 700;
  font-size: 24px;
  color: rgba(0,0,0,.5);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.news__name {
  font-weight: 700;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.news__desc {
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  color: var(--black);
}

.post-items {
  border-radius: 16px;
  background: rgb(239 233 227 / 1);
  padding: 13px;
}

.post-items .img {
  position: relative;
}
.post-items .img:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.post-items .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-items .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.post-items img {
  border-radius: 6px;
  width: 100%;
}

.post-items__info {
  padding: 0 13px 16px;
}

.post-items__date {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 700;
  color: rgb(0 0 0 / 1);
  opacity: .5;
}

.post-items__info h4 {
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-items__info h4 a {
  color: rgb(0 0 0 / 1);
}

.post-items__desc{
  color: rgb(0 0 0 / 1);
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.post-detail-service-list {
    padding: 3rem 0 0;
    margin: 0;
    list-style-type: none;
    position: sticky;
    top: 0
}

.post-detail-service-list li {
    margin-bottom: 1rem;
    padding: .313rem;
    border-radius: .625rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    display: flex
}

.post-detail-service-list li .img {
    width: 41%;
    border-radius: .313rem;
    overflow: hidden
}

.post-detail-service-list li a:last-child {
    width: 59%;
    padding-left: 15px;
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none
}

.post-detail-service-list li a:last-child:hover {
    color: var(--miko-color)
}

.post-detail-service-swiper {
    margin-bottom: 2rem;
}

.post-detail-service-swiper .swiper-slide {
    position: relative;
    border-radius: .625rem;
    overflow: hidden;
    font-size: 19px;
}

.post-detail-service-swiper .swiper-slide a:last-child {
    display: block;
    background: linear-gradient(270deg,#70efd1 0,var(--primary) 100%);
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    padding: .625rem
}

.swiper-button-next,.swiper-button-prev {
    color: #34d5d1;
}
.swiper-button-next:after,.swiper-button-prev:after {
  content: "";
    font-family: swiper-icons;
    font-size: 22px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

/*news detail*/

.blog-detail ul,
.blog-detail ol {
  padding-left: 20px;
}
.blog-detail ul li {
  list-style: disc;
/*  margin: 5px 0;*/
}

.list-unstyled li{
  list-style: none !important;
}

.content-toc {
  width: 100%;
  border: 1px solid rgba(51,51,51,0.95);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: .6s ease;
}
.content-toc header {
  font-size: 22px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
}
.content-toc header h3 {
  margin-bottom: 0;
  font-size: 22px;
  margin-left: 10px;
}
.content-toc .header-minimize  ,
.content-toc .header-close  {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.content-toc.toc-minimize .header-minimize {
  transform: rotate(-90deg);
}
.content-toc .aside-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.content-toc ul {
  padding-left: 10px;
  margin-bottom: 0;
}
.content-toc li {
  list-style: none !important;
}
.content-toc li a{
  color: #000;
  font-weight: 700;
  padding: 3px 10px;
  display: block;
}
.content-toc a:hover {
  color: var(--primary);
}
.content-toc li li a
{
  font-weight: 500;
}

.content-toc li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
}
.content-toc li li a:before {
  width: 4.5px;
  height: 4.5px;
  margin-bottom: 4px;
}

.btn-toc-action {
  display: none;
  position: fixed;
/*  right: 0;*/
  top: 50%;
  border: 1px solid #3a3a3a;
  width: 42px;
  height: 42px;
  font-size: 28px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  transition: .6s ease;

}

.bg-page-out {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: .3s;
}
.bg-page-out.active {
  opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.toc-sidebar .content-toc {
/*  display: none;*/
  position: fixed;
  top: 0;
  background: #f3f3f3f2;
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
  width: auto;
  height: 100%;
  overflow-x: auto;
}
.toc-sidebar .content-toc.active {
  opacity: 1;
  visibility: visible;
}

.toc-sidebar .content-toc .header-minimize,
.content-toc .header-close {
  display: none;
}
.toc-sidebar .content-toc .header-close {
  display: block;
}

.toc-sidebar ol {
  padding-left: 20px;
}

@media(max-width: 767px)
{
  .btn-toc-action {
/*    display: block;*/
    right: 0;
  }
  /*.content-toc {
    position: fixed;
    right: 0;
    top: 50%;
    width: 90%;
    transform: translate(100%, -50%);
    background: #fff;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
    font-size: 16px;
    padding: 20px 10px;
  }
  .content-toc.active {
    transform: translate(0, -50%);
  }*/
  .content-toc .aside-close {
    display: block;
  }


  .btn-toc-action.active {
    transform: translateX(100%);
  }

  .toc-sidebar .content-toc {
    right: 0;
    max-width: 100%;
  }
}

/*news detail*/

/* 
---------------------------------------------
Faq Style
--------------------------------------------- 
*/

.faq {
  background: var(--home-faq-bg);
  background-size: cover;
  padding: 70px 0 40px;
  position: relative;
}

.faq__title {
  font-weight: 700;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.faq .accordion-item {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0,111,68,.14);
  
  border: 0;
  margin-bottom: 20px;
  /*border-left: solid 5px transparent;*/
}

.faq .accordion-button {
  background: transparent;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -.5px;
  color: var(--primary);
  padding: 0;
  box-shadow: none;
  padding: 20px 23px;
}

.faq .accordion-body {
  font-size: 14px;
  line-height: 21px;
}

.faq .accordion-body a {
  margin-top: 10px;
  text-decoration: underline;
  color: var(--primary);
  display: block;
  font-style: italic;
}

@media(max-width: 767px)
{
  .faq .accordion-button {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .faq .accordion-body {
    padding: 15px;
  }
}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-main {
  background: #faf5f0;
  padding: 40px 0;
  overflow: hidden;
}

.logo-footer {
  margin-bottom: 16px;
}

.footer-content p {
  font-size: 14px;
  line-height: 21px;
}

.footer-content h3 {
  color: var(--black);
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-content li {
  font-size: 14px;
  line-height: 21px;
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon a {
  background: var(--primary);
  color: var(--white);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-footer a {
  color: var(--black);
  display: block;
}

.nav-footer li {
  margin-bottom: 6px;
}

.quote-form-footer input,
.quote-form-footer select,
.quote-form-footer textarea {
  display: block;
  width: 100%;
  height: 42px;
  background: #efe9e3;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  color: var(--black);
  border: 0;
}

.quote-form-footer textarea {
  height: 120px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.quote-form-footer input:focus,
.quote-form-footer select:focus,
.quote-form-footer textarea:focus {
  box-shadow: none;
  background: #efe9e3;
}

.submit-baogia-ftm {
  background: var(--tudi-gradient);
  color: var(--white);
  width: 190px;
  border-radius: 80px;
  height: 42px;
  font-weight: 700;
  font-size: 14px;
}

.submit-baogia-ftm:hover {
  color: var(--white);
}

.left-footer h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}

.left-footer p {
  font-size: 12px;
  color: var(--black);
  line-height: 18px;
}

.box-cert {
  display: flex;
  align-items: center;
  gap: 6px;
}

.box-cert img {
  max-height: 32px;
  display: block;
}

.right-footer p {
  font-size: 14px;
  line-height: 21px;
  color: var(--black);
  margin: 12px 0 4px;
}

.lang-tudi__footer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-tudi__footer a {
  display: block;
  width: 31px;
  height: 31px;
}

.copyright {
  background: #5f5f5f;
  padding: 20px 0;
  font-weight: 700;
}

.copyright a {
  display: block;
  text-align: right;
  color: #8b8b8b;
}

.copyright p {
  color: #8b8b8b;
}

/* 
---------------------------------------------
Page About Style
--------------------------------------------- 
*/

.about-block {
  padding: 50px 0;
}

.about-block__bg {
  background: var(--about-banner-bg);
  background-size: cover;
  border-radius: 16px;
}

.about-block__content {
  padding: 60px 40px 40px 0;
}

.about-block__content p:first-child {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}

.about-block__content h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 12px;
}

.about-block__content p {
  color: var(--white);
  line-height: 21px;
  margin-bottom: 12px;
}

.about-block__content p:last-child {
  margin-bottom: 0;
}

.site-block__populated h2 {
  color: var(--primary);
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.site-block__populated p {
  line-height: 21px;
  color: var(--black);
}

.site-block__img img {
  width: 100%;
}

.item-utilities {
  display: flex;
  gap: 20px;
}

.item-utilities i {
  font-size: 47px;
  color: var(--primary);
}

.item-utilities__content .count-up {
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 10px;
}

.item-utilities__description {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
}

.icon-top-right:hover {
  animation-name: wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.mission-block {
  background-color: var(--white);
  background-image: url('../img/alo-1.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.mission-block__overlay,
.advise-left__overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: var(--white);
  opacity: .5;
  transition: background .3s,border-radius .3s,opacity .3s;
}

.mission-block__title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.mission-block__img-box {
  text-align: center;
  padding: 27px 20px 101px;
  background-color: transparent;
  background-image: linear-gradient(180deg,#FFFFFF7A 0%,#FFFFFFD9 100%);
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(132,45.00000000000001,45.00000000000001,.13);
  position: relative;
  height: 510px;
  transition: box-shadow .3s;
}

.mission-block__img-box:hover {
  box-shadow: 0px 0px 10px 0px rgb(46 136 224 / 66%);
}

.mission-block__image-box-img {
  width: 43%;
  display: block;
  margin: 0 auto;
}

.mission-block__image-box-content h5 {
  font-size: 24px;
  line-height: 34px;
  color: var(--black);
}

.mission-block__image-box-content span {
  display: block;
}

@media(max-width: 767px)
{
  .mission-block {
    padding: 40px 0;
  }
  .mission-block__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .mission-block__img-box {
    padding: 15px;
    height: auto;
  }
  .mission-block__image-box-img {
    width: 35%;
  }
  .mission-block__image-box-content h5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

.client-block {
  padding: 100px 0;
}

.client-block__content h2 {
  font-size: 35px;
  line-height: 53px;
  color: var(--black);
  text-align: center;
}

.client-block__content span {
  color: var(--primary);
}

.client__swiper .custom-clients-prev {
  left: 0;
}

.client__swiper .custom-clients-next {
  right: 0;
}

.custom-clients-next i,
.custom-clients-prev i {
  font-size: 20px;
  color: var(--black);
}

@media(max-width: 767px)
{
  .client-block {
    padding: 0;
  }
  .client-block__content h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}

.advise-block {
  padding: 100px 0;
  background: var(--light-tudi);
}

.advise-block__content {
  text-align: center;
  margin-bottom: 48px;
}

.advise-block__content h2 {
  font-size: 35px;
  line-height: 53px;
  color: var(--black);
}

.advise-block__content span {
  display: block;
  color: var(--primary);
}

.advise-block__left {
  background-color: var(--primary);
  background-image: url('../img/ORIO9702-1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 14px;
  height: 100%;
}

.advise-left__overlay {
  background-color: var(--primary);
  opacity: .93;
  border-radius: 14px;
}

.advise-block__info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 20px;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.advise-block__icon-box {
  text-align: center;
  position: relative;
  color: var(--white);
  margin-bottom: 20px;
}

.advise-block__icon-box .icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.advise-block__info .content h5 {
  color: var(--white);
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.advise-block__icon-box .content span {
  display: block;
}

.advise-block__bottom-button {
    position: relative;
    text-align: center;
    width: 100%;
}

.advise-block__bottom-button a {
  background-color: #FFA8A852;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 0px rgba(203.00000000000003,75,75,.06);
  padding: 14px;
  display: block;
}

.advise-block__bottom-button a:not(:last-child) {
  margin-bottom: 20px;
}

.advise-block__bottom-button a {
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
}

.advise-block__right {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,.07);
  border-radius: 14px;
  padding: 10px;
}

.advise-block__form {
  padding: 40px 50px;
}

@media(max-width: 767px)
{
  .advise-block {
    padding: 40px 0;
  }
}

.form-advise input,
.form-advise textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b3b3b3;
  font-size: 15px;
  color: var(--dark);
  padding: 10px 15px;
}

.form-advise select {
  padding: 10px 15px;
  font-size: 15px;
  color: var(--dark);
  border-radius: 0;
}

.form-advise textarea {
  padding: 4px 14px;
}

.form-advise input:focus,
.form-advise select:focus,
.form-advise textarea:focus {
  box-shadow: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  outline: 0;
}

.btn-custom,
.submit-tuvan-frm {
  background: var(--tudi-gradient);
  color: var(--white);
  padding-right: calc(19px/2);
  padding: 4px 30px;
  border-radius: 50px;
  min-height: 47px;
  transition: all .5s;
}

.btn-custom:hover ,
.submit-tuvan-frm:hover {
  color: var(--white);
  background: var(--primary);
}

@keyframes wobble-to-top-right {
  16.65% {
    transform: translate(8px,-8px);
  }
  33.3% {
      transform: translate(-6px,6px);
  }
  49.95% {
      transform: translate(4px,-4px);
  }
  66.6% {
      transform: translate(-2px,2px);
  }
  83.25% {
      transform: translate(1px,-1px);
  }
  100% {
      transform: translate(0,0);
  }
}

/* 
---------------------------------------------
VPS Page Style
--------------------------------------------- 
*/

.section-head {
  margin-bottom: 40px;
}

.section-head h6 {
  color: var(--primary);
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 0 25px;
}

.section-head h6::after,
.section-content p::after {
  position: absolute;
  content: '';
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: var(--primary);
  transform: rotate(45deg);
}

.section-head h6::before,
.section-content p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    transform: rotate(45deg);
}

.section-head h2,
.section-content h2 {
  font-size: 36px;
  line-height: 1.4;
  color: var(--primary);
  font-weight: 600;
}

.vps-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.item-vps p {
  color: var(--primary);
  font-weight: 700;
  line-height: 27px;
  font-size: 16px;
}

.logo-news {
  text-align: center;
}

.logo-news img {
  width: 120px;
  height: 28px;
  padding: 4px;
}

.box-title h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}

.box-content h2 span,
.box-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: var(--tudi-gradient);
}

.box-title h4 {
  font-size: 18px;
  line-height: 29px;
  position: relative;
}

.box-title h4::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 120px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--tudi-gradient);
}

.box-title h5 {
  font-size: 16px;
  line-height: 24px;
}

.box-title p {
  font-size: 16px;
}

.list-system {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 60px 0;
  z-index: 1; 
}

.item-system {
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.item-system:first-child {
  animation-delay: -.5s;
  margin-top: 30px;
}

.item-system:nth-child(2) {
  animation-delay: -1s;
  margin-top: 60px;
}

.item-system:nth-child(3) {
  animation-delay: -1.5s;
  margin-top: 20px;
}

.item-system:nth-child(4) {
  animation-delay: -2s;
  margin-top: 80px;
}

.item-system:last-child {
  animation-delay: -2.5s;
  margin-top: 30px;
} 

.item-system img {
  background: rgb(219 234 254/1);
  border-radius: 50%;
  padding: 24px;
}

.item-system:last-child {
  animation-delay: -2.5s;
}

.intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.vps_sec_4 {
  position: relative;
  padding: 180px 0;
  background: url('../img/head9_back.png') no-repeat;
  background-size: cover;
  background-position: 50%;
}

.img_back {
  position: absolute;
  left: 0;
  top: -50px;
  bottom: -50px;
  width: 100%;
  height: calc(100% + 100px);
  max-height: unset;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide_up_down {
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.section-content p {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 25px;
  color: var(--white);
  font-size: 18px;
}

.section-content h2 {
  color: var(--white);
  margin-bottom: 15px;
}

.vps_sec_5 {
  padding: 100px 0 48px;
}

.box-title label {
  font-size: 12px;
  padding: 5px 10px;
  background: var(--light);
  border-radius: 5px;
  margin-bottom: 20px;
}

.price-card {
  position: relative;
  padding: 36px;
  border: 1px solid var(--light);
  border-radius: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.price-content {
  margin-top: 60px;
}

.price-header {
  padding-bottom: 24px;
}

.price-header img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.price-header h6 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.price-header h2 {
  font-size: 30px;
  margin: 12px 0 7px;
}

.price-header h2 small {
  font-weight: 300;
  font-size: 15px;
}

.price-header p {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}

.price-body ul {
  margin-bottom: 50px;
}

.btn-sign {
  border-radius: 30px;
  border: 1px solid var(--primary);
  padding: 12px 48px;
  color: var(--black);
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  transition: .5s;
}

.btn-sign:hover {
  background: var(--primary);
  color: var(--white);
}

.bg-price-card {
  background: rgb(219 234 254/1);
  border-color: var(--primary);
  border-top-width: 8px;
}

.bg-price-card a.btn-sign {
  background: var(--primary);
  color: var(--white);
}

.community {
  border: 1px solid hsla(0, 0%, 60%, .2);
  border-radius: 15px;
  padding: 20px 0;
  display: flex;
}

.commun-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid hsla(0, 0%, 60%, .2);
  padding: 10px 0;
}

.commun-card:last-child {
  border: none;
}

.icon-commun {
  flex-shrink: 0;
  margin-right: 25px;
}

.community img {
  filter: drop-shadow(-10px 10px 20px rgba(8, 76, 186, .4666666667));
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

.info-commun h5 {
  font-size: 20px;
  line-height: 1.1;
}

@keyframes slide_up_down {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

@keyframes scale_up_down {
    0% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

/* 
---------------------------------------------
Domain Page Style
--------------------------------------------- 
*/

.domain_sec_1 {
  position: relative;
}

.video-container {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}

.video-container .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.video-bg {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.domain-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.section-title-container h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 32px;
  line-height: 51px;
}

.section-title-container p {
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
}

.search-domain {
  margin: 30px 0;
}

.search_home {
  position: relative;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.searchform {
  display: flex;
  align-items: center;
  background: var(--white);
  padding: 5px;
  border-radius: 30px;
}

.search_home input[type=search] {
    border: none;
    border-radius: 30px;
    box-shadow: none;
    background: transparent;
    font-size: 14px;
    color: var(--black);
}

.btn-search {
  flex: 0 0 20%;
  background: var(--tudi-gradient);
  color: var(--white);
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-search:hover {
  color: var(--white);
}

.domain-left::before,
.domain-right::before {
  display: none;
}

.domain-left,
.domain-right {
  text-align: center;
}

.domain-left i,
.domain-right i {
  color: var(--light);
  font-size: 18px;
}

.slide-domain .slick-prev.domain-left {
  transform: rotate(0deg);
}

.box_item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.2);
}

.box_item h5 {
  font-size: 35px;
  background: var(--tudi-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.box_item p {
  color: var(--white);
}

.domain_sec_2 {
  padding: 30px 0;
  background: var(--light);
}

.domain_sec_2 .icon-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.domain_sec_2 .icon-box-img {
  width: 60px;
  display: flex;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  max-width: 200px;
}

.domain_sec_2 .icon-box-text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.domain_sec_3 {
  background: var(--light-tudi);
}

.domain_sec_3 .icon-box-img {
  margin-bottom: 10px;
}

.domain_sec_3 .icon-box-text h3 {
  font-size: 18px;
  line-height: 1.4;
}

.domain_sec_3 .icon-box-text p {
  font-size: 16px;
  line-height: 24px;
}

.domain_sec_4 {
  background: url('../img/bg_ques.jpg') center no-repeat;
  background-size: cover;
}

.fs-32 h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.box-content ul li,
.domain-content-wrapper li {
  list-style: disc;
  margin-left: 23px;
}

.box-content p {
  font-size: 16px;
}

.box-content ul li:not(:last-child),
.domain-content-wrapper li:not(:last-child) {
  margin-bottom: 10px;
}

.domain_sec_5 {
  background: var(--support-bg);
  background-size: cover;
}

.domain-content-wrapper h2 {
  color: var(--secondary);
  font-size: 52px;
  line-height: 68px;
}

.domain-content-wrapper h3 {
  font-size: 30px;
  line-height: 48px;
  color: var(--dark);
}

.domain_sec_6 {
  background: url('../img/bg_1000.jpg') center no-repeat;
  background-size: cover;
}

.item-customer a {
  display: block;
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 0 2px rgb(0 0 0 / 20%);
  overflow: hidden;
  text-align: center;
}

.item-customer img {
  max-width: 85%;
}

.domain-banner h1 {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.domain-banner .searchform {
  border: 1px solid #707070;
}

.domain-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #efe9e3 0, #faf5f0 100%);
  padding: 2rem;
  border-radius: 1rem;
  font-size: 14px;
}
.domain-item.domain-item--is-more {
  border-bottom: 1px solid rgba(139, 139, 139, 0.3);
  background: #fff;
  padding: 2rem;
}
.domain-item__label {
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.domain-item--registered .domain-item__label {
  color: #999;
}

.domain-item__name {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.domain-item__label svg {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  fill: var(--primary);
}
.domain-item--registered .domain-item__label svg {
  fill: #c0c0c0;
}

.domain-item__price-now {
  font-size: 1.25rem;
  color: var(--primary);
}
.domain-item__price-year {
  font-size: 14px;
}
.hbtn {
  padding: 0.625rem 2rem !important;
  border-radius: 5rem !important;
  font-family: "Montserrat" !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background-size: 400% auto !important;
  background: var(--miko-gradient) !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  border: 0 !important;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.hbtn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--tudi-gradient);
    transition: all 0.5s;
}
.hbtn span {
    z-index: 1;
    position: relative;
}
.domain-item__buy-now {
  display: flex;
  align-items: center;
}
.domain-item__buy-now svg {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  fill: #fff;
  position: relative;
}
.domain-item__get-whois {
  display: flex;
  align-items: center;
}
.domain-item__get-whois svg {
  display: none;
  margin-right: 0.5rem;
  position: relative;
}
.domain-item__get-whois span {
  line-height: 20px;
}
.domain-1__register-domain__title {
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.domain-1__register-domain > p {
  text-align: center;
  margin-top: 0;
}


/*domain-tab*/
.domain-tab {
  justify-content: center;
  border-bottom: 0;
}
.domain-tab li {
  margin: 5px;
}
.nav-tabs.domain-tab .nav-link {
  border: 1px solid #ccc;
  border-radius: 20px;
  color: var(--primary);
  font-weight: 700;
}
.nav-tabs.domain-tab .nav-link.active ,
.nav-tabs.domain-tab .nav-link:hover {
  color: #fff;
  background: var(--primary);
}
.domain-tab .nav-link img {
  /* to black */
  filter: invert(1);
  /* or to blue */
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(189deg);
  margin-top: -3px;
}
.nav-tabs.domain-tab .nav-link.active img ,
.domain-tab .nav-link:hover img {
  filter: invert(1);
  filter: filter: contrast(0) brightness(2) !important;
}

.domain-1__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
}
.domain-1__item {
  padding: 1.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 3px rgb(0 0 0 / 10%);
  border-radius: 1rem;
  transition: all 0.3s;
}
.domain-1__item__icon {
  color: var(--miko-color);
  transition: all 0.3s;
}
.domain-1__item__name {
  font-weight: bold;
  font-size: 1.625rem;
  color: var(--miko-color);
  text-align: center;
  margin: 0.5rem 0;
  transition: all 0.3s;
}
.domain-1__item__price {
  font-size: 1.125rem;
  color: #5f5f5f;
  text-align: center;
  transition: all 0.3s;
}
.domain-1__item:hover {
  background: linear-gradient(90deg, #1bc1c1 0, #70efd1 100%);
}
.domain-1__item:hover .domain-1__item__icon,
.domain-1__item:hover .domain-1__item__name,
.domain-1__item:hover .domain-1__item__price {
  color: #fff;
}

@media screen and (max-width: 768px) {
    .domain-1__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .domain-item {
      flex-wrap: wrap;
    }
    .domain-item.domain-item--is-more {
      padding: 20px;
    }
    .domain-item__left {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 475px) {
    .domain-1__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*domain-tab*/


/* 
---------------------------------------------
Blog Page Style
--------------------------------------------- 
*/

.design-banner-contain {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}


.design-banner-contain:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(70deg, rgba(46, 136, 224, 1) 40%, rgba(112, 239, 209, 0) 100%);
  background: -webkit-gradient(linear, 70deg, color-stop(40%, 1bc1c1), color-stop(100%, 70efd1));
  background: -webkit-linear-gradient(70deg, rgba(46, 136, 224, 1) 40%, rgba(112, 239, 209, 0) 100%);
  background: -o-linear-gradient(70deg, rgba(46, 136, 224, 1) 40%, rgba(112, 239, 209, 0) 100%);
  background: -ms-linear-gradient(70deg, rgba(46, 136, 224, 1) 40%, rgba(112, 239, 209, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
  background: linear-gradient(70deg, rgba(46, 136, 224, 1) 40%, rgba(112, 239, 209, 0) 100%);
  left: 0;
  top: 0;
}

.design-banner-info {
  position: absolute;
  top: 50%;
  left: 7.5rem;
  width: 40%;
  word-break: break-word;
  transform: translate(0, -50%);
  z-index: 2;
}

.design-banner-title {
  font-weight: 700;
  color: var(--white);
  opacity: .5;
  font-size: 24px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.design-banner-description {
  text-transform: uppercase;
  color: var(--white);
  font-size: 36px;
}

.himg,
.himg img {
  display: block;
}

.banner--mobile {
    display: none;
}

.blog-content-main {
  padding-bottom: 24px;
}

.blog-content-main .content-blog {
  margin-top: 24px;
}

.blog-content-main h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date-blog {
  font-weight: 700;
  color: var(--dark);
  font-size: 14px;
}

.blog-content-main .content-blog p {
  line-height: 24px;
}

.blog-wrap {
  padding: 32px 0 0;
}

.item-blog {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}

.item-blog .img-blog {
  width: 30%;
}

.item-blog .wrapper-blog {
  width: 68%;
}

.item-blog .wrapper-blog h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.page-navi ul {
  gap: 6px;
}

.page-navi a,
.page-navi span {
  display: flex;
  align-items: center;
  height: 100%;

  padding: 0 16px;
  border-radius: 20px !important;
  line-height: 35px;
  border: 2px solid var(--gray);
  color: var(--black1);
  font-size: 14px;
}

.page-navi a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.post-detail__sub-title {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 16px;
  font-weight: 700;
}

.blog-items-desk {
  position: relative;
  box-shadow: 0 0rem 1rem rgb(0 0 0 / 5%);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 32px;
}

.blog-items-desk p {
  line-height: 24px;
}

.not-found__form {
  display: flex;
  background: var(--white);
  border-radius: 18px;
  position: relative;
  margin: 16px 0 8px;
}

.not-found__form::after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: var(--tudi-gradient);
  border-radius: 50px;
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

.not-found__form input[type="text"] {
  width: calc(100% - 130px);
  height: 36px;
  border: 0;
  font-size: 14px;
  padding-left: 10px;
  border-radius: 18px;
}

.not-found__form input[type="text"]:focus {
  box-shadow: none;
}

.not-found__form button {
  width: 130px;
}

.btn-search-form {
  border: 0;
  border-radius: 18px;
  background: var(--tudi-gradient);
  color: var(--white);
  font-weight: 700;
}

.category-item {
  display: inline-block;
  margin: 4px 2px;
}

.category-item a {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  background: var(--tudi-gradient);
  color: var(--white);
  display: block;
  transition: all 0.3s;
  text-align: center; 
}

.blog-items-views:not(:last-child),
.post-detail-service:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.blog-items-views .blog-items__name {
  margin: 10px 0;
}

.blog-items-views .blog-items__name a {
  display: block;
  font-size: 15px;
  color: var(--black);
  text-transform: uppercase;
  line-height: 25px;
}

.post-detail-service,
.post-related {
  display: flex;
  justify-content: space-between;
}

.post-detail-service .service-img1,
.post-related__image {
  width: 40%;
  overflow: hidden;
}

.post-detail-service .service-info1,
.post-related__info {
  width: 57%;
}

.post-detail-service .service-info1 a {
  display: block;
  font-weight: 700;
  color: var(--black);
  font-size: 14px;
  line-height: 24px;
}

.blog-items__view {
  text-align: right;
  padding: 32px 0 0;
}

.blog-items__view a {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.blog-items__view a svg {
  margin-left: 12px;
}

.post-related__image {
  border-radius: 10px;
}

.post-related__info a,
.post-related-item a {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
  transition: all 0.3s;
  margin-bottom: 4px;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-related__info a:hover,
.post-related-item a:hover {
  color: var(--primary);
}

.post-related__date {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}

.post-related-item {
  margin-top: 20px;
}

.item-recruitment-blog {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}

.item-recruitment-blog a {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.item-recruitment-blog p {
  line-height: 24px;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.blog-related {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-related li {
    display: flex;
    margin-bottom: 1.25rem
}

.blog-related li:last-child {
    display: flex;
    margin-bottom: 0
}

.post-related__image {
    width: 41%
}

.post-related__image img {
    border-radius: .625rem
}

.post-related__info {
    width: 59%;
    padding-left: 20px
}

.post-related__name {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: .875rem;
    margin: 0 0 .625rem;
    transition: all .3s;
    font-family: "Montserrat"
}

.post-related__name:hover {
    color: var(--miko-color)
}
/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 1440px) {
  .banner_home_main {
    bottom: 180px;
  }

  .banner_home_content h2 {
    font-size: 34px;
  }

  .box_q_a {
    max-width: 1000px;
    margin: 45px auto 0 auto;
  }
}

@media (max-width: 1200px) {
  .feedback {
    padding: 40px 0;
  }

  .banner_home_content h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .tab_content_des {
    width: 50%;
    float: left;
  }

  .slider_gallery_website .item p {
    font-size: 20px;
  }
}

@media (max-width: 992px) {

  .header__menu .navbar-nav {
    gap: initial;
  }

  .header__logo {
    text-align: left;
  }

  .header__logo img {
    width: 240px;
    max-width: 240px;
  }

  .feedback {
    flex-direction: column;
    align-items: flex-start;
  }

  .feedback h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .right-nav {
    margin-top: 15px;
/*    justify-content: center;*/
  }

  .lang-tudi {
    display: none;
  }

  .mega-menu-wrap {
    top: 0;
    height: 100%;
  }

  .mega-menu-item {
    text-align: left;
  }

  .mega-menu-tab .tab-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mega-menu-tab .tab-item .icon {
    width: 16px;
    height: 16px;
  }

  .mega-menu-inner {
    padding: 0;
/*    padding-top: 16px;*/
    height: 100%;
  }

  .mega-menu-tab .tab-item .icon-arrow {
    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;
  }

  .mega-menu-tab .tab-item {
    width: 100%;
    padding: 16px;
    padding-right: 38px;
    margin-right: 0;
  }

  .mega-menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 12;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: -2;
  }

  .mega-menu-panel.active,
  .mega-menu-panel.active .mega-menu-item {
    z-index: 12;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mega-menu-back {
    display: block;
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
  }

  .back-menu {
    text-align: left;
  }

  .mega-menu-wrap.active .mega-menu-inner, 
  .mega-menu-wrap.active .mega-menu-item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mega-menu-content .content-list {
    padding-bottom: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: wrap;
  }

  .mega-menu-content .content-item {
    scroll-snap-align: start;
    width: 320px;
    flex-shrink: 0;
    margin-right: 16px;
  }

  .mega-menu-content .mega-menu-item-style-first .content-item:nth-child(1) {
    width: 320px;
    padding-right: 0;
    border: unset;
  }

  .mega-menu-wrap .mega-menu-content .mega-menu-banner {
    display: none;
  }

  .mobile-menu {
    justify-content: flex-end;
  }

  .header-area .navbar-toggler:focus,
  .header-area .btn-close:focus {
    box-shadow: none;
  }

  /*.feedback-center {
    z-index: 1;
    transform: none;
  }*/

  .web-design__content .custom-swiper-prev {
    left: 0;
  }

  .web-design__content .custom-swiper-next {
    right: 0;
  }

  .slider-logo::before,
  .slider-logo::after {
    width: 10rem;
  }

  .mega-menu-wrap-js {
    display: none;
  }

  .mega-menu-wrap-js.active {
    display: block;
  }

  .advise-block__content h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner_home_content h2 {
    font-size: 25px;
  }

  .banner_home_content p {
    line-height: 1.5;
    font-size: 15px;
  }

  .banner_service_tab_image .tabs li h3 {
    font-size: 16px;
  }

  .banner_home_img {
    bottom: 0;
  }

  .banner_solution {
    padding: 80px 0 200px;
  }

  .banner_solution::before,
  .banner_solution::after {
    display: none;
  }

  .banner_service_tab_image .tabs li span {
    right: -10px;
    width: 15px;
    height: 15px;
  }

  .banner_service_tab_image .tabs li#tab3 span,
  .banner_service_tab_image .tabs li#tab4 span {
    left: -5px;
  }

  .banner_service_tab_image .tabs li.active span:before {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .banner_service_tab .tab_container {
    margin: -90px auto 0 auto;
  }

  .slider_gallery_website .item p {
    font-size: 16px;
  }

  .slider_gallery_website .slick-list {
    padding: 100px calc(calc(100%/3) - 10px) !important;
  }

  .form_quote .box_form .content_inner {
    padding: 50px 50px 30px;
  }

  .home_part_content .tabs li a {
    font-size: 14px;
  }

  .list-system {
    padding: 40px 0;
  }

  .community {
    flex-direction: column;
    border-radius: 20px !important;
  }

  .commun-card {
    width: 100%;
    justify-content: flex-start;
    padding: 30px;
    border-right: none;
  }

  .btn-search {
    flex: 0 0 35%;
  }

  .domain_sec_2 {
    display: none;
  }

  .design-banner-title {
    font-size: 18px;
  }

  .design-banner-description {
    font-size: 20px;
  }

  .item-blog .wrapper-blog h3 {
    font-size: 14px;
  }

}

@media (max-width: 767px) {

  .container {
    max-width: 100%;
  }

  .slider-tudi .item-banner {
    height: 100%;
  }
  .about-us {
    padding-top: 40px;
  }
  .about-us__bg {
    width: 100%;
    padding-bottom: 100%;
  }

  .about-us__img,
  .img-middle,
  .img-right {
    width: 100%;
  }


  /*.feedback-center {
    margin-top: -250px;
    margin-left: 0;
    width: 100%;
  }*/

  .feedback h2 {
    padding: 0 16px;
  }

  .feedback-center {
    position: initial;
  }

  .content-feedback {
    transform: initial;
    /*top: 110px;*/
    position: relative;
    
  }

  .feedback-center {
    transform: initial;
    width: 100%;
  }

  .feedback .feedback__design__swiper {
    height: auto;
    position: relative;
    margin: 0;
  }

  .feedback-items__content,
  .content-feedback::before {
    min-height: auto;
    padding: 0;
  }

  .feedback-control {
    position: unset;
    margin-top: 32px;
  }

  .web-design__content .custom-swiper-prev,
  .web-design__content .custom-swiper-next {
    display: block;
    height: 21px;
    top: 45%;
  }

  .about-us__name,
  .website__name,
  .web-design__name {
    font-size: 26px;
    line-height: 40px;
  }

  .theme-sample__item {
    width: 50%;
    padding: 0 4px;
  }

  .theme__title {
    font-size: 29px;
    line-height: 38px;
  }

  .theme-sample__img .theme-sample-inner__img img {
    animation: sampleSixImgAni 30s linear infinite;
    -webkit-animation: sampleSixImgAni 30s linear infinite;
  }

  .enterprise-commit {
    margin-top: 40px;
  }

  .enterprise-commit__postcontent {
    position: unset;
  }

  .enterprise-commit .table-responsive table tr td {
    white-space: nowrap;
  }

  .slider-logo .items-logo a {
    width: 86%;
    padding-bottom: 86%;
    margin: 7px 0;
  }

  .slider-logo::before,
  .slider-logo::after {
    width: 10%;
  }

  .typical-customers .slider-logo {
    max-width: 100%;
  }

  .slider-logo .slick-list {
    margin: 16px 0;
  }

  .copyright,
  .copyright a {
    text-align: center;
  }

  .about-block__content {
    margin: 0 35px;
    padding: 0 0 12px;
  }

  .advise-block__form {
    padding: 20px;
  }

  .advise-block__form .container-fluid {
    padding: 0;
  }

  .vps-list {
    gap: 16px;
  }

  .banner--desktop {
    display: none;
  }

  .banner--mobile {
    display: block;
  }

  .design-banner-contain:after {
    background: -moz-linear-gradient(180deg, rgba(46, 136, 224, 1) 25%, rgba(112, 239, 209, 0) 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(25%, 1bc1c1), color-stop(100%, 70efd1));
    background: -webkit-linear-gradient(180deg, rgba(46, 136, 224, 1) 25%, rgba(112, 239, 209, 0) 100%);
    background: -o-linear-gradient(180deg, rgba(46, 136, 224, 1) 25%, rgba(112, 239, 209, 0) 100%);
    background: -ms-linear-gradient(180deg, rgba(46, 136, 224, 1) 25%, rgba(112, 239, 209, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE',endColorstr='#F4F60C',GradientType='1');
    background: linear-gradient(180deg, rgba(46, 136, 224, 1) 25%, rgba(112, 239, 209, 0) 100%);
  }

  .design-banner-info {
    width: 100%;
    left: 0;
    top: 2rem;
    transform: initial;
    text-align: center;
  }

  .design-banner-title, 
  .design-banner-description {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .form_quote .box_form .content_inner {
    padding: 40px 23px 20px;
  }
}

@media only screen and (max-width: 480px) {

  .home_part_content .tabs li a {
    padding: 7px 0;
  }

  .home_part_content .tabs li {
    margin: 0 5px;
    float: unset;
    margin-bottom: 10px;
  }

  .home_part_content .tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }

}

@media only screen and (max-width: 414px) {
  .slick_nav_gallery .slick-slide h3 {
    font-size: 12px;
  }

  .slider_gallery_website .slick-slide,
  .slider_gallery_website .slick-slide[aria-hidden=true]:not(.slick-cloned)~.slick-cloned[aria-hidden=true] {
    transform: scale(1);
    transition: .1s;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }

  .slider_gallery_website .slick-center,
  .slider_gallery_website .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] {
    transform: scale(1.2);
    transition: .1s;
    z-index: 2;
    opacity: 1;
    box-shadow: 0 0 50px #404040;
  }

  .slider_gallery_website .slick-center, 
  .slider_gallery_website .slick-slide[aria-hidden=true]:not([tabindex="-1"])+.slick-cloned[aria-hidden=true] {
    box-shadow: none;
  }
}

@media (min-width: 640px) {

  .about-us__bg {
    width: 100%;
    padding-bottom: 100%;
  }

  .img-top {
    width: 24%;
  }

  .img-middle {
    max-width: 100%;
    width: 98%;
    left: -8px;
  }

  .img-right {
    max-width: 100%;
    width: 100%;
  }

  .web-design__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feedback {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feedback h2 {
    font-size: 32px;
  }

  /*.feedback-center {
    width: 100%;
    margin-top: -200px;
  }*/

  .feedback-control {
    bottom: 100px;
  }

  .news {
    margin-bottom: 64px;
  }

  .typical-customers__content h2,
  .news__name,
  .faq__title {
    font-size: 36px;
    line-height: 54px;
  }
}

@media (min-width: 768px) {
  .col-16 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
}

@media (min-width: 1024px) {

  .col-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-62 {
    flex: 0 0 62%;
    max-width: 62%;
  }

  .web-design__content {
    padding-left: 38px;
    padding-right: 38px;
  }

  .feedback {
    /*?align-items: flex-end;*/
    padding-left: 28px;
  }

  /*.feedback h2 {
    position: absolute;
    left: 56px;
    top: 80px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }*/

  .feedback-items {
    padding-bottom: 52px;
  }

  .feedback-items__content {
    min-height: 475px;
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 35%;
  }

  .feedback-items__desc {
    width: 80%;
  }

  /*.feedback-items__bottom {
    position: absolute;
    left: 60px;
    bottom: -40px;
    margin-top: 0;
  }*/

  .content-feedback {
    width: 44%;
    padding-left: 0;
    padding-right: 0;
  }

  .feedback-right {
    width: 56%
  }

  .feedback__image__swiper img {
    min-height: 570px;
    border-top-left-radius: 16px;
  }

  /*.feedback-center {
    position: absolute;
    right: 5%;
    
    top: -15%;
    margin-top: 0;
    width: 65%;
  }*/

  .feedback-control {
    width: calc(50% - 30px);
    padding-left: 0;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {

  .mega-menu-tab .tab-item.active {
    background: var(--backgroundContent);
  }

  .mega-menu-inner {
    transform: translateY(calc(-100% - 128px));
  }

  .mega-menu-wrap.active .mega-menu-inner {
    transform: unset;
  }

  .header__menu .mega-menu-inner {
    min-height: 1040px;
    height: 447px;
  }

  .mega-menu-back {
    display: none;
  }

  .mega-menu-item.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .video-container {
    height: calc(100vh - 75px);
  }
}

@media (min-width: 1280px) {
  .feedback {
    padding-left: 60px;
  }

  .feedback h2 {
    /*top: 112px;*/
    font-size: 36px;
  }

  .content-feedback::before {
    min-height: 442px;
  }

  .feedback-items__content {
    min-height: 442px;
  }

  .feedback-items__desc {
    width: 85%;
  }

  /*.feedback-center {
    right: 7%;
  }*/
}

/*@media (min-width: 1536px) {
  .feedback-center {
    right: 10.5%;
    width: 60.5%;
  }
}*/

@keyframes sampleSixImgAni {

  0% {
    transform: translateY(0);
  }
  50% {
      transform: translateY(calc(-100% + var(--height)));
  }
  0% {
      transform: translateY(0);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/*search product*/
.search-project .search-bar {
    font-size: 18px;
}

.search-project .search-bar .form-wrapper {
    border-radius: .8rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center
}

.search-project .search-bar .form-wrapper>* {
    height: 100%
}

.search-project .search-bar .form-wrapper .icon-search {
  display: flex;
    height: 100%;
    margin: 0 20px
}
.search-project .search-bar .form-wrapper .icon-search img {
  width: 24px;
  max-width: unset;
}

.search-project .search-bar .form-wrapper input.input-text {
    font-size: 18px;
    flex-grow: 1;
    height: 100%;
    color: #3a3a3a;
    border: 0;
}
.search-project .search-bar .form-wrapper input.input-text:focus-visible {
/*  border: 0;*/
  box-shadow: unset;
  outline: none;
}

@media screen and (max-width: 600px) {
    .search-project .search-bar .form-wrapper input.input-text {
        font-size:1.4rem
    }
}

.search-project .search-bar .form-wrapper .button-search {
    font-size: 1em;
    height: 100%;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #fff;
    border: 0;
    background: linear-gradient(100deg,#f29035,#fb2d1e);
}

.search-project .category-tag-wrapper {
    font-size: 1.6rem;
    margin-top: 1.6rem;
    margin-bottom: 3.2rem
}

.search-project .category-tag-wrapper .tag-list {
    font-size: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem
}

.search-project .category-tag-wrapper .tag-item {
    padding: .5em 1em;
    border-radius: 2em;
    color: #fff;
    background-color: #7c0fd1;
    font-weight: 500;
    cursor: pointer
}

.search-project .category-tag-wrapper .tag-item.outline {
    color: #5f5f5f;
    background-color: #fff;
    border: 1px solid #7c0fd1
}

.search-project .project-list-wrapper {
    font-size: 1.8rem
}

.search-project .project-list-wrapper .project-list .project-item {
    border-radius: .8rem;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 5px 5px 10px -10px #7c0fd1;
    transition: box-shadow .2s ease-in,transform .2s ease-in
}

.search-project .project-list-wrapper .project-list .project-item:hover {
    transform: translateY(-1px);
    box-shadow: 5px 5px 20px -10px #7c0fd1
}

.search-project .project-list-wrapper .project-list .project-item:hover .project-content .project-detail-link {
    background-size: 100% 1px
}

.search-project .project-list-wrapper .project-list .project-item .project-thumb {
    width: 100%;
    aspect-ratio: 4/3
}

.search-project .project-list-wrapper .project-list .project-item .project-thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.search-project .project-list-wrapper .project-list .project-item .project-thumb a img {
    position: absolute;
    inset: 0
}

.search-project .project-list-wrapper .project-list .project-item .project-content {
    padding: 1.6rem;
    background-color: #fff
}

.search-project .project-list-wrapper .project-list .project-item .project-content .project-title {
    color: #3a3a3a;
    font-size: 1em;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.search-project .project-list-wrapper .project-list .project-item .project-content .project-detail-link {
    width: max-content;
    color: #7c0fd1;
    font-size: .9em;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: .5em;
    gap: .8rem;
    background: linear-gradient(to top,#7c0fd1,#7c0fd1);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0 1px;
    transition: background .2s ease-in
}

.search-project .project-list-wrapper .project-list .project-item .project-content .project-detail-link .icon {
    height: 100%
}

.search-project .project-list-wrapper .load-more-btn {
    margin-top: 3.2rem
}

.search-project .break-banner.hidden {
    display: none
}

.search-project .break-banner {
    display: flex;
    color: #fff;
    background: linear-gradient(100deg,#b438f2,#7722b6);
    border-radius: .8rem;
    overflow: hidden;
    margin: 0;
    margin-top: 2.4rem;
    padding: 3.6rem 4rem
}

.search-project .break-banner .banner-img-wrapper,.search-project .break-banner .banner-info-wrapper {
    width: 50%;
    max-width: 50%
}

.search-project .break-banner .banner-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.search-project .break-banner .banner-img-wrapper .bg-circle {
    position: absolute;
    border-radius: 100%;
    aspect-ratio: 1/1;
    background-color: rgba(217,217,217,.05);
    animation: selfRotation 36s linear 0s infinite reverse
}

.search-project .break-banner .banner-img-wrapper .logo {
    position: absolute;
    animation: selfRotation 36s linear 0s infinite
}

.search-project .break-banner .banner-img-wrapper .circle-1 {
    width: 90%;
    border: 1.2px dashed rgba(218,171,255,.3)
}

.search-project .break-banner .banner-img-wrapper .circle-1 .logo:nth-child(1) {
    width: 30%;
    top: 50%;
    left: -10%
}

.search-project .break-banner .banner-img-wrapper .circle-1 .logo:nth-child(2) {
    width: 30%;
    top: 50%;
    right: -10%
}

.search-project .break-banner .banner-img-wrapper .circle-2 {
    width: 75%;
    border: 1.2px solid rgba(218,171,255,.3)
}

.search-project .break-banner .banner-img-wrapper .circle-2 .logo:nth-child(1) {
    width: 20%;
    top: 10%;
    left: 10%
}

.search-project .break-banner .banner-img-wrapper .circle-2 .logo:nth-child(2) {
    width: 20%;
    bottom: 5%;
    right: 10%
}

.search-project .break-banner .banner-img-wrapper .circle-3 {
    width: 60%;
    border: 1.2px dashed rgba(218,171,255,.3)
}

.search-project .break-banner .banner-img-wrapper .circle-3 .logo:nth-child(1) {
    width: 30%;
    top: 5%;
    right: 5%
}

.search-project .break-banner .banner-img-wrapper .circle-3 .logo:nth-child(2) {
    width: 40%;
    bottom: 5%;
    left: 0
}

.search-project .break-banner .banner-img-wrapper .main-img {
    position: relative;
    width: 50%;
    margin: 0 auto
}

.search-project .break-banner .banner-info-wrapper {
    font-size: 2.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: -3.6rem
}

.search-project .break-banner .banner-info-wrapper .quote {
    width: 90%;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 3.2rem;
    padding: calc(1em / 3 * 4);
    border-radius: .4rem;
    border: .1rem dashed #fff
}

.search-project .break-banner .banner-info-wrapper .note {
    font-size: calc(1em / 3 * 2);
    margin-bottom: .8rem
}

.search-project .break-banner .banner-info-wrapper .button-wrapper {
    position: relative
}

.search-project .break-banner .banner-info-wrapper .button-wrapper .button {
    font-size: 1em;
    position: relative;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto
}

.search-project .break-banner .banner-info-wrapper .button-wrapper .cta-button-icon {
    position: relative
}

.search-project .break-banner .banner-info-wrapper .button-wrapper .arrow {
    width: 15%;
    position: absolute;
    bottom: 50%
}

.search-project .break-banner .banner-info-wrapper .button-wrapper .arrow.arrow-left {
    left: 0;
    transform: translateX(-110%)
}

.search-project .break-banner .banner-info-wrapper .button-wrapper .arrow.arrow-right {
    right: 0;
    transform: translateX(110%)
}

.search-project .break-banner .banner-info-wrapper .bottom-bear {
    width: 20%;
    margin: 0 auto
}

@keyframes selfRotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.search-project {
    position: relative;
    width: 100%
}

.search-project .project-list-wrapper .project-list .project-item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.search-project .project-list-wrapper .project-list .project-item .project-content {
    flex: 1;
    display: flex;
    flex-direction: column
}

.search-project .project-list-wrapper .project-list .project-item .project-content .project-title {
    flex: 1
}

.search-project .search-bar .form-wrapper {
    position: relative
}

.search-project .search-bar {
    position: relative;
    z-index: 3
}

.form-wrapper-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: .8rem;
    padding: 1.6rem;
    background: #fff;
    box-shadow: 2rem 2rem 4rem 0 rgba(0,0,0,.12);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 30rem;
    overflow-y: auto;
    z-index: 3
}

.form-wrapper-result.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.form-wrapper-result .item:not(:last-child) {
    margin-bottom: 1.2rem
}

.form-wrapper-result .item .label {
    font-size: 1.2rem;
    color: #8b8b8b;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: .4rem;
    line-height: 1.5
}

.form-wrapper-result .item .value {
    font-size: 1.6rem;
    display: block;
    transition: .3s
}

.search-project .search-bar .form-wrapper .button-search,.search-project .search-bar .form-wrapper .selection {
    cursor: pointer;
    transition: .3s
}

.search-project .select2-container {
    height: 100%;
    width: 100% !important;
    min-width: 20rem;
}

.search-project .search-bar .form-wrapper .selection {
    display: flex;
    align-items: center;
    height: 100%
}

.search-project .select2-container--default .select2-selection--single {
    position: relative;
    width: 100%;
    padding-right: 2.8rem;
    padding-left: 1.2rem;
    border: unset;
}

.select2-container--open .select2-dropdown--below {
    border-radius: .8rem;
    box-shadow: .1rem .1rem 1rem #5271ff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  line-height: 1.2;
  border-radius: 5px;
}
.select2-results__option {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
    .search-project .select2-container--default .select2-selection--single {
        padding-left: 0;
        height: auto;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 18px;
}

.search-project .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem
}

.search-project .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 12px;
    height: 10px;
    background: url(../img/select2-arrow-down.svg?ver=1.00) no-repeat;
    background-size: contain;
    transition: .2s
}

.search-project .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
    transform: translate(-50%,-50%) rotate(-180deg)
}

.search-project .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.option2choose::first-letter {
    text-transform: capitalize
}

.search-project .select2-container--default .select2-selection--single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #e0e0e0
}

.search-project .search-bar .form-wrapper {
    margin-bottom: 1.8rem;
    overflow: hidden
}

.search-project .search-bar .form-wrapper .right {
    display: flex;
    align-items: center
}

.search-project .form-checkbox {
    display: flex;
    flex-wrap: wrap
}

.search-project .form-checkbox.hidden {
    display: none
}

.search-project .form-checkbox .label {
    margin-right: .8rem;
    margin-bottom: .8rem;
    padding: .4rem 1.6rem;
    color: #5f5f5f;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
    cursor: pointer;
    border-radius: 99rem;
    border: .1rem solid transparent;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap
}

.search-project .form-checkbox .label .ipt-checkbox {
    display: none
}

.search-project .form-checkbox .label .txt {
    position: relative;
    z-index: 2
}

.search-project .form-checkbox .label .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + .2rem);
    height: calc(100% + .2rem);
    border-radius: 99rem;
    background-color: #7c0fd1;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.search-project .form-checkbox .label .ipt-checkbox:checked~* {
    opacity: 1;
    color: #fff
}

@media screen and (min-width: 1201px) {
    .search-project .search-bar .form-wrapper .button-search:hover {
        opacity:.8
    }

    .search-project .form-checkbox .label:hover {
        border-color: #7c0fd1
    }

    .form-wrapper-result .item .value:hover {
        color: #7c0fd1
    }
}

@media screen and (max-width: 1200px) {
    .search-project .break-banner .banner-info-wrapper .quote {
        font-size:1.6rem;
        margin-bottom: 1.6rem
    }
}

@media screen and (max-width: 768px) {
    .head-category {
        padding-top:5.6rem
    }

    .search-project .project-list-wrapper .project-list .project-item .project-content .project-title {
        font-size: 1.6rem
    }

    .search-project .project-list-wrapper .project-list .project-item .project-content .project-detail-link {
        font-size: 1.4rem
    }

    .search-project .project-list-wrapper .project-list .project-item .project-content .project-detail-link .icon {
        width: 1.6rem;
        height: 1.6rem;
        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
    }

    .search-project .search-bar .form-wrapper .button-search .text,.search-project .search-bar .form-wrapper .icon-search {
        display: none
    }

    .search-project .form-checkbox .label {
        font-size: 1.5rem
    }

    .search-project .search-bar .form-wrapper input.input-text {
        padding: 0 1.2rem;
        border: 0;
    }

    .search-project .break-banner {
        flex-direction: column
    }

    .search-project .break-banner .banner-img-wrapper {
        width: 100%;
        max-width: 100%
    }

    .search-project .break-banner .banner-info-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 12rem
    }
}

@media screen and (max-width: 600px) {
    .search-project .search-bar .form-wrapper {
        flex-wrap:wrap;
        height: 100%;
        background-color: transparent
    }

    .search-project .search-bar .form-wrapper input.input-text {
        width: 100%;
        padding: 5px 10px;
        border-radius: .8rem;
        min-height: 40px;
        border-bottom: .1rem solid #e0e0e0;
        border-radius: .8rem .8rem 0 0;
        font-size: 16px;
    }

    .form-wrapper-result {
        top: 6rem
    }

    .search-project .select2-container--default .select2-selection--single::before {
        content: none
    }

    .search-project .search-bar .form-wrapper .right {
        width: 100%;
        min-height: 5.2rem;
        margin-top: .8rem;
        padding: .8rem;
        border-radius: .8rem;
        background-color: #fff;
        position: relative
    }
}

@media screen and (max-width: 600px) and (max-width:600px) {
    .search-project .search-bar .form-wrapper .right {
        padding:0 10px;
        margin-top: 0;
        min-height: 46px
    }
}

@media screen and (max-width: 600px) {
    .search-project .search-bar .form-wrapper .button-search {
        position:absolute;
        right: .8rem;
        width: 3.6rem;
        height: 3.6rem;
        border-radius: .4rem;
        padding: .2rem;
        justify-content: center;
        top: 0;
        transform: translateY(-55%);
        right: 0;
        width: 4rem;
        height: 8.9rem
    }

    .search-project .search-bar .form-wrapper .button-search .button-icon {
        width: 2rem;
        height: 2rem;
        transform: translateY(15%);
        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
    }

    .search-project .select2-container .select2-selection--single .select2-selection__rendered {
        height: auto;
        padding: 5px 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .search-project .project-list-wrapper .project-list .project-item .project-content {
        padding:.8rem
    }

    .search-project .project-list-wrapper .project-list .project-item .project-content .project-title {
        font-size: 1.4rem
    }

    .search-project .project-list-wrapper .project-list .project-item .project-content .project-detail-link {
        font-size: 1.2rem
    }

    .search-project .break-banner {
        padding: 2.4rem
    }

    .search-project .break-banner .banner-img-wrapper {
        margin-top: 7.2rem
    }

    .search-project .break-banner .banner-info-wrapper {
        margin-top: 10rem;
        margin-bottom: -2.4rem
    }

    .search-project .break-banner .banner-info-wrapper .note {
        font-size: 1.5rem;
        margin-bottom: .4rem
    }

    .search-project .break-banner .banner-info-wrapper .quote {
        width: 100%;
        padding: 1rem
    }
}

.empty-mess-projects .empty-img {
    width: 18rem;
    height: auto;
    display: initial
}

.empty-mess-projects {
    text-align: center;
    margin: 0 auto
}

.empty-mess-projects .empty-content {
    font-size: 2.4rem;
    font-weight: 600;
    color: #3a3a3a;
    margin-top: .8rem
}

@media screen and (max-width: 1200px) {
    .empty-mess-projects .empty-content {
        font-size:1.8rem
    }
}

@media screen and (max-width: 768px) {
    .empty-mess-projects .empty-content {
        font-size:1.6rem
    }
}

.empty-mess-projects .empty-desc {
    font-size: 1.6rem;
    color: #3a3a3a;
    margin-top: .8rem
}

@media screen and (max-width: 1200px) {
    .empty-mess-projects .empty-desc {
        font-size:1.4rem
    }
}

@media screen and (max-width: 768px) {
    .empty-mess-projects .empty-desc {
        font-size:1.2rem
    }
}

.empty-mess-projects .load-more-btn {
    cursor: pointer
}

.form-wrapper-result .empty-mess-projects .empty-img {
    width: 10rem
}

.form-wrapper-result .empty-mess-projects .empty-content {
    font-size: 2rem;
    margin-top: 0
}

@media screen and (max-width: 1200px) {
    .form-wrapper-result .empty-mess-projects .empty-content {
        font-size:1.6rem
    }
}

@media screen and (max-width: 768px) {
    .form-wrapper-result .empty-mess-projects .empty-content {
        font-size:1.2rem
    }
}

.form-wrapper-result .empty-mess-projects .empty-desc {
    font-size: 1.8rem;
    margin-top: 0
}

@media screen and (max-width: 1200px) {
    .form-wrapper-result .empty-mess-projects .empty-desc {
        font-size:1.4rem
    }
}

@media screen and (max-width: 768px) {
    .form-wrapper-result .empty-mess-projects .empty-desc {
        font-size:1rem
    }
}

.form-wrapper-result .empty-mess-projects .load-more-btn {
    margin-top: .8rem
}


.search-not-result {
    gap: 1.6rem;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + .8rem));
    border-radius: 1.2rem;
    background-color: #7c0fd1;
    color: #fff;
    box-shadow: 2rem 2rem 4rem 0 rgba(0,0,0,.12);
    padding: 2.4rem;
    z-index: 3;
    transition: .3s;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.search-not-result.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.search-not-result .contact-box-bg-decor {
    width: 100%;
    bottom: -2.4rem;
    left: -2.4rem
}

.search-not-result-content {
    width: 53%
}

.search-not-result-form {
    width: 40%;
    padding: 2.4rem;
    border-radius: 1.2rem;
    background-color: #fff;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 1727px) {
    .search-not-result-form {
        width:42%
    }
}

.search-not-result-content {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative
}

.search-not-result-content .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.search-not-result .title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    position: relative
}

.search-not-result .title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(70%,-50%);
    width: 3.8rem;
    height: 3.8rem;
    background: url(../assets/images/contact-box/contact-box-icon-decor.png) no-repeat;
    background-size: contain;
    background-position: center
}

.search-not-result .desc {
    max-width: 50rem;
    font-size: 1.8rem;
    font-weight: 500
}

.search-not-result .img {
    position: relative;
    bottom: -2.4rem;
    margin-top: auto;
    z-index: 3
}

.search-not-result .img .decor {
    --sizeDecor: 1.2rem;
    --sizeDecorSmall: 0.8rem;
    position: absolute;
    width: var(--sizeDecor);
    height: var(--sizeDecor);
    right: 0;
    background-color: #f5851e
}

.search-not-result .img .decor-one {
    top: 0
}

.search-not-result .img .decor-two {
    top: calc(var(--sizeDecor)* 2);
    background-color: #f41e92
}

.search-not-result .img .decor-three {
    top: calc(var(--sizeDecor)* 4);
    background-color: #1ec0f2
}

.search-not-result .img .decor-four {
    top: calc(var(--sizeDecor)* 6);
    background-color: #fff
}

.search-not-result-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 .8rem
}

.search-not-result-form .wpcf7-response-output {
    text-align: center
}

.search-not-result-form .f-r {
    margin-bottom: .8rem;
    width: calc(50% - .4rem);
    position: relative
}

.search-not-result-form .f-r .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1rem
}

.search-not-result-form .f-r .wpcf7-response-output {
    text-align: center
}

.search-not-result-form .f-r.f-btn,.search-not-result-form .f-r.f-captcha,.search-not-result-form .f-r.f-r-textarea {
    width: 100%;
    margin-bottom: 1.6rem
}

.search-not-result-form .f-r.f-btn .wpcf7-not-valid-tip,.search-not-result-form .f-r.f-captcha .wpcf7-not-valid-tip,.search-not-result-form .f-r.f-r-textarea .wpcf7-not-valid-tip {
    right: 50%;
    transform: translate(50%,100%)
}

.search-not-result-form .f-r input,.search-not-result-form .f-r textarea {
    width: 100%;
    padding: 1.2rem 0;
    border-bottom: .1rem solid #e0e0e0
}

.search-not-result-form .f-r textarea {
    height: 9.6rem
}

.search-not-result-form .f-r .word {
    position: absolute;
    bottom: 0;
    right: 1.2rem;
    transform: translateY(calc(100% + .8rem));
    font-size: 1.2rem;
    color: #b8b8b8
}

.search-not-result-form .f-btn {
    color: #fff
}

.search-not-result-form .f-btn .bolt-ani {
    width: 1.8rem;
    height: 2.8rem
}

.search-not-result-form .f-btn .bolt-ani .ani span {
    width: 1.8rem;
    height: 2.8rem
}

.search-not-result-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

.search-not-result-form .form-ref-clock-wrap {
    width: 70%;
    padding: 1rem 2rem
}

@media screen and (max-width: 1727px) {
    .search-not-result-form .form-ref-clock-wrap {
        width:85%
    }
}

.search-not-result-form .select2-container--default .select2-selection--single {
    padding: 0
}

.search-not-result-form .select2-container--default .select2-selection--single::before {
    content: none
}

.search-not-result-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-bottom: .1rem solid #e0e0e0;
    font-size: 1.4rem;
    line-height: 1.2;
    width: 100%;
    padding-right: 2.8rem
}

.search-not-result-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    transform: translate(.5rem,-50%)
}

@media screen and (max-width: 1200px) {
    .search-not-result .search-not-result-form .f-btn {
        max-width:100%
    }

    .search-not-result .search-not-result-form .form-ref-clock-wrap {
        width: 100%
    }

    .search-not-result .title {
        font-size: 2.4rem
    }

    .search-not-result .search-not-result-content {
        width: calc(52% - .8rem)
    }

    .search-not-result .search-not-result-form {
        width: 45%
    }

    .search-not-result .search-not-result-form .f-r.f-btn,.search-not-result .search-not-result-form .f-r.f-captcha,.search-not-result .search-not-result-form .f-r.f-r-textarea {
        margin-bottom: .8rem
    }

    .search-not-result .search-not-result-form .f-r textarea {
        height: 7rem
    }

    .search-not-result .search-not-result-form .f-r:nth-last-child(5),.search-not-result .search-not-result-form .f-r:nth-last-child(6) {
        width: 100%
    }
}

@media screen and (max-width: 850px) {
    .search-not-result .search-not-result-content,.search-not-result .search-not-result-form {
        width:100%
    }

    .search-not-result .title::after {
        content: none;
        font-size: 1.8rem
    }

    .search-not-result .desc {
        font-size: 1.6rem
    }

    .search-not-result .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 1.2rem 0
    }
}

@media screen and (max-width: 576px) {
    .search-not-result {
        width:100%;
        padding: 1.6rem
    }

    .search-not-result .search-not-result-form {
        padding: 1.6rem
    }

    .search-not-result .title {
        font-size: 1.6rem
    }

    .search-not-result .desc {
        font-size: 1.4rem
    }

    .search-not-result .f-r {
        width: 100%
    }

    .search-not-result .search-not-result-form .form-ref-clock-wrap {
        padding: .8rem 1.2rem;
        font-size: 1.2rem
    }
}

@media screen and (max-width: 576px) {
    .search-project .search-bar .form-wrapper .selection {
        width:calc(100% - 4rem)
    }

    .search-project .search-bar .form-wrapper .select2-container .selection,.search-project .select2-container {
        width: 100%
    }
}

@keyframes ani-shine {
    100% {
        background-position-x: -200%
    }
}
/*search product*/

/*breadcrumb*/
.breadcrumb {
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
}
/*breadcrumb*/

/*product single*/
.product-detail-name {
  font-size: 28px;
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-detail__description {
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.product-detail__description ul {
  
}
.product-detail__description ul li{
  padding-left: 25px;
  background: url('../img/circle-orange.png') no-repeat left 5px top 6px;
  margin-bottom: 10px;
}

.choose-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
    font-size: 26px;
}

@media screen and (max-width: 1200px) {
    .choose-item {
        gap:.8rem
    }
}

.choose-item ul {
    list-style: disc;
    margin-left: 5rem
}

.chosse-item-wrap {
    display: flex;
    align-items: center;
    gap: .8rem
}

.chosse-price {
    font-size: 1.4rem;
    color: #3a3a3a
}

@media screen and (max-width: 850px) {
    .chosse-price {
        font-size:1.2rem
    }
}

.result {
    font-size: 2.4rem;
    color: #7c0fd1
}

@media screen and (max-width: 992px) {
    .result {
        font-size:2rem
    }
}

@media screen and (max-width: 768px) {
    .result {
        font-size:1.8rem
    }
}

@media screen and (max-width: 550px) {
    .result {
        font-size:2.4rem
    }
}

.result-btn {
    padding: 14px;
    border-radius: .8rem;
    background: var(--gradient-button,linear-gradient(101deg,#ffa318 -38.94%,#f6851c 44.05%,#f31f10 132.4%));
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.result-btn:hover {
    background: var(--gradient-button,linear-gradient(101deg,#d7ab68 -58.94%,#ca813d 45.05%,#cc6159 162.4%))
}

.txt-btn-result {
    font-size: 1.8rem;
    margin-bottom: 2.4rem
}

@media screen and (max-width: 850px) {
    .txt-btn-result {
        font-size:1.6rem
    }
}

.result-des {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
    color: #8b8b8b;
    text-align: center;
    padding-bottom: .8rem
}

.detail-description-top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

@media screen and (max-width: 1550px) {
    .result-des {
        font-size:1.4rem
    }
}

@media screen and (max-width: 768px) {
    .result-des {
        padding-bottom:3rem
    }
}

@media screen and (max-width: 400px) {
    .result-des {
        padding-bottom:1rem
    }
}

.hotline-sp-detail {
    width: 65%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media screen and (max-width: 1600px) {
    .hotline-sp-detail {
        width:75%
    }
}

@media screen and (max-width: 1180px) {
    .hotline-sp-detail {
        width:100%
    }
}

@media screen and (max-width: 850px) {
    .hotline-sp-detail {
        width:40%
    }
}

@media screen and (max-width: 576px) {
    .hotline-sp-detail {
        width:60%
    }
}

@media screen and (max-width: 440px) {
    .hotline-sp-detail {
        width:80%
    }
}

@media screen and (max-width: 375px) {
    .hotline-sp-detail {
        width:90%
    }
}

@media screen and (max-width: 1200px) {
    .hotline-sp-detail .hotline-panda {
        right:-.4rem
    }

    .hotline-sp-detail .header-hotline-w .header-hotline-wrap {
        font-size: 3.8rem;
        letter-spacing: .02em
    }
}

@media screen and (max-width: 1200px) and (max-width:1200px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap {
        font-size:3.2rem
    }
}

@media screen and (max-width: 1200px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap {
        padding:.8rem;
        justify-content: center
    }
}

.hotline-sp-detail .header-hotline-w {
    position: relative
}

.hotline-sp-detail .header-hotline-w .hotline-panda {
    position: absolute;
    z-index: 1;
    bottom: -2.2rem;
    right: -2rem;
    width: 6rem;
    height: 6rem
}

@media screen and (max-width: 1350px) {
    .hotline-sp-detail .header-hotline-w .hotline-panda {
        width:5rem;
        height: 5rem
    }
}

@media screen and (max-width: 1024px) {
    .hotline-sp-detail .header-hotline-w .hotline-panda {
        bottom:-2rem;
        right: -1rem
    }
}

.hotline-sp-detail .header-hotline-w .header-hotline {
    position: relative;
    z-index: 2;
    margin-right: 3.2rem;
    padding-right: 1.3rem;
    -webkit-mask-image: url(../assets/images/header/hotline-mask.png);
    mask-image: url(../assets/images/header/hotline-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    transition: .3s;
    background: linear-gradient(151deg,#208cff 2.08%,#6dddff 100%)
}

.hotline-sp-detail .header-hotline-w .header-hotline-wrap {
    align-items: center;
    padding: .4rem;
    background-position-x: 0;
    animation: hotline-movement 10s infinite linear;
    background-image: url(../assets/images/header/hotline-sky.png),linear-gradient(151deg,#208cff 2.08%,#6dddff 100%);
    background-repeat: no-repeat
}

.hotline-sp-detail .header-hotline-w .header-hotline-wrap.d-flex {
    flex-wrap: nowrap
}

.hotline-sp-detail .header-hotline-w .header-hotline-wrap .icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0;
    display: flex;
    align-items: center
}

.hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
    font-family: "Bebas Neue";
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: .05em;
    line-height: 1;
    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;
    padding-top: .4rem;
    white-space: nowrap
}

@media only screen and (max-width: 1200px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
        font-size:2.7rem
    }
}

@media only screen and (max-width: 800px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
        font-size:2.4rem
    }
}

@media screen and (max-width: 1600px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
        font-size:3rem
    }
}

@media screen and (max-width: 1350px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
        margin-left:1.2rem
    }
}

@media screen and (max-width: 850px) {
    .hotline-sp-detail .header-hotline-w .header-hotline-wrap .num {
        font-size:2.5rem
    }
}

.hotline-sp-detail .header-hotline-w .header-hotline.night {
    background: linear-gradient(151deg,#002da1 2.08%,#00126d 100%)
}

.hotline-sp-detail .header-hotline-w .header-hotline.night .header-hotline-wrap {
    flex-direction: row-reverse;
    background-image: url(../assets/images/header/hotline-night-sky.png)
}

.hotline-sp-detail .header-hotline-w .header-hotline.night .header-hotline-wrap .num {
    margin-left: 0;
    margin-right: 1.8rem
}

.hotline-sp-detail .header-hotline-w .header-hotline.night .header-hotline-wrap .icon img {
    content: url(../assets/images/header/hotline-moon.png)
}

#modalBuy .form-control {
  height: 50px;
}

#modalBuy .result-des {
  font-size: 18px;
}

.btn-form {
    overflow: hidden;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    position: relative;
    border-radius: 8px;
    background: linear-gradient(77deg, #a32dff 17.91%, #d61ef4 90.76%);
    z-index: 2;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.btn-form .icon {
    width: 3.3rem;
    height: 5.4rem;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 375px) {
    .btn-form .icon {
        width:2.4rem;
        height: auto
    }
}

.btn-form .txt {
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 2;
    font-size: 20px;
    gap: .4rem
}

.btn-form .txt .txt-bold {
    font-size: 2.4rem
}

@media screen and (max-width: 1200px) {
    .btn-form .txt .txt-bold {
        font-size:2rem
    }
}

@media screen and (max-width: 375px) {
    .btn-form .txt .txt-bold {
        font-size:1.8rem
    }
}

.btn-form:hover .txt {
    transform: translateY(-5%)
}
/*product single*/

/*product gallery*/
.detail-image-wrap {
    display: flex;
    gap: .8rem
}

.detail-content-wrap {
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 1.6rem
}

.swiper-col {
    display: flex;
    flex-direction: column
}

.detail-wrap-image {
    width: calc(7 / 8 * 100%);
    padding-bottom: calc(781 / 781 * 100%);
    position: relative
}

@media screen and (max-width: 850px) {
    .detail-wrap-image {
        width:100%
    }
}

.detail-wrap-slide {
    width: calc(1 / 8 * 100%);
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 576px) {
    .detail-wrap-slide {
        display:none
    }
}

.detail-form {
    display: flex
}

@media screen and (max-width: 850px) {
    .detail-form {
        width:100%
    }
}

.back-btn {
    cursor: pointer;
    display: flex;
    justify-content: start;
    gap: 1.2rem;
    align-items: center
}

.back-btn img {
    width: auto
}

.detail-image-wrap  .swiper {
    width: 100%;
    height: 100%;
    position: absolute
}

.detail-image-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-image-wrap .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: .8rem;
    --swiper-navigation-size: 2rem
}

.detail-image-wrap .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: .8rem;
}

.detail-image-wrap .mySwiper2 {
    height: 100%;
    width: 100%
}

.detail-image-wrap .mySwiper {
    box-sizing: border-box
}

.detail-image-wrap .mySwiper .swiper-slide {
    width: 100%;
    opacity: 1;
    border-radius: .8rem;
    cursor: pointer;
    border: 2px solid #c8c8c8;
/*    transition: all .3s ease-in*/
}

.detail-image-wrap .mySwiper .swiper-slide:hover {
/*    transform: scale(.9);*/
/*    transition: all .3s ease-in;*/
    opacity: 1
}

.detail-image-wrap .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: .2rem solid #7c0fd1;
    transform: unset!important
}

.detail-image-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8rem
}

.detail-image-wrap .mySwiper .swiper-slide {
  display: none;
}
.detail-image-wrap .swiper-watch-progress.mySwiper .swiper-slide {
  display: block;
}

.image {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer
}

.image .gallery__img {
    position: relative;
    display: block;
    padding-top: calc((662 / 566) * 100%);
    overflow: hidden
}

.image .gallery__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 2s ease-in-out
}

.image:hover .gallery__img img {
    transform: translate(0,calc(-100% + 637px));
    transition: all 8s ease-in-out
}

@media screen and (max-width: 1200px) {
    .image:hover .gallery__img img {
        transform:translate(0,calc(-100% + 60rem))
    }
}

@media screen and (max-width: 440px) {
    .image:hover .gallery__img img {
        transform:translate(0,calc(-100% + 25rem))
    }
}
/*product gallery*/


/*content loading*/
.mh-100{
    min-height: 100px !important;
}
.list-content-loading {
  background: rgba(0, 0, 0, .3);
  border-radius: 3px;
  bottom: 0;
  display: none;
  left: 0;
  /*margin: -15px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1021;
}

.half-circle-spinner {
  border-radius: 100%;
  height: 60px;
  margin: 20px auto;
  position: relative;
  width: 60px
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box
}

.half-circle-spinner .circle {
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%
}

.half-circle-spinner .circle.circle-1 {
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
  border-top-color: var(--color-primary)
}

.half-circle-spinner .circle.circle-2 {
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
  border-bottom-color: var(--color-primary)
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

.list-content-loading .half-circle-spinner .circle.circle-1 {
  border-top-color: #fff
}

.list-content-loading .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #fff
}

.list-content-loading .half-circle-spinner {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-content-loading .half-circle-spinner .circle {
  border: 5px solid transparent
}

@media screen and (max-width:768px) {
  .list-content-loading {
    top: 15px
  }
}


@-webkit-keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}

@keyframes button-loading-spinner {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
/*content loading*/

/*modal*/
.modal-content > .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  color: #000;
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#modalWhois .modal-body {
  font-size: 14px;
  line-height: 1.6;
  padding: 30px;
  font-family: "Tahoma";
}
@media(max-width: 767px)
{
  #modalWhois .modal-body {
    padding: 15px;
  }
}
/*modal*/


/*quick alo*/
.quick-social {
    position: fixed;
    right: 30px;
    bottom: 80px;
}
.quick-alo-phone {
/*    position: fixed;*/
/*    right: 150px*/
    background-color: transparent;
    width: 82px;
    height: 64px;
    margin-top: 15px;
    cursor: pointer;
    z-index: 999!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -ms-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.quick-alo-phone.show {
    opacity: 1;
    visibility: visible;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #2aa3d4;
    opacity: .5
}

.quick-alo-phone.quick-alo-viber .quick-alo-ph-circle {
    border-color: #7f4da0;
    opacity: .5
}

.quick-alo-ph-circle {
    position: absolute;
    top: 0;
    left: 0;

    width: 90px;
    height: 90px;
    
    background-color: transparent;
    border: 2px solid #1c8adb;
    border-radius: 100%;
    animation: 1.2s ease-in-out infinite quick-alo-circle-anim;
    transition: .5s;
    transform-origin: 50% 50%
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.5);
    background-color: #a6e3fa 9;
    opacity: 1!important
}

.quick-alo-phone.quick-alo-viber .quick-alo-ph-circle-fill {
    background-color: #7f4da070;
    opacity: 1!important
}

.quick-alo-ph-circle-fill {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 60px;
    height: 60px;
    
    background-color: #1c8adb;
    border: 2px solid transparent;
    border-radius: 100%;
    animation: 2.3s ease-in-out infinite quick-alo-circle-fill-anim;
    transition: .5s;
    transform-origin: 50% 50%
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-viber .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-viber.quick-alo-hover .quick-alo-ph-img-circle,.quick-alo-phone.quick-alo-viber:hover .quick-alo-ph-img-circle {
    background-color: #fff
}

.quick-alo-ph-img-circle {
    position: absolute;
    top: 25px;
    left: 25px;

    width: 40px;
    height: 40px;
    
    background: url("../img/message503.svg") center center no-repeat rgba(30,30,30,.1);
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 100%;
    animation: 1s ease-in-out infinite quick-alo-circle-img-anim;
    transform-origin: 50% 50%;
    background-size: 50%
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-zalo {
    background-image: url('../img/zalo_cicle_icon.png');
    background-size: 100% 100%
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-viber {
    background-image: url('../img/icon-viber.png');
    background-size: 100% 100%
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-phone {
    background-image: url('../img/phone-icon.webp');
    background-size: 100% 100%
}

.quick-alo-ph-img-circle.quick-alo-ph-img-circle-email {
    background-image: url('../img/icon-email.png');
    background-size: 100% 100%
}
.quick-alo-ph-img-circle.quick-alo-ph-img-circle-messenger {
    background-image: url('../img/icon-messenger.png');
    background-size: 100% 100%
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle.quick-alo-ph-img-circle-location {
    background-image: url('../img/icon-map-1.png');
    background-size: 100% 100%;
    border-radius: 0;
    background-color: unset;
}

.quick-social-close {
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    display: none;
}
.quick-social-close .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('../img/icon-chat-3.png?ver=1.00') no-repeat center center;
    background-size: 34px;
    background-color: #2a3d8d;
}
.quick-social-close.active .img{
    background: url('../img/icon-close.png?ver=1.00') no-repeat center center;
    background-size: 30px;
    background-color: #2a3d8d;
}

.quick-social-close i {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media(max-width: 767px)
{
    .quick-social {
        bottom: 10px;
        right: 5px;
    }
    .quick-social-close {
        display: flex;
    }

    .quick-alo-phone {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        -o-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -o-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes quick-alo-circle-fill-anim {
    0%,100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -o-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

@keyframes quick-alo-circle-img-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -moz-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        -o-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

/*quick alo*/

