/*Hiệu ứng menu*/
.centery,
.centery-after:after,
.centery-before:before {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ease-in-200 {
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

@-webkit-keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown1 {
  0% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown1 {
  -webkit-animation-name: slideInDown1;
  animation-name: slideInDown1
}

/**/
.fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideInDown1 1s 0s;
}

/*Hieu ung*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, transparent 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

/*Hieu ung*/
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a0304;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #fff
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cf2127;
  border-radius: 35px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.hover_sang2 {
  position: relative;
  overflow: hidden;
}

.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}

.hover_sang {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover_sang:hover:before {
  left: 0;
  top: 0;
}

.hover_sang:before {
  left: -100%;
  top: -100%;
}

.hover_sang:after {
  bottom: -100%;
  right: -100%;
}

.hover_sang:before,
.hover_sang:after {
  display: block;
}

.hover_sang:before,
.hover_sang:after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 8;
}

.hover_sang:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.hover_sang img {
  transition: 0.7s;
}

.hover_sang:hover:after {
  right: 0;
  bottom: 0;
}

/*Xoay*/
.dichvu__item:hover .dichvu__img {
  transform: rotateY(360deg);
  transition: all 0.6s linear;
}

/*Phone anima*/
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*Nhấp nháy*/
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}


/**/
.hdanhmucdropsjs {
  position: relative;
  width: 270px;
  z-index: 19;
  background-color: #ff9907;
}

.hdanhmucdropsjs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  background-color: #ff9907;
}

.hdanhmucdropsjs ul>li {
  padding: 0 0% 0% 8%;
}

.hdanhmucdropsjs ul>li.line {
  border-bottom: solid 1px #ffb852;
  width: 100%;
  margin: 0 auto;
}

.hdanhmucdropsjs .nicescl {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0%
}

.hdanhmucdropsjs ul.content {
  overflow: auto;
  font-size: 14px;
}

.hdanhmucdropsjs li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 12px 0px;
  font-size: 14px;
  color: #1a1a1a;
  text-transform: capitalize;
}

/* .hdanhmucdropsjs li a img { margin-right: 10px; } */
.hdanhmucdropsjs ul ul {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
  display: none;
  position: absolute;
  left: calc(100% - 7px);
  left: -moz-calc(100% - 7px);
  left: -webkit-calc(100% - 7px);
  z-index: 9999;
}

.hdanhmucdropsjs ul ul li {
  position: relative;
  border-bottom: dashed 1px #ffb852;
}

.hdanhmucdropsjs ul>li:hover>ul {
  display: block;
  -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-hor-left .4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

.hdanhmucdropsjs ul>li:last-child {
  border-bottom: none
}

.hdanhmucdropsjs ul ul ul {
  left: 100%;
  top: 0 !important
}

.hdanhmucdropsjs i.right {
  position: absolute;
  right: 13px;
  font-size: 16px;
}

.hdanhmucdropsjs i.left {
  font-size: 6px;
  margin-right: 10px;
}

.hdanhmucdropsjs li:hover>a {
  color: #fbbc00;
}

.hdanhmucdropsjs .fa-angle-right:before {
  font-size: 15px;
}

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
}

/* width */
.hdanhmucdrops ::-webkit-scrollbar,
.hdanhmucdropsjs ::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.hdanhmucdrops ::-webkit-scrollbar-track,
.hdanhmucdropsjs ::-webkit-scrollbar-track {
  background: #e80c0c;
}

/* Handle */
.hdanhmucdrops ::-webkit-scrollbar-thumb,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb {
  background: #e80c0c;
}

/* Handle on hover */
.hdanhmucdrops ::-webkit-scrollbar-thumb:hover,
.hdanhmucdropsjs ::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}


/* Filter */
.main-item:not(:last-child) {
  margin-bottom: 20px;
}

.main-item-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'RobotoRegular';
}

ul.content-item-title {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.content-item-title li {
  margin-bottom: 8px;
  width: calc(56% - 25px);
}

ul.content-item-title input,
ul.content-item-title label {
  vertical-align: middle;
}

ul.content-item-title label {
  /* padding-left: 10px; */
  margin: 0;
}

.item-mucgia {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  margin: 4px;
  background-color: #eee;
  border-radius: 50px;
}

.item-mucgia:hover,
.item-mucgia.active {
  background-color: #e8f6ff;
}

.range-left,
.range-right {
  width: 80px;
  height: 30px;
  border: 1px solid #adadad;
  text-align: center;
}

.range-span {
  width: 20px;
  text-align: center;
  display: inline-block;
}

.submit-filter-pro {
  display: inline-block;
  width: 80px;
  height: 35px;
  border: 1px solid #0d5cb6;
  color: #0d5cb6;
  border-radius: 5px;
  background-color: transparent;
  margin-top: 10px;
}

select[name="sltsize"] {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #efefef;
}

.pro-r {
  padding: 20px;
  background: #f2f2f2
}

.itemcs {
  display: flex !important;
}

.itemcs p.zoom_hinh {
  width: 60px
}

.itemcs .contentcs {
  width: calc(100% - 60px);
  padding-left: 10px;
  text-align: left;
}

.hide {
  display: none
}

.box-timkiem {
  text-align: center;
  margin: 20px 0px;
}

.bttimkiem {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

ul.sltsize {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
}

ul.sltsize li {
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0px 3px 5px 0px;
  cursor: pointer;
}

ul.sltsize li.active,
ul.sltsize li:hover {
  background: #000;
  color: #fff
}

#search {
  padding: 20px 25px;
  background-color: #eeeeee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #a0d25f;
}

.timkiem {
  font-size: 17px;
  color: #222222;
  font-family: 'NunitoSans';
  display: inline-block;
  padding: 10px 37px;
  background-color: #eeeeee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.item_search {
  width: 25%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
}

.control-search {
  height: 48px;
  border: none;
  padding-left: 10px;
  width: 100%;
}

.control-search option {
  border: none;
}

.box_search {
  justify-content: space-between;
}

.item_search:focus {
  border: none;
}

.timkiemnhan {
  padding: 50px 0px;
}

select.control-search {
  border: 0px;
  outline: 0px;
}

.dt {
  font-family: 'NunitoSans_bold' !important;
}

.product_mota {
  font-size: 14px;
  color: #494949;
  font-family: 'NunitoSans_regular';
}

.dientich.flex {
  margin-top: 10px;
  margin-bottom: 5px;
}

.container1 {
  position: relative;
  width: 100%;
  height: 20px;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background-color: #000;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  pointer-events: auto;
  border: none;
}

input[type="range"]::-ms-thumb {
  appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #000;
}

.values {
  width: 32%;
  position: relative;
  margin: auto;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}

.wrapper {
  max-width: 520px;
  width: 100%;
}

.kung_range {
  margin-top: 10px;
}

.kung_range .p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #222222;
  font-family: 'NunitoSans_bold';
}

.flex2 {
  display: flex;
}

.flex2 .begin {
  padding-right: 10px;
}

.flex2 .end {
  padding-left: 10px;
}

.footer-ul li a:before {
  content: '\25CF';
  color: #000;
  margin-right: 10px;
  font-size: 10px;
}

.collapsible {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
}

.collapsible p:after {
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-bottom: 0 solid transparent;
  border-left: 5px solid transparent;
  content: "";
  display: inline-block;
  margin-left: 5px;
  border-right: 5px solid transparent;
  align-self: center;
}

.filter-options {
  position: relative;
}

.filter-options-content {
  box-sizing: border-box;
  box-shadow: 0 10px 15px #828282;
  border: solid 1px #ddd;
  background: #fff;
  width: 100%;
  padding: 30px;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 99;
  left: 0px;
  right: 0px;
}

.filter-options {
  margin: 20px 0px;
}

.filter-options-content {
  display: none;
}

.noidung li {
  list-style: none;
}

.noidung li {
  width: 100%;
  text-align: left;
}

.noidung input[type=checkbox] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.sys-search {
  display: none;
  position: absolute;
  top: calc(100% + 50px);
  right: 0px;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0px 0px 5px #ccc;
}

.auto_tk .wrap {
  max-height: 500px;
  padding: 10px;
  width: max-content;
  background: #fff;
  overflow-y: scroll;
  border-radius: 5px;
}

.auto_tk .wrap label {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.pros_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #3333331f;
  margin-bottom: 5px;
  padding-bottom: 5px;
  max-width: 400px;
}

.pros_img {
  flex-shrink: 0;
  margin-right: 8px;
}

.pros_img img {
  width: 100%;
}

.pros_txt {
  flex: 1;
}

.pros__title {
  font-size: 14px;
  color: #000;
  transition: all 0.2s linear;
  line-height: 1.3;
  margin-bottom: 3px;
}

.pros__title:hover {
  color: red;
  transition: all 0.2s linear;
}

span.pros__price_new {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}

span.pros__price_old {
  font-size: 13px;
  color: #000;
}

.pros__price_old i {
  font-style: normal;
  margin-right: 5px;
  text-decoration: line-through;
  opacity: 0.8;
}

.pros__title:hover {
  color: red;
  transition: all 0.3s;
}

/* Toc */
.wrap-toc {
  display: inline-block;
  background: #dbedf9;
  border: 1px solid #c7e4f4;
  padding: 10px;
  position: relative;
  min-width: 165px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
}

a.mucluc-dropdown-list_button {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000;
}

a.mucluc-dropdown-list_button:hover {
  text-decoration: none;
}

a.mucluc-dropdown-list_button.add {
  position: absolute;
  right: 0;
}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: #fff;
  color: #000 !important;
  font-size: 20px;
  width: 50px;
  height: 45px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc {
  position: fixed;
  right: 15px;
  top: 190px;
  z-index: 111;
  display: none;
}

.box-readmore {
  padding: 10px;
  width: 350px;
  margin-top: 2px;
  border: 0;
  display: none;
  font-size: 13px;
}

.box-readmore li ul>li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul>li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 600;
}

.box-readmore ul li a:hover {
  color: #767676;
}

@font-face {
  font-family: 'SVNTransformer';
  src:
    url('../fonts/SVN-Transformer.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFUIsadora';
  src:
    url('../fonts/SFUIsadora.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SFUTradeGothicBoldCondTwenty';
  src:
    url('../fonts/SFUTradeGothicBoldCondTwenty.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTMYenTu';
  src:
    url('../fonts/UTMYenTu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaRegular';
  src:
    url('../fonts/Averta-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvertaBold';
  src:
    url('../fonts/Averta-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'SegoeUISemibold';
  src:
    url('../fonts/SegoeUI-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTMAvoBold';
  src:
    url('../fonts/UTMAvoBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OswaldBold';
  src:
    url('../fonts/Oswald-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OswaldRegular';
  src:
    url('../fonts/Oswald-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterExtraBold';
  src:
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratRegular';
  src:
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratRegular';
  src:
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratBold';
  src:
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratMedium';
  src:
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratLight';
  src:
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratExtraBold';
  src:
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratRegular';
  src:
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratSemiBold';
  src:
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'UTMAvo';
  src:
    url('../fonts/UTMAvo.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'UTMAvoBold';
  src:
    url('../fonts/UTMAvoBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lobster-Regular';
  src:
    url('../fonts/Lobster-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'UTMBanque';
  src:
    url('../fonts/UTMBanque.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTMBanqueBold';
  src:
    url('../fonts/UTMBanqueBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MuliBold';
  src:
    url('../fonts/Muli-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MuliRegular';
  src:
    url('../fonts/Muli-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBold';
  src:
    url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src:
    url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemiBold';
  src:
    url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoMedium';
  src:
    url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuliSemiBold';
  src:
    url('../fonts/Muli-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoRegular';
  src:
    url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBold';
  src:
    url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'UTMBeautifulCaps';
  src: url('../fonts/UTMBeautifulCaps.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoBlack';
  src: url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'UTMHelvetIns';
  src: url('../fonts/UTMHelvetIns.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuliExtraBold';
  src: url('../fonts/Muli-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UTMFacebook';
  src: url('../fonts/UTMFacebook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SairaSemiBold';
  src: url('../fonts/Saira-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SairaBold';
  src: url('../fonts/Saira-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'QuicksandBold';
  src: url('../fonts/Quicksand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'QuicksandRegular';
  src: url('../fonts/Quicksand-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SVNAguda';
  src: url('../fonts/SVN-Aguda.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVNAgudaBold';
  src: url('../fonts/SVN-AgudaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVNAgudaBlack';
  src: url('../fonts/SVN-AgudaBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MulishBlack';
  src: url('../fonts/Mulish-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MulishSemiBold';
  src: url('../fonts/Mulish-SemiBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MulishMedium';
  src: url('../fonts/Mulish-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MulishBold';
  src: url('../fonts/Mulish-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MulishRegular';
  src: url('../fonts/Mulish-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MulishExtraBold';
  src: url('../fonts/Mulish-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'QuicksandBold';
  src: url('../fonts/Quicksand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'QuicksandRegular';
  src: url('../fonts/Quicksand-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'QuicksandMedium';
  src: url('../fonts/Quicksand-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'QuicksandSemiBold';
  src: url('../fonts/Quicksand-SemiBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}