@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;family=Rowdies:wght@400;700&amp;display=swap");
.topbar.style-3 {
  padding: 42px 0;
  background: url("../../assets/images/backgroup/bg-topbar.jpg") center center no-repeat;
  background-size: cover;
  height: auto;
}
.topbar.style-3 .ticker-title p {
  font-size: 20px;
  line-height: 28px;
}
.topbar.style-3 .ticker-title img {
  width: 34px;
}

.topbar.style-2 {
  background: #161a1b;
  height: auto;
  padding: 15px 0;
}

.wrap-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 10px;
}
.wrap-topbar .content-left .information {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrap-topbar .content-left .information li {
  color: #f8c249;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 38px;
}
.wrap-topbar .content-left .information li i {
  color: #ca2f06;
  margin-right: 5px;
}
.wrap-topbar .content-left .information li .text {
  color: #fff;
  margin-left: 7px;
  letter-spacing: 0.2px;
}
.wrap-topbar .content-right .menu-topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wrap-topbar .content-right .menu-topbar li {
  margin-right: 20px;
}
.wrap-topbar .content-right .menu-topbar li:last-child {
  margin-right: 0;
}
.wrap-topbar .content-right .menu-topbar li a {
  color: #f8c249;
  text-transform: uppercase;
}
.wrap-topbar .content-right .menu-topbar li a i {
  color: #ca2f06;
  margin-right: 7px;
}
.wrap-topbar .content-right .menu-topbar li a.english select {
  padding: 0;
  background: transparent;
  color: #f8c249;
  text-transform: uppercase;
}
.wrap-topbar.t1 {
  padding: 6px 10px;
}

/* Header
-------------------------------------------------------------- */
.header.main {
  background: #eae1d6;
}

.header {
  background: #eae1d6;
  z-index: 1000;
  height: 115px;
  border-bottom: 1px solid #161a1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container {
  padding: 0;
}
.header.header-main-nav .mobile-button {
  right: auto;
}
.header.header-main-nav #main-nav-mobi {
  display: none;
}
.header.header-main-nav.toggle_menu #main-nav-mobi {
  display: block;
}
.header .show-header-fixed {
  display: none;
}
.header #site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 115px;
  padding: 0;
}
.header .social {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .social li {
  margin-left: 16px;
}
.header .social li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1);
}
.header .social li img:hover {
  transform: scale(1.3);
}
.header .header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  height: 100%;
  border-right: 1px solid #161a1b;
}
.header .header-left .header__logo {
  z-index: 9;
  padding-left: 32px;
  padding-right: 36px;
  border-right: 1px solid #161a1b;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .header-left .header__logo img {
  height: 78px;
  max-width: 139px;
  min-width: 139px;
}
.header .header-left .main-nav {
  padding: 0 64px;
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header .header-right .wrap-infor {
  padding: 0 54px 7px 54px;
  height: 100%;
  border-left: 1px solid #161a1b;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.header .header-right .wrap-infor .text-infor {
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 4px;
  color: #161a1b;
}
.header .header-right .wrap-infor .phone-infor {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-weight: 700;
  color: #ca2f06;
}
.header .header-right .wrap-cart {
  padding: 0 37px 0 20px;
}
.header .header-right .wrap-cart span {
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}
.header .header-right .wrap-cart .header-search {
  position: absolute;
  top: 200%;
  right: 0;
  width: 250px;
  z-index: 5;
  background-color: #eae1d6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-right .wrap-cart .header-search.active {
  visibility: visible;
  opacity: 1;
}
.header .header-right .wrap-cart .header-search form {
  position: relative;
}
.header .header-right .wrap-cart .header-search form input {
  margin-bottom: 0;
}
.header .header-right .wrap-cart .header-search form button {
  background-color: #eae1d6;
  position: absolute;
  right: 10px;
  top: 10px;
}
.header .header-right .wrap-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right .wrap-button .tf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  padding: 0 52px 11px 56px;
  letter-spacing: 1.7px;
  color: #fff;
  background-color: #161a1b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header .header-right .wrap-button .tf-button:hover {
  background-color: #ca2f06;
}
.header .header-right .wrap-button .tf-button::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 54px;
  width: calc(100% - 108px);
  height: 2px;
  background-color: #fff;
}

.curved-text {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 32px;
}

.curved-text span {
  min-width: 0.5em;
  text-align: center;
  padding: 30px;
  margin: 0px;
  color: #000;
}

#main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
#main-nav .menu.right {
  justify-content: flex-end;
  padding-right: 15px;
}
#main-nav .menu.right li:last-child {
  margin-right: 0;
}
#main-nav .menu li {
  position: static;
  margin-right: 27.5px;
  padding-right: 27px;
  position: relative;
}
#main-nav .menu li::after {
  content: "/";
  font-size: 17px;
  font-weight: 900;
  color: #161a1b;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
#main-nav .menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#main-nav .menu li:last-child::after {
  display: none;
}
#main-nav .menu li.relative {
  position: relative;
}
#main-nav .menu li.relative .sub-menu {
  padding: 10px 6px;
  min-width: 235px;
}
#main-nav .menu li.relative li {
  width: 100%;
}
#main-nav .menu li a {
  font-family: "IBM Plex Mono", sans-serif;
  position: relative;
  display: block;
  color: #161a1b;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 49px 0px;
}
#main-nav .menu li a::before {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ca2f06;
  content: "";
  left: 0;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main-nav .menu li a .menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  text-shadow: 0 16px 0 #ca2f06;
  display: flex;
}
#main-nav .menu li a .menu-text span {
  text-transform: uppercase;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateY(var(--m)) translateZ(0);
  transform: translateY(var(--m)) translateZ(0);
}
#main-nav .menu li a:hover {
  --y: -8px;
}
#main-nav .menu li a:hover .menu-text span {
  --m: calc(16px * -1);
}
#main-nav .menu li a:hover .menu-text span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(13) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(14) {
  -webkit-transition-delay: 75s;
  transition-delay: 0.75s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(15) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#main-nav .menu li a:hover .menu-text span:nth-child(16) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}
#main-nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#main-nav .menu li.menu-item-has-children > a:hover {
  color: #ca2f06;
}
#main-nav .menu li.menu-item.current-menu-item > a {
  color: #ca2f06;
}
#main-nav .menu li.menu-item.current-menu-item > a::before {
  opacity: 1;
}

.header.style-2 {
  height: 90px;
}
.header.style-2 #site-header-inner {
  height: 90px;
}
.header.style-2 .header-left {
  flex-grow: 0;
  border: none;
}
.header.style-2 .header-left .toogle-sidebar {
  width: 86px;
  height: 100%;
  background-color: #ca2f06;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-button {
  cursor: pointer;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  max-width: 549px;
  padding: 145px 40px 43px 36px;
  background-color: #FFF;
  border: 1px solid #161a1b;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content.active {
  opacity: 1;
  visibility: visible;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .toogle-sidebar-close {
  position: absolute;
  top: 26px;
  right: 42px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #161a1b;
  background-color: #f8c249;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content img.icon {
  position: absolute;
  top: -137px;
  left: 50%;
  transform: translateX(-50%);
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content h4 {
  color: #161a1b;
  line-height: 40px;
  margin-bottom: 20px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content img.icon-small {
  width: 16px;
  margin-bottom: 22px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .text {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .text.t1 {
  margin-bottom: 4px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .text.t2 {
  margin-bottom: 20px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .text.list {
  line-height: 28px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content .call-number {
  color: #ca2f06;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content ul.social {
  position: unset;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content ul.social li {
  margin-left: 0;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content ul.social li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #161a1b;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.style-2 .header-left .toogle-sidebar .toogle-sidebar-content ul.social li a:hover {
  background-color: #ca2f06;
  color: #fff;
}
.header.style-2 .header-left .tf-button-order {
  height: 100%;
  color: #161a1b;
  background: #f8c249;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #161a1b;
  border-right: 1px solid #161a1b;
  position: relative;
}
.header.style-2 .header-left .tf-button-order::after {
  position: absolute;
  right: 31px;
  font-size: 11px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
}
.header.style-2 .header-left .tf-button-order select {
  background: transparent;
  padding: 32px;
  padding-right: 36px;
  border: none;
  appearance: none;
  position: relative;
  z-index: 5;
}
.header.style-2 .header-center {
  flex-grow: 1;
}
.header.style-2 .header-center .header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 16px 35px 40px;
  border-radius: 0 0 1000px 1000px;
  background-color: #ca2f06;
  z-index: 10;
}
.header.style-2 .header-center .main-nav {
  margin-left: 0px;
  max-width: 1241px;
}
.header.style-2 .header-right .wrap-cart {
  padding-right: 0;
}
.header.style-2 .header-right .btn-cart {
  padding: 30px 19px 30px 42px;
  height: 100%;
  display: inline-block;
  background-color: #c8dda9;
  text-align: center;
  border-left: 1px solid #161a1b;
  border-right: 1px solid #161a1b;
}
.header.style-2 .header-right .btn-cart .text-cart {
  padding-left: 0;
}
.header.style-2 .header-right .btn-cart img {
  margin-right: 8px;
}
.header.style-2 .header-right .btn-search {
  padding: 0 26px;
}
.header.style-2 #main-nav .menu li a {
  padding: 37px 0;
}

/* Header Fixed
-------------------------------------------------------------- */
#header_main.is-fixed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
  opacity: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 0 0px #ececec;
}
#header_main.is-fixed.is-fixed.is-small {
  top: -1px;
  opacity: 1;
  visibility: visible;
}
#header_main.is-fixed.is-fixed.is-small .show-light {
  display: none !important;
}
#header_main.is-fixed.is-fixed.is-small .show-dark {
  display: block !important;
}
#header_main.is-fixed.is-fixed.is-small .social {
  display: none;
}
#header_main.is-fixed.is-fixed.is-small .social.social-dark {
  display: flex !important;
}
#header_main.is-fixed.is-fixed.is-small .show-header-fixed {
  display: flex;
}
#header_main.is-fixed.is-fixed.is-small #main-nav .menu li.menu-item-has-children > a::after,
#header_main.is-fixed.is-fixed.is-small #main-nav .menu li > a {
  color: #161a1b;
}
#header_main.is-fixed.is-fixed.is-small #main-nav .sub-menu li a:hover {
  color: #c3a27c;
}

#header_main.style-2.is-fixed.is-fixed.is-small .header__logo {
  display: none;
}

#header_main.main.is-fixed {
  background-color: #190d3e;
}

.header.main.is-fixed .tf-button span.tl::before,
.header.main.is-fixed .tf-button span.tl::after {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #190d40 !important;
}

.Rectangle_1 {
  background-color: rgb(234, 225, 214);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 12021px;
  z-index: 3;
}

/* Button
-------------------------------------------------------------- */
.tf-button {
  height: 60px;
  position: relative;
  background-color: transparent;
  z-index: 9;
}
.tf-button .btn-main {
  height: 60px;
  box-sizing: border-box;
  padding: 0px 41px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "IBM Plex Mono", sans-serif;
  color: #fff;
  background-color: #ca2f06;
  border: 1px solid #fff;
  text-transform: uppercase;
}
.tf-button.style1 .btn-absolute {
  background-color: #161a1b;
}
.tf-button.not-move:hover .btn-main {
  transform: translate3d(0, 0, 0);
}
.tf-button:hover .btn-main {
  background-color: #fff;
  color: #ca2f06;
}
.tf-button:hover .btn-absolute {
  transform: translate3d(-4px, -4px, -4px);
}
.tf-button:hover.style1 .btn-main {
  background-color: #161a1b;
  color: #fff;
}
.tf-button .btn-absolute {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  right: -4px;
  bottom: -4px;
  background-color: #fff;
  position: absolute;
  display: block;
  z-index: -1;
  height: 60px;
}

/* Section
-------------------------------------------------------------- */
.tf-container {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
}
.tf-container .tf-col-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.tf-container .tf-col-25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tf-slider .bg-slider {
  padding: 170px 6.1%;
  background: url("../../assets/images/slider/slider-2.jpg");
  position: relative;
  border-right: 1px solid #161a1b;
}
.tf-slider .wrap-content .heading {
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 1px;
}
.tf-slider .wrap-content .sub-heading {
  margin-top: 33px;
  margin-right: 30px;
  margin-bottom: 40px;
  color: #fff;
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.45px;
}
.tf-slider .wrap-content .tf-button {
  margin-bottom: 10px;
}
.tf-slider .wrap-image {
  height: 100%;
}
.tf-slider .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-slider .swiper-pagination {
  z-index: 5;
  bottom: 65px;
}
.tf-slider .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 33px;
  background: transparent;
}
.tf-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: url("../../assets/images/slider/slider-2.png");
}
.tf-slider .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../../assets/images/slider/slider-3.png");
}
.tf-slider.style-2 .btn-home-slider {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  width: 65px;
  height: 75px;
  border-radius: 0 999px 999px 0;
  background-color: #ca2f06;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-slider.style-2 .btn-home-slider svg {
  fill: #fff;
  width: 14px;
  height: auto;
  margin-left: -5px;
}
.tf-slider.style-2 .btn-home-slider.btn-next {
  left: auto;
  right: 0;
  border-radius: 999px 0 0 999px;
  background-color: #f8c249;
}
.tf-slider.style-2 .btn-home-slider.btn-next svg {
  fill: #161a1b;
  margin-right: -22px;
  margin-left: 0;
}
.tf-slider.style-2 .wrap-content-inner {
  position: relative;
}
.tf-slider.style-2 .wrap-content-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.349);
  z-index: 1;
}
.tf-slider.style-2 .wrap-content-inner img {
  width: 100%;
}
.tf-slider.style-2 .wrap-content {
  text-align: center;
  position: absolute;
  top: 55.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 15px;
  z-index: 5;
}
.tf-slider.style-2 .wrap-content .heading {
  margin-bottom: 4px;
}
.tf-slider.style-2 .wrap-content .wrap-button {
  margin-top: 41px;
}

.tf-about .wrap-image {
  height: 100%;
  border-right: 1px solid #161a1b;
}
.tf-about .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-about .wrap-content {
  padding: 125px 24% 127px 10%;
}
.tf-about .wrap-content .heading {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.tf-about .wrap-content .sub-heading {
  margin-bottom: 15px;
}
.tf-about .wrap-content .wrap-button {
  margin-top: 41px;
}
.tf-about.style-2 {
  display: flex;
  border-bottom: 1px solid #161a1b;
  border-top: 1px solid #161a1b;
  flex-wrap: wrap;
}
.tf-about.style-2 .content-left {
  overflow: hidden;
  width: 37.2%;
  background: url("../../assets/images/backgroup/dot.png") center center no-repeat;
  background-color: #161a1b;
  background-size: cover;
  padding: 9.2% 4% 9.2% 10.7%;
  position: relative;
}
.tf-about.style-2 .content-left .heading {
  margin-bottom: 0;
}
.tf-about.style-2 .content-left .heading.cl1 {
  color: #f8c249;
  margin-bottom: -1px;
}
.tf-about.style-2 .content-left .heading.cl2 {
  color: #ca2f06;
}
.tf-about.style-2 .content-left .icon-about {
  position: absolute;
  bottom: -60px;
  right: -25px;
}
.tf-about.style-2 .content-center {
  width: 25.5%;
  border-left: 1px solid #161a1b;
  border-right: 1px solid #161a1b;
}
.tf-about.style-2 .content-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-about.style-2 .content-right {
  width: 37.3%;
  padding: 128px 80px 131px 82px;
  background: #161a1b;
}
.tf-about.style-2 .content-right .des {
  color: #fff;
  margin-bottom: 16px;
}
.tf-about.style-2 .content-right .list-about {
  margin-top: 29px;
}
.tf-about.style-2 .content-right .list-about li {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 34px;
  margin-bottom: 15px;
  position: relative;
}
.tf-about.style-2 .content-right .list-about li svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.tf-about.style-2 .content-right .wrap-button {
  margin-top: 47px;
}
.tf-about.style-2.custom .content-left {
  padding: 6.8% 5% 5.1% 10.7%;
}
.tf-about.style-2.custom .content-right {
  padding: 98px 130px 116px 82px;
}
.tf-about.style-2.custom .content-right .list-about {
  margin-top: 29px;
}
.tf-about.style-2.custom .content-right .list-about li {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 11px;
}
.tf-about.style-2.custom .content-right .list-about li svg {
  margin-right: 15px;
}
.tf-about.style-3 .wrap-top {
  display: flex;
  flex-wrap: wrap;
}
.tf-about.style-3 .wrap-top .content-left {
  width: 25%;
  border: 1px solid #161a1b;
}
.tf-about.style-3 .wrap-top .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-about.style-3 .wrap-top .content-center {
  width: 50%;
  padding: 124px 76px 109px;
  border: 1px solid #161a1b;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tf-about.style-3 .wrap-top .content-center .heading {
  color: #161a1b;
  letter-spacing: 0.7px;
  margin-bottom: 28px;
}
.tf-about.style-3 .wrap-top .content-center .description {
  display: flex;
  flex-wrap: wrap;
}
.tf-about.style-3 .wrap-top .content-center .description .box-des {
  width: 50%;
  padding-right: 70px;
}
.tf-about.style-3 .wrap-top .content-center .description .box-des p {
  margin-bottom: 17px;
}
.tf-about.style-3 .wrap-top .content-center .description .box-des:last-child {
  padding-left: 10px;
  padding-right: 60px;
}
.tf-about.style-3 .wrap-top .content-center .description .box-des .wrap-button {
  margin-top: 40px;
}
.tf-about.style-3 .wrap-top .content-right {
  width: 25%;
  border: 1px solid #161a1b;
}
.tf-about.style-3 .wrap-top .content-right .wrap-author {
  background: url("../../assets/images/about/bg-about.jpg");
  padding: 41px 70px 40px;
  text-align: center;
}
.tf-about.style-3 .wrap-top .content-right .wrap-author .quote {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
}
.tf-about.style-3 .wrap-top .content-right .wrap-author .name {
  font-size: 17px;
  line-height: 30px;
  color: #f8c249;
  font-weight: 400;
  text-transform: uppercase;
}
.tf-about.style-3 .wrap-top .content-right .wrap-author .date {
  font-size: 17px;
  line-height: 30px;
  color: #ca2f06;
  margin-bottom: 17px;
}
.tf-about.style-3 .wrap-bottom {
  display: flex;
  flex-wrap: wrap;
}
.tf-about.style-3 .wrap-bottom .box-about-us {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.tf-about.style-3 .wrap-bottom .box-about-us .image {
  width: 50%;
  border: 1px solid #161a1b;
  border-right: 0;
}
.tf-about.style-3 .wrap-bottom .box-about-us .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tf-about.style-3 .wrap-bottom .box-about-us .content {
  width: 50%;
  text-align: center;
  border: 1px solid #161a1b;
  border-right: 0;
  padding: 50px 70px;
  padding-bottom: 0;
  background-color: #f8c249;
}
.tf-about.style-3 .wrap-bottom .box-about-us .content .icon {
  width: 90px;
  height: 90px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-about.style-3 .wrap-bottom .box-about-us .content .heading {
  color: #161a1b;
  margin-bottom: 21px;
}
.tf-about.style-3 .wrap-bottom .box-about-us .content .des {
  margin-bottom: 44px;
}
.tf-about.style-3 .wrap-bottom .box-about-us .content .btn-readmore {
  width: calc(100% + 140px);
  margin: 0 -70px;
  background-color: #ca2f06;
  color: #fff;
  text-transform: uppercase;
  padding: 17px 0;
}
.tf-about.style-3 .wrap-bottom .box-about-us:last-child .content {
  background-color: #d3c9e3;
}
.tf-about.style-3 .wrap-bottom .box-about-us:hover .icon {
  transform: rotateY(-360deg);
}

.tf-career .wrap-career {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tf-career .wrap-career .box-career {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #161a1b;
  display: flex;
  align-items: unset;
  justify-content: flex-start;
}
.tf-career .wrap-career .box-career .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 75px 5% 67px;
  text-align: center;
  background: url("../../assets/images/career/bg-carrer-1.jpg") center center no-repeat;
  background-size: cover;
  border-right: 1px solid #161a1b;
}
.tf-career .wrap-career .box-career .content .icon {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 29px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-career .wrap-career .box-career .content .heading {
  color: #161a1b;
  margin-bottom: 20px;
}
.tf-career .wrap-career .box-career .content .text {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}
.tf-career .wrap-career .box-career .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #161a1b;
}
.tf-career .wrap-career .box-career .image img {
  width: 100%;
  height: 441px;
  object-fit: cover;
}
.tf-career .wrap-career .box-career:last-child .content {
  background: url("../../assets/images/career/bg-carrer-2.jpg") center center no-repeat;
  background-size: cover;
}
.tf-career .wrap-career .box-career:hover .icon {
  transform: rotateY(-360deg);
}

.tf-counter {
  padding: 62px 0 52px;
  background: url("../../assets/images/counter/bg-counter.jpg") center center no-repeat;
  background-size: cover;
}
.tf-counter .box-counter {
  text-align: center;
  position: relative;
}
.tf-counter .box-counter .count-number {
  font-size: 50px;
  line-height: 60px;
  color: #f8c249;
  font-weight: 700;
  font-family: "Rowdies", sans-serif;
}
.tf-counter .box-counter .heading {
  color: #fff;
  font-size: 23px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Rowdies", sans-serif;
}
.tf-counter .box-counter .icon-counter {
  position: absolute;
  right: -27px;
  top: 30%;
  transform: translateY(-50%);
}

.tf-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.tf-heading .sub-heading {
  color: #ca2f06;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1.7px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.tf-heading .heading {
  font-size: 50px;
  line-height: 55px;
  color: #161a1b;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}
.tf-heading .heading img {
  position: absolute;
  right: -40px;
  top: 0px;
  transform: translateY(-70%);
}
.tf-heading .text-heading {
  font-size: 15px;
  line-height: 26px;
  color: #161a1b;
}
.tf-heading.style2 {
  text-align: left;
}

.tf-menu.tf-section {
  padding-bottom: 138px;
  padding-top: 128px;
}
.tf-menu .tf-heading {
  margin-bottom: 68px;
}
.tf-menu .btn-nav {
  width: 100px;
  border: 1px solid #161a1b;
  border-right: none;
  height: 100%;
  position: relative;
}
.tf-menu .btn-nav:hover {
  background-color: #f8c249;
  border: 1px solid #161a1b;
}
.tf-menu .btn-nav .text {
  transform: translate(-50%) rotate(90deg);
  color: #161a1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 5px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
}
.tf-menu .wrap-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 50px;
}
.tf-menu .wrap-menu .tf-menu-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 200px);
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu {
  border: 1px solid #161a1b;
  border-right: none;
  padding: 33px 40px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 27px;
  color: #fff;
  background-color: #161a1b;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .image {
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .image .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .heading {
  color: #161a1b;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .price {
  font-size: 22px;
  line-height: 26px;
  color: #ca2f06;
  font-weight: 500;
  margin-bottom: 47px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -40px;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu {
  width: 50%;
  padding: 15px;
  text-align: center;
  color: #161a1b;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-top: 1px solid #161a1b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu.detail {
  border: none;
  border-right: 1px solid #161a1b;
  border-top: 1px solid #161a1b;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover {
  background: url("../../assets/images/backgroup/background-menu.jpg") repeat center center;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active .image .icon, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .image .icon {
  display: block;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active .heading, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .heading {
  color: #fff;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active .price, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .price {
  color: #f8c249;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active .wrap-button .btn-menu, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .wrap-button .btn-menu {
  color: #fff;
  background-color: #161a1b;
}
.tf-menu .wrap-menu .tf-menu-slider .box-menu.active .wrap-button .btn-menu.detail, .tf-menu .wrap-menu .tf-menu-slider .box-menu:hover .wrap-button .btn-menu.detail {
  background-color: #ca2f06;
}
.tf-menu .btn-view-all {
  text-align: center;
}

.tf-banner {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.tf-banner.t-1 {
  padding-top: 0px !important;
  border-top: 1px solid #161a1b;
}
.tf-banner .box-banner {
  width: 33.33%;
  border-right: 1px solid #161a1b;
}
.tf-banner .box-banner img {
  width: 100%;
  height: 100%;
}
.tf-banner .wrap-banner-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.tf-banner .wrap-banner-3 .box-banner {
  width: 100%;
  border: 1px solid #161a1b;
}
.tf-banner .wrap-banner-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.tf-banner .wrap-banner-2 .box-banner {
  border: 1px solid #161a1b;
  width: 100%;
}

.tf-parralax {
  background: url("../../assets/images/backgroup/bg-parralax.jpg") center center no-repeat;
  background-size: cover;
  padding: 332px 0 68px;
  position: relative;
  border: 1px solid #161a1b;
}
.tf-parralax .heading {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 70px;
  line-height: 75px;
}
.tf-parralax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161a1b;
  opacity: 0.1;
}

.tf-instagram {
  padding-bottom: 124px;
}
.tf-instagram .wrap-instagram {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.tf-instagram .wrap-instagram .box-instagram {
  width: 20%;
  border: 1px solid #161a1b;
  border-left: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  overflow: hidden;
}
.tf-instagram .wrap-instagram .box-instagram > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tf-instagram .wrap-instagram .box-instagram:first-child {
  border-left: 1px solid #161a1b;
}
.tf-instagram .wrap-instagram .box-instagram .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f8c249;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-instagram .wrap-instagram .box-instagram .icon img {
  width: auto;
}
.tf-instagram .wrap-instagram .box-instagram:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/backgroup/bg-instagram.jpg") center center repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.tf-instagram .wrap-instagram .box-instagram:hover .icon, .tf-instagram .wrap-instagram .box-instagram.active .icon {
  opacity: 1;
  visibility: visible;
}
.tf-instagram .wrap-instagram .box-instagram:hover:after, .tf-instagram .wrap-instagram .box-instagram.active:after {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.tf-instagram .btn-follow {
  text-align: center;
}
.tf-instagram .btn-follow a {
  color: #161a1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.tf-instagram .btn-follow a:hover {
  color: #ca2f06;
}

.tf-testimonial.tf-section {
  padding-top: 0;
  padding-bottom: 0;
}
.tf-testimonial .wrap-heading {
  background: url("../../assets/images/counter/bg-counter.jpg") center center repeat;
  background-size: cover;
  padding: 130px 0 115px;
  position: relative;
}
.tf-testimonial .wrap-heading img {
  position: absolute;
}
.tf-testimonial .wrap-heading img.icon-1 {
  top: 28%;
  left: 5.4%;
}
.tf-testimonial .wrap-heading img.icon-2 {
  top: 28%;
  left: 16.5%;
}
.tf-testimonial .wrap-heading img.icon-3 {
  top: 55%;
  left: 14%;
}
.tf-testimonial .wrap-heading img.icon-4 {
  top: 34%;
  right: 21.5%;
}
.tf-testimonial .wrap-heading img.icon-5 {
  top: 19%;
  right: 14%;
}
.tf-testimonial .wrap-heading img.icon-6 {
  top: 68%;
  right: 15%;
}
.tf-testimonial .wrap-heading img.icon-7 {
  top: 35%;
  right: 6%;
}
.tf-testimonial .tf-heading {
  margin-bottom: 0px;
}
.tf-testimonial .tf-heading .sub-heading {
  color: #f8c249;
}
.tf-testimonial .tf-heading .heading,
.tf-testimonial .tf-heading .text-heading {
  color: #fff;
}
.tf-testimonial .btn-testimonial {
  width: 100px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-testimonial .btn-testimonial:hover {
  background-color: #f8c249;
}
.tf-testimonial .btn-testimonial .text {
  transform: translate(-50%) rotate(90deg);
  color: #161a1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 5px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
}
.tf-testimonial .wrap-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  border: 1px solid #161a1b;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider {
  border-right: 1px solid #161a1b;
  border-left: 1px solid #161a1b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 200px);
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .image {
  width: 39%;
  position: relative;
  border-right: 1px solid #161a1b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .image .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content {
  width: 61%;
  padding: 65px 46px 60px;
  border-right: 1px solid #161a1b;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content .heading {
  color: #161a1b;
  letter-spacing: 0.8px;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content .des {
  font-size: 15px;
  line-height: 26px;
  color: #161a1b;
  font-weight: 500;
  margin-bottom: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content .star {
  color: #f8c249;
  margin-bottom: 10px;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content .star i {
  margin-right: 2px;
}
.tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content .name {
  font-size: 17px;
  line-height: 40px;
  color: #161a1b;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 0;
}
.tf-testimonial .icon-testimonial {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ca2f06;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161a1b;
  z-index: 5;
}
.tf-testimonial.style-2 .wrap-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 86px 0 77px;
}
.tf-testimonial.style-2 .wrap-heading .heading.color-1 {
  color: #f8c249;
}
.tf-testimonial.style-2 .wrap-heading img.icon-1 {
  left: 0;
  top: 23%;
}
.tf-testimonial.style-2 .wrap-heading .content {
  margin-right: 325px;
}
.tf-testimonial.style-2 .wrap-heading .wwrap-button {
  margin-right: -32px;
  margin-top: -16px;
}
.tf-testimonial.style-2 .wrap-testimonial {
  display: block;
  background-color: #ca2f06;
  z-index: 1;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial {
  display: flex;
  flex-wrap: wrap;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content {
  width: 75%;
  padding: 123px 8% 215px 19.5%;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content .des {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  position: relative;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content .des .icon-tes {
  position: absolute;
  top: 10px;
  left: -50px;
  transform: translateX(-100%);
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 55px;
  font-family: "IBM Plex Mono", sans-serif;
  text-transform: uppercase;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content .name .star {
  color: #f8c249;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .image {
  width: 25%;
  position: relative;
  border-left: 1px solid #161a1b;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-testimonial.style-2 .wrap-testimonial .box-testimonial .image .icon-img {
  width: 212px;
  height: auto;
  position: absolute;
  left: 130px;
  bottom: 83px;
  z-index: 2;
}
.tf-testimonial.style-2 .wrap-testimonial .testimonial-thumbs {
  max-width: 410px;
  margin-left: 20%;
  position: absolute;
  bottom: 134px;
}
.tf-testimonial.style-2 .wrap-testimonial .testimonial-thumbs .swiper-slide-active img {
  border: 2px solid #f8c249;
  border-radius: 50%;
}
.tf-testimonial.style-2 .wrap-testimonial .testimonial-thumbs .swiper-slide {
  text-align: center;
}
.tf-testimonial.style-3 {
  padding-top: 84px;
  padding-bottom: 136px;
}
.tf-testimonial.style-3 .image-tes {
  position: absolute;
  top: 5.3%;
  left: 6.2%;
}
.tf-testimonial.style-3 .box-testimonial {
  text-align: center;
}
.tf-testimonial.style-3 .box-testimonial .icon-tes {
  margin-bottom: 65px;
}
.tf-testimonial.style-3 .box-testimonial .des {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding: 0 37px;
  margin-bottom: 31px;
}
.tf-testimonial.style-3 .box-testimonial .name {
  font-size: 20px;
  font-weight: 500;
  color: #ca2f06;
  margin-bottom: 2px;
  font-family: "IBM Plex Mono", sans-serif;
}
.tf-testimonial.style-3 .box-testimonial .position {
  color: #161a1b;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.tf-testimonial.style-3 .testimonial-thumbs {
  max-width: 410px;
  margin-top: 39px;
}
.tf-testimonial.style-3 .testimonial-thumbs .swiper-slide-active img {
  border: 2px solid #f8c249;
  border-radius: 50%;
}
.tf-testimonial.style-3 .testimonial-thumbs .swiper-slide {
  text-align: center;
}

.tf-contact {
  display: flex;
  flex-wrap: wrap;
}
.tf-contact .wrap-content {
  width: 67.4%;
  display: flex;
  flex-wrap: wrap;
  padding: 133px 0 134px 10.8%;
}
.tf-contact .wrap-content .content-left {
  width: 51.5%;
  padding-right: 90px;
}
.tf-contact .wrap-content .content-left .tf-heading {
  padding-top: 40px;
  margin-bottom: 21px;
}
.tf-contact .wrap-content .content-right {
  width: 48.5%;
  padding: 92px 82px;
  background-color: #ca2f06;
  border: 1px solid #161a1b;
  border-right: none;
}
.tf-contact .wrap-content .content-right .title {
  color: #f8c249;
  margin-bottom: 20px;
}
.tf-contact .wrap-content .content-right ul {
  margin-bottom: 31px;
}
.tf-contact .wrap-content .content-right ul li {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 33px;
}
.tf-contact .wrap-content .content-right .infor {
  margin-bottom: 46px;
}
.tf-contact .wrap-content .content-right .infor li {
  line-height: 28px;
  margin-bottom: 15px;
}
.tf-contact .wrap-content .content-right .social-share span {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  margin-right: 30px;
}
.tf-contact .wrap-image {
  width: 32.6%;
  padding: 133px 6% 134px 0;
  background-color: #d3c9e3;
  border-left: 1px solid #161a1b;
}
.tf-contact .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #161a1b;
  border-left: none;
}
.tf-contact.style-2 {
  border: 1px solid #161a1b;
}
.tf-contact.style-2 .content-left {
  width: 35.1%;
  border-right: 1px solid #161a1b;
}
.tf-contact.style-2 .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-contact.style-2 .content-center {
  border-right: 1px solid #161a1b;
  position: relative;
  width: 29.6%;
  padding: 113px 73px;
  background: url("../../assets/images/contact/bg-contact.jpg") no-repeat center center;
  background-size: cover;
}
.tf-contact.style-2 .content-center h2 {
  letter-spacing: 0.8px;
}
.tf-contact.style-2 .content-center .icon {
  right: -57px;
  position: absolute;
  bottom: 21%;
}
.tf-contact.style-2 .content-right {
  width: 35.3%;
  background-color: #f8c249;
  padding: 102px 106px 116px 100px;
}
.tf-contact.style-2 .content-right p {
  margin: 0 -20px 0 -2px;
  margin-bottom: 27px;
}
.tf-contact.style-2.custom .content-center {
  width: 33.3%;
  padding: 114px 113px;
}
.tf-contact.style-2.custom .content-right {
  width: 33.2%;
  padding: 67px 80px 78px 86px;
}
.tf-contact.style-2.custom .content-right p {
  margin-right: -20px;
}
.tf-contact.style-2.custom .content-right .tf-button {
  margin-top: 31px;
}
.tf-contact.style-2.custom .content-left {
  width: 33.4%;
}

.form-contact {
  text-align: center;
}
.form-contact textarea,
.form-contact input {
  background: #fff;
}
.form-contact select {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
}
.form-contact select.t1 {
  background-color: transparent;
}
.form-contact fieldset.two-col {
  display: flex;
  flex-wrap: wrap;
}
.form-contact fieldset.two-col * {
  width: calc(50% - 10px);
}
.form-contact fieldset.two-col *:last-child {
  margin-left: 10px;
}
.form-contact fieldset.two-col *:first-child {
  margin-right: 10px;
}
.form-contact .mt-34 {
  margin-top: 34px;
}

.tf-blog.tf-section {
  padding-top: 127px;
  padding-bottom: 135px;
}
.tf-blog .tf-heading {
  margin-bottom: 66px;
}
.tf-blog .wrap-blog {
  border-right: 1px solid #161a1b;
  position: relative;
}
.tf-blog .wrap-blog .btn-blog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -86px;
  width: 87px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161a1b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-blog .wrap-blog .btn-blog.btn-next {
  left: auto;
  right: -87px;
}
.tf-blog .wrap-blog .btn-blog:hover {
  background: #f8c249;
}
.tf-blog .wrap-blog .swiper-slide:last-child .box-blog {
  border-right: 1px solid #161a1b;
}
.tf-blog .wrap-blog .box-blog {
  border: 1px solid #161a1b;
  border-right: none;
}
.tf-blog .wrap-blog .box-blog .inner {
  padding: 40px 44px 40px 36px;
}
.tf-blog .wrap-blog .box-blog .inner .image {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid #161a1b;
}
.tf-blog .wrap-blog .box-blog .inner .image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tf-blog .wrap-blog .box-blog .inner .image .meta {
  border-top: 1px solid #161a1b;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8c249;
  padding: 15px 20px 12px;
}
.tf-blog .wrap-blog .box-blog .inner .image .meta span {
  color: #161a1b;
  font-size: 15px;
  margin-right: 23px;
}
.tf-blog .wrap-blog .box-blog .inner .heading {
  color: #161a1b;
  line-height: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.6px;
}
.tf-blog .wrap-blog .box-blog .inner .heading:hover {
  color: #ca2f06;
}
.tf-blog .wrap-blog .box-blog .inner .des {
  font-size: 15px;
  line-height: 26px;
  color: #161a1b;
  margin-bottom: 3px;
}
.tf-blog .wrap-blog .box-blog .btn-readmore {
  padding: 16px 40px;
  background: #ca2f06;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1.2px;
  display: inline-block;
  transition: all 0.3s;
}
.tf-blog .wrap-blog .box-blog .btn-readmore i {
  margin-left: 12px;
}
.tf-blog .wrap-blog .box-blog .btn-readmore:hover {
  background: #161a1b;
}
.tf-blog .wrap-blog .box-blog:hover .image img {
  transform: scale(1.1);
}
.tf-blog .wrap-subcribe {
  background-color: #c8dda9;
  padding: 66px 15px 76px;
  position: relative;
  border: 1px solid #161a1b;
  border-top: none;
}
.tf-blog .wrap-subcribe .tf-heading {
  max-width: 1000px;
  margin-bottom: 43px;
}
.tf-blog .wrap-subcribe .tf-heading .heading {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 9px;
}
.tf-blog .wrap-subcribe .form-subcribe {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
}
.tf-blog .wrap-subcribe .form-subcribe input {
  margin-bottom: 0;
}
.tf-blog .wrap-subcribe .form-subcribe button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #f8c249;
  border: 1px solid #161a1b;
  color: #161a1b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-blog .wrap-subcribe .form-subcribe button:hover {
  background-color: #fff;
}
.tf-blog .wrap-subcribe .icon1 {
  position: absolute;
  right: 42px;
  top: 65%;
}
.tf-blog .wrap-subcribe .icon2 {
  position: absolute;
  right: -20px;
  top: 37%;
}

.tf-partner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161a1b;
  border-right: none;
  min-height: 176px;
}
.tf-partner .swiper-slide:last-child {
  border: 1px solid #161a1b;
}

.tf-about-order {
  padding: 132px 0 135px;
  background: url("../../assets/images/order/bg-order.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.tf-about-order .wrap-about-order {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-about-order .wrap-about-order .heading {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding-right: 100px;
}
.tf-about-order .wrap-about-order .heading .cl1 {
  color: #ca2f06;
}
.tf-about-order .wrap-about-order .heading .cl2 {
  color: #f8c249;
}
.tf-about-order .wrap-about-order .tf-button {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.tf-about-order .image {
  position: absolute;
  right: 0px;
  bottom: -60px;
}
.tf-about-order.style-2 {
  padding-top: 128px;
  padding-bottom: 127px;
}
.tf-about-order.style-2 .content {
  padding-right: 250px;
}
.tf-about-order.style-2 .content .sub-heading {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: 1.7px;
}
.tf-about-order.style-2 .content .heading {
  color: #f8c249;
  margin-bottom: 15px;
}
.tf-about-order.style-2 .content p {
  color: #fff;
}
.tf-about-order.style-2 .image {
  position: absolute;
  right: 0px;
  bottom: -5px;
}
.tf-about-order.find-job {
  padding: 65px 0 62px;
}
.tf-about-order.find-job .image {
  position: absolute;
  right: -20px;
  bottom: -96px;
}
.tf-about-order.find-job .wrap-find-job {
  text-align: center;
}
.tf-about-order.find-job .wrap-find-job .heading {
  font-size: 50px;
  line-height: 60px;
  color: #f8c249;
  letter-spacing: -1px;
  margin-bottom: 26px;
}
.tf-about-order.find-job .wrap-find-job form {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.tf-about-order.find-job .wrap-find-job form select {
  width: 240px;
  margin-right: 0px;
  background-color: #fff;
  padding: 15px 15px 12px 15px;
  margin-bottom: 0;
  appearance: none;
}
.tf-about-order.find-job .wrap-find-job form .relative::after {
  position: absolute;
  right: 20px;
  font-size: 15px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  z-index: 10;
  top: 15px;
}
.tf-about-order.find-job .wrap-find-job form button {
  width: 73px;
  height: 73px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #ca2f06;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}
.tf-about-order.find-job .wrap-find-job form button svg {
  fill: #fff;
  width: 23px;
  height: 23px;
}

.tf-video {
  padding: 30px 0;
}
.tf-video.t1 {
  padding: 28px 0;
}
.tf-video .video {
  border: 1px solid #161a1b;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-video .video:before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tf-video .video .wrap-video {
  z-index: 2;
  position: absolute;
}
.tf-video .video .wrap-video a {
  width: 100px;
  height: 100px;
  margin-left: 0px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-team.tf-section {
  padding-bottom: 0;
  padding-top: 128px;
}
.tf-team .tf-heading {
  margin-bottom: 67px;
}
.tf-team .wrap-team {
  display: flex;
  flex-wrap: wrap;
}
.tf-team .wrap-team .box-team {
  border: 1px solid #161a1b;
  width: 25%;
  text-align: center;
  padding: 30px 30px 25px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-team .wrap-team .box-team:hover {
  background-color: #fff;
}
.tf-team .wrap-team .box-team .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.tf-team .wrap-team .box-team .image img {
  border: 1px solid #161a1b;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-team .wrap-team .box-team .image .social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-color: #161a1b;
  padding: 8px 29px;
  display: inline;
  width: 55.5%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-team .wrap-team .box-team .image .social a {
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-right: 11px;
}
.tf-team .wrap-team .box-team .image .social a:last-child() {
  margin-right: 0;
}
.tf-team .wrap-team .box-team .name {
  color: #161a1b;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.tf-team .wrap-team .box-team .position {
  color: #161a1b;
  font-family: "Jost";
  text-transform: uppercase;
}
.tf-team .wrap-team .box-team:hover .social, .tf-team .wrap-team .box-team.active .social {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.tf-team .wrap-team .box-team:hover .image img {
  transform: scale(1.1);
}
.tf-team.style-2 {
  display: flex;
}
.tf-team.style-2 .content-left {
  width: 32.6%;
  background: url("../../assets/images/team/bg-team.jpg") no-repeat center center;
  background-size: cover;
  padding: 131px 0;
  border-right: 1px solid #161a1b;
}
.tf-team.style-2 .content-left .wrap-image {
  text-align: right;
  transform: translateX(40%);
  position: relative;
}
.tf-team.style-2 .content-left .wrap-image .img-2 {
  position: absolute;
  left: -95px;
  top: 7.5%;
}
.tf-team.style-2 .content-left .wrap-image .img-3 {
  position: absolute;
  bottom: -70px;
  right: -35px;
}
.tf-team.style-2 .content-right {
  width: 67.4%;
  padding: 260px 385px 232px 346px;
}
.tf-team.style-2 .content-right .heading {
  margin-bottom: 33px;
  color: #161a1b;
  letter-spacing: 0.8px;
}
.tf-team.style-2 .content-right .des {
  margin-bottom: 14px;
}
.tf-team.style-2 .content-right .wrap-button {
  margin-top: 43px;
}
.tf-team.style-3 {
  padding: 135px 0 129px;
}
.tf-team.style-3 .box-team {
  display: flex;
  flex-wrap: wrap;
}
.tf-team.style-3 .box-team .image {
  width: 42.7%;
  border: 1px solid #161a1b;
  border-bottom: none;
  padding: 29px;
  overflow: hidden;
}
.tf-team.style-3 .box-team .image img {
  border: 1px solid #161a1b;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-team.style-3 .box-team:hover .image img {
  transform: scale(1.1);
}
.tf-team.style-3 .box-team .content {
  width: 57.3%;
  padding: 52px 52px 0 52px;
  border: 1px solid #161a1b;
  border-left: none;
  border-bottom: none;
}
.tf-team.style-3 .box-team .content .wrap-social {
  background-color: #161a1b;
  padding: 8px 32px;
  display: inline-flex;
  margin: 48px 0 0 -52px;
}
.tf-team.style-3 .box-team .content .wrap-social a {
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  margin-right: 23px;
}
.tf-team.style-3 .box-team .content .wrap-social li:last-child a {
  margin-right: 0;
}
.tf-team.style-3 .box-team .content .name {
  color: #161a1b;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.tf-team.style-3 .box-team .content .position {
  color: #ca2f06;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 27px;
}
.tf-team.style-3 .box-team .content:hover .social, .tf-team.style-3 .box-team .content.active .social {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
.tf-team.style-3 .box-team.style-2 .image {
  border: 1px solid #161a1b;
  border-left: none;
  border-bottom: none;
}
.tf-team.style-3 .box-team.style-2 .content {
  border: 1px solid #161a1b;
  border-bottom: none;
}
.tf-team.style-3 .col-md-12 .box-team:last-child .image, .tf-team.style-3 .col-md-12 .box-team:last-child .content {
  border-bottom: 1px solid #161a1b;
}

.tf-404 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.tf-404 img {
  margin-bottom: 30px;
}
.tf-404 .tf-heading .heading {
  margin-bottom: 30px;
}
.tf-404 .tf-heading .text-heading {
  margin-bottom: 40px;
}
.tf-404 .tf-heading .tf-button .btn-main {
  border-color: #161a1b;
}
.tf-404 .tf-heading .tf-button .btn-absolute {
  background-color: #161a1b;
}

.tf-page-title {
  position: relative;
  background: url("../../assets/images/backgroup/bg-page-title.jpg") center center no-repeat;
  background-size: cover !important;
}
.tf-page-title.tf-section {
  padding: 97px 0;
}
.tf-page-title .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.45;
}
.tf-page-title .wrap-content {
  position: relative;
  z-index: 5;
}
.tf-page-title .sub-heading {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1.7px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tf-page-title .heading {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

.tf-porfolio {
  padding: 154px 0 140px;
}
.tf-porfolio .wrap-porfolio {
  display: flex;
  flex-wrap: wrap;
}
.tf-porfolio .wrap-porfolio .box-porfolio {
  width: 33.33%;
  position: relative;
}
.tf-porfolio .wrap-porfolio .box-porfolio .image {
  border: 1px solid #161a1b;
  padding: 25px;
}
.tf-porfolio .wrap-porfolio .box-porfolio .image img {
  border: 1px solid #161a1b;
  width: 100%;
  object-fit: cover;
}
.tf-porfolio .wrap-porfolio .box-porfolio .content {
  position: absolute;
  top: 25px;
  left: 25px;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  padding: 85px 50px;
  background: url("../../assets/images/porfolio/bg-porfolio.jpg") center center no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
  text-align: center;
}
.tf-porfolio .wrap-porfolio .box-porfolio .content .title {
  color: #f8c249;
}
.tf-porfolio .wrap-porfolio .box-porfolio .content .category {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.tf-porfolio .wrap-porfolio .box-porfolio .content .des {
  color: #fff;
  margin-bottom: 41px;
}
.tf-porfolio .wrap-porfolio .box-porfolio .content .btn-main {
  padding: 0 21px;
}
.tf-porfolio .wrap-porfolio .box-porfolio:hover .content {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0);
}

.tf-offer {
  padding: 124px 0 103px;
}
.tf-offer .tf-heading {
  margin-left: 0;
  max-width: 650px;
  margin-bottom: 68px;
}
.tf-offer .tf-heading .heading {
  padding-right: 100px;
}
.tf-offer .tf-heading.mt123 {
  margin-top: 123px;
}
.tf-offer .box-offer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tf-offer .box-offer .image {
  width: 40%;
  border: 1px solid #161a1b;
  overflow: hidden;
}
.tf-offer .box-offer .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-offer .box-offer:hover .image img {
  transform: scale(1.1);
}
.tf-offer .box-offer .content {
  width: 60%;
  padding: 68px 58px 78px;
  border: 1px solid #161a1b;
  border-left: none;
}
.tf-offer .box-offer .content .title {
  color: #161a1b;
  margin-bottom: 21px;
}
.tf-offer .box-offer .content .meta {
  margin-bottom: 37px;
}
.tf-offer .box-offer .content .meta li {
  display: inline-block;
  margin-right: 31px;
}
.tf-offer .box-offer .content .meta li a span {
  font-weight: 600;
}
.tf-offer .box-offer .content .meta li a i {
  color: #ca2f06;
  margin-right: 8px;
}
.tf-offer .box-offer .content .meta li:last-child {
  margin-right: 0;
}
.tf-offer .box-offer .content .des {
  margin-bottom: 14px;
}
.tf-offer .box-offer .content .list li {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.tf-offer .box-offer .content .wrap-btn {
  margin-top: 40px;
}
.tf-offer .box-offer.style-2 .image {
  width: 40%;
  border: 1px solid #161a1b;
  border-left: none;
}
.tf-offer .box-offer.style-2 .content {
  border: 1px solid #161a1b;
}

.tf-location {
  padding: 135px 0 86px;
}
.tf-location .box-location {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 47px;
  border-right: 1px solid #161a1b;
  border-bottom: 1px solid #161a1b;
}
.tf-location .box-location .image {
  width: 33.33%;
  border: 1px solid #161a1b;
  border-right: none;
  border-bottom: none;
}
.tf-location .box-location .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-location .box-location .map {
  width: 33.33%;
  border: 1px solid #161a1b;
  border-right: none;
  border-bottom: none;
}
.tf-location .box-location .map iframe {
  width: 100%;
  height: 100%;
}
.tf-location .box-location .content {
  width: 33.33%;
  background: url("../../assets/images/location/bg-location.jpg") center center no-repeat;
  background-size: cover;
  padding: 38px 35px;
  padding-bottom: 0;
  border: 1px solid #161a1b;
  border-right: none;
  border-bottom: none;
}
.tf-location .box-location .content .title {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}
.tf-location .box-location .content .title span {
  color: #f8c249;
}
.tf-location .box-location .content .list-infor {
  margin-bottom: 42px;
}
.tf-location .box-location .content .list-infor li {
  color: #fff;
  margin-bottom: 13px;
}
.tf-location .box-location .content .tf-button {
  width: calc(100% + 70px);
  padding: 20px;
  color: #fff;
  background-color: #ca2f06;
  margin: 0 -35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.tf-location .box-location .content .tf-button:hover {
  background-color: #f8c249;
}

.tf-contact-page {
  padding: 135px 0;
}
.tf-contact-page .flat-tabs .menu-tab {
  margin-bottom: 70px;
}
.tf-contact-page .flat-tabs .menu-tab li {
  color: #f8c249;
  background-color: #161a1b;
  border: 1px solid #161a1b;
  padding: 7px 38px;
  margin-right: 17px;
  font-size: 15px;
  font-weight: 700;
}
.tf-contact-page .flat-tabs .menu-tab li:hover, .tf-contact-page .flat-tabs .menu-tab li.active {
  color: #fff;
  background-color: #ca2f06;
}
.tf-contact-page .flat-tabs .content-tab {
  overflow: visible;
}
.tf-contact-page .flat-tabs .wrap-contact {
  display: flex;
  flex-wrap: wrap;
}
.tf-contact-page .flat-tabs .wrap-contact .box-contact {
  margin-bottom: 32px;
}
.tf-contact-page .flat-tabs .wrap-contact .box-contact:last-child {
  margin-bottom: 0;
}
.tf-contact-page .flat-tabs .wrap-contact .content {
  width: calc(50% - 15px);
  margin-right: 15px;
  background: url("../../assets/images/contact/bg-contact2.jpg") center center no-repeat;
  background-size: cover;
  padding: 65px 51px 67px 51px;
}
.tf-contact-page .flat-tabs .wrap-contact .content .title {
  color: #f8c249;
  font-weight: 600;
  margin-bottom: 12px;
}
.tf-contact-page .flat-tabs .wrap-contact .content .des {
  color: #fff;
  margin-bottom: 9px;
}
.tf-contact-page .flat-tabs .wrap-contact .content .list-infor li {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  margin-right: 28px;
}
.tf-contact-page .flat-tabs .wrap-contact .content .list-infor li span {
  color: #ca2f06;
}
.tf-contact-page .flat-tabs .wrap-contact .content .list-infor li:last-child {
  margin-right: 0;
}
.tf-contact-page .flat-tabs .wrap-contact .map {
  width: calc(50% - 15px);
  margin-left: 15px;
  border: 1px solid #161a1b;
}
.tf-contact-page .flat-tabs .wrap-contact .map iframe {
  width: 100%;
  height: 100%;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form {
  border: 1px solid #161a1b;
  margin-top: 30px;
  background-color: #f8c249;
  width: 100%;
  padding: 68px 56px 78px;
  position: relative;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form p {
  margin: 0 auto;
  margin-bottom: 49px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  max-width: 650px;
  color: #161a1b;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact {
  display: flex;
  flex-wrap: wrap;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact fieldset.tf-col3 {
  width: 33.33%;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact fieldset {
  width: 100%;
  margin-bottom: 10px;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact input {
  width: calc(100% - 20px);
  background-color: #fff;
  margin: 0 10px;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact textarea,
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact select {
  width: calc(100% - 20px);
  margin: 0 10px;
  background-color: #fff;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact textarea {
  min-height: 230px;
  margin-top: 10px;
  margin-bottom: 32px;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact button {
  margin: 0 auto;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .icon1 {
  position: absolute;
  right: 25px;
  bottom: -2%;
}
.tf-contact-page .flat-tabs .wrap-contact .contact-form .icon2 {
  position: absolute;
  right: -37px;
  bottom: 18.5%;
}

.tf-galerry {
  padding: 128px 0 133px;
}
.tf-galerry .tf-heading {
  margin-bottom: 68px;
}
.tf-galerry .wrap-gallery {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-auto-flow: dense;
  border-right: 1px solid #161a1b;
  border-bottom: 1px solid #161a1b;
}
.tf-galerry .wrap-gallery .box-gallery {
  padding: 18px 17px 23.5px 17px;
  border: 1px solid #161a1b;
  border-right: none;
  border-bottom: none;
  position: relative;
  text-align: center;
  background-color: #fff;
}
.tf-galerry .wrap-gallery .box-gallery .image {
  border: 1px solid #161a1b;
  position: relative;
  margin-bottom: 18px;
}
.tf-galerry .wrap-gallery .box-gallery .image img {
  width: 100%;
}
.tf-galerry .wrap-gallery .box-gallery .image .icon {
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8c249;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  font-size: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-galerry .wrap-gallery .box-gallery .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161a1b;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}
.tf-galerry .wrap-gallery .box-gallery .image:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.tf-galerry .wrap-gallery .box-gallery .image:hover::after {
  opacity: 0.3;
}
.tf-galerry .wrap-gallery .box-gallery.b {
  grid-row: span 2;
}
.tf-galerry .wrap-gallery .box-gallery.c {
  grid-column: span 2;
}

.tf-restaurant-location {
  padding: 98px 0 135px;
}
.tf-restaurant-location .tf-heading {
  margin-bottom: 68px;
}
.tf-restaurant-location .wrap-restaurant-location {
  display: flex;
  flex-wrap: wrap;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location {
  width: 33.33%;
  padding: 39px;
  padding-bottom: 0;
  border: 1px solid #161a1b;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .image {
  border: 1px solid #161a1b;
  margin-bottom: 26px;
  overflow: hidden;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .image img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location:hover .image img {
  transform: scale(1.1);
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .title {
  margin-bottom: 15px;
  color: #161a1b;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .des {
  margin-bottom: 38px;
  font-size: 15px;
  line-height: 30px;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .wrap-btn {
  margin-left: -38px;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .wrap-btn .tf-btn-location {
  font-size: 15px;
  font-weight: 700;
  padding: 17px;
  background: #ca2f06;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: calc(100% + 38px);
  letter-spacing: 1.5px;
}
.tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .wrap-btn .tf-btn-location:hover {
  background: #161a1b;
}

.tf-description {
  padding: 124px 0 66px;
}
.tf-description p {
  padding: 0 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
}

.tf-menu-restaurant {
  position: relative;
  padding: 136px 0;
}
.tf-menu-restaurant .icon-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-33%);
}
.tf-menu-restaurant .icon-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-33%);
}
.tf-menu-restaurant .image {
  border: 1px solid #161a1b;
  margin: 50px 0 75px;
}
.tf-menu-restaurant .image:last-child {
  margin-bottom: 0;
}
.tf-menu-restaurant .box-table-menu {
  border: 1px solid #161a1b;
  border-bottom: none;
  background-color: #fff;
}
.tf-menu-restaurant .box-table-menu .heading {
  padding: 27px 46px;
  color: #f8c249;
  font-size: 40px;
  background: url("../../assets/images/restaurant/bg-restaurant.jpg") center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.tf-menu-restaurant .box-table-menu .row-menu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #161a1b;
  padding: 31px 45px;
  padding-right: 20px;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-title {
  width: 80.5%;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-title .name {
  color: #161a1b;
  margin-bottom: 6px;
  display: flex;
  overflow: hidden;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-title .name .text {
  flex-shrink: 0;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-title .name .esc {
  color: #8a8c8d;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-price {
  width: 6.5%;
  text-align: center;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-price .price {
  font-size: 17px;
  font-weight: 700;
  color: #ca2f06;
  margin-bottom: 6px;
}
.tf-menu-restaurant .box-table-menu .row-menu .col-price .size {
  font-size: 17px;
  font-weight: 700;
}

.tf-information {
  display: flex;
  flex-wrap: wrap;
}
.tf-information .content-left {
  width: 50%;
  border-right: 1px solid #161a1b;
}
.tf-information .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-information .content-right {
  width: 50%;
  text-align: center;
  padding: 125px 85px;
  background-color: #c8dda9;
}
.tf-information .content-right p {
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 41px;
}

.tf-benefit {
  padding: 128px 0 137px;
}
.tf-benefit .tf-heading {
  margin-bottom: 68px;
}
.tf-benefit .wrap-benefit {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #161a1b;
  border-bottom: 1px solid #161a1b;
}
.tf-benefit .wrap-benefit .box-benefit {
  width: 33.33%;
  border-top: 1px solid #161a1b;
  border-left: 1px solid #161a1b;
  text-align: center;
  padding: 50px 40px 40px;
}
.tf-benefit .wrap-benefit .box-benefit .icon {
  width: 125px;
  height: 125px;
  border: 5px solid #f8c249;
  border-radius: 50%;
  background: #ca2f06;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-benefit .wrap-benefit .box-benefit .title {
  color: #161a1b;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.tf-benefit .wrap-benefit .box-benefit:hover .icon {
  transform: rotateY(-360deg);
}

.tf-job .wrap-heading {
  background: #ca2f06;
  padding: 126px 15px 69px;
}
.tf-job .wrap-heading .tf-heading .text-heading,
.tf-job .wrap-heading .tf-heading .heading {
  color: #fff;
}
.tf-job .wrap-heading .tf-heading .sub-heading {
  color: #f8c249;
}
.tf-job .btn-nav {
  width: 100px;
  border: 1px solid #161a1b;
  border-right: none;
  position: relative;
}
.tf-job .btn-nav:hover {
  background-color: #f8c249;
}
.tf-job .btn-nav.btn-next {
  border: 1px solid #161a1b;
  border-left: none;
}
.tf-job .btn-nav .text {
  transform: translate(-50%) rotate(90deg);
  color: #161a1b;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  position: absolute;
  letter-spacing: 5px;
  text-transform: uppercase;
  left: 50%;
  top: 50%;
}
.tf-job .wrap-job {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  margin-bottom: 50px;
}
.tf-job .wrap-job .tf-job-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 200px);
}
.tf-job .wrap-job .tf-job-slider .swiper-slide:first-child .box-job {
  border-left: 1px solid #161a1b;
}
.tf-job .wrap-job .tf-job-slider .box-job {
  border: 1px solid #161a1b;
  border-left: none;
  padding: 26px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-job .wrap-job .tf-job-slider .box-job .image {
  position: relative;
  border: 1px solid #161a1b;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-job .wrap-job .tf-job-slider .box-job .image img {
  width: 100%;
  object-fit: cover;
}
.tf-job .wrap-job .tf-job-slider .box-job .image .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-job .wrap-job .tf-job-slider .box-job .content {
  background: url("../../assets/images/job/bg-job.jpg") center center;
  background-size: cover;
  padding: 36px 0 30px;
  border: 1px solid #161a1b;
}
.tf-job .wrap-job .tf-job-slider .box-job .content .heading {
  margin-bottom: 12px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content .category {
  text-transform: uppercase;
  color: #fff;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute {
  position: absolute;
  left: 25px;
  top: 70%;
  right: 25px;
  bottom: 25px;
  padding: 98px 45px;
  text-align: center;
  z-index: 5;
  background: url("../../assets/images/job/bg-job.jpg") center center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .heading {
  margin-bottom: 12px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .category {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute img {
  margin-bottom: 27px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .des {
  color: #fff;
  margin-bottom: 43px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -40px;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .wrap-button .btn-menu {
  width: 50%;
  padding: 15px;
  text-align: center;
  color: #161a1b;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  border-top: 1px solid #161a1b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-job .wrap-job .tf-job-slider .box-job .content-absosute .wrap-button .btn-menu.detail {
  border: none;
  border-right: 1px solid #161a1b;
  border-top: 1px solid #161a1b;
}
.tf-job .wrap-job .tf-job-slider .box-job:hover .content-absosute {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.tf-wrap-post {
  padding-bottom: 135px;
}
.tf-wrap-post article {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #161a1b;
  margin-bottom: 35px;
}
.tf-wrap-post article .image {
  width: 42.8%;
  padding: 17px;
  border-right: 1px solid #161a1b;
  overflow: hidden;
}
.tf-wrap-post article .image img {
  border: 1px solid #161a1b;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tf-wrap-post article:hover .image img {
  transform: scale(1.1);
}
.tf-wrap-post article .content {
  width: 57.2%;
}
.tf-wrap-post article .content .meta {
  display: flex;
  flex-wrap: wrap;
  background: #f8c249;
  padding: 17px 56px 13px;
  border-bottom: 1px solid #161a1b;
}
.tf-wrap-post article .content .meta li {
  margin-right: 40px;
}
.tf-wrap-post article .content .meta li i {
  margin-right: 8px;
}
.tf-wrap-post article .content .meta li:last-child {
  margin-right: 0;
}
.tf-wrap-post article .content .inner {
  padding: 40px;
  padding-right: 60px;
}
.tf-wrap-post article .content .inner .title {
  line-height: 40px;
  margin-bottom: 18px;
}
.tf-wrap-post article .content .inner .title a {
  color: #161a1b;
}
.tf-wrap-post article .content .inner .title a:hover {
  color: #ca2f06;
}
.tf-wrap-post article .content .inner .des {
  margin-bottom: 41px;
}
.tf-wrap-post .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 52px;
}
.tf-wrap-post .pagination li {
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #161a1b;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 13px;
  font-size: 17px;
  font-weight: 500;
}
.tf-wrap-post .pagination li svg {
  fill: #fff;
}
.tf-wrap-post .pagination li.active, .tf-wrap-post .pagination li:hover {
  color: #f8c249;
}
.tf-wrap-post .pagination li.active svg, .tf-wrap-post .pagination li:hover svg {
  fill: #f8c249;
}
.tf-wrap-post .pagination li:last-child {
  margin-right: 0;
}

.tf-blog-single {
  padding: 134px 0 139px;
}
.tf-blog-single .meta {
  margin: 0 250px;
  margin-bottom: 35px;
  padding: 17px 76px 13px;
  background-color: #f8c249;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #161a1b;
}
.tf-blog-single .meta li {
  margin-right: 41px;
}
.tf-blog-single .meta li:last-child {
  margin-right: 0;
}
.tf-blog-single .meta li a {
  color: #161a1b;
}
.tf-blog-single .meta li a:hover {
  color: #ca2f06;
}
.tf-blog-single .meta li a i {
  margin-right: 7px;
}
.tf-blog-single .image {
  margin-bottom: 42px;
  border: 1px solid #161a1b;
}
.tf-blog-single .wrap-content-single {
  width: 770px;
  margin: 0 auto;
}
.tf-blog-single .wrap-content-single p {
  margin-bottom: 29px;
}
.tf-blog-single .wrap-content-single p.mb37 {
  margin-bottom: 37px;
}
.tf-blog-single .wrap-content-single p.mb15 {
  margin-bottom: 15px;
}
.tf-blog-single .wrap-content-single p.mb35 {
  margin-bottom: 35px;
}
.tf-blog-single .wrap-content-single .title {
  color: #161a1b;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 13px;
}
.tf-blog-single .wrap-content-single .title.mb20 {
  margin-bottom: 20px;
}
.tf-blog-single .wrap-content-single .testi {
  background-color: #161a1b;
  padding: 32px 70px 32px 64px;
  position: relative;
  margin-bottom: 28px;
}
.tf-blog-single .wrap-content-single .testi img {
  position: absolute;
  bottom: 30px;
  right: 70px;
}
.tf-blog-single .wrap-content-single .testi p {
  color: #fff;
  font-style: italic;
  margin-bottom: 20px;
}
.tf-blog-single .wrap-content-single .testi .name {
  color: #f8c249;
  font-size: 17px;
  font-weight: 700;
}
.tf-blog-single .wrap-content-single .content-tag {
  padding: 21px 0;
  margin-bottom: 58px;
  border-top: 1px solid #161a1b;
  border-bottom: 1px solid #161a1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tf-blog-single .wrap-content-single .content-tag .tag span {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.tf-blog-single .wrap-content-single .content-tag .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf-blog-single .wrap-content-single .content-tag .social span {
  font-weight: 700;
  font-size: 17px;
  margin-right: 16px;
  font-family: "Rowdies", sans-serif;
}
.tf-blog-single .wrap-content-single .content-tag .social li {
  margin-right: 9px;
}
.tf-blog-single .wrap-content-single .content-tag .social li:last-child {
  margin-right: 0;
}
.tf-blog-single .wrap-content-single .content-tag .social li a {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161a1b;
  border: 1px solid #161a1b;
  border-radius: 50%;
}
.tf-blog-single .wrap-content-single .content-tag .social li a:hover {
  color: #fff;
  background: #425795;
}
.tf-blog-single .wrap-content-single .title-comment-form,
.tf-blog-single .wrap-content-single .title-comment {
  font-size: 40px;
  color: #161a1b;
  margin-bottom: 38px;
}
.tf-blog-single .wrap-content-single .list-comment {
  border-bottom: 1px solid #161a1b;
  padding-bottom: 13px;
  margin-bottom: 35px;
}
.tf-blog-single .wrap-content-single .list-comment li .infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .avatar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .avatar img {
  margin-right: 23px;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .avatar .name {
  font-size: 17px;
  color: #161a1b;
  font-family: "IBM Plex Mono", sans-serif;
  margin-bottom: 0;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .avatar .time {
  letter-spacing: -1px;
  margin-bottom: 0;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .btn-reply {
  padding: 4px 14px;
  background-color: #161a1b;
  color: #f8c249;
  font-size: 13px;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .btn-reply i {
  margin-right: 2px;
  font-size: 8px;
}
.tf-blog-single .wrap-content-single .list-comment li .infor .btn-reply:hover {
  background: #ca2f06;
}
.tf-blog-single .wrap-content-single .title-comment-form {
  margin-bottom: 27px;
}
.tf-blog-single .wrap-content-single .form-comment input {
  background-color: #fff;
  margin-bottom: 20px;
}
.tf-blog-single .wrap-content-single .form-comment .col50 {
  width: calc(50% - 10px);
  display: inline-block;
}
.tf-blog-single .wrap-content-single .form-comment .col50.style2 {
  margin-left: 10px;
}
.tf-blog-single .wrap-content-single .form-comment textarea {
  background-color: #fff;
  min-height: 257px;
  margin-bottom: 40px;
}
.tf-blog-single .wrap-content-single .form-comment .tf-button {
  margin: 0 auto;
  display: inherit;
}
.tf-blog-single .wrap-image {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
.tf-blog-single .wrap-image .video {
  margin-right: 15px;
  width: calc(50% - 15px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161a1b;
}
.tf-blog-single .wrap-image .video .wrap-video {
  z-index: 2;
  position: absolute;
}
.tf-blog-single .wrap-image .video .wrap-video a {
  width: 100px;
  height: 100px;
  margin-left: 0px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-blog-single .wrap-image .img {
  width: calc(50% - 15px);
  margin-left: 15px;
  border: 1px solid #161a1b;
}

/* Box
-------------------------------------------------------------- */
.topbar {
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.topbar .ticker-title {
  width: 7000px;
}
.topbar .ticker-title > * {
  display: inline-block;
  margin-right: 70px;
  animation: title 20s infinite linear;
}
@keyframes title {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1920px);
  }
}

/* Swiper
-------------------------------------------------------------- */
/* animation slider */
.swiper-container:hover {
  cursor: ew-resize;
}

.timing-function {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* Tabs
-------------------------------------------------------------- */
.flat-tabs .menu-tab {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
  gap: 15px 58px;
}
.flat-tabs .menu-tab li {
  font-size: 17px;
  line-height: 45px;
  font-weight: 700;
  color: #161a1b;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  position: relative;
}
.flat-tabs .menu-tab li:hover {
  cursor: pointer;
  color: #ca2f06;
}
.flat-tabs .menu-tab li.active {
  color: #ca2f06;
}
.flat-tabs .menu-tab li:last-child {
  margin-right: 0;
}
.flat-tabs .menu-tab.has-icon li.active:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -26px);
  content: url(../../assets/images/slider/slider-2.png);
}
.flat-tabs .content-tab {
  position: relative;
  overflow: hidden;
}

.content-inner {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  transform: scale(0.9) translate(0, 0%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.content-inner.active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  position: relative;
  transform: scale(1) translate(0, 0%);
}

.flat-tabs-style2 {
  position: relative;
  z-index: 2;
  margin-top: -64px;
}
.flat-tabs-style2 .menu-tab {
  padding-bottom: 60px;
  border: none;
  justify-content: flex-end;
}
.flat-tabs-style2 .menu-tab li {
  position: relative;
  margin-left: 24px;
}
.flat-tabs-style2 .menu-tab li:hover {
  cursor: pointer;
}
.flat-tabs-style2 .menu-tab li::after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #171717;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.flat-tabs-style2 .menu-tab li.active::after {
  opacity: 1;
}
.flat-tabs-style2 .menu-tab li span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #A0A3AA;
}
.flat-tabs-style2 .menu-tab li:nth-child(1) {
  margin-right: 0;
  margin-left: 0;
}
.flat-tabs-style2 .content-inner {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
}

.tf-about .flat-tabs .content-tab {
  padding-top: 32px;
}
.tf-about .flat-tabs .content-inner p {
  font-weight: 400;
}
.tf-about .menu-tab li {
  font-size: 24px;
  line-height: 44px;
  position: relative;
  margin-right: 38px;
}
.tf-about .menu-tab li:last-child {
  margin-right: 0;
}
.tf-about .menu-tab li::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 50%;
  background-color: #171717;
  opacity: 0;
}
.tf-about .menu-tab li.active::after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  opacity: 1;
}

#tab--content {
  position: relative;
  overflow-x: hidden;
}

.tabcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
}
.tabcontent .image .img {
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
}
.tabcontent .image .icon {
  opacity: 0;
  visibility: hidden;
}
.tabcontent.tab-active {
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.tabcontent.tab-active .image .img {
  transition: all ease-in-out 0.8s;
  -moz-transition: all ease-in-out 0.8s;
  -webkit-transition: all ease-in-out 0.8s;
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.tabcontent.tab-active .image .icon {
  transition: all 0.8s ease 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(5deg) translateY(0);
  transform: rotate(5deg) translateY(0);
}

.tabcontent:first-child {
  position: relative;
}

.tabcontent.tab-active {
  opacity: 1;
  visibility: visible;
  border-top: 0px;
  display: block;
  transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
}

.icetab:last-child .service-box {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.icetab.active .service-box .number {
  color: #c3a27c;
}
.icetab.active .service-box .content .title {
  color: #fff;
}
.icetab.active .service-box .icon svg path {
  fill: #fff;
}
.icetab.active .service-box .effect-arow .effect {
  left: 200%;
  opacity: 0;
  visibility: hidden;
}
.icetab.active .service-box .effect-arow .effect-absolute {
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* Menu
-------------------------------------------------------------- */
.header__logo-mobile {
  padding: 20px 15px;
  display: none !important;
}
.header__logo-mobile img {
  width: 139px;
  height: 78px;
}

#main-nav-mobi {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin: 0 auto;
  width: 300px;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  background: #0E0E0E;
  height: calc(100vh + 10px);
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(2, 14, 40, 0.2);
  position: relative;
}
#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(2, 14, 40, 0.2);
}
#main-nav-mobi ul > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 12px 20px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
}
#main-nav-mobi .sub-menu li a.current-menu-item {
  color: #ca2f06;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}
#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #ca2f06;
}
#main-nav-mobi .menu-item-has-children .arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 2px;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}
#main-nav-mobi .menu-item-has-children .arrow.active,
#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: #ca2f06;
}

/* Mobile Menu Button */
.mobile-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.mobile-button:before, .mobile-button:after,
.mobile-button span {
  background-color: #161a1b;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Sub Menu */
#main-nav .sub-menu {
  padding: 28px 40px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
}
#main-nav .sub-menu > li {
  width: 25%;
}
#main-nav .sub-menu li {
  margin-right: 0 !important;
}
#main-nav .sub-menu li a {
  padding: 10px 20px !important;
  opacity: 1;
  color: #161a1b !important;
}
#main-nav .sub-menu li a.current-menu-item {
  color: #ca2f06 !important;
}
#main-nav .sub-menu li:hover .sub-menu {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#main-nav .sub-menu li a {
  text-align: left;
  text-underline-offset: 10px;
  text-decoration-color: transparent;
  display: block;
}
#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li a.current-menu-item {
  color: #ca2f06 !important;
  opacity: 1;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-color: #ca2f06;
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li a.current-item {
  text-decoration-color: #ca2f06;
}

/* Accordion
-------------------------------------------------------------- */
.flat-accordion {
  padding: 135px 0 131px;
}
.flat-accordion .flat-toggle {
  border: 1px solid #161a1b;
  border-bottom: none;
}
.flat-accordion .flat-toggle .toggle-title {
  padding: 21px 32px 17px 32px;
  padding-right: 80px;
  position: relative;
  background-color: #f8c249;
}
.flat-accordion .flat-toggle .toggle-title:hover {
  cursor: pointer;
}
.flat-accordion .flat-toggle .toggle-title.active {
  background-color: #ca2f06;
}
.flat-accordion .flat-toggle .toggle-title.active .icon {
  background-color: #f8c249;
}
.flat-accordion .flat-toggle .toggle-title.active .icon svg {
  transform: rotate(0);
}
.flat-accordion .flat-toggle .toggle-title.active .icon svg path {
  stroke: #161a1b;
}
.flat-accordion .flat-toggle .toggle-title.active .title {
  color: #fff;
}
.flat-accordion .flat-toggle .toggle-title .icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70px;
  border-left: 1px solid #161a1b;
  background-color: #ca2f06;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-accordion .flat-toggle .toggle-title .icon svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.flat-accordion .flat-toggle .toggle-title .icon svg path {
  stroke: #fff;
}
.flat-accordion .flat-toggle .toggle-title .title {
  font-weight: 700;
  font-size: 20px;
  color: #161a1b;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}
.flat-accordion .flat-toggle .toggle-content {
  display: none;
  padding: 42px 32px;
  padding-right: 70px;
}
.flat-accordion .flat-toggle .toggle-content p {
  color: #161a1b;
}
.flat-accordion .flat-toggle.active .toggle-title {
  border-bottom: 1px solid #161a1b;
}
.flat-accordion .flat-toggle:last-child {
  border-bottom: 1px solid #161a1b;
}
.flat-accordion.style2 {
  background-color: transparent;
  border: none;
  max-width: 791px;
  margin: 0 auto;
}
.flat-accordion.style2 .inner {
  padding: 20px 30px 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 61.65%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 3;
  border-radius: 12px;
}
.flat-accordion.style2 .flat-toggle {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  border: none;
}
.flat-accordion.style2 .flat-toggle.active .inner {
  padding-top: 27px;
}
.flat-accordion.style2 .flat-toggle .toggle-title {
  z-index: 11;
}
.flat-accordion.style2 .flat-toggle .toggle-title .title {
  color: #fff;
  padding-bottom: 7px;
}
.flat-accordion.style2 .flat-toggle .toggle-title .icon {
  right: -2px;
  top: -2px;
}
.flat-accordion.style2 .flat-toggle .toggle-content {
  z-index: 11;
  padding-bottom: 12px;
}
.flat-accordion.style2 .flat-toggle .toggle-content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #444444;
}
.flat-accordion.style2 .flat-toggle::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 12px;
  content: "";
  position: absolute;
  background-image: linear-gradient(40.04deg, #A7D22A 0%, #29F8EB 100%);
  opacity: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  z-index: -2;
}
.flat-accordion.style2 .flat-toggle::after {
  z-index: -1;
  border-radius: 11px;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #050712;
}
.flat-accordion.style2 .flat-toggle.active::before, .flat-accordion.style2 .flat-toggle:hover::before {
  opacity: 1;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  position: relative;
  display: flex;
}
#footer .content-left {
  border: 1px solid #161a1b;
  width: 24.95%;
  position: relative;
}
#footer .content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer .content-left .logo-footer {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  max-width: 215px;
}
#footer .content-right {
  width: 76.05%;
}
#footer .content-right .top {
  display: flex;
  flex-wrap: wrap;
}
#footer .content-right .top .col-footer {
  width: 33.33%;
  border: 1px solid #161a1b;
  border-left: none;
}
#footer .content-right .top .col-footer .title {
  font-size: 30px;
  line-height: 2;
  color: #161a1b;
  padding: 20px 45px;
  letter-spacing: -0.5px;
  background-color: #f8c249;
  border-bottom: 1px solid #161a1b;
}
#footer .content-right .top .col-footer ul {
  padding: 32px 60px 27px 48px;
}
#footer .content-right .top .col-footer ul li {
  font-size: 15px;
  line-height: 26px;
  color: #161a1b;
  margin-bottom: 18px;
}
#footer .content-right .top .col-footer ul li .phone {
  display: block;
  color: #ca2f06;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 7px;
}
#footer .content-right .top .col-footer.time .title {
  background-color: #d3c9e3;
}
#footer .content-right .top .col-footer.time ul {
  padding: 32px 60px 52px 43px;
}
#footer .content-right .top .col-footer.time ul li {
  margin-bottom: 8px;
}
#footer .content-right .top .col-footer.link .title {
  background-color: #c8dda9;
}
#footer .content-right .top .col-footer.link ul {
  padding: 0;
  border: none;
  width: 45%;
}
#footer .content-right .top .col-footer.link ul li {
  margin-bottom: 8px;
}
#footer .content-right .top .col-footer.link .list {
  padding: 32px 60px 52px 43px;
  display: flex;
}
#footer .content-right .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 53px;
  padding-right: 70px;
}
#footer .content-right .bottom .copy-right {
  width: 50%;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
}
#footer .content-right .bottom .menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .content-right .bottom .menu-footer li {
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  margin-right: 30px;
}
#footer .content-right .bottom .menu-footer li:last-child {
  margin-right: 0;
}

/* Animate
-------------------------------------------------------------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.zoom-in-out-box {
  animation: zoom-in-zoom-out 2s ease infinite;
}

.pulse_three {
  animation: pulse_three 3s linear infinite;
}

@keyframes pulse_three {
  0% {
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff, 0 0 0 0 #fff;
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.8), 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  75% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
.d-rotate {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-rotate .rotate-text {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.img-animation {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  transition: -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  -o-transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s, filter 0.5s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s, -webkit-transform 0.8s ease-in-out 1.1s, -webkit-filter 0.5s ease-in-out 1.1s;
  position: relative;
}

.img-animation.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(30px);
    transform: translate(30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-30px);
    transform: translate(-30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.move1 {
  animation: move1 5s infinite linear;
}

.move2 {
  animation: move2 5s infinite linear;
}

.move3 {
  animation: move3 5s infinite linear;
}

.move4 {
  animation: move4 5s infinite linear;
}

.move5 {
  animation: move5 5s infinite linear;
}

/* -------------------------------- 

Primary style

-------------------------------- */
/* .animationtext {
  font-size: 3rem;
  line-height: 1.2;
}

.animationtext.font-style-normal i,
.animationtext.font-style-normal em {
  font-style: normal;
}

.animationtext .item-text {
    margin: 0;
}

@media only screen and (min-width: 768px) {
  .animationtext {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .animationtext {
    font-size: 6rem;
  }
} */
.animationtext {
  max-height: 170px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper .item-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}

.cd-words-wrapper .item-text.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper .item-text {
  opacity: 0;
}

.no-js .cd-words-wrapper .item-text.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.animationtext.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-1 .item-text {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.animationtext.rotate-1 .item-text.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.animationtext.rotate-1 .item-text.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.animationtext.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.animationtext.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #C8F27C;
}

.animationtext.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 10s infinite;
  -moz-animation: cd-pulse 10s infinite;
  animation: cd-pulse 10s infinite;
}

.animationtext.type .cd-words-wrapper.selected {
  background-color: #C8F27C;
}

.animationtext.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.animationtext.type .cd-words-wrapper.selected .item-text {
  color: #0d0d0d;
}

.animationtext.type .item-text {
  visibility: hidden;
}

.animationtext.type .item-text.is-visible {
  visibility: visible;
}

.animationtext.type i {
  position: absolute;
  visibility: hidden;
}

.animationtext.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.animationtext.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-2 i, .animationtext.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animationtext.rotate-2 .item-text {
  opacity: 0;
}

.animationtext.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .animationtext.rotate-2 i {
  opacity: 1;
}

.animationtext.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.animationtext.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.animationtext.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .animationtext.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .animationtext.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .animationtext.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.animationtext.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.animationtext.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #C8F27C;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.animationtext.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.animationtext.loading-bar .item-text {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.animationtext.loading-bar .item-text.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.animationtext.slide span {
  display: inline-block;
  /* padding: .2em 0; */
}

.animationtext.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.slide .item-text {
  opacity: 0;
  top: 0.2em;
}

.animationtext.slide .item-text.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.animationtext.slide .item-text.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.animationtext.clip span {
  display: inline-block;
  padding: 0;
}

.animationtext.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.animationtext.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #C8F27C;
}

.animationtext.clip .item-text {
  opacity: 0;
}

.animationtext.clip .item-text.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.animationtext.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.zoom .item-text {
  opacity: 0;
}

.animationtext.zoom .item-text.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.animationtext.zoom .item-text.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.animationtext.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.animationtext.rotate-3 .item-text {
  opacity: 0;
}

.animationtext.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.animationtext.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.animationtext.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .animationtext.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .animationtext.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.animationtext.scale .item-text {
  opacity: 0;
}

.animationtext.scale .item-text.is-visible {
  opacity: 1;
}

.animationtext.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/*.is-visible .animationtext.scale i {
  opacity: 1;
}*/
.animationtext.scale .item-text.is-visible {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.animationtext.scale .item-text {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .animationtext.scale .item-text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .animationtext.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.animationtext.push .item-text {
  opacity: 0;
}

.animationtext.push .item-text.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.animationtext.push .item-text.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.d-rotate.animated .rotate-text {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}

/* Magnific Popup CSS
-------------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background: transparent;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* progess
-------------------------------------------------------------- */
.progress-bar {
  background-color: transparent;
  color: #798DA3;
}

.progress-title-holder {
  padding-bottom: 0;
  position: relative;
  text-align: left;
  margin-bottom: 12px;
}
.progress-title-holder span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.progress-title-holder span.percent {
  font-size: 15px;
  color: #fff;
}

.progress-title {
  z-index: 100;
  font-weight: 600;
  font-size: 18px;
  margin-right: 7px;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-content-outter {
  height: 4px;
  background-color: #E6E6E6;
}

.progress-content {
  height: 4px;
  background-color: #3A3B3E;
  width: 0%;
  /* Initial value */
}

.white {
  color: white;
}

.progress_number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-preload {
  position: relative;
  letter-spacing: 5px;
  color: #161a1b;
  text-transform: uppercase;
  font-family: "Rowdies", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  border-bottom: 2px solid #161a1b;
}

.heading-preload::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ca2f06;
  border-bottom: 2px solid #ca2f06;
  animation: lod 1s linear infinite;
  overflow: hidden;
}

@keyframes lod {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.index .tf-about {
  border-top: 1px solid #161a1b;
}

.home-2 .topbar.style-2 {
  padding: 0;
}
.home-2 .topbar.style-2 .wrap-topbar {
  padding: 21px 0px;
}
.home-2 .tf-contact.style-2 .content-right .tf-button {
  margin-top: 32px;
}

.about .tf-instagram {
  padding-top: 193px;
  padding-bottom: 74px;
}

.team .tf-page-title {
  padding: 133px 0 121px 0;
  background: url(../../assets/images/backgroup/bg-page-title-3.jpg) center center no-repeat;
}

.porfolio .tf-page-title {
  padding: 133px 0 121px 0;
  background: url(../../assets/images/backgroup/bg-page-title-4.jpg) center center no-repeat;
}
.porfolio .tf-about-order.style-2 {
  padding-top: 132px;
  padding-bottom: 129px;
}
.porfolio .tf-about-order.style-2 .content {
  padding-right: 0;
}
.porfolio .tf-about-order.style-2 .content .heading {
  color: #fff;
  margin-bottom: 15px;
}
.porfolio .tf-about-order.style-2 .content .heading .cl1 {
  color: #ca2f06;
}
.porfolio .tf-about-order.style-2 .content .heading .cl2 {
  color: #f8c249;
}
.porfolio .tf-about-order.style-2 .image {
  position: absolute;
  right: 0px;
  bottom: -5px;
}

.offers .tf-banner {
  padding: 125px 0 136px;
  background: url("../../assets/images/banner/bg-banner.jpg") center center no-repeat;
  background-size: cover;
}
.offers .tf-banner .tf-heading {
  margin-bottom: 66px;
}
.offers .tf-banner .tf-heading .heading {
  color: #f8c249;
}
.offers .tf-banner .tf-heading .text-heading {
  color: #fff;
}
.offers .tf-page-title.tf-section {
  background: url(../../assets/images/backgroup/bg-page-title-8.jpg) center center no-repeat;
}

.location .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-2.jpg) center center no-repeat;
}

.history .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-5.jpg) center center no-repeat;
}
.history .tf-accordion {
  padding: 127px 0 120px;
  background: url(../../assets/images/history/bg-hisstory.jpg) center center no-repeat;
  background-size: cover;
}
.history .tf-accordion .flat-accordion {
  padding: 48px 0 13px;
}
.history .tf-accordion .flat-accordion .flat-toggle .toggle-content {
  padding: 0;
}
.history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content {
  display: flex;
  flex-wrap: wrap;
}
.history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content .content {
  width: 68.4%;
  padding: 42px 32px;
  padding-right: 100px;
}
.history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content .content p:not(:last-child) {
  margin-bottom: 15px;
}
.history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content img {
  width: 31.6%;
  border-left: 1px solid #161a1b;
}

.book-a-table .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-2.jpg) center center no-repeat;
}

.menu-restaurant .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-6.jpg) center center no-repeat;
}
.menu-restaurant .tf-about-order .wrap-about-order .heading {
  padding-right: 170px;
}

.faqs .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-2.jpg) center center no-repeat;
}

.carrer .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-4.jpg) center center no-repeat;
}

.blog .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-7.jpg) center center no-repeat;
}
.blog .tf-blog {
  padding: 134px 0 76px;
}
.blog .tf-blog .wrap-subcribe {
  border: 1px solid #161a1b;
}

.blog-single .tf-page-title {
  background: url(../../assets/images/backgroup/bg-page-title-7.jpg) center center no-repeat;
}

.ml4 {
  margin-left: 4px;
}

.mr4 {
  margin-right: 4px;
}

.pt5 {
  margin-top: 5px;
}

.fz-13 {
  font-size: 13px;
}

.fw-500 {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.bg-main {
  background-color: #ca2f06;
}

/* Reponsive
-------------------------------------------------------------- */
.icon_dashboard,
.menu-mobile {
  display: none;
}

.show-destop {
  display: block;
}

@media only screen and (max-width: 1760px) {
  .header .header-right .wrap-infor {
    display: none;
  }
  .tf-blog .wrap-blog .btn-blog {
    display: none;
  }
  .tf-team .wrap-team .box-team .image .social {
    width: 90%;
  }
  .tf-about.style-3 .wrap-top .content-center {
    padding: 70px 20px;
  }
  .tf-about.style-3 .wrap-top .content-center .description .box-des:last-child,
  .tf-about.style-3 .wrap-top .content-center .description .box-des {
    padding-right: 10px;
  }
  .tf-about.style-3 .wrap-bottom .box-about-us .content {
    padding: 40px 15px;
    padding-bottom: 0;
  }
  .tf-about.style-3 .wrap-bottom .box-about-us .content .des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1600px) {
  .tf-career .wrap-career .box-career {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .tf-contact .wrap-content {
    padding: 50px 0 50px 5%;
  }
  .tf-contact .wrap-content .content-right {
    padding: 50px;
  }
  .tf-contact .wrap-image {
    padding: 50px 5% 50px 0;
  }
  .tf-blog .wrap-blog .box-blog .inner .heading a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #footer .content-right .top .col-footer.link .list,
  #footer .content-right .top .col-footer.time ul,
  #footer .content-right .top .col-footer ul,
  #footer .content-right .top .col-footer .title {
    padding: 25px;
  }
  #footer .content-right .bottom {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .tf-contact.style-2.custom .content-center {
    padding: 112px 20px;
  }
  .tf-contact.style-2.custom .content-right {
    width: 33.2%;
    padding: 67px 20px 78px 20px;
  }
  .header .header-right .wrap-button {
    display: none;
  }
  .header.style-2 .btn-search {
    display: none;
  }
  .wrap-topbar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .wrap-topbar .content-left .information li {
    margin-right: 0;
  }
  .tf-slider .bg-slider {
    padding: 145px 6%;
  }
  .tf-contact.style-2 .content-right,
  .tf-contact.style-2 .content-center,
  .tf-about.style-2 .content-right,
  .tf-about.style-2 .content-left {
    padding: 50px 20px;
  }
  .tf-team.style-2 .content-right {
    padding: 100px 15px 100px 200px;
  }
  .tf-about-order.find-job .image {
    display: none;
  }
  .tf-information .content-right {
    padding: 70px 20px;
  }
  .tf-menu-restaurant .icon-2,
  .tf-menu-restaurant .icon-1,
  .tf-job .btn-nav {
    display: none;
  }
  .tf-job .wrap-job .tf-job-slider {
    width: calc(100% - 40px);
  }
  .tf-testimonial.style-3 .image-tes {
    top: 0%;
    left: 1%;
  }
}
@media only screen and (max-width: 1200px) {
  .header__logo-mobile {
    display: block !important;
  }
  .tf-slider.style-2 .wrap-content-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .tf-slider.style-2 .wrap-content-inner img {
    height: 500px;
    object-fit: cover;
  }
  .header__logo {
    display: none;
  }
  .tf-menu-restaurant .box-table-menu .row-menu {
    padding: 31px 20px;
  }
  #footer .content-right .bottom {
    display: block;
  }
  #footer .content-right .bottom .copy-right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .content-right .top .col-footer .title {
    font-size: 20px;
  }
  .header .header-right {
    display: none;
  }
  .header.style-2 .header-right .btn-cart {
    display: none;
  }
  .mobile-button {
    display: block;
  }
  .tf-about.style-2 .content-right,
  .tf-about.style-2 .content-left,
  .tf-about.style-2 .content-center {
    width: 100%;
  }
  .tf-contact .wrap-content {
    padding: 50px 0 50px 15px;
  }
  .tf-contact .wrap-content .content-left {
    padding-right: 15px;
  }
  .tf-contact .wrap-content .content-right {
    padding: 50px 15px;
  }
  .tf-contact .wrap-content .content-right .social-share span {
    margin-right: 15px;
  }
  .tf-contact .wrap-image {
    padding-right: 15px;
  }
  .tf-testimonial.style-2 .wrap-heading img.icon-1,
  .tf-testimonial .wrap-heading img {
    display: none;
  }
  .tf-team .wrap-team .box-team {
    width: 50%;
  }
  .tf-contact.style-2 .content-left,
  .tf-contact.style-2 .content-center,
  .tf-contact.style-2 .content-right {
    width: 100%;
  }
  .tf-testimonial.style-2 .wrap-heading .content {
    margin-right: 30px;
  }
  .tf-about.style-3 .wrap-top .content-left {
    width: 40%;
  }
  .tf-about.style-3 .wrap-top .content-center {
    width: 60%;
  }
  .tf-about.style-3 .wrap-top .content-right {
    width: 100%;
  }
  .tf-about.style-3 .wrap-top .content-right img {
    width: 100%;
  }
  .tf-about.style-3 .wrap-top .content-right .signature {
    width: auto;
  }
  .tf-about.style-3 .wrap-bottom .box-about-us {
    width: 100%;
  }
  .history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content .content {
    padding-right: 20px;
  }
  .tf-porfolio .wrap-porfolio .box-porfolio {
    width: 50%;
  }
  .tf-contact.style-2.custom .content-right,
  .tf-contact.style-2.custom .content-center {
    width: 50%;
  }
  .tf-contact.style-2.custom .content-left {
    width: 100%;
  }
  .tf-wrap-post article .content .inner,
  .tf-wrap-post article .content .meta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tf-blog-single .meta {
    margin: 0 0 35px;
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .offers .tf-banner,
  .tf-offer,
  .tf-contact-page,
  .tf-restaurant-location,
  .tf-contact.style-2.custom .content-center,
  .tf-description,
  .tf-menu-restaurant,
  .tf-team.style-3,
  .tf-porfolio,
  .tf-location,
  .tf-galerry,
  .history .tf-accordion,
  .flat-accordion,
  .tf-benefit,
  .about .tf-instagram,
  .tf-team.style-2 .content-right,
  .tf-blog.tf-section,
  .tf-testimonial .wrap-heading,
  .tf-menu.tf-section,
  .tf-slider .bg-slider,
  .tf-about-order,
  .tf-blog-single {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tf-location {
    padding-bottom: 20px;
  }
  .tf-contact .wrap-image {
    border: none;
  }
  .tf-contact .wrap-image img {
    border: 1px solid #161a1b;
  }
  .tf-contact .wrap-content .content-right {
    border-right: 1px solid #161a1b;
  }
  .tf-testimonial.style-3,
  .tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content,
  .tf-team.tf-section {
    padding-top: 70px;
  }
  .tf-wrap-post,
  .tf-instagram {
    padding-bottom: 70px;
  }
  .tf-contact-page .flat-tabs .menu-tab {
    margin-bottom: 40px;
  }
  .tf-page-title.tf-section {
    padding-top: 140px;
  }
  .tf-slider .bg-slider {
    padding-top: 110px;
  }
  .tf-offer .box-offer .content {
    padding: 68px 20px;
  }
  .tf-contact-page .flat-tabs .menu-tab li {
    margin-bottom: 15px;
  }
  .tf-contact-page .flat-tabs .wrap-contact .content {
    padding: 65px 20px;
  }
  .tf-restaurant-location .wrap-restaurant-location .box-restaurant-location {
    width: 50%;
    padding: 20px;
  }
  .tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .wrap-btn {
    margin-left: -19px;
  }
  .tf-restaurant-location .wrap-restaurant-location .box-restaurant-location .wrap-btn .tf-btn-location {
    width: calc(100% + 18px);
  }
  .tf-description p {
    padding: 0 0px;
  }
  .tf-about-order.style-2 .content {
    padding-right: 15px;
  }
  .swiper-pagination-bullet,
  .tf-page-title .heading br,
  .tf-about-order.style-2 .image {
    display: none;
  }
  .tf-benefit .wrap-benefit .box-benefit {
    width: 50%;
    padding: 50px 15px;
  }
  .tf-about.style-2.custom .content-right .list-about {
    margin-top: 0;
  }
  .tf-about.style-2.custom .content-right,
  .tf-about.style-2.custom .content-left {
    padding: 70px 20px;
  }
  .tf-about-order.find-job .wrap-find-job select {
    margin-bottom: 30px;
  }
  .tf-about.style-2 .content-left .icon-about,
  .tf-team.style-2 .content-left .wrap-image .img-2,
  .tf-team.style-2 .content-left .wrap-image .img-3 {
    display: none;
  }
  .tf-about.style-3 .wrap-top .content-center,
  .tf-about.style-3 .wrap-top .content-left {
    width: 100%;
  }
  .tf-testimonial.style-2 .wrap-heading {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
  }
  .tf-testimonial.style-2 .wrap-heading .content {
    margin-bottom: 30px;
  }
  .mobile-button {
    display: block;
  }
  .tf-blog .wrap-subcribe .icon1,
  .tf-blog .wrap-subcribe .icon2,
  .icon-counter {
    display: none;
  }
  .wrap-topbar .content-left .information {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tf-menu .wrap-menu .tf-menu-slider .box-menu {
    padding: 33px 15px;
    padding-bottom: 0;
  }
  .tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
  }
  .tf-container .tf-col-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content {
    padding: 40px 20px;
  }
  .tf-contact .wrap-image,
  .tf-contact .wrap-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tf-parralax {
    padding-top: 100px;
  }
  #footer .content-left {
    display: none;
  }
  #footer .content-right {
    width: 100%;
  }
  .tf-career .wrap-career .box-career .content {
    padding: 25px 15px;
  }
  .tf-about.style-3 .wrap-top .content-right .wrap-author {
    padding: 40px 15px;
  }
  .tf-team.style-2 .content-left {
    display: none;
  }
  .tf-team.style-2 .content-right {
    width: 100%;
    padding: 70px 15px;
  }
  .tf-location .box-location .map,
  .tf-location .box-location .content {
    width: 50%;
  }
  .tf-location .box-location .image {
    display: none;
  }
  .tf-menu-restaurant .box-table-menu .row-menu {
    align-items: flex-start;
  }
  .menu-restaurant .tf-about-order .wrap-about-order .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tf-about-order .wrap-about-order .tf-button {
    margin: 0;
    margin-top: 30px;
  }
  .tf-galerry .wrap-gallery {
    grid-template-columns: unset;
    grid-auto-rows: unset;
  }
  .tf-blog-single .wrap-content-single .testi {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tf-blog-single .wrap-image .img,
  .tf-blog-single .wrap-image .video {
    margin: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  .tf-about-order.find-job .wrap-find-job form {
    flex-wrap: wrap;
  }
  .tf-about-order.find-job .wrap-find-job form select {
    width: 100% !important;
  }
  .tf-blog-single .wrap-content-single {
    width: 100%;
  }
  .tf-contact-page .flat-tabs .wrap-contact .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tf-contact-page .flat-tabs .wrap-contact .map,
  .tf-contact-page .flat-tabs .wrap-contact .content {
    margin: 0;
    width: 100%;
  }
  .tf-contact.style-2.custom .content-right,
  .tf-contact.style-2.custom .content-center {
    width: 100%;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-title {
    width: 70%;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-price {
    width: 10%;
  }
  .tf-team.style-3 .box-team .content,
  .tf-team.style-3 .box-team .image {
    padding: 20px;
  }
  .tf-team.style-3 .box-team .content {
    padding-bottom: 0;
  }
  .tf-team.style-3 .box-team .content .wrap-social {
    margin: 48px 0 0 -21px;
  }
  .tf-porfolio .wrap-porfolio .box-porfolio {
    width: 100%;
  }
  .tf-porfolio .wrap-porfolio .box-porfolio .content {
    padding: 85px 15px;
  }
  .tf-galerry .wrap-gallery .box-gallery {
    grid-column: span 2;
  }
  .tf-information .content-right,
  .tf-information .content-left {
    width: 100%;
  }
  .history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content img {
    display: none;
  }
  .history .tf-accordion .flat-accordion .flat-toggle.active .toggle-content .wrap-content .content {
    width: 100%;
  }
  .tf-testimonial.style-2 .wrap-testimonial .testimonial-thumbs {
    width: 285px;
  }
  .tf-testimonial.style-2 .wrap-testimonial .box-testimonial .image {
    display: none;
  }
  .tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content {
    width: 100%;
  }
  .tf-testimonial.style-2 .wrap-testimonial .box-testimonial .content .des .icon-tes {
    left: -16px;
  }
  #footer .content-right .top .col-footer {
    width: 50%;
  }
  #footer .content-right .top .col-footer.link {
    width: 100%;
  }
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .image {
    width: 30%;
  }
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content {
    width: 70%;
  }
  .tf-menu .btn-nav.btn-next,
  .tf-testimonial .btn-testimonial,
  .tf-testimonial .btn-testimonial.btn-next,
  .tf-menu .btn-nav {
    width: 40px;
  }
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider,
  .tf-menu .wrap-menu .tf-menu-slider {
    width: calc(100% - 80px);
  }
  .tf-contact .wrap-content .content-right,
  .tf-contact .wrap-content .content-left {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .tf-contact .wrap-content .content-left {
    margin-bottom: 50px;
    padding: 0;
  }
  .tf-instagram .wrap-instagram .box-instagram {
    width: 50%;
  }
  .tf-about-order .wrap-about-order .heading {
    padding-right: 15px;
  }
  .tf-banner .wrap-banner-2,
  .tf-banner .wrap-banner-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .tf-wrap-post article .image,
  .tf-wrap-post article .content,
  .tf-contact-page .flat-tabs .wrap-contact .contact-form .form-contact fieldset.tf-col3 {
    width: 100%;
  }
  .tf-about-order .wrap-about-order {
    display: block;
    text-align: center;
  }
  .tf-about-order .image {
    bottom: -160px;
  }
  .tf-banner .box-banner,
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .image,
  .tf-testimonial .wrap-testimonial .tf-testimonial-slider .box-testimonial .content {
    width: 100%;
  }
  .tf-about.style-3 .wrap-top .content-center .description .box-des:last-child, .tf-about.style-3 .wrap-top .content-center .description .box-des {
    width: 100%;
    padding: 0;
  }
  .tf-benefit .wrap-benefit .box-benefit {
    width: 100%;
  }
  h2,
  h1,
  .tf-parralax .heading,
  .tf-heading .heading {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}
@media only screen and (max-width: 600px) {
  .tf-testimonial.style-3 .image-tes {
    display: none;
  }
  .tf-restaurant-location .wrap-restaurant-location .box-restaurant-location {
    width: 100%;
  }
  .tf-offer .box-offer.style-2 .image,
  .tf-offer .box-offer .image,
  .tf-offer .box-offer .content,
  .tf-team.style-3 .box-team.style-2 .image,
  .tf-team.style-3 .box-team .content,
  .tf-team.style-3 .box-team .image {
    width: 100%;
    border-left: 1px solid #161a1b;
  }
  .header.style-2 .header-left .toogle-sidebar,
  .wrap-topbar .content-right {
    display: none;
  }
  .tf-about.style-2 .content-right, .tf-about.style-2 .content-left {
    padding: 50px 15px;
  }
  .tf-video .video .wrap-video a {
    width: 50px;
    height: 50px;
  }
  .tf-blog .wrap-blog .box-blog .inner {
    padding: 20px;
  }
  #footer .content-right .top .col-footer {
    width: 100%;
  }
  .tf-career .wrap-career .box-career .image,
  .tf-career .wrap-career .box-career .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tf-location .box-location .map,
  .tf-location .box-location .content,
  .tf-about.style-3 .wrap-bottom .box-about-us .content,
  .tf-about.style-3 .wrap-bottom .box-about-us .image,
  .tf-team .wrap-team .box-team {
    width: 100%;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-title {
    width: 55%;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-price {
    width: 15%;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-title .name .esc {
    display: none;
  }
  .tf-menu-restaurant .box-table-menu .row-menu .col-title .name .text {
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 500px) {
  .tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button {
    flex-wrap: wrap;
  }
  .tf-menu .wrap-menu .tf-menu-slider .box-menu .wrap-button .btn-menu {
    width: 100%;
  }
  .tf-blog-single .wrap-content-single .content-tag .tag {
    margin-bottom: 20px;
  }
  .tf-blog-single .wrap-content-single .form-comment .col50.style2,
  .tf-blog-single .wrap-content-single .form-comment .col50 {
    width: 100%;
    margin: 0;
  }
  .tf-blog-single .wrap-content-single .list-comment li .infor .avatar {
    margin-bottom: 15px;
  }
  #footer .content-right .bottom .menu-footer {
    flex-wrap: wrap;
  }
}
html {
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IBM Plex Mono", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #444444;
  background-color: #eae1d6;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
}

.smooth {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 67px;
  position: relative;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

.fixed {
  position: fixed;
  overflow: hidden;
}

.hiden {
  overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c3a27c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c3a27c;
}

.inner-page::-webkit-scrollbar-thumb {
  background: #ca2f06;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  color: #fff;
}

h1,
.h1 {
  font-size: 70px;
  line-height: 1;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 44px;
  line-height: 56px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
}

.padding-0 {
  padding: 0 !important;
}

.radius-16 {
  border-radius: 16px;
}

.radius-24 {
  border-radius: 24px;
}

.left-auto {
  margin-left: auto;
}

.flex-column {
  flex-direction: column;
}

.width-full {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.container {
  max-width: 1440px;
}
.container.w_1895 {
  max-width: 1895px;
}
.container.w_1770 {
  max-width: 1770px;
}
.container.w_1530 {
  max-width: 1530px;
}
.container.w_1200 {
  max-width: 1200px;
}
.container.w_1470 {
  max-width: 1470px;
}
.container.w_1210 {
  max-width: 1210px;
}
.container.w_1920 {
  max-width: 1920px;
}
.container.w_1950 {
  max-width: 1950px;
}
.container.w_1870 {
  max-width: 1870px;
}
.container.pd0 {
  padding: 0;
}

.brand-row1 .container {
  max-width: 1622px;
}

.brand-row2 .container {
  max-width: 1854px;
}

.z-index {
  z-index: 999;
}

.white {
  color: #fff;
}

#wrapper {
  overflow: hidden !important;
  position: relative;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.relative {
  position: relative;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: #ca2f06;
  transition: all 0.3s;
}

.center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.capitalize {
  text-transform: capitalize;
}

.container {
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.justify-end-destop {
  justify-content: flex-end !important;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.items-center {
  align-items: center;
}
.flex.items-end {
  align-items: flex-end;
}
.flex .flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.radius-10 {
  border-radius: 10px;
}

.radius-4 {
  border-radius: 4px;
}

.radius-20 {
  border-radius: 20px;
}

.right {
  text-align: right;
}

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  border: none;
  border: 1px solid #161a1b;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 26px;
  border-radius: 0;
  padding: 12px 15px;
  width: 100%;
  background: transparent;
  color: #161a1b;
  margin-bottom: 14px;
}

button {
  outline: none;
  border: none;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #161a1b;
}

select {
  background: transparent;
  color: #161a1b;
  border: 1px solid #161a1b;
  padding: 15px;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #f8c249;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top:before {
  z-index: -1;
}

#scroll-top:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

#scroll-top:hover {
  transform: translateY(-7%);
  background-color: #ca2f06;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lod {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.tf-section {
  z-index: 2;
  position: relative;
  padding: 125px 0;
  margin-bottom: 0 !important;
}

/* @Keyframe */
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.color-1 {
  color: #ca2f06;
}

.color-2 {
  color: #fff;
}

.color-3 {
  color: #f8c249;
}

.color-4 {
  color: #161a1b;
}

/*# sourceMappingURL=app.css.map */
