:root {
  --h-font-family-root: "Quicksand", sans-serif;
  --h-font-family-title: "Quicksand", sans-serif;
  --h-line-height: 1.5625;
  --h-font-weight-root: 400;
  --h-font-size-root: 10px;
  --h-font-size: 1.6rem;
  --h-font-size-h1: 2.4rem;
  --h-font-size-h2: 2.2rem;
  --h-font-size-h3: 2rem;
  --h-font-size-h4: 1.8rem;
  --h-font-size-h5: 1.6rem;
  --h-font-size-h6: 1.4rem;
  --h-color-primary: #ef0032;
  --h-color-secondary: #222;
  --h-color-third: #16b14b;
  --h-color-fourth: #484D58;
  --h-color-fifth: #E8E9EA;
  --h-color-sixth: #DFF7FC;
  --h-color-seventh: #1B1C57;
  --h-color-eighth: #ED6744;
  --h-color-ninth: #ddd;
  --h-color-tenth: #8C9097;
  --h-color-white: #fff;
  --h-color-black: #000;
  --h-bg-root: #fff;
  --h-color-root: #222;
  --h-color-hover: #1B1C57;
}

* {
  outline: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--h-bg-root);
  color: var(--h-color-root);
  font-size: var(--h-font-size);
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

label,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

form {
  width: 100%;
}

strong {
  font-weight: 700;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1199.98px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
}
html {
  font-family: var(--h-font-family-root);
  font-size: var(--h-font-size-root);
  line-height: var(--h-line-height);
}

body {
  font-family: var(--h-font-family-root);
  font-weight: var(--h-font-weight-root);
  line-height: var(--h-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--h-line-height);
}

h1 {
  font-size: var(--h-font-size-h1);
}

h2 {
  font-size: var(--h-font-size-h2);
}

h3 {
  font-size: var(--h-font-size-h3);
}

h4 {
  font-size: var(--h-font-size-h4);
}

h5 {
  font-size: var(--h-font-size-h5);
}

h6 {
  font-size: var(--h-font-size-h6);
}

.h-img--cover {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.h-img--contain {
  height: 100%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  transition: translate 0.3s;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-540 {
  width: 540px !important;
}

.w-265 {
  width: 265px !important;
}

.w-250 {
  width: 250px !important;
}

.w-200 {
  width: 200px !important;
}

.w-150 {
  width: 150px !important;
}

.w-125 {
  width: 125px !important;
}

.w-120 {
  width: 120px !important;
}

.w-100 {
  width: 100px !important;
}

.w-75 {
  width: 75px !important;
}

.w-50 {
  width: 50px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.hl--primary {
  background-color: #FEFCFB;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  width: 100vw;
  z-index: 1;
}
@media only screen and (max-width: 1199.98px) {
  .hl--primary {
    padding-top: 60px;
  }
  .hl--primary .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .hl--primary {
    padding-bottom: 50px;
  }
}

.hl-main {
  min-height: 60vh;
}
.he-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s;
  width: 1em;
}
.he-btn--primary {
  background-color: var(--h-color-primary);
  border-width: 0;
  border-radius: 4px;
  color: var(--h-color-white);
  font-size: 1.6rem;
  font-weight: 500;
  height: 50px;
  padding: 10px 20px 8px;
  transition: background-color 0.3s;
  width: 200px;
}
.he-btn--primary::before {
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--h-color-white);
  content: "";
  display: inline-block;
  height: 40px;
  left: 50%;
  margin: auto;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 40px;
  visibility: hidden;
  animation: spin 1s infinite linear;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.he-btn--primary[data-state=sending] {
  font-size: 0;
  pointer-events: none;
}
.he-btn--primary[data-state=sending]::before {
  opacity: 1;
  visibility: visible;
}
.he-btn--primary:hover {
  background-color: var(--h-color-secondary);
  cursor: pointer;
}
.he-headline--primary {
  color: var(--h-color-primary);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.he-headline--page {
  color: var(--h-color-primary);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.he-headline--small {
  color: var(--h-color-primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .he-headline--primary {
    font-size: 2.1rem;
  }
  .he-headline--small {
    font-size: 1.8rem;
  }
}

.hc-sticky {
  box-shadow: 0 5px 10px rgba(204, 204, 204, 0.5);
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 999;
}
.hc-sticky__item {
  background-color: var(--h-color-primary);
  border-bottom: 1px solid var(--h-color-white);
  height: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 50px;
}
.hc-sticky__item svg {
  fill: var(--h-color-white);
  font-size: 2rem;
}
.hc-sticky__item svg[data-id=i-zalo] {
  font-size: 3.5rem;
}
.hc-sticky__item:last-child {
  border-bottom-width: 0;
}
.hc-sticky__item:hover {
  background-color: var(--h-color-secondary);
  cursor: pointer;
}
@media only screen and (max-width: 575.98px) {
  .hc-sticky {
    border-top: 1px solid var(--h-color-white);
    display: flex;
    height: 50px;
    width: 100%;
  }
  .hc-sticky__item {
    border-bottom: 0;
    border-right: 1px solid var(--h-color-white);
    width: 50%;
  }
  .hc-sticky__item:last-child {
    border-right-width: 0;
  }
}

.hc-footer {
  background-color: var(--h-color-root);
  color: #fff;
  padding-top: 30px;
}
.hc-footer__logo {
  margin-bottom: 15px;
  transition: opacity 0.3s;
}
.hc-footer__logo img {
  height: 60px;
  width: auto;
}
.hc-footer__logo:hover {
  opacity: 0.75;
}
.hc-footer__head {
  color: var(--h-color-white);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.hc-footer__ttl {
  color: var(--h-color-primary);
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.hc-footer__txt {
  color: var(--h-color-fifth);
  font-size: 1.4rem;
}
.hc-footer__info {
  color: var(--h-color-white);
  font-weight: 700;
}
.hc-footer__info a {
  color: var(--h-color-white);
  font-weight: 400;
  font-size: 1.5rem;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__info a:hover {
  color: var(--h-color-primary);
  text-decoration: none;
}
.hc-footer__row {
  margin-bottom: 30px;
}
.hc-footer__nav {
  color: var(--h-color-white);
}
.hc-footer__nav a {
  color: var(--h-color-white);
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 10px;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__nav a::before {
  background-color: var(--h-color-white);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  transition: background-color 0.3s;
  width: 5px;
}
.hc-footer__nav a:hover {
  color: var(--h-color-primary);
  text-decoration: none;
}
.hc-footer__nav a:hover::before {
  background-color: var(--h-color-primary);
}
.hc-footer__social {
  margin-top: 20px;
}
.hc-footer__social a {
  background-color: var(--h-color-white);
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  transition: opacity 0.3s;
  width: 35px;
}
.hc-footer__social a svg {
  fill: var(--h-color-primary);
  font-size: 1.6rem;
}
.hc-footer__social a svg[data-id=i-zalo] {
  font-size: 2.5rem;
}
.hc-footer__social a:hover {
  background-color: var(--h-color-primary);
}
.hc-footer__social a:hover svg {
  fill: var(--h-color-white);
}
.hc-footer__bottom {
  background-color: var(--h-color-primary);
  margin-top: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.hc-footer__copyright {
  color: var(--h-color-white);
  font-size: 1.6rem;
}
.hc-footer__copyright a {
  color: var(--h-color-white);
  font-size: 1.5rem;
  transition: color 0.3s;
  text-decoration: none;
}
.hc-footer__copyright a:hover {
  color: var(--h-color-primary);
  text-decoration: none;
}
@media only screen and (max-width: 575.98px) {
  .hc-footer__logo {
    margin-bottom: 5px;
  }
  .hc-footer__logo img {
    height: 30px;
  }
  .hc-footer__col {
    margin-bottom: 20px;
  }
}

.hc-header {
  background-color: var(--h-color-white);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  left: 0;
  top: 0;
  transition: height 0.3s;
  width: 100%;
  z-index: 1000;
}
.hc-header__container {
  height: 100%;
}
.hc-header__logo {
  margin-right: auto;
  transition: opacity 0.3s;
}
.hc-header__logo img {
  height: 50px;
  width: auto;
}
.hc-header__logo:hover {
  opacity: 0.75;
}
.hc-header__tel {
  background-color: var(--h-color-primary);
  border-width: 0;
  border-radius: 100vw;
  color: var(--h-color-white);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 5px 20px;
  transition: background-color 0.3s, color 0.3s;
}
.hc-header__tel svg {
  fill: currentColor;
  font-size: 1.8rem;
  margin-right: 5px;
}
.hc-header__tel:hover {
  background-color: var(--h-color-black);
  color: var(--h-color-white);
}
@media only screen and (max-width: 1199.98px) {
  .hc-header {
    height: 60px;
  }
  .hc-header__tel {
    font-size: 1.6rem;
    padding-bottom: 3px;
    padding-top: 3px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hc-header__tel svg {
    font-size: 1.4rem;
  }
  .hc-header__logo img {
    height: 40px;
  }
}
.hc-nav {
  font-family: var(--h-font-family-title);
  height: 100%;
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .hc-nav {
    align-items: center;
  }
  .hc-nav > ul {
    align-items: center;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hc-nav > ul > li {
    align-items: center;
    display: inline-flex;
    height: 100%;
    margin-right: 28px;
    position: relative;
  }
  .hc-nav > ul > li.current > a {
    color: var(--h-color-black);
  }
  .hc-nav > ul > li svg {
    font-size: 1.4rem;
    fill: currentColor;
  }
  .hc-nav > ul > li > a {
    align-items: center;
    color: var(--h-color-black);
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 700;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .hc-nav > ul > li > ul {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform-origin: center top 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    width: 275px;
  }
  .hc-nav > ul > li > ul > li {
    position: relative;
  }
  .hc-nav > ul > li > ul > li > a {
    border-bottom: 1px solid #E8E9EA;
    color: var(--h-color-black);
    display: block;
    font-size: 1.6rem;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
  }
  .hc-nav > ul > li > ul > li > a svg {
    fill: currentColor;
    font-size: 1.6rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .hc-nav > ul > li > ul > li > ul {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    left: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: left top 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
    width: 275px;
  }
  .hc-nav > ul > li > ul > li > ul li > a {
    border-bottom: 1px solid #E8E9EA;
    color: var(--h-color-fourth);
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 5px 15px;
    text-decoration: none;
    transition: color 0.3s;
  }
  .hc-nav > ul > li > ul > li > ul li > a:hover {
    background-color: #fff;
    color: var(--h-color-primary);
  }
  .hc-nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
  }
  .hc-nav > ul > li > ul > li:hover > a {
    background-color: var(--h-color-black);
    color: var(--h-color-white);
  }
  .hc-nav > ul > li:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
  .hc-nav > ul > li:hover > a {
    color: var(--h-color-primary);
  }
  .hc-nav > ul > li:hover > a svg {
    fill: var(--h-color-primary);
  }
}
@media only screen and (max-width: 1199.98px) {
  .hc-nav {
    background-color: var(--h-color-secondary);
    height: 100%;
    left: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
    width: 100%;
    z-index: 10001;
  }
  .hc-nav.show {
    transform: translateX(0);
  }
  .hc-nav__btn {
    height: 32px;
    right: 15px;
    top: 14px;
    transition: background-color 0.3s;
    width: 32px;
  }
  .hc-nav__btn svg {
    fill: var(--h-color-primary);
    font-size: 3rem;
  }
  .hc-nav__close {
    background-color: var(--h-color-primary);
    border-radius: 4px;
    height: 32px;
    right: 15px;
    top: 14px;
    transition: background-color 0.3s;
    width: 32px;
  }
  .hc-nav__close svg {
    fill: var(--h-color-white);
    font-size: 2rem;
  }
  .hc-nav > ul {
    list-style: none;
    margin: 0;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .hc-nav > ul > li {
    margin-bottom: 20px;
    position: relative;
  }
  .hc-nav > ul > li > a {
    color: var(--h-color-white);
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
  }
  .hc-nav > ul > li svg {
    fill: var(--h-color-white);
    font-size: 2rem;
    position: absolute;
    pointer-events: visible;
    right: 20px;
    top: 12px;
    transition: transform 0.3s;
    z-index: 1;
  }
  .hc-nav > ul > li svg.expand {
    transform: rotate(180deg);
  }
  .hc-nav > ul > li svg.expand ~ ul {
    max-height: 5000px;
    transition: max-height 0.15s ease-in-out;
  }
  .hc-nav > ul > li ul {
    max-height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    transition: max-height 0.15s cubic-bezier(0, 1, 0, 1);
  }
  .hc-nav > ul > li ul li {
    margin-top: 5px;
  }
  .hc-nav > ul > li ul a {
    color: var(--h-color-white);
    font-size: 1.4rem;
  }
}
.hc-breadcrumb {
  padding-top: 15px;
}
.hc-breadcrumb a {
  color: var(--h-color-root);
  font-size: 1.6rem;
  margin-right: 10px;
  padding-right: 15px;
}
.hc-breadcrumb a svg {
  fill: var(--h-color-tenth);
  margin-bottom: 4px;
}
.hc-breadcrumb a::after {
  background-color: var(--h-color-tenth);
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
.hc-breadcrumb a:last-child {
  color: var(--h-color-primary);
  margin-right: 0;
  padding-right: 0;
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
}
.hc-breadcrumb a:hover {
  color: var(--h-color-primary);
}
.hc-breadcrumb a:hover svg {
  fill: var(--h-color-primary);
}
.hc-card, .hc-card--bg {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-card--bg {
  background-color: #ffeadd;
}
.hc-card__item {
  background-color: var(--h-color-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding-bottom: 30px;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.hc-card__item[data-state=hot]::before {
  background: url("../img/icon/i-hot.png") no-repeat center center/100%;
  content: "";
  height: 80px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 80px;
  z-index: 10;
}
.hc-card__head {
  background-color: var(--h-color-primary);
  color: var(--h-color-white);
  padding: 20px;
}
.hc-card__head::before {
  content: "";
  display: block;
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
}
.hc-card__head[data-type=wifi]::before {
  background: url("../img/icon/i-wifi.webp") no-repeat center center/auto 100%;
}
.hc-card__head[data-type="5g"]::before {
  background: url("../img/icon/i-5g.webp") no-repeat center center/auto 100%;
}
.hc-card__btn {
  bottom: 20px;
  background-color: var(--h-color-primary);
  border-width: 0;
  border-radius: 100vw;
  color: var(--h-color-white);
  left: 50%;
  font-size: 1.8rem;
  padding: 5px 20px;
  transform: translateX(-50%);
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 180px;
}
.hc-card__btn:hover {
  background-color: var(--h-color-secondary);
  color: var(--h-color-white);
}
.hc-card__info {
  padding: 20px 20px 30px;
}
.hc-card__txt {
  list-style: none;
  margin: 0;
  padding: 20px 20px 30px;
}
.hc-card__txt li {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-left: 25px;
}
.hc-card__txt li::before {
  align-items: center;
  border: 1px solid #eaeaea;
  color: var(--h-color-primary);
  content: attr(data-txt);
  display: inline-flex;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}
.hc-card__ttl {
  background-color: var(--h-color-white);
  border-radius: 100vw;
  color: var(--h-color-secondary);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
  min-width: 200px;
  padding: 5px 20px;
}
.hc-card__des, .hc-card__price {
  color: var(--h-color-white);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.hc-card__des small, .hc-card__price small {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.hc-card__des:last-child, .hc-card__price:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .hc-card, .hc-card--bg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.hc-feedback {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-feedback__item {
  background-color: var(--h-color-white);
  border-radius: 12px;
  box-shadow: 0 9px 32px rgba(89, 92, 219, 0.05);
  height: 100%;
  overflow: hidden;
  padding: 30px;
}
.hc-feedback__img {
  border-radius: 12px;
  overflow: hidden;
  padding-top: 54.0540540541%;
  width: 100%;
}
.hc-feedback__txt {
  color: var(--h-color-root);
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.hc-feedback__rating {
  line-height: 1;
  margin-top: -3px;
}
.hc-feedback__rating span {
  background: url("../img/icon/i-star.svg") no-repeat center center/100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.hc-feedback__rating span[data-type=point] {
  background: url("../img/icon/i-star-yellow.svg") no-repeat center center/100%;
}
.hc-feedback__avatar {
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  width: 40px;
}
.hc-feedback__name {
  color: var(--h-color-primary);
  font-size: 1.6rem;
  font-weight: 700;
}
.hc-feedback__name em {
  color: var(--h-color-root);
  font-style: normal;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767.98px) {
  .hc-feedback__box {
    box-shadow: 0 5px 16px rgba(89, 92, 219, 0.05);
    border-radius: 8px;
    margin-top: -50px;
    padding: 20px;
    width: calc(100% - 30px);
  }
  .hc-feedback__ttl {
    font-size: 1.6rem;
  }
  .hc-feedback__txt {
    font-size: 1.2rem;
  }
  .hc-feedback__rating {
    margin-top: 5px;
    padding-left: 50px;
  }
}
.hc-location {
  padding-top: 50px;
}
.hc-location__row {
  margin-left: -2px;
  margin-right: -2px;
}
.hc-location__row > * {
  padding-left: 2px;
  padding-right: 2px;
}
.hc-location__col {
  flex: 0 0 20%;
  margin-bottom: 4px;
  max-width: 20%;
}
.hc-location__item {
  height: 100%;
  background-color: var(--h-color-primary);
  color: var(--h-color-white);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
  width: 100%;
}
.hc-location__item:hover {
  background-color: var(--h-color-secondary);
  color: var(--h-color-white);
}
@media only screen and (max-width: 1199.98px) {
  .hc-location__col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 991.98px) {
  .hc-location__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .hc-location__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-location__col {
    margin-bottom: 5px;
  }
  .hc-location__item {
    font-size: 1.4rem;
    padding: 5px 10px 4px;
  }
}

.hc-tab {
  -moz-column-gap: 10px;
       column-gap: 10px;
  list-style: none;
  margin-bottom: 20px;
}
.hc-tab__item {
  background-color: var(--h-color-black);
  border-radius: 100vw;
  color: var(--h-color-white);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 20px;
  transition: background-color 0.3s;
}
.hc-tab__item:hover {
  cursor: pointer;
}
.hc-tab__item:hover, .hc-tab__item.current {
  background-color: var(--h-color-primary);
}
.hc-tab__content {
  display: none;
}
.hc-tab__content.current {
  display: block;
}
@media only screen and (max-width: 575.98px) {
  .hc-tab__item {
    line-height: 1.4;
    font-size: 1.4rem;
    min-width: calc(50% - 5px);
    padding: 5px 10px 3px;
  }
}

.hc-contact, .hc-contact--bg {
  padding-bottom: 50px;
  padding-top: 50px;
  z-index: 1;
}
.hc-contact--bg {
  background-color: #ffeadd;
}
.hc-contact--bg .hc-contact__input input,
.hc-contact--bg .hc-contact__input textarea {
  background-color: var(--h-color-white);
}
.hc-contact__row {
  margin-left: -30px;
  margin-right: -30px;
}
.hc-contact__row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.hc-contact__box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--h-color-white);
  border-radius: 25px;
  overflow: hidden;
  padding: 50px 30px 30px;
}
.hc-contact__input {
  margin-bottom: 10px;
}
.hc-contact__input input,
.hc-contact__input textarea {
  background-color: #ffe7d9;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  color: var(--h-color-root);
  padding: 10px;
  transition: border-color 0.3s;
  width: 100%;
}
.hc-contact__input input:focus,
.hc-contact__input textarea:focus {
  border: 1px solid var(--h-color-third);
}
.hc-contact__input textarea {
  height: 150px;
}
.hc-contact__input:last-child {
  margin-bottom: 0;
}
.hc-contact__msg {
  color: var(--h-color-third);
  font-size: 1.6rem;
  margin-top: 20px;
}
.hc-contact__map {
  border-radius: 12px;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 55.5%;
  width: 100%;
}
.hc-contact__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .hc-contact, .hc-contact--bg {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hc-contact__box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .hc-contact__map {
    margin-top: 0;
  }
}

.hl-toash {
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.hl-toash__item, .hl-toash__item--error, .hl-toash__item--success, .hl-toash__item--info, .hl-toash__item--warning {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.hl-toash__item.init, .init.hl-toash__item--error, .init.hl-toash__item--success, .init.hl-toash__item--info, .init.hl-toash__item--warning {
  opacity: 1;
  visibility: visible;
}
.hl-toash__item.show, .show.hl-toash__item--error, .show.hl-toash__item--success, .show.hl-toash__item--info, .show.hl-toash__item--warning {
  transform: translateX(0);
}
.hl-toash__item--warning {
  border-bottom: 3px solid #FBC02D;
}
.hl-toash__item--info {
  border-bottom: 3px solid #0288D1;
}
.hl-toash__item--success {
  border-bottom: 3px solid #388E3C;
}
.hl-toash__item--error {
  border-bottom: 3px solid #D32F2F;
}
.hl-toash__ttl {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hl-toash__content {
  font-size: 1.2rem;
  line-height: 1.3;
}
.hl-toash__btn {
  border: 1px solid #eaeaea;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  pointer-events: visible;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: background-color 0.3s;
  visibility: hidden;
  width: 20px;
}
.hl-toash__btn::before, .hl-toash__btn::after {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
  width: 10px;
}
.hl-toash__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hl-toash__btn:hover {
  background-color: #D32F2F;
  cursor: pointer;
}
.hl-toash__btn:hover::before, .hl-toash__btn:hover::after {
  background-color: #fff;
}

.hc-device {
  background-color: #ffeadd;
  padding-bottom: 30px;
  padding-top: 50px;
}
.hc-device__col {
  margin-bottom: 20px;
}
.hc-device__item {
  border: 2px solid var(--h-color-white);
  background-color: var(--h-color-white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  transition: border-color 0.3s;
}
.hc-device__item:hover {
  border-color: var(--h-color-primary);
}
.hc-device__ttl {
  color: var(--h-color-secondary);
  font-size: 1.8rem;
  font-weight: 700;
}
.hc-device__price {
  color: var(--h-color-primary);
  font-size: 2rem;
  font-weight: 700;
  margin-top: auto;
}
.hc-device__avatar {
  margin-bottom: 10px;
}
.hc-device__avatar img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .hc-device {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.hc-accor__item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--h-color-white);
  border-radius: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hc-accor__item:last-child {
  margin-bottom: 0;
}
.hc-accor__input {
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  top: 0;
  width: 0;
}
.hc-accor__input:checked ~ .hc-accor__content {
  max-height: 2000px;
  padding-bottom: 15px;
  padding-top: 15px;
  transition: max-height 0.15s ease-in-out;
}
.hc-accor__input:checked ~ .hc-accor__label {
  background-color: var(--h-color-primary);
  color: var(--h-color-white);
}
.hc-accor__input:checked ~ .hc-accor__label svg {
  transform: rotate(180deg);
}
.hc-accor__label {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 20px;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.hc-accor__label svg {
  fill: currentColor;
  font-size: 1.3rem;
  right: 20px;
  top: 18px;
  transition: transform 0.3s;
}
.hc-accor__label:hover {
  cursor: pointer;
}
.hc-accor__content {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  transition: padding-bottom 0.3s, padding-top 0.3s, max-height 0.25s cubic-bezier(0, 1, 0, 1);
}
.hc-accor__content a {
  color: var(--h-color-primary);
}
.hc-accor__content a:hover {
  text-decoration: underline;
}
.hc-accor__content strong {
  color: var(--h-color-primary);
  display: inline-block;
}
.hc-about {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-about__wrap {
  margin-top: 30px;
}
.hc-about__wrap .he-btn--primary {
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}
.hc-about__row {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.hc-about__row > * {
  padding-left: 30px;
  padding-right: 30px;
}
.hc-about__info {
  color: var(--h-color-root);
  display: inline-flex;
  flex-direction: column;
  font-size: 1.6rem;
  text-align: center;
  transition: opacity 0.3s;
}
.hc-about__info span {
  background-color: var(--h-color-primary);
  border-radius: 100vw;
  color: var(--h-color-white);
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 10px;
}
.hc-about__info img {
  height: 200px;
  margin-bottom: 5px;
  width: auto;
}
.hc-about__info em {
  font-weight: 700;
  margin-bottom: 5px;
}
.hc-about__info:hover {
  opacity: 0.7;
}
.hc-about__avatar {
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  padding-top: 75%;
  width: 100%;
}
.hc-about__ttl {
  color: var(--h-color-root);
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 575.98px) {
  .hc-about {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .hc-about__info {
    display: inline-block;
    font-size: 1.3rem;
    padding-left: 0;
    text-align: center;
  }
  .hc-about__info span {
    font-size: 1.8rem;
    padding: 3px 15px;
  }
  .hc-about__info img {
    height: 150px;
  }
  .hc-about__wrap {
    margin-top: 10px;
  }
  .hc-about__row {
    margin-bottom: 15px;
    margin-top: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .hc-about__row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hc-about__item {
    margin-bottom: 10px;
  }
  .hc-about__avatar {
    border-radius: 6px;
    margin-bottom: 5px;
  }
  .hc-about__ttl {
    font-size: 1.6rem;
  }
}

.hc-blog--404 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.hc-blog p, .hc-blog--404 p {
  font-size: 1.6rem;
  text-align: left;
}
.hc-blog img, .hc-blog--404 img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.hc-blog figure, .hc-blog--404 figure {
  margin-bottom: 20px;
}
.hc-blog figure:last-child, .hc-blog--404 figure:last-child {
  margin-bottom: 0;
}
.hc-blog figcaption, .hc-blog--404 figcaption {
  font-style: italic;
}
.hc-blog ul, .hc-blog--404 ul {
  margin-bottom: 20px;
  text-align: left;
}
.hc-carousel .splide__pagination__page, .hc-carousel--feedback .splide__pagination__page, .hc-carousel--card .splide__pagination__page, .hc-carousel--about .splide__pagination__page, .hc-carousel--banner .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.5);
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  width: 13px;
}
.hc-carousel .splide__pagination__page.is-active, .hc-carousel--feedback .splide__pagination__page.is-active, .hc-carousel--card .splide__pagination__page.is-active, .hc-carousel--about .splide__pagination__page.is-active, .hc-carousel--banner .splide__pagination__page.is-active {
  background-color: var(--h-color-white);
  transform: scale(1);
}
.hc-carousel .splide__arrow, .hc-carousel--feedback .splide__arrow, .hc-carousel--card .splide__arrow, .hc-carousel--about .splide__arrow, .hc-carousel--banner .splide__arrow {
  background-color: var(--h-color-primary);
  border-radius: 50%;
  height: 40px;
  left: initial;
  opacity: 1;
  right: 0;
  top: 0;
  transform: translateY(-55px);
  transition: background-color 0.3s;
  width: 40px;
}
.hc-carousel .splide__arrow::before, .hc-carousel--feedback .splide__arrow::before, .hc-carousel--card .splide__arrow::before, .hc-carousel--about .splide__arrow::before, .hc-carousel--banner .splide__arrow::before {
  background: url("../img/icon/i-arrow-left.svg") no-repeat center center/10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-carousel .splide__arrow svg, .hc-carousel--feedback .splide__arrow svg, .hc-carousel--card .splide__arrow svg, .hc-carousel--about .splide__arrow svg, .hc-carousel--banner .splide__arrow svg {
  display: none;
}
.hc-carousel .splide__arrow:hover, .hc-carousel--feedback .splide__arrow:hover, .hc-carousel--card .splide__arrow:hover, .hc-carousel--about .splide__arrow:hover, .hc-carousel--banner .splide__arrow:hover {
  background-color: var(--h-color-secondary);
  opacity: 1;
}
.hc-carousel .splide__arrow--prev, .hc-carousel--feedback .splide__arrow--prev, .hc-carousel--card .splide__arrow--prev, .hc-carousel--about .splide__arrow--prev, .hc-carousel--banner .splide__arrow--prev {
  right: 45px;
}
.hc-carousel .splide__arrow--next::before, .hc-carousel--feedback .splide__arrow--next::before, .hc-carousel--card .splide__arrow--next::before, .hc-carousel--about .splide__arrow--next::before, .hc-carousel--banner .splide__arrow--next::before {
  transform: rotate(180deg);
}
.hc-carousel--about .hc-carousel__item, .hc-carousel--banner .hc-carousel__item {
  width: 100%;
}
.hc-carousel--about .hc-carousel__item img, .hc-carousel--banner .hc-carousel__item img {
  height: auto;
  width: 100%;
}
.hc-carousel--about .splide__pagination, .hc-carousel--banner .splide__pagination {
  bottom: 10px;
}
.hc-carousel--card {
  width: 100%;
}
.hc-carousel--card .splide__slide {
  padding-bottom: 20px;
  padding-left: 10px;
  width: 350px;
}
.hc-carousel--feedback .splide__slide {
  padding-bottom: 20px;
  padding-top: 20px;
  width: 740px;
}
.hc-carousel--feedback .splide__pagination {
  bottom: 0;
  left: 0;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.hc-carousel--feedback .splide__pagination__page {
  background-color: #E0E3EB;
}
.hc-carousel--feedback .splide__pagination__page.is-active {
  background-color: var(--h-color-primary);
}
@media only screen and (max-width: 991.98px) {
  .hc-carousel--card .splide__slide {
    width: 300px;
  }
  .hc-carousel--card .splide__pagination {
    bottom: 0;
    margin-top: 10px;
    position: relative;
  }
  .hc-carousel--card .splide__pagination__page {
    background-color: rgba(242, 114, 39, 0.5);
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
    width: 13px;
  }
  .hc-carousel--card .splide__pagination__page.is-active {
    background-color: var(--h-color-primary);
    transform: scale(1);
  }
}
@media only screen and (max-width: 767.98px) {
  .hc-carousel--feedback .splide__slide {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-carousel--banner .splide__pagination {
    bottom: 0;
  }
  .hc-carousel--banner .splide__pagination__page {
    height: 10px;
    margin-left: 3px;
    margin-right: 3px;
    width: 10px;
  }
}

.hp-contact__info {
  color: var(--h-color-root);
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.hp-contact__info strong {
  margin-right: 5px;
}
.hp-contact__info a {
  color: var(--h-color-root);
  font-size: 1.6rem;
  transition: color 0.3s;
}
.hp-contact__info a:hover {
  color: var(--h-color-secondary);
}
.hp-contact__social {
  border-bottom: 1px solid #A3A6AC;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.hp-contact__social svg {
  font-size: 1.8rem;
  fill: var(--h-color-white);
}
.hp-contact__social a {
  background-color: var(--h-color-primary);
  border-radius: 50%;
  height: 35px;
  margin-right: 10px;
  transition: background-color 0.3s;
  width: 35px;
}
.hp-contact__social a:hover {
  background-color: var(--h-color-secondary);
}
.hp-contact__ttl {
  color: var(--h-color-primary);
  font-size: 2.5rem;
  font-family: var(--h-font-family-title);
  font-weight: 500;
  margin-bottom: 15px;
}
.hp-contact__row {
  margin-left: -20px;
  margin-right: -20px;
}
.hp-contact__row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.hp-contact__row .row {
  margin-left: -5px;
  margin-right: -5px;
}
.hp-contact__row .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.hp-contact__map {
  border-radius: 8px;
  border: 4px solid #A3A6AC;
  overflow: hidden;
  padding-top: 54.2168674699%;
}
.hp-contact__map iframe {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .hp-contact__col:not(:first-child) {
    margin-top: 20px;
  }
  .hp-contact__social {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.hp-recruitment__col {
  margin-bottom: 20px;
}
.hp-product__row {
  margin-bottom: 30px;
}
.hp-error {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px;
}
.hp-error__img {
  margin-bottom: 10px;
}
.hp-submit {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px;
}
.hp-submit__img {
  margin-bottom: 20px;
}
.hp-submit__txt {
  color: var(--h-color-primary);
  font-size: 1.6rem;
}

/*# sourceMappingURL=bundle.min.css.map*/