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

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

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: rgb(255, 239, 120);
}

:hover,
:focus {
  outline: none !important;
}

p:empty {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

a,
img,
button,
input,
label,
textarea,
select {
  padding: 0;
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

input {
  background-color: transparent;
}

input:-webkit-autofill {
  transition: background-color 9999s ease-in-out 0s;
}

.tet_27012026 .d-block {
  display: block !important;
}

.tet_27012026 .d-flex {
  display: flex !important;
}

.tet_27012026 .d-grid {
  display: grid !important;
}

.tet_27012026 .d-none {
  display: none !important;
}

@media (max-width: 1599.98px) {
  .tet_27012026 .d-xxxl-block {
    display: block !important;
  }
  .tet_27012026 .d-xxxl-flex {
    display: flex !important;
  }
  .tet_27012026 .d-xxxl-grid {
    display: grid !important;
  }
  .tet_27012026 .d-xxxl-none {
    display: none !important;
  }
}
@media (max-width: 1399.98px) {
  .tet_27012026 .d-xxl-block {
    display: block !important;
  }
  .tet_27012026 .d-xxl-flex {
    display: flex !important;
  }
  .tet_27012026 .d-xxl-grid {
    display: grid !important;
  }
  .tet_27012026 .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .d-xl-block {
    display: block !important;
  }
  .tet_27012026 .d-xl-flex {
    display: flex !important;
  }
  .tet_27012026 .d-xl-grid {
    display: grid !important;
  }
  .tet_27012026 .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .d-lg-block {
    display: block !important;
  }
  .tet_27012026 .d-lg-flex {
    display: flex !important;
  }
  .tet_27012026 .d-lg-grid {
    display: grid !important;
  }
  .tet_27012026 .d-lg-none {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .d-md-block {
    display: block !important;
  }
  .tet_27012026 .d-md-flex {
    display: flex !important;
  }
  .tet_27012026 .d-md-grid {
    display: grid !important;
  }
  .tet_27012026 .d-md-none {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .d-sm-block {
    display: block !important;
  }
  .tet_27012026 .d-sm-flex {
    display: flex !important;
  }
  .tet_27012026 .d-sm-grid {
    display: grid !important;
  }
  .tet_27012026 .d-sm-none {
    display: none !important;
  }
}
html {
  margin: 0px !important;
  padding: 0px !important;
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  font-style: inherit;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgb(255, 255, 219);
  font-family: "Inter", sans-serif;
  position: relative;
  padding: 0px;
  overflow: hidden;
  background-color: #C3261B;
}

.tg_container {
  max-width: 1470px;
  width: 100% !important;
  margin: 0px auto;
  padding: 0 15px;
}

.tet-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #97010f 0%, #c70c1e 100%);
  border: 1.32px solid rgb(255, 239, 120);
  border-radius: 200px;
  height: 60px;
  width: 240px;
  color: rgb(255, 239, 120);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tet-btn {
    height: 48px;
  }
}
.tet-btn:hover, .tet-btn:focus {
  color: rgb(255, 239, 120);
  background: linear-gradient(180deg, #b60617 0%, #db0f23 100%);
}

.voucher-code {
  height: 48px;
  border-radius: 30px;
  background: rgb(151, 4, 4);
  gap: 24px;
  width: 289px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .voucher-code {
    height: 44px;
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .voucher-code {
    height: 40px;
    width: 223px;
  }
}
.voucher-code__text {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 5%;
}
@media (max-width: 991.98px) {
  .voucher-code__text {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .voucher-code__text {
    font-size: 12px;
  }
}
.voucher-code__btn {
  font-weight: 600;
  line-height: 150%;
  color: rgb(255, 239, 120);
}
@media (max-width: 991.98px) {
  .voucher-code__btn {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .voucher-code__btn {
    font-size: 12px;
  }
}

.heading--v2 {
  font-family: Yeseva One;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .heading--v2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .heading--v2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .heading--v2 {
    font-size: 24px;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes tgUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tet_27012026 {
  position: relative;
}

.tet_27012026 .menu-mobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #a70e15;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.tet_27012026 .menu-mobile.tg_active {
  transform: translateX(0);
}
.tet_27012026 .menu-mobile::before {
  content: "";
  position: absolute;
  background-image: url(../images/27012026_menu-mobile-decor.png);
  background-repeat: repeat;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.tet_27012026 .menu-mobile__close {
  cursor: pointer;
}
.tet_27012026 .menu-mobile__inner {
  padding: 20px;
  margin-bottom: 46px;
  display: flex;
  flex-direction: column;
}
.tet_27012026 .menu-mobile__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tet_27012026 .menu-mobile__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tet_27012026 .menu-mobile__nav-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tet_27012026 .menu-mobile__nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
}
.tet_27012026 .menu-mobile__nav-link {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Yeseva One;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.tet_27012026 .menu-mobile__logo {
  height: 27px;
}
.tet_27012026 .menu-mobile__img {
  margin: 79px auto 0px auto;
}

.tet_27012026 .gift-tet {
  position: fixed;
  left: 34px;
  bottom: 70px;
  z-index: 99;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .gift-tet {
    width: 110px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-tet {
    width: 90px;
    bottom: 25px;
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-tet {
    width: 70px;
    bottom: 40px;
    left: 15px;
  }
}

.tet_27012026 .gift-popup-item {
  position: relative;
  width: 293px;
  height: 380px;
  border-radius: 20px;
  background: rgb(108, 16, 10);
  padding: 10px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item {
    width: 200px;
    height: 259px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item {
    width: 150px;
    height: 194px;
  }
}
.tet_27012026 .gift-popup-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tet_27012026 .gift-popup-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.tet_27012026 .gift-popup-item__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .gift-popup-item__text {
  color: rgb(5, 37, 10);
  margin-top: 69px;
  font-family: Yeseva One;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__text {
    margin-top: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__text {
    margin-top: 20px;
    font-size: 12px;
  }
}
.tet_27012026 .gift-popup-item__label {
  color: rgb(0, 0, 0);
  margin-top: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__label {
    margin-top: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__label {
    margin-top: 8px;
    font-size: 10px;
    line-height: 10px;
  }
}
.tet_27012026 .gift-popup-item__title {
  margin-top: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(181, 33, 34);
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__title {
    margin-top: 0px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__title {
    font-size: 14px;
  }
}
.tet_27012026 .gift-popup-item__desc {
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__desc {
    font-size: 10px;
    margin: 0 10px;
    line-height: 12px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__desc {
    font-size: 8px;
    line-height: 8px;
  }
}
.tet_27012026 .gift-popup-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tet_27012026 .gift-popup-item__decor {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 119px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__decor {
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__decor {
    height: 60px;
  }
}
.tet_27012026 .gift-popup-item__btn {
  position: absolute;
  width: 100%;
  max-width: 240px;
  height: 44px;
  border-radius: 99px;
  bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  background: rgb(151, 4, 4);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__btn {
    height: 30px;
    bottom: 15px;
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__btn {
    padding: 0px 15px;
    height: 25px;
    bottom: 10px;
    max-width: 90%;
  }
}
.tet_27012026 .gift-popup-item__link {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgb(255, 239, 120);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__link {
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .gift-popup-item__link {
    font-size: 8px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-item__link img {
    width: 10px;
  }
}
.tet_27012026 .gift-popup-item__link:focus {
  color: rgb(255, 239, 120);
}

.tet_27012026 .gift-popup-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup-list {
    gap: 20px;
  }
}

.tet_27012026 .gift-popup {
  z-index: 99;
  position: relative;
}
.tet_27012026 .gift-popup__wrap {
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tet_27012026 .gift-popup__wrap.tg_active {
  opacity: 1;
  visibility: visible;
}
.tet_27012026 .gift-popup__overlay {
  background: rgba(0, 0, 0, 0.5) center center no-repeat;
  inset: 0;
  position: absolute;
}
.tet_27012026 .gift-popup__close {
  position: absolute;
  top: -87px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .tet_27012026 .gift-popup__close {
    width: 30px;
    top: -57px;
  }
}

.tet_27012026 .banner-tet-27012026 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tet_27012026 .banner-tet-27012026__img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tet_27012026 .banner-tet-27012026__decor {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 181px;
  transform: translateY(10%);
}
@media (max-width: 767.98px) {
  .tet_27012026 .banner-tet-27012026__decor {
    height: 47px;
    transform: translateY(1%);
  }
}

.tet_27012026 .decor-tet {
  position: absolute;
  z-index: -1;
}
.tet_27012026 .decor-tet_wrap {
  position: absolute;
  inset: 0;
}
.tet_27012026 .decor-tet_1 {
  top: 0;
  left: 50px;
}
.tet_27012026 .decor-tet_2 {
  top: 0;
  left: 168px;
}
.tet_27012026 .decor-tet_3 {
  top: 106px;
  left: 434px;
}
.tet_27012026 .decor-tet_4 {
  top: 129px;
  right: 428px;
}
.tet_27012026 .decor-tet_5 {
  top: 0px;
  right: 134px;
}
.tet_27012026 .decor-tet_6 {
  top: 0px;
  right: 50px;
}
.tet_27012026 .decor-tet_7 {
  top: 408px;
  left: 0;
}
.tet_27012026 .decor-tet_8 {
  top: 518px;
  left: 756px;
}
.tet_27012026 .decor-tet_9 {
  top: 360px;
  right: 0;
}

.tet_27012026 .tet-content {
  position: relative;
}
.tet_27012026 .tet-content::before {
  content: "";
  position: absolute;
  background-image: url(../images/27012026_hoavan.png);
  background-repeat: repeat;
  inset: 0 0 0 0;
  opacity: 0.15;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .tet_27012026 .tet-content::before {
    content: none;
  }
}
.tet_27012026 .tet-content__decor {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 308px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .tet-content__decor {
    display: none;
  }
}
.tet_27012026 .tet-content__decor-2 {
  position: absolute;
  top: 70px;
  left: 0;
}
.tet_27012026 .tet-content__decor-3 {
  position: absolute;
  top: 140px;
  right: 0;
}

.tet_27012026 .header {
  position: relative;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .header__logo-zcom, .tet_27012026 .header__logo-tenten {
    height: 33px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .header__logo-zcom, .tet_27012026 .header__logo-tenten {
    height: 27px;
  }
}
.tet_27012026 .header__menu-icon {
  cursor: pointer;
}
.tet_27012026 .header__top {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: background-color 0.3s ease;
  background-color: transparent;
}
.tet_27012026 .header__top.tg_active {
  background-color: #bd241d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.tet_27012026 .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tet_27012026 .header__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .header__wrap {
    gap: 20px;
  }
}
.tet_27012026 .header__nav-list {
  display: flex;
  align-items: center;
}
.tet_27012026 .header__nav-link {
  padding: 6px 20px;
  border-radius: 100px;
  color: #fff;
  transition: all 0.25s ease;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .header__nav-link {
    padding: 6px 10px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .header__nav-link {
    font-size: 14px;
  }
}
.tet_27012026 .header__nav-link:hover, .tet_27012026 .header__nav-link.active, .tet_27012026 .header__nav-link:focus {
  background-color: rgb(191, 4, 2);
  color: rgb(255, 239, 120);
}

.tet_27012026 .hero {
  padding: 160px 0px 115px 0px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .hero {
    padding: 145px 0px 74px 0px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero {
    padding: 135px 0px 54px 0px;
  }
}
.tet_27012026 .hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .tet_27012026 .hero__inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__inner {
    gap: 28px;
  }
}
.tet_27012026 .hero__content {
  width: 498px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hero__content {
    width: 36%;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .hero__content {
    width: 80%;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__content {
    width: 88.7%;
  }
}
.tet_27012026 .hero__wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tet_27012026 .hero__heading {
  font-family: Yeseva One;
  font-size: 46px;
  line-height: 100%;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hero__heading {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hero__heading {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .hero__heading {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__heading {
    font-size: 29px;
  }
}
.tet_27012026 .hero__desc {
  font-weight: 600;
  font-style: Italic;
  font-size: 28px;
  line-height: 28.18px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hero__desc {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hero__desc {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__desc {
    font-size: 16px;
  }
}
.tet_27012026 .hero__btn {
  position: relative;
  margin: 52.8px auto 0px auto;
  box-shadow: 0px 3.52px 3.52px 0px rgba(62, 5, 5, 0.25);
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn {
    margin-top: 40px;
  }
}
.tet_27012026 .hero__btn-decor {
  position: absolute;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor {
    height: 28px;
  }
}
.tet_27012026 .hero__btn-decor-1 {
  top: 0px;
  left: -18px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor-1 {
    height: 30px;
    top: 0px;
    left: -15px;
  }
}
.tet_27012026 .hero__btn-decor-2 {
  bottom: 0px;
  right: 0px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor-2 {
    height: 34px;
    right: -5.5px;
    bottom: -4px;
  }
}
.tet_27012026 .hero__btn-decor-11 {
  bottom: 10px;
  left: -16px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor-11 {
    bottom: 2px;
    left: -13px;
  }
}
.tet_27012026 .hero__btn-decor-12 {
  top: -10px;
  left: 0px;
  z-index: -1;
}
.tet_27012026 .hero__btn-decor-21 {
  bottom: 5px;
  right: -9px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor-21 {
    bottom: 4px;
    right: -13px;
  }
}
.tet_27012026 .hero__btn-decor-22 {
  bottom: -6px;
  right: 6px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hero__btn-decor-22 {
    bottom: -13px;
    right: 6px;
  }
}
.tet_27012026 .hero__img-wrap {
  display: flex;
}
.tet_27012026 .domain-vn {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tet_27012026 .domain-vn .tg_container {
  max-width: 1209px;
}
.tet_27012026 .domain-vn__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .domain-vn__heading {
  max-width: 608px;
}
.tet_27012026 .domain-vn__content {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 75px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn__content {
    gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn__content {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 32px;
    gap: 100px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn__content {
    gap: 83px;
  }
}
.tet_27012026 .domain-vn__left {
  width: 50%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn__left {
    width: 100%;
  }
}
.tet_27012026 .domain-vn__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 65px;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn__list {
    column-gap: 30px;
    row-gap: 18px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn__right {
    width: 100%;
  }
}

.tet_27012026 .domain-vn-item {
  position: relative;
  width: 100%;
  max-width: 262px;
  height: 262px;
  background: linear-gradient(180deg, #ffffcc 0%, #ffe190 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-item {
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn-item {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-item {
    height: 166px;
  }
}
.tet_27012026 .domain-vn-item__price {
  margin-top: 71px;
  font-family: Yeseva One;
  font-size: 46px;
  line-height: 30px;
  text-align: center;
  color: rgb(181, 33, 34);
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-item__price {
    margin-top: 50px;
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-item__price {
    margin-top: 30px;
  }
}
.tet_27012026 .domain-vn-item__desc {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #000;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-item__desc {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-item__desc {
    margin-top: 10px;
    font-size: 12px;
  }
}
.tet_27012026 .domain-vn-item__decor {
  position: absolute;
  left: 0;
  right: 0;
  height: 72px;
  width: 100%;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-item__decor {
    height: 42px;
    bottom: 23px;
  }
}
.tet_27012026 .domain-vn-item__bottom {
  position: absolute;
  bottom: -1px;
  width: calc(100% + 27px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-item__bottom {
    width: calc(100% + 20px);
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-item__bottom {
    width: calc(100% + 12px);
    gap: 16px;
  }
}

.tet_27012026 .domain-vn-hosting {
  position: relative;
}
.tet_27012026 .domain-vn-hosting__decor-1 {
  width: 100%;
}
.tet_27012026 .domain-vn-hosting__decor-2 {
  position: absolute;
  bottom: -74px;
  width: 106%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-hosting__decor-2 {
    bottom: -90px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__decor-2 {
    bottom: -50px;
  }
}
.tet_27012026 .domain-vn-hosting__content {
  position: absolute;
  width: 100%;
  top: 81px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .tet_27012026 .domain-vn-hosting__content {
    top: 100px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__content {
    top: 56px;
  }
}
.tet_27012026 .domain-vn-hosting__label {
  font-family: Yeseva One;
  font-size: 36px;
  line-height: 100%;
  color: rgb(181, 33, 34);
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-hosting__label {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__label {
    font-size: 24px;
  }
}
.tet_27012026 .domain-vn-hosting__text {
  margin-top: 4px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #000;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-hosting__text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__text {
    margin-top: 3px;
    font-size: 14px;
  }
}
.tet_27012026 .domain-vn-hosting__title {
  margin-top: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgb(181, 33, 34);
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-hosting__title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__title {
    margin-top: 3px;
    font-size: 16px;
  }
}
.tet_27012026 .domain-vn-hosting__vocher {
  margin-top: 24px;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__vocher .voucher-code__text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__vocher .voucher-code__btn {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__vocher {
    width: 223px;
    height: 35px;
    margin-top: 16px;
    margin-bottom: 8px;
    gap: 28px;
  }
}
.tet_27012026 .domain-vn-hosting__desc {
  font-style: Italic;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000;
}
@media (max-width: 991.98px) {
  .tet_27012026 .domain-vn-hosting__desc {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .domain-vn-hosting__desc {
    font-size: 10px;
    line-height: 15px;
  }
}

.tet_27012026 .guarantee .swiper {
  width: 81%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee .swiper {
    width: 78%;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee .swiper-button-next, .tet_27012026 .guarantee .swiper-button-prev {
    height: 18px;
    position: absolute;
    margin-top: initial !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
.tet_27012026 .guarantee__prev:hover, .tet_27012026 .guarantee__next:hover {
  filter: brightness(0) saturate(100%) invert(97%) sepia(50%) saturate(1198%) hue-rotate(325deg) brightness(105%) contrast(103%);
}
.tet_27012026 .guarantee__next {
  filter: brightness(0) saturate(100%) invert(93%) sepia(49%) saturate(235%) hue-rotate(332deg) brightness(103%) contrast(109%);
}
.tet_27012026 .guarantee__inner {
  position: relative;
  margin: 0px auto;
  max-width: 1740px;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(98.94deg, #b80008 0.7%, #a51017 98.58%);
  border-radius: 80px;
  box-shadow: 0px 20px 20px 0px rgba(107, 0, 5, 0.3);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .tet_27012026 .guarantee__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.tet_27012026 .guarantee__decor-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.tet_27012026 .guarantee__decor-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.tet_27012026 .guarantee .tg_container {
  max-width: 1332px;
}
.tet_27012026 .guarantee__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575.98px) {
  .tet_27012026 .guarantee__heading {
    max-width: 213px;
  }
}
.tet_27012026 .guarantee__input-wrap {
  margin-top: 48px;
  border-radius: 48px;
  background: rgb(211, 31, 40);
  padding: 0px 30px;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 740px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__input-wrap {
    margin-top: 24px;
    height: 44px;
    padding: 0px 16px;
  }
}
.tet_27012026 .guarantee__input-icon {
  margin-right: 20px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__input-icon {
    width: 20px;
    margin-right: 30px;
  }
}
.tet_27012026 .guarantee__input {
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__input {
    font-size: 16px;
  }
}
.tet_27012026 .guarantee__input::placeholder {
  font-style: Italic;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(227, 211, 196, 0.56);
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__input::placeholder {
    font-size: 14px;
  }
}
.tet_27012026 .guarantee__general {
  position: relative;
  margin: 48px 0px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__general {
    margin: 24px 0px;
  }
}
.tet_27012026 .guarantee__desc {
  font-size: 16px;
  line-height: 24px;
  text-indent: 25px;
  text-align: center;
  max-width: 1050px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee__desc {
    font-size: 14px;
  }
}

.tet_27012026 .guarantee-item {
  flex-shrink: 0;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffeec2 0%, #e4c981 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .tet_27012026 .guarantee-item {
    width: 123px;
    height: 123px;
  }
}
.tet_27012026 .guarantee-item__content {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 3px solid rgb(243, 219, 144);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .tet_27012026 .guarantee-item__content {
    width: 105px;
    height: 105px;
    border: 2px solid rgb(243, 219, 144);
  }
}
.tet_27012026 .guarantee-item__name {
  font-family: Yeseva One;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .tet_27012026 .guarantee-item__name {
    font-size: 22px;
  }
}
.tet_27012026 .guarantee-item__price {
  font-family: Yeseva One;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  color: rgb(181, 33, 34);
}
@media (max-width: 575.98px) {
  .tet_27012026 .guarantee-item__price {
    font-size: 26px;
  }
}

.tet_27012026 .hosting-email {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .hosting-email {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hosting-email {
    padding-top: 40px;
  }
}
.tet_27012026 .hosting-email__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .hosting-email__switch {
  border-radius: 50px;
  background: rgba(147, 14, 20, 0.5);
  overflow: hidden;
  height: 42px;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hosting-email__switch {
    margin-top: 20px;
    height: 34px;
  }
}
.tet_27012026 .hosting-email__switch-btn {
  border-radius: 50px;
  cursor: pointer;
  padding: 0px 32px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .tet_27012026 .hosting-email__switch-btn {
    font-size: 14px;
  }
}
.tet_27012026 .hosting-email__switch-btn:hover {
  color: rgb(255, 239, 120);
}
.tet_27012026 .hosting-email__switch-btn.tg_active {
  background: rgb(151, 4, 4);
  color: rgb(255, 239, 120);
}
.tet_27012026 .hosting-email__content {
  margin-top: 48px;
  width: 100%;
  background: rgb(166, 16, 23);
  border: 1px solid rgb(160, 1, 8);
  border-radius: 260px 58px 58px 260px;
  height: 472px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hosting-email__content {
    border-radius: 200px 58px 58px 200px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .hosting-email__content {
    flex-direction: column;
    border-radius: 120px 120px 20px 20px;
    height: initial;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__content {
    margin-top: 32px;
  }
}
.tet_27012026 .hosting-email__left {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 260px;
  background: #c72b20;
  height: 100%;
  overflow: hidden;
  border: 37px solid #a51017;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hosting-email__left {
    border: 24px solid #a51017;
    border-radius: 200px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .hosting-email__left {
    border-radius: 120px;
    width: 100%;
    height: 400px;
    flex-shrink: 0;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__left {
    border: 20px solid #a51017;
    height: 202px;
  }
}
.tet_27012026 .hosting-email__info {
  display: flex;
  margin-left: 300px;
  flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hosting-email__info {
    margin-left: 200px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hosting-email__info {
    margin-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .hosting-email__info {
    margin-left: 250px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hosting-email__info {
    margin-left: 200px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__info {
    margin-left: 120px;
  }
}
.tet_27012026 .hosting-email__label {
  font-family: Yeseva One;
  font-size: 56px;
  line-height: 100%;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hosting-email__label {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__label {
    font-size: 26.38px;
  }
}
.tet_27012026 .hosting-email__desc {
  margin-top: 12px;
  font-weight: 600;
  line-height: 36px;
  max-width: 366px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hosting-email__desc {
    font-size: 16px;
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .hosting-email__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__desc {
    margin-top: 4px;
    font-size: 10px;
    line-height: 14px;
    max-width: 200px;
  }
}
.tet_27012026 .hosting-email__img {
  position: absolute;
  left: -20px;
  bottom: -15px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hosting-email__img {
    height: 250px;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hosting-email__img {
    height: 170px;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__img {
    height: 170px;
    top: 10px;
    left: -20px;
    bottom: initial;
  }
}
.tet_27012026 .hosting-email__right {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .hosting-email__right {
    width: 100%;
    padding: 8px 24px 60px 24px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__right {
    padding: 8px 18px 24px 18px;
  }
}
.tet_27012026 .hosting-email__tab-wrap {
  width: 100%;
}
.tet_27012026 .hosting-email__tab-content {
  display: none;
}
.tet_27012026 .hosting-email__tab-content.tg_active {
  display: inherit;
  animation: tgUp 0.3s;
}
.tet_27012026 .hosting-email__wrap-link {
  display: flex;
  gap: 32px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .hosting-email__wrap-link {
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__wrap-link {
    gap: 4px;
  }
}
.tet_27012026 .hosting-email__link {
  padding: 8px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__link {
    padding: 8px 19px;
    text-align: center;
    font-size: 14px;
  }
}
.tet_27012026 .hosting-email__link:hover, .tet_27012026 .hosting-email__link:focus {
  color: rgb(255, 239, 120);
  border-bottom: 1px solid rgb(255, 239, 120);
}
.tet_27012026 .hosting-email__title {
  margin-top: 48px;
  font-family: Yeseva One;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__title {
    font-size: 18px;
    margin-left: 17px;
    margin-top: 23px;
  }
}
.tet_27012026 .hosting-email__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__list {
    gap: 16px;
    margin-left: 17px;
  }
}
.tet_27012026 .hosting-email__item {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__item {
    font-size: 14px;
    padding-left: 26px;
  }
}
.tet_27012026 .hosting-email__item::before {
  content: "";
  position: absolute;
  background-image: url(../images/27012026_flower.svg);
  background-repeat: repeat;
  width: 18px;
  height: 18px;
  left: 0;
  top: 4px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__item::before {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
.tet_27012026 .hosting-email__cta {
  position: relative;
  background: rgb(150, 9, 15);
  border-radius: 58px;
  border: 1px solid rgb(160, 1, 8);
  height: 100%;
  width: 90px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .hosting-email__cta {
    width: 80px;
  }
}
.tet_27012026 .hosting-email__cta span {
  font-family: Yeseva One;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 10%;
  rotate: 90deg;
  text-transform: uppercase;
}
.tet_27012026 .hosting-email__btn {
  position: absolute;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
}
.tet_27012026 .hosting-email__btn:hover {
  opacity: 1;
}
.tet_27012026 .hosting-email__btn-top {
  top: 39px;
}
.tet_27012026 .hosting-email__btn-bottom {
  bottom: 39px;
}
.tet_27012026 .hosting-email__desc-bottom {
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  text-indent: 25px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__desc-bottom {
    margin-top: 16px;
    font-style: Italic;
    font-size: 14px;
    line-height: 22px;
  }
}
.tet_27012026 .hosting-email__decor-1 {
  position: absolute;
  top: -20px;
  left: 320px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__decor-1 {
    width: 55.5px;
    top: -10px;
    left: 136px;
  }
}
.tet_27012026 .hosting-email__decor-2 {
  position: absolute;
  top: 20px;
  right: 140px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__decor-2 {
    width: 39px;
    top: 0px;
    right: 60px;
  }
}
.tet_27012026 .hosting-email__decor-3 {
  position: absolute;
  bottom: -15px;
  right: 200px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .hosting-email__decor-3 {
    width: 51.8px;
    right: 90px;
  }
}

.tet_27012026 .cloud-server {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .cloud-server {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .cloud-server {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tet_27012026 .cloud-server__decor {
  position: absolute;
  right: 0;
  top: 40px;
}
.tet_27012026 .cloud-server__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tet_27012026 .cloud-server__content {
  margin-top: 48px;
  display: flex;
  gap: 103px;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .cloud-server__content {
    gap: 50px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .cloud-server__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server__content {
    margin-top: 32px;
    gap: 32px;
  }
}
.tet_27012026 .cloud-server__left {
  width: 39.9%;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .cloud-server__left {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .cloud-server__left {
    width: 100%;
  }
}
.tet_27012026 .cloud-server__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .tet_27012026 .cloud-server__list {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .tet_27012026 .cloud-server__list {
    gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server__list {
    gap: 15px;
  }
}
.tet_27012026 .cloud-server__img {
  width: 100%;
}

.tet_27012026 .cloud-server-item {
  position: relative;
  width: 100%;
  max-width: 270px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(221, 218, 147, 0.8);
}
@media (max-width: 991.98px) {
  .tet_27012026 .cloud-server-item {
    max-width: initial;
  }
}
.tet_27012026 .cloud-server-item__content {
  width: 100%;
  height: 100%;
  position: relative;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .cloud-server-item__content {
    height: 170px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__content {
    height: 161px;
  }
}
.tet_27012026 .cloud-server-item__discount {
  color: rgb(255, 246, 40);
  margin-top: 54px;
  font-family: Yeseva One;
  font-size: 46px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .cloud-server-item__discount {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__discount {
    margin-top: 37px;
    font-size: 32px;
  }
}
.tet_27012026 .cloud-server-item__desc {
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .cloud-server-item__desc {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__desc {
    margin-top: 16px;
    font-size: 12px;
  }
}
.tet_27012026 .cloud-server-item__decor-1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.tet_27012026 .cloud-server-item__decor-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tet_27012026 .cloud-server-item__bottom {
  background-color: rgb(255, 255, 219);
  padding: 10px 10px 20px 10px;
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__bottom {
    padding: 10px;
  }
}
.tet_27012026 .cloud-server-item__btn {
  position: relative;
  width: 236px;
  background: rgb(199, 43, 32);
  gap: 16px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__btn {
    flex-direction: column;
    border-radius: 8px;
    height: initial;
    gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .cloud-server-item__text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__text {
    padding: 12px 0px 10px 0px;
  }
}
@media (max-width: 1199.98px) {
  .tet_27012026 .cloud-server-item__copy-btn {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__copy-btn {
    display: block;
    padding: 10px 0px 12px 0px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .cloud-server-item__copy-btn::before {
    content: "";
    position: absolute;
    top: 0;
    background-image: url(../images/27012026_line.png);
    height: 1px;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tet_27012026 .workspace {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: rgb(165, 16, 23);
}
@media (max-width: 991.98px) {
  .tet_27012026 .workspace {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .workspace {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tet_27012026 .workspace .tg_container {
  max-width: 1338px;
}
.tet_27012026 .workspace__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .workspace__list {
  width: 100%;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .workspace__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .workspace__list {
    gap: 16px;
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace__list {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}
.tet_27012026 .workspace__btn {
  width: 334px;
  margin-top: 48px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace__btn {
    margin-top: 24px;
    width: 301px;
  }
}
.tet_27012026 .workspace__decor-1 {
  position: absolute;
  top: 0;
  left: 175px;
}
.tet_27012026 .workspace__decor-2 {
  position: absolute;
  top: 75px;
  right: 111px;
}
.tet_27012026 .workspace__decor-3 {
  position: absolute;
  top: 195px;
  left: 12px;
}
.tet_27012026 .workspace__decor-4 {
  position: absolute;
  top: 230px;
  right: 66px;
}
.tet_27012026 .workspace__decor-5 {
  position: absolute;
  left: 0;
  bottom: 58px;
}
.tet_27012026 .workspace__decor-6 {
  position: absolute;
  width: 89px;
  left: 546px;
  bottom: 113px;
}
.tet_27012026 .workspace__decor-7 {
  position: absolute;
  width: 100px;
  right: 536px;
  bottom: 57px;
}
.tet_27012026 .workspace__decor-8 {
  position: absolute;
  bottom: 63px;
  right: 0px;
}

.tet_27012026 .workspace-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgb(232, 42, 36);
  width: 100%;
}
.tet_27012026 .workspace-item__top {
  height: 77px;
  width: 100%;
  background: linear-gradient(180deg, #ffffcc 0%, #ffe791 100%);
  z-index: 1px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace-item__top {
    height: 50px;
  }
}
.tet_27012026 .workspace-item__title {
  font-family: Yeseva One;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .tet_27012026 .workspace-item__title {
    font-size: 18px;
  }
}
.tet_27012026 .workspace-item__title span {
  color: #e82a24;
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
.tet_27012026 .workspace-item__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 0px 40px 0px;
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace-item__content {
    padding: 24px 0px 32px 0px;
  }
}
.tet_27012026 .workspace-item__label, .tet_27012026 .workspace-item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 202px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .workspace-item__label, .tet_27012026 .workspace-item__desc {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace-item__label, .tet_27012026 .workspace-item__desc {
    max-width: 225px;
  }
}
.tet_27012026 .workspace-item__desc span {
  font-weight: 600;
}
.tet_27012026 .workspace-item__decor-1 {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0px;
}
.tet_27012026 .workspace-item__decor-2 {
  position: absolute;
  width: 91%;
  bottom: 13px;
  height: 100%;
  height: calc(100% - 90px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .tet_27012026 .workspace-item__decor-2 {
    height: calc(100% - 63px);
  }
}

.tet_27012026 .security {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  .tet_27012026 .security {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .security {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tet_27012026 .security .tg_container {
  max-width: 1413px;
}
.tet_27012026 .security__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .security__list {
  width: 100%;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 1199.98px) {
  .tet_27012026 .security__list {
    padding-left: 21px;
    padding-right: 21px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .security__list {
    margin-top: 32px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.tet_27012026 .security-item {
  position: relative;
  width: 100%;
}
.tet_27012026 .security-item__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tet_27012026 .security-item__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tet_27012026 .security-item__title {
  margin-top: 41px;
  font-family: Yeseva One;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__title {
    margin-top: 26px;
    font-size: 18px;
  }
}
.tet_27012026 .security-item__price {
  position: relative;
  margin-top: 24px;
  font-family: Yeseva One;
  font-size: 46px;
  line-height: 30px;
  text-align: center;
  color: rgb(255, 246, 40);
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__price {
    margin-top: 16px;
    font-size: 32px;
  }
}
.tet_27012026 .security-item__price span {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__price span {
    font-size: 14px;
  }
}
.tet_27012026 .security-item__old-price {
  position: absolute;
  top: -10px;
  right: 5px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgb(255, 255, 219);
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__old-price {
    font-size: 12px;
  }
}
.tet_27012026 .security-item__list {
  margin-top: 18px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  max-width: 177px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__list {
    margin-top: 10px;
    gap: 2.75px;
  }
}
.tet_27012026 .security-item__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__item {
    font-size: 12px;
    line-height: 16.48px;
  }
}
.tet_27012026 .security-item__btn {
  margin-top: auto;
  margin-bottom: 54px;
  width: 363px;
  justify-content: space-between;
  padding: 0px 25px;
  height: 50px;
  background: linear-gradient(180deg, #c40808 0%, #970404 100%);
  box-shadow: 0px 4px 4px 0px rgb(255, 46, 28);
}
@media (max-width: 1399.98px) {
  .tet_27012026 .security-item__btn {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__btn {
    width: 83.2%;
    height: 34px;
    padding: 0px 18px;
    margin-bottom: 32px;
  }
}
.tet_27012026 .security-item__link {
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  color: rgb(255, 239, 120);
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__link {
    font-size: 14px;
  }
}
.tet_27012026 .security-item__link:focus {
  color: rgb(255, 239, 120);
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__text, .tet_27012026 .security-item__copy-btn {
    font-size: 14px;
  }
}
.tet_27012026 .security-item__decor-1 {
  position: absolute;
  bottom: 6px;
  left: 6px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__decor-1 {
    width: 155px;
  }
}
.tet_27012026 .security-item__decor-2 {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__decor-2 {
    width: 155px;
  }
}
.tet_27012026 .security-item__decor-3 {
  position: absolute;
  bottom: 131px;
  left: 37px;
  z-index: -1;
  width: 70px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__decor-3 {
    width: 48px;
    bottom: 89px;
    left: 20px;
  }
}
.tet_27012026 .security-item__decor-4 {
  position: absolute;
  bottom: 190px;
  right: 38.5px;
  z-index: -1;
  width: 51px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__decor-4 {
    width: 35px;
    bottom: 132px;
    right: 26.5px;
  }
}
.tet_27012026 .security-item__1-decor {
  position: absolute;
  top: -20px;
  left: -45px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__1-decor {
    width: 74px;
    top: -16px;
    left: -28px;
  }
}
.tet_27012026 .security-item__3-decor {
  position: absolute;
  top: -20px;
  right: -35px;
}
@media (max-width: 767.98px) {
  .tet_27012026 .security-item__3-decor {
    width: 75px;
    top: -8px;
    right: -23px;
  }
}

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