@font-face {
  font-family: 'Noto Serif';
  src: url('https://static.mediacdn.vn/fonts/NotoSerif-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.svg-icon {
  width: auto;
}

.h-100 {
  height: 100%;
}

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

.center-position {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.horizon-center {
  left: 50%;
  transform: translateX(-50%);
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.m-0-auto {
  margin: 0 auto;
}

body {
  font-size: 62.5%;
}

.template {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  --w-input: 980;
  --h-input: 824;
}

.template-content {
  padding-top: calc(var(--h-input)/var(--w-input)*100%);
}

.template-bg {
  inset: 0;
}

.template-bg svg {
  width: 100%;
  height: 100%;
}

/* 
width: calc(xxx/var(--w-input)*100%);
top: calc(xxx/var(--h-input)*100%);
left: calc(xxx/var(--w-input)*100%);
height: calc(xxx/var(--h-input)*100%);
*/

/* begin */
.template-box {
  width: calc(740/var(--w-input)*100%);
  top: calc(136/var(--h-input)*100%);
  left: calc(120/var(--w-input)*100%);
}

.template-highlight {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.8em;
  line-height: calc(76/48);
  color: #FFFFFF;
}

.template-label {
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 3.2em;
  line-height: calc(39/32);
  text-transform: uppercase;
  color: #FFFFFF;
  width: fit-content;
  padding: calc(28/740*100%) calc(48/740*100%);
  background: #C64C23;
  margin-top: calc(57/740*100%);
}


@media (max-width: 1024px) {}

@media (max-width: 768px) {
  body {
    font-size: 48.5%;
  }
}

@media (max-width: 575px) {
  body {
    font-size: 23.5%;
  }
}