.layer-domain-2026 {
  font-family: "Inter Regular";
}

.inter_bold {
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-1 .content-1 {
  background: url("../images/domain/bg.png") center/cover no-repeat;
  padding-top: 36px;
  padding-bottom: 72px;
}

.layer-domain-2026 .section-1 .search_form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.layer-domain-2026 .section-1 .content-1 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.layer-domain-2026 .section-1 .content-1 .text-1 {
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 4px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-1 .content-1 .text-2 {
  color: #b7c8eb;
  font-size: 16px;
  margin-bottom: 24px;
}

.layer-domain-2026 .section-1 .content-1 .search-box {
  position: relative;
  width: 60%;
}

.layer-domain-2026 .section-1 .content-1 .search-box_input {
  width: 100%;
  padding: 13px 12px 13px 28px;
  border-radius: 32px;
  border: none;
  font-size: 24px;
  font-family: "Inter SemiBold";
}

.layer-domain-2026 .section-1 .content-1 .search-button {
  position: absolute;
  background-color: #123d8c;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 50%;
  border: none;
}

.layer-domain-2026 .section-1 .items {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 12px;
  color: #ffffff;
}

.layer-domain-2026 .section-1 .items-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 0 40px;
  margin: 32px auto 0;
}

.layer-domain-2026 .section-1 .slick-prev:before {
  content: "";
  background: url("../images/domain/left-arrow.png") no-repeat center;
  background-size: contain;
  display: block;
  height: 21px;
  width: 13px;
}

.layer-domain-2026 .section-1 .slick-next:before {
  content: "";
  background: url("../images/domain/right-arrow-1.png") no-repeat center;
  background-size: contain;
  display: block;
  height: 21px;
  width: 13px;
}

.layer-domain-2026 .section-1 .item {
  position: relative;
  padding: 24px 12px 0;
  border-radius: 10px;
  margin-bottom: 0;
  border: 2px solid #123d8c;

  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px;
}

.layer-domain-2026 .section-1 .item .image:first-child {
  height: 32px;
}

.layer-domain-2026 .section-1 .item .image {
  height: 39px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.layer-domain-2026 .section-1 .item .is_sale {
  position: absolute;
  top: 0;
  left: 0;
}

.layer-domain-2026 .section-1 .items .item.active,
.layer-domain-2026 .section-1 .items .item:hover {
  border: 2px solid #276ded;
}

.layer-domain-2026 .section-1 .items .description {
  font-size: 14px;
  margin-top: auto;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-1 .items .description .text {
  font-family: "Inter Regular";
}

.layer-domain-2026 .section-2 .content {
  padding-bottom: 56px;
}

.layer-domain-2026 .section-2 .text-breadcrumb {
  font-size: 17px;
  text-align: center;
  margin-top: 42px;
}

.layer-domain-2026 .section-2 .text-breadcrumb .home {
  color: #ababab;
}

.layer-domain-2026 .section-2 .text-breadcrumb .current-page {
  text-transform: uppercase;
  font-family: "Inter SemiBold";
}

.layer-domain-2026 .section-2 .border-beadcrumb .border-left {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 60px;
}

.layer-domain-2026 .section-2 .border-beadcrumb .border-right {
  border-bottom: 1px solid #cccccc;
  float: right;
  width: 60px;
}

.layer-domain-2026 .section-2 .border-beadcrumb .icon-border {
  float: left;
  margin: 0 10px;
  color: #cccccc;
  font-size: 16px;
}
.layer-domain-2026 .section-2 .border-beadcrumb {
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.layer-domain-2026 .section-2 .heading-1 {
  font-size: 36px;
  text-align: center;
  font-family: "Inter Medium";
}
.layer-domain-2026 .section-2 .domain-result-main:empty {
  border: none;
  padding: 0;
}
.layer-domain-2026 .section-2 .domain-result-main {
  position: relative;
  border: 3px solid #123d8c;
  padding: 24px 32px;
  border-radius: 36px;
}
.layer-domain-2026 .section-2 .domain-item {
  display: flex;
  align-items: center;
}
.layer-domain-2026 .section-2 .domain-result-main .price .text-4 {
  display: none;
}
.layer-domain-2026 .section-2 .domain-result-main .domain-name {
  font-size: 24px;
  font-family: "Inter Semibold";
  margin-right: 24px;
}

.layer-domain-2026 .section-2 .domain-result-main .status-badge,
.layer-domain-2026 .section-2 .domain-result-main .price {
  font-size: 16px;
  font-family: "Inter SemiBoldItalic";
  color: #ffffff;
  background-color: #ff3939;
  padding: 8px 30px;
  border-radius: 24px;
}

.layer-domain-2026 .section-2 .domain-result-main .price span {
  color: #ffffff !important;
}

.layer-domain-2026 .section-2 .domain-result-main .btn-disable,
.layer-domain-2026 .section-2 .domain-result-main .choose-buy {
  background-color: #133c8b;
  border-color: #133c8b;
  font-size: 16px;
  border-radius: 20px;
  padding: 8px 28px;
  position: absolute;
  right: 28px;
  color: #ffffff;
}

.layer-domain-2026 .result-popular-list .domain-item {
  text-align: center;
  padding: 42px 24px 28px;
  border: 1px solid #757575;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
}

.layer-domain-2026 .result-popular-list .domain-item:hover .choose-buy {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff !important;
}

.layer-domain-2026 .result-popular-list .domain-item:hover .btn-disable {
  background-color: #133c8b;
  border-color: #133c8b;
  color: #ffffff !important;
}

.layer-domain-2026 .result-popular-list .domain-item .text-4 {
  display: none;
}

.layer-domain-2026 .result-popular-list .domain-item .domain-name {
  font-size: 24px;
  margin-bottom: 24px;
  word-break: break-word;
}
.layer-domain-2026 .result-popular-list .domain-item .domain-price {
  font-size: 17px;
}

.layer-domain-2026
  .result-popular-list
  .domain-item
  .domain-price
  span:nth-child(2) {
  font-family: "Inter Bold";
  font-weight: normal !important;
}

.layer-domain-2026 .result-popular-list .domain-item .domain-price span {
  color: #000000 !important;
}

.layer-domain-2026 .result-popular-list .choose-buy,
.layer-domain-2026 .result-popular-list .btn-disable {
  border: 2px solid #dddddd;
  padding: 12px 24px;
  border-radius: 12px;
  margin-top: 24px;
  color: #000000 !important;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-2 .domain-result-popular,
.layer-domain-2026 .section-2 .domain-result-suggest {
  font-size: 18px;
  margin-top: 42px;
}
.layer-domain-2026 .section-2 .domain-result-popular .result-label,
.layer-domain-2026 .section-2 .domain-result-suggest .result-label {
  margin-bottom: 24px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-2 .domain-result-suggest .result-suggest-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 700px;
  overflow: auto;
  gap: 16px;
  margin-bottom: 90px;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 11px 24px;
  background-color: #f7f7f7;
  border-radius: 16px;
  border: 1px solid #c3c3c3;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  .text-4 {
  display: none;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  span
  span {
  font-weight: normal !important;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  .choose-buy {
  background-color: #ff3939;
  font-size: 15px;
  border-radius: 12px;
  padding: 8px 28px;
  position: absolute;
  right: 4px;
  color: #ffffff;
  font-family: "Inter Medium";
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  .btn-disable {
  background-color: #133c8b;
  width: 193.65px;
  font-size: 15px;
  border-radius: 12px;
  padding: 8px 28px;
  position: absolute;
  right: 4px;
  color: #ffffff;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  span:first-child {
  font-size: 17px;
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  > span:nth-of-type(2) {
  margin-right: 200px;
  font-family: "Inter Semibold";
}

.layer-domain-2026
  .section-2
  .domain-result-suggest
  .result-suggest-list
  .domain-item
  > span:nth-of-type(2)
  span:nth-of-type(3) {
  color: #000 !important;
}

.layer-domain-2026 .section-2 .heading-2 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 72px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-2 .card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 24px 36px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  margin-bottom: 24px;
}

.domain-card-slider .card-item.is-active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.domain-card-slider .register_now.is-active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}

.layer-domain-2026 .section-2 .slick-dots li.slick-active button:before {
  background: #ff0000;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-dots li {
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-dots li button {
  width: 17px !important;
  height: 17px !important;
  padding: 0 !important;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-dots li button:before {
  width: 17px !important;
  height: 17px !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.layer-domain-2026 .section-2 .domain-card-slider .card-item {
  margin: 0 15px;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-list {
  margin: 0 -12px;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-track {
  margin-bottom: 20px;
  display: flex !important;
}

.layer-domain-2026 .section-2 .domain-card-slider .slick-slide {
  height: auto !important;
}

.layer-domain-2026 .section-2 .custom-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}

.layer-domain-2026 .section-2 .custom-dots li {
  width: 17px;
  height: 17px;
  margin: 0;
}

.layer-domain-2026 .section-2 .custom-dots li button {
  width: 17px;
  height: 17px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #ccc;
  font-size: 0; /* ẩn số */
  cursor: pointer;
}

.layer-domain-2026 .section-2 .custom-dots li.slick-active button {
  background: #ff0000;
}

.layer-domain-2026 .section-2 .card-item::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 48px);
  height: 118px;
  background-repeat: no-repeat;
  background-position: center;
}

.layer-domain-2026 .section-2 .card-item.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.layer-domain-2026 .section-2 .card-item .border {
  width: 40%;
  border-bottom: 1px solid #ff464f;
  margin-bottom: 10px;
}

.layer-domain-2026 .section-2 .card-item .text,
.layer-domain-2026 .section-2 .card-item ._text {
  font-size: 16px;
  text-align: center;
  font-family: "Inter Semibold";
}

.layer-domain-2026 .section-2 .card-item ._text {
  margin-bottom: 0;
}

.layer-domain-2026 .section-2 .card-item {
  margin-bottom: 0;
}

.layer-domain-2026 .section-2 .card-item.icon1::before {
  background-image: url("../images/domain/vn-2.png");
}

.layer-domain-2026 .section-2 .card-item.icon2::before {
  background-image: url("../images/domain/com.vn.png");
}

.layer-domain-2026 .section-2 .card-item.icon3::before {
  background-image: url("../images/domain/com-2.png");
}

.layer-domain-2026 .section-2 .card-item.icon4::before {
  background-image: url("../images/domain/edu.vn.png");
}

.layer-domain-2026 .section-2 .card-item .original_price {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
  text-decoration: line-through;
}

.layer-domain-2026 .section-2 .card-item .current_price {
  font-size: 24px;
  color: #ff0000;
  margin-bottom: 24px;
  font-family: "Inter SemiBold";
}
.layer-domain-2026 .section-2 .card-item .current_price .duration {
  font-size: 18px;
  color: #ff5858;
  font-family: "Inter Regular";
}

.layer-domain-2026 .section-2 .card-item .register_now {
  border: 2px solid #dddddd;
  padding: 8px 12px;
  font-size: 16px;
  color: #000000;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Inter Medium";
  margin-top: auto;
}

.layer-domain-2026 .section-2 .card-item .register_now:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

.layer-domain-2026 .section-2 .card-item.active .register_now {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.layer-domain-2026 .section-3 {
  padding: 72px 0;
  background-color: #d93a3b;
}

.layer-domain-2026 .section-3 .heading {
  text-align: center;
  color: #ffffff;
}

.layer-domain-2026 .section-3 .heading-1 {
  font-size: 36px;
  margin-bottom: 0;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-3 .heading-2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-3 .card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 172px 24px 36px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  margin-bottom: 24px;
  height: 100%;
}

.layer-domain-2026 .section-3 .card-item::before {
  content: "";
  position: absolute;
  top: 24px;
  width: calc(100% - 48px);
  height: 136px;
  background-repeat: no-repeat;
  background-position: center;
}

.layer-domain-2026 .section-3 .card-item .text {
  font-size: 18px;
  text-align: center;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-3 .card-item .description {
  font-size: 16px;
  text-align: center;
}

.layer-domain-2026 .section-3 .card-item.icon1::before {
  background-image: url("../images/domain/free-shipping.png");
}

.card-item.card-bg {
  background-image: url("../images/domain/img.png");
  background-repeat: no-repeat;
}

.layer-domain-2026 .section-3 .card-item.icon2::before {
  background-image: url("../images/domain/shield.png");
}

.layer-domain-2026 .section-3 .card-item.icon3::before {
  background-image: url("../images/domain/clock.png");
}

.layer-domain-2026 .section-4 {
  padding: 72px 0;
}

.layer-domain-2026 .section-4 .heading {
  text-align: center;
}

.layer-domain-2026 .section-4 .heading-1 {
  font-size: 36px;
  margin-bottom: 0;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-4 .heading-2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-4 .card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 24px 24px 100px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  margin-bottom: 24px;
}

.layer-domain-2026 .section-4 .card-item:hover {
  background-color: #ff4747;
  color: #ffffff;
}

.layer-domain-2026 .section-4 .card-item.card-bg:hover {
  background-color: #ffffff;
  color: inherit;
}

.layer-domain-2026 .section-4 .card-item::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: top left;
}

.layer-domain-2026 .section-4 .card-item .text {
  font-size: 18px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-4 .card-item .view_price_lists {
  padding: 8px 12px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #ff0000;
  margin-top: 16px;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-4 .card-item .description {
  font-size: 16px;
}

.layer-domain-2026 .section-4 .card-item.icon1::before {
  background-image: url("../images/domain/tick.png");
}

.layer-domain-2026 .section-4 .card-item.icon2::before {
  background-image: url("../images/domain/tick.png");
}

.layer-domain-2026 .section-4 .card-item.icon3::before {
  background-image: url("../images/domain/tick.png");
}

.layer-domain-2026 .section-4 .row {
  display: flex;
  align-items: stretch;
}

.layer-domain-2026 .section-4 .col-md-4 {
  display: flex;
  flex-direction: column;
}

.layer-domain-2026 .section-4 .col-md-4:first-child .card-item {
  flex: 1;
  margin-bottom: 0;
}

.layer-domain-2026 .section-4 .col-md-4:not(:first-child) .card-item {
  flex: 1;
}

.layer-domain-2026
  .section-4
  .col-md-4:not(:first-child)
  .card-item:last-child {
  margin-bottom: 0;
}

.layer-domain-2026 .section-5 {
  padding: 24px 0 90px;
}

.layer-domain-2026 .section-5 .heading-1 {
  font-size: 36px;
  text-align: center;
}

.layer-domain-2026 .section-5 .heading-2 {
  font-size: 36px;
  text-align: center;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-5 #bang_gia {
  margin-bottom: 48px;
}

.layer-domain-2026 .section-5 .switch_button {
  font-size: 16px;
  margin-bottom: 24x;
}

.layer-domain-2026 .section-5 .viet_button,
.layer-domain-2026 .section-5 .world_button {
  padding: 10px 16px;
  margin-right: 12px;
  border-radius: 12px;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-5 .viet_button:hover,
.layer-domain-2026 .section-5 .world_button:hover {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #ffffff;
}

.layer-domain-2026 .section-5 .viet_button.active,
.layer-domain-2026 .section-5 .world_button.active {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #ffffff;
}

.bang-gia-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 16px;
}

.bang-gia-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-size: 20px;
  font-family: "Inter Bold";
  border-bottom: 2px solid #02226b;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}

.bang-gia-table thead th:last-child {
  padding-left: 64px;
}

.bang-gia-table thead th.col-highlight {
  background: #f40000;
  color: #ffffff;
}

.bang-gia-table thead th:nth-child(-n + 3) {
  /* position: relative; */
}

.bang-gia-table thead th:nth-child(-n + 3)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 54px;
  height: 2px;
  background: #f40000;
}

.bang-gia-table tbody tr {
  border-bottom: 2px solid #02226b;
}

.bang-gia-table tbody tr:last-child {
  border-bottom: none;
}

.bang-gia-panel {
  max-height: 716px;
  overflow-y: auto;
}

.bang-gia-table tbody td {
  padding: 14px 32px;
  font-size: 16px;
  vertical-align: middle;
  font-family: "Inter Bold";
}

.bang-gia-table tbody td.td-name {
  font-size: 30px;
}

.bang-gia-table tbody td.td-highlight {
  background: #ffffff;
}

.gia-cu {
  color: #ff0000;
  margin-right: 6px;
}

.btn-dangky {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 8px;
  border: 2px solid #e9e9e9;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s, color 0.15s;
  font-family: "Inter Medium";
}

.btn-dangky:hover {
  border-color: #ff0000;
  color: #ffffff;
  background-color: #ff0000;
}

.bang-gia-panel--hidden {
  display: none;
}

.bang-gia-empty {
  color: #888;
  padding: 24px 0;
}

.layer-domain-2026 .section-6 {
  background: url("../images/domain/bg-2.jpg") center/cover no-repeat;
  padding-top: 36px;
  padding-bottom: 72px;
  position: relative;
  height: 470px;
}

.layer-domain-2026 .section-6 .card-item {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 32px 20px;
  border-radius: 12px;
  border: none;
}

.layer-domain-2026 .section-6 .heading {
  font-size: 36px;
  margin-bottom: 28px;
}

.layer-domain-2026 .section-6 .heading-2 {
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-6 .quotes_wrapper {
  position: relative;
}

.layer-domain-2026 .section-6 .quotes_wrapper .quotes-icon {
  height: auto;
  width: 44px;
}

.layer-domain-2026 .section-6 .quotes_wrapper .quotes-open {
  position: absolute;
  top: -5px;
}

.layer-domain-2026 .section-6 .quotes_wrapper .quotes-close {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.layer-domain-2026 .section-6 .description {
  font-size: 18px;
  text-align: center;
  padding: 0px 64px;
  font-family: "Inter Medium";
}

.layer-domain-2026 .section-6 .contact_button {
  display: flex;
  font-size: 18px;
  margin-top: 48px;
  margin-bottom: 32px;
}
.layer-domain-2026 .section-6 .hotline_button {
  font-family: "Inter Bold";
  border: 2px solid #dddddd;
  background-color: #ffffff;
  padding: 12px 24px 12px 20px;
  margin-right: 20px;
  border-radius: 10px;
  color: #000000;
}

.layer-domain-2026 .section-6 .hotline_button:hover,
.layer-domain-2026 .section-6 .zalo_button:hover {
  background-color: #ff1152;
  color: #ffffff;
  border-color: #ff1152;
}

.layer-domain-2026 .section-6 .zalo_button {
  font-family: "Inter Bold";
  border: 2px solid #dddddd;
  background-color: #ffffff;
  padding: 12px 24px 12px 12px;
  border-radius: 10px;
}
.layer-domain-2026 .section-6 .hotline_button img,
.layer-domain-2026 .section-6 .zalo_button img {
  margin-right: 4px;
}

.layer-domain-2026 .section-6 .hotline_button:hover img {
  content: url("../images/domain/telephone.png");
}

.layer-domain-2026 .section-7 {
  padding: 150px 0 100px;
  text-align: center;
}

.layer-domain-2026 .section-7 .heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 32px;
}

.layer-domain-2026 .section-7 .heading-2 {
  font-family: "Inter Semibold";
}

.layer-domain-2026 .section-7 .steps-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.layer-domain-2026 .section-7 .step-arrow {
  margin-top: 90px;
  padding: 0 16px;
  flex-shrink: 0;
}

.layer-domain-2026 .section-7 .step-arrow img {
  width: 32px;
}

.layer-domain-2026 .section-7 .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}

.layer-domain-2026 .section-7 .step-circle {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.layer-domain-2026 .section-7 .step-circle img {
  position: absolute;
  top: 40px;
  width: auto;
  height: 120px;
  object-fit: contain;
}

.layer-domain-2026 .section-7 .step-item.active .step-circle,
.layer-domain-2026 .section-7 .step-item:hover .step-circle {
  background-color: #ff4747;
}

.layer-domain-2026 .section-7 .step-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-7 .step-desc {
  font-size: 20px;
  font-family: "Inter Bold";
  line-height: 1.5;
  max-width: 220px;
}

.layer-domain-2026 .section-8 {
  margin: 24px 0 72px;
  background: url("../images/domain/transfer.png") left/cover no-repeat;
}

.layer-domain-2026 .section-8 .heading {
  margin-bottom: 12px;
  font-size: 36px;
}

.layer-domain-2026 .section-8 .description {
  font-size: 18px;
  margin-bottom: 32px;
  font-family: "Inter Medium";
  line-height: 1.8;
}

.layer-domain-2026 .section-8 .item {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 400;
}
.layer-domain-2026 .section-8 .item .text {
  margin-bottom: 0;
  font-family: "Inter SemiBold";
}
.layer-domain-2026 .section-8 .item img {
  width: 41px;
  height: 41px;
  margin-right: 8px;
}
.layer-domain-2026 .section-9 {
  padding: 72px 0 90px;
  text-align: center;
  background-color: #123d8c;
}

.layer-domain-2026 .section-9 .heading {
  font-size: 48px;
  color: #ffffff;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-9 .description {
  font-size: 18px;
  color: #6d99eb;
}
.layer-domain-2026 .section-9 .domain_management_button {
  background-color: #ffffff;
  padding: 24px 28px;
  border-radius: 12px;
  border: none;
  font-size: 18px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-9 .domain_management_button:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.layer-domain-2026 .section-9 .domain_management_button img {
  transition: 0.3s;
  margin-left: 8px;
}

.layer-domain-2026 .section-9 .domain_management_button:hover img {
  filter: brightness(0) invert(1);
}

.layer-domain-2026 .section-10 {
  padding-top: 108px;
  padding-bottom: 100px;
}

.layer-domain-2026 .section-10 .heading-1 {
  font-size: 60px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-10 .heading-2 {
  font-size: 60px;
  line-height: 1.1;
  font-family: "Inter ExtraLight";
}

.layer-domain-2026 .section-10 .btn-consultant-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff1152;
  color: #ffffff;
  font-size: 18px;
  padding: 18px 28px;
  margin-top: 32px;
  border-color: transparent;
  border-radius: 8px;
  width: 245px;
  font-family: "Inter Bold";
}

.layer-domain-2026 .section-10 .btn-consultant-more img {
  margin-right: 12px;
}

.layer-domain-2026 .faq #accordion .accordion-title a {
  padding: 15px 50px 15px 24px;
  border-bottom: 1px solid #000000;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  font-family: "Inter SemiBold";
  text-decoration: none !important;
}

.layer-domain-2026 .faq #accordion .accordion-title a:after {
  content: "";
  right: 36px;
  top: 16px;
  left: auto;
  background-image: url("../images/vps/vps-plus.png");
  background-repeat: no-repeat;
  background-position: center;
}

.layer-domain-2026
  .faq
  #accordion
  .accordion-title.ui-accordion-header-active
  a:after {
  content: "";
}

.layer-domain-2026
  .faq
  #accordion
  .accordion-title.ui-accordion-header-active
  a {
  border-bottom: none;
}

.layer-domain-2026 .faq #accordion .ui-accordion-content {
  padding-left: 32px;
  border-bottom: 1px solid #000000;
}

.layer-domain-2026 .faq #accordion .ui-accordion-content {
  padding-left: 32px;
}

@media (max-width: 1399.98px) {
  .layer-domain-2026 .section-6 {
    height: 420px;
  }

  .layer-domain-2026 .section-6 .card-item {
    top: 10px;
  }
}

@media (max-width: 1199.98px) {
  .layer-domain-2026 .section-2 .row {
    justify-content: center;
  }

  .layer-domain-2026 .section-2 .col-md-3 {
    flex: 1 1 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
  }

  .layer-domain-2026 .section-2 .card-item .current_price {
    font-size: 20px;
  }

  .layer-domain-2026 .section-3 .row {
    align-items: stretch;
  }
  .layer-domain-2026 .section-6 {
    background-position: left;
    height: 380px;
  }
  .layer-domain-2026 .section-6 .card-item {
    padding: 12px;
    top: 0;
  }
  .layer-domain-2026 .section-6 .quotes_wrapper .quotes-open {
    left: 10px;
  }
  .layer-domain-2026 .section-6 .quotes_wrapper .quotes-close {
    right: 10px;
  }
  .layer-domain-2026 .section-8 .col-md-6.text {
    padding-left: 81px;
  }
  .card-item.card-bg {
    background: none;
  }
  .layer-domain-2026 .result-popular-list .domain-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .layer-domain-2026 .section-2 .col-md-3 {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .layer-domain-2026 .section-1 .items {
    flex-wrap: wrap;
  }
  .layer-domain-2026 .result-popular-list .domain-item {
    margin-bottom: 28px;
  }
  .layer-domain-2026 .section-3 .card-item {
    padding-bottom: 16px;
  }
  .layer-domain-2026
    .section-4
    .col-md-4:not(:first-child)
    .card-item:last-child {
    margin-bottom: 24px;
  }
  .layer-domain-2026 .section-4 .col-md-4 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .layer-domain-2026 .section-8 {
    background: none;
  }
  .layer-domain-2026 .section-8 .col-md-6 {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }
  .layer-domain-2026 .section-8 .col-md-6 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .layer-domain-2026 .section-8 .col-md-6.text {
    padding-left: 15px;
  }

  .layer-domain-2026 .section-8 .item {
    width: calc(50% - 24px);
    margin-right: 12px;
  }
  .layer-domain-2026 .section-6 .card-item {
    width: 600px;
    top: 10px;
  }
  .layer-domain-2026 .section-7 .step-circle {
    width: 180px;
    height: 180px;
  }
  .layer-domain-2026 .section-7 .step-circle img {
    height: 80px;
  }
  .layer-domain-2026 .section-7 .step-label {
    font-size: 21px;
  }
  .layer-domain-2026 .section-9 {
    padding: 42px 0 70px;
  }
  .layer-domain-2026 .section-9 .domain_management_button {
    padding: 20px 24px;
  }
}

@media (max-width: 480px) {
  .layer-domain-2026 .section-1 .content-1 .text-1 {
    font-size: 36px;
  }

  .layer-domain-2026 .section-1 .content-1 .search-box {
    width: 100%;
  }

  .layer-domain-2026 .section-1 .content-1 .search-button {
    right: 3px;
  }

  .layer-domain-2026 .section-1 .content-1 .search-box_input {
    font-size: 20px;
  }

  .layer-domain-2026 .section-2 .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layer-domain-2026 .section-2 .border-beadcrumb {
    margin-bottom: 24px;
  }

  .layer-domain-2026 .section-3 .row {
    align-items: center;
  }

  .layer-domain-2026 .section-2 .heading-1,
  .layer-domain-2026 .section-2 .heading-2,
  .layer-domain-2026 .section-3 .heading-1,
  .layer-domain-2026 .section-3 .heading-2,
  .layer-domain-2026 .section-4 .heading-1,
  .layer-domain-2026 .section-4 .heading-2,
  .layer-domain-2026 .section-6 .heading,
  .layer-domain-2026 .section-7 .heading {
    font-size: 30px;
  }

  .card-item.card-bg {
    background: none;
  }

  .layer-domain-2026 .section-4 {
    padding: 72px 0 36px;
  }

  .layer-domain-2026
    .section-4
    .col-md-4:not(:first-child)
    .card-item:last-child {
    margin-bottom: 24px;
  }

  .layer-domain-2026 .section-5 .switch_button {
    font-size: 14px;
  }

  .layer-domain-2026 .section-6 .card-item {
    width: 95%;
    top: 16px;
  }

  .layer-domain-2026 .section-6 .contact_button {
    font-size: 15px;
  }
  .layer-domain-2026 .section-6 .description {
    padding: 0 28px;
    font-size: 16px;
  }
  .layer-domain-2026 .section-6 .quotes_wrapper .quotes-icon {
    width: 32px;
  }
  .layer-domain-2026 .section-6 .quotes_wrapper .quotes-open {
    left: -5px;
  }
  .layer-domain-2026 .section-6 .quotes_wrapper .quotes-close {
    right: -5px;
  }
  .layer-domain-2026 .section-6 .hotline_button,
  .layer-domain-2026 .section-6 .zalo_button {
    padding: 10px;
  }
  .layer-domain-2026 .section-6 .hotline_button {
    margin-right: 12px;
  }
  .layer-domain-2026 .section-7 {
    padding: 80px 0;
  }
  .layer-domain-2026 .section-7 .steps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .layer-domain-2026 .section-7 .step-arrow {
    margin: 40px;
  }
  .layer-domain-2026 .section-8 .heading {
    text-align: center;
    margin-bottom: 10px;
  }
  .layer-domain-2026 .section-8 .item {
    width: 100%;
  }

  .layer-domain-2026 .section-8 .description {
    text-align: center;
  }

  .layer-domain-2026 .section-8 .col-md-6 {
    padding: 0 40px;
    text-align: left;
  }

  .layer-domain-2026 .section-9 .heading {
    font-size: 42px;
  }

  .layer-domain-2026 .section-10 {
    padding: 56px 0 72px;
  }
  .layer-domain-2026 .section-10 .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .layer-domain-2026 .section-10 .heading-2 {
    font-size: 42px;
    text-align: center;
  }

  .layer-domain-2026 .section-2 .domain-result-popular .result-label {
    margin-top: 80px;
  }

  .layer-domain-2026 .section-2 .domain-result-main .status-badge {
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    padding: 8px 12px;
  }

  .layer-domain-2026 .section-2 .domain-result-main .btn-disable,
  .layer-domain-2026 .section-2 .domain-result-main .choose-buy {
    right: 8px;
  }

  .layer-domain-2026 .section-2 .domain-result-main {
    padding: 12px 24px;
  }

  .layer-domain-2026 .section-2 .domain-result-main .domain-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .layer-domain-2026 .section-2 .domain-result-main .price {
    position: absolute;
    top: 125%;
    left: 0;
  }

  .layer-domain-2026 .section-2 .domain-result-main .choose-buy {
    right: 0;
    top: 125%;
  }
  .layer-domain-2026
    .section-2
    .domain-result-suggest
    .result-suggest-list
    .domain-item
    .btn-disable {
    width: 98.04px;
  }
  .layer-domain-2026
    .section-2
    .domain-result-suggest
    .result-suggest-list
    .domain-item
    > span:nth-of-type(2) {
    margin-right: 87px;
  }
}
