@keyframes huyle {
  to {
    background-position: -200% center;
  }
}
@keyframes shring-animation {
  0% {
    background-position: 0 0;
    opacity: 0;
    width: 0;
  }
  1% {
    background-position: 0 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  50% {
    background-position: 150px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
  100% {
    background-position: 400px 0;
    opacity: 1;
    border-right: 1px solid orange;
  }
}
@keyframes type {
  0% {
    width: 0;
  }
  1%, 99% {
    border-right: 1px solid orange;
  }
  100% {
    border-right: none;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.cl-border-full {
  position: fixed !important;
  top: 0;
  height: 100%;
  border-left: 1px solid #000;
  border-left-color: rgb(84, 84, 84) !important;
  opacity: 0.2;
  left: 14%;
}
.cl-border-full:nth-child(2) {
  left: 36.9%;
}
.cl-border-full:nth-child(3) {
  left: 61.4%;
}
.cl-border-full:nth-child(4) {
  left: 85.9%;
}

.slider-wrapper {
  z-index: 9;
}

.pad-none {
  padding-bottom: 0 !important;
}

.title-ani {
  background: linear-gradient(to right, #000 20%, #FF0000 40%, #E06B23 60%, #000 80%);
  margin-bottom: 10px;
  background-size: 200% auto;
  text-transform: uppercase;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: huyle 4s linear infinite;
  color: #E06B23;
  position: relative;
}
.title-ani h2 {
  font-size: 32px;
  line-height: 58px;
}
.title-ani:after {
  position: absolute;
  content: "";
  width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  bottom: 0;
  background-color: #FF0000;
}

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

.sec-nangluc .col .col-inner {
  border: 1px solid hsla(0, 0%, 0%, 0.06);
  border-radius: 10px;
  padding: 12px;
}
.sec-nangluc .col .col-inner:hover {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sec-nangluc .col .col-inner .icon-box:hover h4::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sec-nangluc .col .col-inner h4 {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  transition: clip-path 500ms ease-in-out;
}
.sec-nangluc .col .col-inner h4::before {
  position: absolute;
  content: attr(data-content);
  color: #e06b23;
  text-decoration: none;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 500ms ease-in-out;
}

.sec-combo .row.row-full-width {
  padding: 0 100px;
  padding-bottom: 50px;
}
.sec-combo .row.row-full-width .col-inner {
  padding-bottom: 10px;
}
.sec-combo .row.row-full-width .col-inner .box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.sec-combo .row.row-full-width .col-inner .box:hover {
  border: 1px solid rgb(0, 0, 0);
}
.sec-combo .row.row-full-width .col-inner .box:hover h4::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sec-combo .row.row-full-width .col-inner .box-text.text-center {
  padding: 10px;
}
.sec-combo .row.row-full-width .col-inner h4 {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  text-transform: uppercase;
  transition: clip-path 500ms ease-in-out;
  font-size: 18px;
}
.sec-combo .row.row-full-width .col-inner h4::before {
  position: absolute;
  content: attr(data-content);
  color: #e06b23;
  text-decoration: none;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 500ms ease-in-out;
}

.sec-product .row-bg {
  position: relative;
}
.sec-product .row-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: url(../images/bg-2.jpg);
  background-size: cover;
}
.sec-product .row-center {
  margin: 0 auto !important;
}
.sec-product .tabbed-content ul.nav {
  gap: 10px;
  justify-content: center;
}
.sec-product .tabbed-content .panel .col:first-child .col-inner {
  padding: 40px;
}
.sec-product .tabbed-content .panel .col:first-child .col-inner .img {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.sec-product .tabbed-content li.tab {
  border-top: unset;
  padding: 0 10px;
}
.sec-product .tabbed-content li.tab a {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-transform: initial;
  border-radius: 99px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sec-product .tabbed-content li.tab a {
    font-size: 13px;
  }
}
.sec-product .tabbed-content li.tab.active a {
  border-color: #FFD652;
}
.sec-product .tab-panels {
  border-left: unset !important;
  padding: 0 !important;
}
.sec-product .tab-panels .col {
  padding-bottom: 0;
}

.header .header-main {
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.63) 15.87%, rgba(29, 29, 29, 0) 100%);
}
.header .header-main .header-nav-main {
  justify-content: space-around;
}
.header .header-main .nav > li > a {
  color: #fff;
  transition: all 0.2s;
}
.header .stuck .header-main {
  height: 90px;
  background: unset;
}

.sec-gallery .gallery-col .col-inner {
  border-radius: 20px;
}

footer .row-tel .col-inner {
  padding: 10px;
  background: linear-gradient(244deg, rgb(255, 0, 0) 0%, rgb(224, 107, 35) 100%);
  border-radius: 10px;
}
footer .row-tel .col-inner .icon-box {
  align-items: center;
}
footer .row-tel .col-inner .icon-box p {
  margin-bottom: 0;
  color: #fff;
}
footer .row-tel .col-inner .icon-box .icon-box-img svg {
  padding-top: 0px;
}
footer input {
  padding: 5px 10px !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
}
footer h2 {
  text-transform: uppercase;
}

.absolute-footer {
  display: none;
}

@media (min-width: 850px) {
  .tabbed-content .nav-vertical {
    padding-top: 0;
    width: 20% !important;
  }
}
@media (max-width: 850px) {
  .title-ani h2 {
    font-size: 24px;
    line-height: 58px;
  }
  .tabbed-content .tab-panels h3,
  .tabbed-content .tab-panels p {
    color: #fff;
  }
  .sec-combo .row.row-full-width {
    padding: 0px 20px;
  }
  .sec-product .row-bg::before {
    width: 100%;
  }
  .sec-product .tabbed-content {
    padding: 15px 0px;
  }
  .sec-product .tabbed-content .nav-vertical {
    gap: 5px;
    overflow: auto;
    overflow-y: hidden;
    flex-flow: row !important;
    padding-bottom: 10px;
    justify-content: flex-start !important;
  }
  .sec-product .tabbed-content .nav-vertical li {
    max-width: 120px;
    display: inline-block;
  }
  .sec-product .tabbed-content .nav-vertical li a {
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(0, 0, 0, 0.4509803922);
    font-size: 16px;
    text-transform: initial;
    border-radius: 99px;
    border: 2px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    justify-content: center;
    font-weight: 500;
  }
}
@media (max-width: 1024px) {
  .sec-product .tabbed-content ul.nav li {
    width: 100%;
    max-width: 230px;
    padding: 0;
  }
  .sec-product .tabbed-content .panel .col:first-child .col-inner {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .sec-product .tabbed-content .panel .col:first-child .col-inner {
    padding: 20px 0;
  }
  .grid-col-1-2 {
    height: 300px !important;
  }
  .sec-combo .row.row-full-width {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */