/*
*
*   1. Include general style
*   2. Header style
*   3. Footer style
*   3. Products
*   5. Index page
*
*/
/* Include general style */
html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #8D8D8D;
  font-family: "SF UI Display";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #E21838;
  transition: all 0.3s ease;
}

a:hover, a:active {
  color: #0f0f0f;
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
  padding-left: 0;
}

button,
input[type="submit"] {
  transition: all 0.3s ease;
}

button:hover, button:focus, button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  box-shadow: none;
  outline: none;
}

.hf-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 14px 40px;
  border-width: 2px;
  text-align: center;
  border-style: solid;
  border-radius: 0;
  cursor: pointer;
}

.hf-btn:hover, .hf-btn:focus, .hf-btn:active {
  box-shadow: none;
}

.hf-btn + .hf-btn {
  margin-left: 10px;
}

.hf-btn.hf-btn-b {
  font-weight: 700;
}

.hf-btn.hf-btn-n {
  font-weight: 400;
}

.hf-btn.fs-16 {
  font-size: 1rem;
  padding: 11px 40px;
}

.hf-btn.hf-btn-primary {
  background-color: #E21838;
  border-color: #E21838;
  color: #fff;
}

.hf-btn.hf-btn-primary:hover {
  background-color: transparent;
  color: #E21838;
}

.hf-btn.hf-btn-pirmary-outline {
  background-color: transparent;
  border-color: #E21838;
  color: #E21838;
}

.hf-btn.hf-btn-pirmary-outline:hover {
  background-color: #E21838;
  color: #fff;
}

.hf-btn.hf-btn-full {
  width: 100%;
}

.hf-btn.hf-btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #E21838;
}

.hf-btn.hf-btn-white-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.hf-btn.hf-btn-white-outline:hover {
  background-color: #fff;
  color: #E21838;
}

.hf-btn i {
  margin-left: 5px;
}

.hf-select {
  position: relative;
  display: inline-block;
}

.hf-select:before {
  font-family: 'key';
  content: "\ec73";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0f0f0f;
  pointer-events: none;
}

.hf-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D2D2D2;
  font-size: 0.875rem;
  padding: 14px 20px;
  line-height: 1.45;
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 150px;
}

.hf-select select:focus {
  border-color: #E21838;
  outline: none;
}

.hf-select.sm-size select {
  padding: 4px 20px 4px 10px;
  min-width: 80px;
}

.hf-select2 {
  width: 100%;
}

.hf-select2 .select2-container {
  width: 100%;
  display: block;
}

.hf-select2 .selection:focus {
  outline: none;
}

.hf-select2 .select2-container--default .select2-selection--single {
  border-color: #f0e8e8;
}

.hf-select2 .select2-container,
.hf-select2 .select2-container .select2-selection--single,
.hf-select2 .select2-container .select2-selection--single .select2-selection__rendered,
.hf-select2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.hf-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none !important;
  box-shadow: none;
}

.hf-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.hf-select2 .select2-container .select2-selection--single {
  height: 50px;
}

.hf-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.hf-title {
  font-size: 1.5rem;
  overflow: hidden;
  margin-bottom: 25px;
  color: #E21838;
}

.hf-title .hf-txt {
  display: inline-block;
  position: relative;
}

.hf-title .hf-txt:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 12px;
  margin-left: 15px;
  left: 100%;
  width: 1400px;
  pointer-events: none;
  background-color: #bd142f;
}

.hf-title-02 {
  font-size: 1.875rem;
  line-height: 1;
}

.hf-title-02 .hf-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  color: #0f0f0f;
  font-weight: 700;
}

.hf-title-02 .hf-txt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0f0f0f;
  max-width: 88px;
  left: 0;
  bottom: 0;
}

.hf-title-02.text-center .hf-txt:after {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-form-control {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  font-size: 0.875rem;
  padding: 14px 20px;
  width: 100%;
  max-width: 100%;
  line-height: 1.45;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hf-form-control::-webkit-input-placeholder {
  color: #959595;
}

.hf-form-control:-moz-placeholder {
  color: #959595;
}

.hf-form-control::-moz-placeholder {
  color: #959595;
}

.hf-form-control:-ms-input-placeholder {
  color: #959595;
}

.hf-form-control:focus {
  border-color: #E21838;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

.hf-form-control.hf-square-style {
  border-radius: 0;
}

.hf-form-control.hf-light-style {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.hf-form-control.hf-light-style::-webkit-input-placeholder {
  color: #fff;
}

.hf-form-control.hf-light-style:-moz-placeholder {
  color: #fff;
}

.hf-form-control.hf-light-style::-moz-placeholder {
  color: #fff;
}

.hf-form-control.hf-light-style:-ms-input-placeholder {
  color: #fff;
}

.hf-form-control.hf-light-style:focus {
  border-color: #E21838;
}

textarea.hf-form-control {
  min-height: 206px;
  resize: none;
}

.hf-form-group {
  margin-bottom: 20px;
}

.hf-control-label {
  font-weight: 500;
  color: #595959;
}

.required {
  color: #E21838;
}

.bg-dark {
  background-color: #333;
  color: #fff;
}

.hf-icon-list .hf-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  min-height: 30px;
}

.hf-icon-list .hf-item .hf-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.hf-icon-list .hf-item .hf-icon img {
  max-width: 100%;
}

.hf-icon-list .hf-item .hf-text {
  color: #0f0f0f;
}

.hf-icon-list .hf-item:last-child {
  margin-bottom: 0;
}

.hf-icon-list.icon-opt .hf-icon {
  top: 0;
  line-height: 1.6;
}

.slick-slide:focus, .slick-slide:active {
  outline: none;
}

.hf-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #fff;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 20px;
}

.hf-badge-success {
  background-color: #598527;
}

.hf-badge-danger {
  background-color: #E21838;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  .hf-title-02 {
    font-size: 1.5rem;
  }
}

/* Header style */
.hf-header {
  position: relative;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 12px 24px 0 rgba(0, 0, 0, 0.08);
}

.hf-header--opt01 {
  background-color: #fff;
}

.hf-header .hf-header-top {
  border-bottom: 1px solid #ececec;
  padding: 5px 0;
}

.hf-header .hf-header-top .hf-menu {
  margin-bottom: 0;
}

.hf-header .hf-header-top .hf-menu .menu-item {
  display: inline-block;
}

.hf-header .hf-header-top .hf-menu .menu-item .item-link {
  display: block;
  padding: 0 10px;
  color: #8D8D8D;
  font-size: 0.875rem;
}

.hf-header .hf-header-top .hf-menu .menu-item .item-link:hover {
  color: #E21838;
}

.hf-header .hf-header-top .hf-social-list {
  float: right;
  margin-bottom: 0;
}

.hf-header .hf-header-top .hf-social-list .hf-icon-item {
  display: inline-block;
}

.hf-header .hf-header-top .hf-social-list .hf-icon-item + .hf-icon-item {
  margin-left: 5px;
}

.hf-header .hf-header-top .hf-social-list .hf-icon-item .hf-icon-link {
  display: block;
  padding: 0 10px;
  color: #8D8D8D;
}

.hf-header .hf-header-top .hf-social-list .hf-icon-item .hf-icon-link:hover {
  color: #E21838;
}

.hf-header.fixed {
  position: fixed;
  top: 0px;
  left: 0;
}

.hf-header .hf-main-header .hf-logo-site {
  float: left;
  position: relative;
  z-index: 10;
  height: 88px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease;
}

.hf-header .hf-main-header .hf-logo-site img {
  max-width: 100%;
}

.hf-header .hf-main-header .main-header-wrapp {
  position: relative;
  background-color: #fff;
}

.hf-header .hf-main-header .main-header-wrapp:before {
  content: "";
  display: table;
}

.hf-header .hf-main-header .main-header-wrapp:after {
  content: "";
  display: table;
  clear: both;
}

.hf-header .hf-main-menu .hf-main-nav {
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.hf-header .mCSB_scrollTools {
  width: 8px;
}

.hf-header .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.hf-header-fixed .hf-main-body {
  margin-top: 60px;
}

.hf-btn-search {
  float: right;
  border: 0;
  background-color: transparent;
  font-size: 1.25rem;
  padding: 0px 16px;
  line-height: 88px;
  position: relative;
  z-index: 15;
  font-size: 0.875rem;
  text-align: center;
  min-width: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hf-btn-search:hover {
  color: #E21838;
}

.hf-btn-search .hf-icons {
  font-style: normal;
}

.hf-btn-search .hf-icons:before {
  font-family: 'key';
  content: "\eb86";
}

.hf-btn-search.active .hf-icons:before {
  content: "\ebdc";
}

.hf-search-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}

.hf-search-wrapper .wp-input-search {
  background-color: transparent;
  font-size: 1.5rem;
  height: auto;
  border: 0;
  padding: 0 15px;
  line-height: 90px;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease;
}

.hf-main-header.active-search .hf-search-wrapper {
  display: block;
}

.hf-main-header.active-search .hf-main-menu,
.hf-main-header.active-search .hf-btn-hamburger,
.hf-main-header.active-search .hf-logo-site {
  display: none;
}

.hf-main-header .hf-right-col {
  background-color: #E21838;
  color: #fff;
  float: right;
  height: 88px;
  padding-left: 40px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  z-index: 10;
}

.hf-main-header .hf-right-col .hf-text {
  font-size: 0.6875rem;
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
}

.hf-main-header .hf-right-col > .item {
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.hf-lang {
  white-space: nowrap;
  margin-right: -20px;
  line-height: 0;
  font-size: 0;
  margin-top: 10px;
}

.hf-lang .hf-link {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.hf-lang .hf-link + .hf-link {
  margin-left: 10px;
}

.hf-lang .hf-link:hover {
  box-shadow: 0px 0px 0px 2px white;
}

.hf-lang .hf-link.active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  border-radius: 2px;
  box-shadow: 0px 0px 0px 2px white;
}

/* include Menu css */
.hf-main-menu .hf-main-nav::before {
  content: "";
  display: table;
}

.hf-main-menu .hf-main-nav:after {
  content: "";
  display: table;
  clear: btoh;
}

.hf-main-menu .hf-main-nav > .hf-menu-item {
  position: relative;
}

.hf-main-menu .hf-main-nav > .hf-menu-item + .hf-menu-item {
  margin-left: 0;
}

.hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link {
  position: relative;
  font-weight: 300;
  font-size: 0.875rem;
  color: #747474;
  padding: 0rem 1rem;
  line-height: 88px;
}

.hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link:hover {
  color: #E21838;
}

.hf-main-menu .hf-main-nav > .hf-menu-item > .hf-icons-collapse {
  display: none;
}

.hf-main-menu .hf-main-nav > .hf-menu-item.active > .hf-item-link {
  font-weight: 700;
  color: #E21838;
}

@media screen and (min-width: 1024px) {
  .hf-main-menu .hf-main-nav {
    float: right;
    margin-bottom: 0;
    padding-right: 40px;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item {
    display: block;
    float: left;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item.hf-has-submenu > .hf-item-link {
    padding-right: 20px;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item.hf-has-submenu > .hf-item-link:after {
    font-family: "key";
    content: "\ec28";
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item.hf-has-submenu:hover > .hf-item-link:after {
    -ms-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link {
    position: relative;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #E21838;
    transition: all 0.3s ease;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover > .hf-item-link:before {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item.active > .hf-item-link {
    font-weight: 700;
    color: #E21838;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item.active > .hf-item-link:before {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .hf-main-menu .hf-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
    padding: 0;
    z-index: 20;
    width: 260px;
    background-color: #fff;
    box-shadow: 0px 12px 24px 0 rgba(0, 2, 66, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease, opacity 0.5s 0.3s ease;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item {
    display: block;
    padding: 0 16px;
    max-height: 0;
    background-color: #fff;
    position: relative;
    transition: 0.5s 0.1s max-height, 0.3s background-color;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item:hover > .hf-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.5s ease;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item:hover > .hf-sub-menu > .hf-menu-item {
    max-height: 100px;
    opacity: 1;
    transition: 0.5s max-height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s background-color;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item:hover > .hf-sub-menu > .hf-menu-item > .hf-item-link {
    padding: 8px 0;
    max-height: 100px;
    opacity: 1;
    visibility: visible;
    transition: 2.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color, 0.4s opacity;
    opacity: 1;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item .hf-item-link {
    display: block;
    padding: 0;
    font-size: 1rem;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    color: #8D8D8D;
    transition: 0.5s 0.1s max-height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s 0s color, 0.6s visibility, 0.6s opacity;
  }
  .hf-main-menu .hf-sub-menu .hf-menu-item .hf-sub-menu {
    left: 100%;
    top: 0;
  }
  .hf-main-menu .hf-main-nav {
    transition: all 0.3s ease;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item .hf-mega-menu .hf-sub-menu {
    left: 0;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover > .hf-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.5s ease;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover > .hf-sub-menu > .hf-menu-item {
    max-height: 100px;
    opacity: 1;
    transition: 0.5s max-height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s background-color;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover > .hf-sub-menu > .hf-menu-item > .hf-item-link {
    padding: 8px 0;
    max-height: 100px;
    opacity: 1;
    visibility: visible;
    transition: 2.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color, 0.4s opacity;
    opacity: 1;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover .hf-mega-menu .hf-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.5s ease;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover .hf-mega-menu .hf-sub-menu > .hf-menu-item {
    max-height: 100px;
    opacity: 1;
    transition: 0.5s max-height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s background-color;
  }
  .hf-main-menu .hf-main-nav > .hf-menu-item:hover .hf-mega-menu .hf-sub-menu > .hf-menu-item > .hf-item-link {
    padding: 8px 0;
    max-height: 100px;
    opacity: 1;
    visibility: visible;
    transition: 2.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color, 0.4s opacity;
    opacity: 1;
  }
  .hf-main-menu .hf-main-nav .hf-mega-menu-item {
    position: static;
  }
  .hf-main-menu .hf-mega-menu {
    width: 100%;
    background-color: #fff;
    padding: 0;
    z-index: 20;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    max-height: 400px;
  }
  .hf-main-menu .hf-mega-menu:before {
    content: "";
    display: table;
  }
  .hf-main-menu .hf-mega-menu:after {
    content: "";
    display: table;
    clear: both;
  }
  .hf-main-menu .hf-mega-menu .hf-mega-menu-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
  .hf-main-menu .hf-mega-menu .hf-mega-menu-row:before {
    content: "";
    display: table;
  }
  .hf-main-menu .hf-mega-menu .hf-mega-menu-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .hf-main-menu .hf-mega-menu .hf-mega-menu-row .hf-sub-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
    border-top: 0;
  }
  .hf-main-menu .hf-mega-menu .hf-mega-col .hf-mega-col-title {
    display: block;
    font-family: "SF UI Display";
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 1px solid #E21838;
  }
  .hf-main-menu .hf-mega-menu.hf-mega-cols-04 .hf-mega-col {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    max-height: unset;
  }
  .hf-main-menu .hf-mega-menu.hf-mega-cols-04 .hf-mega-col:hover {
    background-color: transparent;
  }
  .hf-main-menu .hf-mega-menu .hf-col-left {
    background-color: #E21838;
    color: #fff;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 15px 0px;
    position: relative;
  }
  .hf-main-menu .hf-mega-menu .hf-col-left:after {
    content: "\ec28";
    font-family: "key";
    position: absolute;
    bottom: 5px;
    left: 50%;
    color: #fff;
  }
  .hf-main-menu .hf-mega-menu .hf-col-left .hf-mn-title {
    padding: 10px 25px 20px;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1;
  }
  .hf-main-menu .hf-mega-menu .hf-col-right {
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 35px 25px;
  }
  .hf-main-menu .hf-btn-hamburger {
    display: none;
  }
  .hf-main-menu .hf-product-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hf-main-menu .hf-product-block > .hf-product-pic {
    -ms-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hf-main-menu .hf-product-block > .hf-product-desc {
    -ms-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hf-main-menu .hf-product-block .hf-top-title {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
  }
  .hf-main-menu .hf-product-block .hf-product-title {
    color: #191919;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .hf-main-menu .hf-product-block .hf-product-title sub {
    font-size: 0.75rem;
    color: #747474;
    font-weight: normal;
    margin-left: 10px;
    bottom: -0.1em;
  }
  .hf-main-menu .hf-product-block .hf-icon-list {
    margin-bottom: 20px;
  }
  .hf-main-menu .hf-product-block .hf-icon-list .hf-item {
    min-height: 40px;
    margin-bottom: 5px;
  }
  .hf-main-menu .hf-product-block .hf-icon-list .hf-item .hf-text {
    position: relative;
    top: 10px;
  }
  .hf-main-menu .hf-product-block .hf-product-desc {
    font-size: 0.875rem;
  }
  .hf-main-menu .hf-product-block .hf-product-desc > .desc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hf-main-menu .hf-product-block .hf-product-desc > .desc .col-left {
    -ms-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hf-main-menu .hf-product-block .hf-product-desc > .desc .col-right {
    -ms-flex: 0 0 66.6667%;
    -webkit-flex: 0 0 66.6667%;
            flex: 0 0 66.6667%;
    max-width: 66.6667%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hf-main-menu .hf-product-block .hf-product-desc > .desc .desc {
    max-height: 120px;
    overflow: hidden;
  }
  .hf-main-menu .hf-product-block .hf-product-desc .hf-txt {
    color: #8D8D8D;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .hf-main-menu .hf-product-block .hf-btn {
    padding: 14px 20px;
  }
  .hf-main-menu .hf-sub-product-list {
    height: calc(100% - 48px);
    overflow: auto;
  }
  .hf-main-menu .hf-sub-product-list .hf-item .hf-link {
    display: block;
    padding: 8px 25px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
  }
  .hf-main-menu .hf-sub-product-list .hf-item .hf-link:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hf-main-menu .hf-sub-product-list .hf-item.active .hf-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .hf-main-menu .hf-sub-product-list .hf-item.active .hf-link:after {
    right: 0;
  }
  .hf-main-menu .hf-sub-product-list .hf-item:hover .hf-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.hf-btn-hamburger {
  width: 60px;
  height: 45px;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  margin: 8px -15px 0 0;
  display: block;
  -ms-transform: rotate(0deg) scale(0.4);
  -webkit-transform: rotate(0deg) scale(0.4);
  transform: rotate(0deg) scale(0.4);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  float: right;
}

.hf-btn-hamburger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #E21838;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.hf-btn-hamburger span:nth-child(1) {
  top: 0px;
}

.hf-btn-hamburger span:nth-child(2), .hf-btn-hamburger span:nth-child(3) {
  top: 18px;
}

.hf-btn-hamburger span:nth-child(4) {
  top: 36px;
}

.hf-btn-hamburger:active span {
  background-color: #E21838;
}

.hf-btn-hamburger.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hf-btn-hamburger.active span:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hf-btn-hamburger.active span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hf-btn-hamburger.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hf-sub-menu .hf-menu-item .hf-sub-menu {
    position: relative;
    left: 0;
  }
  .hf-main-menu .hf-main-nav {
    padding-right: 20px;
  }
  .hf-main-header .hf-right-col {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .hf-btn-hamburger {
    display: none;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 {
    width: 380px;
    left: -186px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 20px;
    border-bottom: 2px solid #E21838;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    white-space: nowrap;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item > .hf-item-link {
    display: block;
    text-transform: uppercase;
    font-size: 1.125rem;
    position: relative;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item > .hf-item-link:before {
    content: "\ec75";
    font-family: 'key';
    font-size: 18px;
    color: #E21838;
    display: inline-block;
    margin-right: 10px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item.active > .hf-item-link {
    color: #0f0f0f;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item.active > .hf-item-link:before {
    opacity: 1;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item:hover {
    background-color: transparent;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item:hover > .hf-item-link {
    color: #0f0f0f;
  }
  .hf-main-menu .hf-sub-menu.hf-opt-02 > .hf-menu-item:hover > .hf-item-link::before {
    opacity: 1;
  }
}

.hf-mobile-menu {
  display: none;
}

/* Responsive Header */
@media screen and (min-width: 1024px) {
  .hf-header:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: -1;
    width: 50%;
    background-color: #E21838;
  }
  .hf-header.fixed {
    transition: all 0.3s ease;
  }
  .hf-header.fixed .hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link {
    line-height: 60px;
    transition: all 0.3s ease;
  }
  .hf-header.fixed .hf-btn-search {
    line-height: 60px;
    transition: all 0.3s ease;
  }
  .hf-header.fixed .hf-main-header .hf-logo-site {
    height: 60px;
    transition: all 0.3s ease;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .hf-header.fixed .hf-search-wrapper .wp-input-search {
    line-height: 60px;
    transition: all 0.3s ease;
  }
  .hf-header.fixed .hf-right-col {
    height: 60px;
    transition: all 0.3s ease;
  }
  .hf-header .hf-main-menu .hf-main-nav > .hf-menu-item > .hf-item-link {
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 1023px) {
  .hf-header .hf-main-header .hf-logo-site {
    height: 60px;
  }
  .hf-main-header .hf-right-col {
    display: none;
  }
  .hf-header .hf-main-menu .hf-main-nav {
    display: none;
  }
  .hf-mobile-menu {
    display: block;
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 990;
    padding: 0 30px 30px;
    overflow-y: auto;
    background: #E21838;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.3s ease;
    color: #fff;
  }
  .hf-mobile-menu .hf-right-col {
    background-color: #E21838;
    color: #fff;
    height: 88px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    transition: all 0.3s ease;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
            align-items: center !important;
    z-index: 10;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
  }
  .hf-mobile-menu .hf-right-col .hf-text {
    font-size: 0.6875rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .hf-mobile-menu .hf-right-col > .item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hf-mobile-menu .hf-btn-collapse {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: right;
    display: block;
    transition: all 0.3s ease;
  }
  .hf-mobile-menu .hf-btn-hamburger span {
    background-color: #fff;
  }
  .hf-main-nav > .hf-menu-item {
    position: relative;
  }
  .hf-main-nav > .hf-menu-item.active .hf-sub-menu {
    max-height: 280px;
    overflow-y: auto;
    opacity: 1;
  }
  .hf-main-nav > .hf-menu-item.active .hf-sub-product-list-mb {
    max-height: 280px;
    overflow-y: auto;
    opacity: 1;
  }
  .hf-main-nav > .hf-menu-item > .hf-item-link {
    line-height: 1.5;
    padding: 10px 0px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .hf-main-nav > .hf-menu-item:last-child > .hf-item-link {
    border-bottom: 0;
  }
  .hf-sub-product-list-mb {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .hf-sub-product-list-mb li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    overflow: hidden;
    position: relative;
  }
  .hf-sub-product-list-mb li a:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hf-sub-product-list-mb li a:active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .hf-sub-product-list-mb li a:active:after {
    right: 0;
  }
  .hf-menu-active {
    overflow: hidden;
  }
  .hf-menu-active .hf-mobile-menu {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .hf-sub-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .hf-sub-menu > li {
    display: block;
  }
  .hf-sub-menu > li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    overflow: hidden;
    position: relative;
  }
  .hf-sub-menu > li a:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hf-sub-menu > li a:active {
    background: rgba(0, 0, 0, 0.05);
  }
  .hf-sub-menu > li a:active:after {
    right: 0;
  }
  .hf-header-backdrop {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 980;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .hf-mobile-menu {
    width: 80%;
    padding: 0 20px 30px;
  }
  .hf-mobile-menu .hf-right-col {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 5px;
  }
  .hf-main-nav > .hf-menu-item > .hf-item-link {
    font-size: 0.875rem;
  }
  .hf-mobile-menu .hf-btn-collapse {
    height: 42px;
    line-height: 42px;
  }
}

@media screen and (max-width: 340px) {
  .hf-mobile-menu {
    width: 260px;
  }
}

/* Footer style */
.hf-footer {
  position: relative;
  overflow: hidden;
  border-top: 3px solid #E21838;
}

.hf-top-footer .col-left {
  background-image: url(../images/bg-map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hf-top-footer .col-right {
  background-image: url(../images/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hf-top-footer .hf-loading {
  animation: MoveUpDown 1s linear infinite;
  -webkit-animation: MoveUpDown 1s linear infinite;
}

.hf-top-footer .hf-find-place {
  height: 100%;
  margin: auto;
  text-align: center;
  padding: 40px 32px;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hf-top-footer .hf-find-place:hover .hf-text-01 {
  font-weight: 700;
}

.hf-top-footer .hf-locate-content {
  width: calc(100% - (100% - (1140px / 2)));
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.hf-top-footer .hf-text-01 {
  font-weight: 600;
  transition: all 0.3s ease;
}

.hf-top-footer .hf-text-01 .text {
  margin-right: 10px;
  display: inline-block;
}

.hf-top-footer .hf-block {
  display: none;
}

.hf-top-footer .hf-block.active {
  display: block;
}

.hf-place-list {
  text-align: left;
}

.hf-place-list .hf-place-item {
  position: relative;
  padding-left: 40px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.hf-place-list .hf-place-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #E21838;
}

.hf-place-list .hf-place-item .icon {
  position: absolute;
  width: 30px;
  top: 4px;
  left: 0;
}

.hf-place-list .hf-place-item .hf-lb {
  color: #bfbfbf;
  display: block;
}

.hf-place-list .hf-place-item .hf-lb b {
  margin-left: 5px;
  font-weight: 700;
  color: #fff;
}

.hf-place-list .hf-place-item .hf-place {
  font-weight: 700;
}

.hf-place-list .hf-place-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hf-place-list .hf-place-item:last-child::after {
  content: none;
}

.hf-contact-sc {
  text-align: center;
  width: calc(100% - (100% - (1140px / 2)));
  margin: auto;
  padding: 40px;
  color: #fff;
}

.hf-contact-sc .hf-title-02 {
  margin-bottom: 25px;
}

.hf-contact-sc .hf-title-02 .hf-txt {
  color: #fff;
  font-weight: 300;
}

.hf-contact-sc .hf-title-02 .hf-txt:after {
  background: #fff;
}

.hf-contact-sc .desc {
  font-weight: 300;
  margin-bottom: 30px;
}

.hf-contact-sc .hf-btn {
  min-width: 207px;
}

.hf-newsletter {
  height: 460px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hf-newsletter .hf-title {
  margin-bottom: 48px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
}

.hf-newsletter .hf-form-control {
  border-radius: 0;
  border-right: 0;
}

.hf-newsletter .input-group-append {
  margin-left: 0;
}

.hf-main-footer {
  background-image: url(../images/bg-main-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 55px;
  padding-bottom: 30px;
}

.hf-main-footer .hf-top {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 20px;
}

.hf-main-footer .hf-text {
  text-align: right;
  margin-bottom: 20px;
  font-size: 0.75rem;
}

.hf-main-footer .hf-social-list {
  text-align: right;
  margin-bottom: 0;
}

.hf-main-footer .hf-social-list li {
  display: inline-block;
}

.hf-main-footer .hf-social-list li + li {
  margin-left: 20px;
}

.hf-main-footer .hf-social-list li a {
  color: #8D8D8D;
  font-size: 1.5rem;
  line-height: 1;
}

.hf-main-footer .hf-social-list li a:hover {
  color: #E21838;
}

.hf-bottom {
  padding-top: 20px;
  padding-bottom: 0;
}

.hf-footer-menu {
  margin-bottom: 0;
}

.hf-footer-menu li + li {
  margin-left: 40px;
}

.hf-footer-menu li .hf-item-link {
  font-size: 0.875rem;
  line-height: 1;
  color: #838282;
}

.hf-footer-menu li .hf-item-link:hover {
  color: #fff;
  font-weight: 700;
}

.copy-text {
  text-align: right;
  font-size: 0.875rem;
  color: #838282;
}

@keyframes MoveUpDown {
  0%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* Responsive */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .hf-top-footer .hf-locate-content,
  .hf-contact-sc {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .hf-top-footer .hf-locate-content,
  .hf-contact-sc {
    width: 100%;
  }
  .hf-top-footer .hf-find-place,
  .hf-contact-sc {
    padding: 40px 15px;
  }
  .hf-top-footer .hf-locate-content {
    padding: 0;
  }
  .hf-newsletter {
    height: 280px;
  }
  .hf-newsletter .hf-title {
    margin-bottom: 25px;
  }
  .hf-footer-menu li + li {
    margin-left: 0;
  }
  .hf-footer-menu li {
    margin-right: 20px;
  }
  .hf-footer-menu li:last-child {
    margin-right: 0;
  }
  .hf-main-footer {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hf-top-footer .hf-find-place, .hf-contact-sc {
    padding: 30px 15px;
  }
  .hf-contact-sc .desc {
    font-size: 0.875rem;
  }
  .hf-contact-sc .hf-btn {
    min-width: 180px;
    font-size: 0.875rem;
  }
  .hf-main-footer .hf-top {
    text-align: center;
  }
  .hf-main-footer .hf-top .col {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .hf-main-footer .hf-top .col:last-child {
    margin-bottom: 0;
  }
  .hf-main-footer .hf-top .col .hf-text {
    text-align: center;
  }
  .hf-main-footer .hf-top .col .hf-social-list {
    text-align: center;
  }
  .hf-footer-menu {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .hf-bottom .col {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .copy-text {
    text-align: center;
  }
}

/* Products page */
.hf-promotion-wp {
  margin-top: 50px;
  margin-bottom: 90px;
}

.hf-container-promotion {
  box-shadow: 0px 12px 24px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 70px;
}

.hf-container-promotion:last-child {
  margin-bottom: 0;
}

.hf-container-promotion .hf-title {
  margin-left: 20px;
}

.hf-promotion-title {
  font-size: 36px;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 40px;
  position: relative;
}

.hf-promotion-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 160px;
  background-color: #000;
}

.hf-count-down {
  font-size: 0;
  margin-bottom: 20px;
}

.hf-count-down .hf-cd-left {
  display: inline-block;
  vertical-align: text-top;
  width: 260px;
  font-size: 14px;
}

.hf-count-down .hf-cd-right {
  display: inline-block;
  vertical-align: text-top;
  width: calc(100% - 260px);
}

.hf-count-down.hf-right .hf-cd-left {
  float: right;
}

.hf-js-countdown .main-count-wp {
  border-left: 2px solid #E21838;
  border-right: 2px solid #E21838;
  margin-left: 30px;
  margin-right: 30px;
}

.hf-js-countdown .main-count {
  text-align: center;
  text-transform: uppercase;
  color: #E21838;
  margin-bottom: 20px;
}

.hf-js-countdown .main-count .title-label {
  color: #aeaeae;
  letter-spacing: 5px;
}

.hf-js-countdown .main-count .count {
  display: block;
  font-size: 60px;
  letter-spacing: 12px;
  margin-right: -12px;
  line-height: 1;
}

.hf-js-countdown .main-count .stat-label {
  display: block;
  font-size: 16px;
  letter-spacing: 3.2px;
  position: relative;
}

.hf-js-countdown .main-count .stat-label:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
  height: 2px;
  width: 40px;
  background-color: #e1e1e1;
}

.hf-js-countdown .main-count:last-child {
  margin-bottom: 0;
}

.hf-js-countdown .main-count:last-child .stat-label:before {
  width: 0;
}

.hf-list-product-wp {
  padding: 0 15px 20px;
}

.hf-product-default-item {
  text-align: center;
  border: 1px solid #fff;
}

.hf-product-default-item .hf-pic {
  margin-bottom: 30px;
}

.hf-product-default-item .hf-title {
  margin-bottom: 15px;
}

.hf-product-default-item .hf-title .hf-link {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 4.5px;
}

.hf-product-default-item .hf-title .hf-link:hover {
  color: #E21838;
}

.hf-product-default-item .hf-btn {
  margin-bottom: 15px;
  padding: 10px 50px;
  border-width: 1px;
}

.hf-product-default-item:hover {
  border-color: #E21838;
}

.hf-product-default-item:hover .hf-title .hf-link {
  color: #E21838;
}

.hf-product-default-item:hover .hf-btn {
  background-color: #E21838;
  color: #fff;
}

.hf-list-slide-product {
  position: relative;
  z-index: 1;
}

.hf-list-slide-product .slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 2;
  padding: 13px 30px;
}

.hf-list-slide-product .slick-arrow.hf-arrow-left {
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e21838+0,ffffff+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e21838 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21838', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

.hf-list-slide-product .slick-arrow.hf-arrow-left .hf-img-left {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 0.3s all ease;
}

.hf-list-slide-product .slick-arrow.hf-arrow-right {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e21838+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e21838 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e21838',GradientType=1 );
  /* IE6-9 */
}

.hf-list-slide-product .slick-arrow.hf-arrow-right .hf-img-right {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 0.3s all ease;
}

@media (min-width: 769px) {
  .hf-list-slide-product .slick-arrow.hf-arrow-left:hover {
    background-position: 100px;
  }
  .hf-list-slide-product .slick-arrow.hf-arrow-left:hover .hf-img-left {
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .hf-list-slide-product .slick-arrow.hf-arrow-right:hover {
    background-position: 100px;
  }
  .hf-list-slide-product .slick-arrow.hf-arrow-right:hover .hf-img-right {
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@media (max-width: 1024px) {
  .hf-count-down .hf-cd-left {
    width: 180px;
    font-size: 14px;
  }
  .hf-count-down .hf-cd-right {
    width: calc(100% - 180px);
  }
  .hf-js-countdown .main-count-wp {
    margin-left: 15px;
    margin-right: 15px;
  }
  .hf-js-countdown .main-count {
    margin-bottom: 7px;
  }
  .hf-js-countdown .main-count .count {
    font-size: 30px;
    letter-spacing: 1px;
    margin-right: 0;
  }
  .hf-js-countdown .main-count .stat-label {
    font-size: 14px;
  }
  .hf-js-countdown .main-count .stat-label:before {
    bottom: -5px;
  }
}

@media (max-width: 768px) {
  .hf-promotion-wp {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .hf-container-promotion {
    margin-bottom: 40px;
  }
  .hf-product-default-item .hf-btn {
    padding: 10px 30px;
    margin-bottom: 10px;
  }
  .hf-list-slide-product .slick-arrow {
    top: calc(50% - 25px);
    padding: 8px 15px;
  }
  .hf-promotion-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .hf-promotion-title:before {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .hf-count-down {
    margin-bottom: 10px;
  }
  .hf-count-down .hf-cd-left {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hf-count-down .hf-cd-right {
    display: block;
    width: 100%;
  }
  .hf-js-countdown .main-count-wp {
    margin-left: 15px;
    margin-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hf-js-countdown .main-count {
    margin-bottom: 7px;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
  }
  .hf-js-countdown .main-count .stat-label:before {
    bottom: -5px;
  }
  .hf-js-countdown .main-count:last-child .stat-label:before {
    width: 40px;
  }
}

/* Products list page */
.hf-product-list-block {
  margin-top: 70px;
}

.hf-filter-block .hf-filter-title {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.hf-filter-block .hf-filter-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 120px;
  background-color: #000;
}

.hf-filter-block .hf-filter-sub-title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}

.hf-filter-block .hf-list-function,
.hf-filter-block .hf-list-price {
  margin-bottom: 40px;
}

.hf-input-sc-bg {
  position: relative;
}

.hf-input-sc-bg .hf-check-box-label {
  padding-left: 30px;
  padding-bottom: 5px;
  background-image: url(../images/products/list-item-icon-function-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 60px;
  background-color: transparent;
  border: none;
  transition: none;
}

.hf-input-sc-bg .hf-input-check {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 33;
}

.hf-input-sc-bg .hf-input-check:checked + .hf-check-box-label {
  background-position: 0 -30px;
}

.hf-input-sc {
  position: relative;
}

.hf-input-sc .hf-input-check {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 33;
}

.hf-input-sc .hf-input-check:checked + .hf-radio-box-lable:after,
.hf-input-sc .hf-input-check:checked + .hf-check-box-label:after {
  opacity: 1;
}

.hf-input-sc .hf-radio-box-lable {
  color: #000;
  padding-left: 30px;
  position: relative;
  z-index: 22;
}

.hf-input-sc .hf-radio-box-lable:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid #8D8D8D;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hf-input-sc .hf-radio-box-lable:after {
  content: '';
  background-color: #E21838;
  color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 6px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}

.hf-input-sc .hf-check-box-label {
  color: #000;
  padding-left: 30px;
  position: relative;
  z-index: 22;
}

.hf-input-sc .hf-check-box-label:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  border: 1px solid #8D8D8D;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hf-input-sc .hf-check-box-label:after {
  border: none;
  text-align: center;
  content: '\ea64';
  font-family: 'key';
  background-color: #E21838;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
}

.hf-list-product-1 .hf-list-product-item {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 28px;
  margin-top: 4px;
  text-align: center;
  transition: all 0.3s ease;
}

.hf-list-product-1 .hf-list-product-item .hf-pic {
  margin-bottom: 20px;
  display: block;
}

.hf-list-product-1 .hf-list-product-item .hf-product-title {
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0 15px;
  color: #666;
  margin-bottom: 25px;
}

.hf-list-product-1 .hf-list-product-item .hf-product-title .hf-link {
  color: #666;
}

.hf-list-product-1 .hf-list-product-item .hf-product-title .hf-link:hover {
  color: #E21838;
}

.hf-list-product-1 .hf-list-product-item .hf-product-title .hf-badge {
  margin-left: 10px;
}

.hf-list-product-1 .hf-list-product-item .hf-btn {
  margin-bottom: 15px;
  padding: 10px 50px;
  border-width: 1px;
}

.hf-list-product-1 .hf-list-product-item .hf-list-product-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.hf-list-product-1 .hf-list-product-item .hf-list-product-icon .hf-list-product-icon-item {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
}

.hf-list-product-1 .hf-list-product-item .hf-p-content {
  font-size: 14px;
}

.hf-list-product-1 .hf-list-product-item:hover {
  box-shadow: 0px 12px 24px 0 rgba(0, 2, 66, 0.11);
}

@media (max-width: 768px) {
  .hf-filter-block .hf-filter-title {
    font-size: 18px;
  }
  .hf-filter-block .hf-filter-title:before {
    width: 90px;
  }
  .hf-filter-block .hf-filter-sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hf-filter-block .hf-list-function {
    margin-bottom: 20px;
  }
  .hf-filter-block .hf-list-function .hf-list-function-item {
    font-size: 14px;
  }
  .hf-filter-block .hf-list-price {
    margin-bottom: 20px;
  }
  .hf-filter-block .hf-list-price .hf-list-price-item .hf-price-lable {
    font-size: 14px;
  }
  .hf-list-product-1 .hf-list-product-item {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .hf-list-product-1 .hf-list-product-item .hf-product-title {
    font-size: 0.875rem;
  }
  .hf-list-product-1 .hf-list-product-item .hf-product-title .hf-badge {
    margin-top: 5px;
  }
  .hf-list-product-1 .hf-list-product-item .hf-btn {
    padding: 10px 30px;
  }
  .hf-list-product-1 .hf-list-product-item .hf-list-product-icon .hf-list-product-icon-item {
    padding: 5px 5px;
  }
  .hf-list-product-1 .hf-list-product-item .hf-p-content {
    font-size: 0.75rem;
  }
}

/* Products Detail */
.hf-product-detail-st {
  background-color: #0f0f0f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hf-product-detail-st .hf-product-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}

.hf-product-detail-st .hf-product-title strong {
  font-weight: 700;
}

.hf-product-detail-st .hf-product-sub-name {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.hf-product-detail-st .desc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 75px;
}

.hf-product-detail-st .desc .col-left {
  -ms-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
          flex: 0 0 200px;
  max-width: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.hf-product-detail-st .desc .col-left .hf-txt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  margin-bottom: 5px;
}

.hf-product-detail-st .desc .col-right {
  -ms-flex: 0 0 calc(50% - 200px);
  -webkit-flex: 0 0 calc(50% - 200px);
          flex: 0 0 calc(50% - 200px);
  max-width: calc(50% - 200px);
  padding-left: 15px;
  padding-right: 15px;
}

.hf-product-detail-st .desc .col-right .hf-txt {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 700;
  margin-bottom: 5px;
}

.hf-product-detail-st .hf-description {
  font-size: 0.875rem;
}

.hf-product-detail-st .hf-icon-list .hf-item .hf-text {
  color: #fff;
  line-height: 32px;
}

.hf-product-detail-st .hf-icon-list .hf-item img {
  vertical-align: top;
}

.hf-product-detail-st .hf-btn + .hf-btn {
  margin-left: 30px;
}

.hf-product-intro-st {
  background-image: url(../images/products/detail/bg-product-intro.jpg);
  background-repeat: repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hf-product-intro-st .hf-title {
  font-size: 2.25rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.hf-product-intro-list .hf-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  margin-bottom: 74px;
}

.hf-product-intro-list .hf-item::before {
  content: "";
  display: table;
}

.hf-product-intro-list .hf-item:after {
  content: "";
  display: table;
  clear: both;
}

.hf-product-intro-list .hf-item:nth-child(odd) .hf-col-pic {
  -ms-flex-order: 2;
  -webkit-order: 2;
          order: 2;
}

.hf-product-intro-list .hf-item:nth-child(odd) .hf-col-description {
  padding-right: 90px;
}

.hf-product-intro-list .hf-item:nth-child(even) .hf-col-description {
  padding-left: 90px;
}

.hf-product-intro-list .hf-col-pic {
  -ms-flex: 0 0 58.3333%;
  -webkit-flex: 0 0 58.3333%;
          flex: 0 0 58.3333%;
  max-width: 58.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.hf-product-intro-list .hf-col-description {
  -ms-flex: 0 0 41.6667%;
  -webkit-flex: 0 0 41.6667%;
          flex: 0 0 41.6667%;
  max-width: 41.6667%;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.53);
}

.hf-product-intro-list .hf-col-description .hf-pro-title {
  font-size: 1.5rem;
  color: #E21838;
  font-weight: 300;
  margin-bottom: 30px;
}

.hf-product-intro-list .hf-col-description .hf-description {
  font-size: 0.875rem;
  font-weight: 300;
}

.hf-product-intro-list .hf-video {
  box-shadow: 0px 50px 60px -30px rgba(0, 0, 0, 0.4);
}

.hf-product-intro-list .hf-video:before {
  content: "";
  padding-top: 55.2%;
  display: block;
}

.hf-product-intro-list .hf-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hf-product-intro-list .hf-video .hf-btn-play {
  width: auto;
  height: auto;
  line-height: 1;
  border: 0;
  padding: 0;
  font-size: 0.75rem;
  border-radius: 0;
  text-transform: uppercase;
}

.hf-product-intro-list .hf-video .hf-btn-play i {
  display: inline-block;
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hf-product-intro-list .hf-pic {
  box-shadow: 0px 50px 60px -30px rgba(0, 0, 0, 0.4);
}

.product-detail-page .hf-product-testiminial-st {
  padding-top: 170px;
  padding-bottom: 170px;
}

.product-detail-page .hf-product-testiminial-st .hf-text-block .hf-reason-text {
  font-size: 50px;
}

.product-detail-page .hf-icon-list .hf-txt {
  font-size: 0.875rem;
}

.hf-product-description-st {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F4F4;
}

.hf-product-pic .hf-pro-title {
  text-align: center;
  color: #E21838;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.hf-main-pro-slide {
  position: relative;
  margin-bottom: 95px;
}

.hf-main-pro-slide .hf-pic {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 5;
}

.hf-main-pro-slide .hf-pic:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.hf-main-pro-slide .hf-pic img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-main-pro-slide .hf-pro-desc {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  padding: 40px 25px;
  border: 15px solid #E21838;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hf-main-pro-slide .hf-pro-desc .hf-icon-list {
  float: right;
}

.hf-main-pro-slide .hf-pro-desc .hf-icon-list .hf-text {
  font-weight: 400;
}

.hf-pro-thumb-slide {
  overflow: hidden;
  position: relative;
}

.hf-pro-thumb-slide .slick-list {
  margin-left: -16px;
  margin-right: -16px;
}

.hf-pro-thumb-slide .hf-item {
  padding: 0 16px;
  border: 1px solid transparent;
}

.hf-pro-thumb-slide .slick-center .hf-pic {
  border-color: #E21838;
}

.hf-pro-thumb-slide .hf-pic {
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 11;
  cursor: pointer;
}

.hf-pro-thumb-slide .hf-pic:hover {
  border-color: #E21838;
}

.hf-pro-thumb-slide .hf-pic:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.hf-pro-thumb-slide .hf-pic img {
  position: absolute;
  height: calc(100% - 20px);
  width: auto;
  top: 10px;
  left: 50%;
  max-width: unset;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-pro-thumb-slide .hf-btn {
  position: absolute;
  top: 50%;
  min-width: unset;
  width: 67px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.hf-pro-thumb-slide .hf-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}

.hf-pro-thumb-slide .hf-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.hf-pro-thumb-slide .hf-btn i {
  z-index: 3;
  position: relative;
}

.hf-pro-thumb-slide .hf-btn:hover:before {
  opacity: 0;
}

.hf-pro-thumb-slide .hf-btn:hover:after {
  opacity: 1;
}

.hf-pro-thumb-slide .hf-btn-prev {
  left: 0;
}

.hf-pro-thumb-slide .hf-btn-prev:before {
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0.9), rgba(196, 196, 196, 0));
}

.hf-pro-thumb-slide .hf-btn-prev:after {
  background-image: linear-gradient(to right, rgba(226, 24, 56, 0.9), rgba(226, 24, 56, 0));
}

.hf-pro-thumb-slide .hf-btn-next {
  right: 0;
}

.hf-pro-thumb-slide .hf-btn-next:before {
  background-image: linear-gradient(to right, rgba(196, 196, 196, 0), rgba(196, 196, 196, 0.9));
}

.hf-pro-thumb-slide .hf-btn-next:after {
  background-image: linear-gradient(to right, rgba(226, 24, 56, 0), rgba(226, 24, 56, 0.9));
}

.hf-product-detail .hf-txt {
  color: #0f0f0f;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.hf-product-detail .hf-select {
  margin-bottom: 30px;
}

.hf-product-detail .hf-select select {
  padding: 5px 30px 5px 20px;
  background-color: transparent;
  border-color: #0f0f0f;
}

.hf-product-detail .hf-select select:focus {
  border-color: #E21838;
}

.hf-product-detail .hf-name {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #E21838;
  margin-bottom: 0px;
}

.hf-product-detail .hf-code-number {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f0f0f;
  margin-bottom: 20px;
}

.hf-product-detail .hf-price-st {
  margin-bottom: 20px;
}

.hf-product-detail .hf-product-desc {
  font-size: 0.875rem;
  color: rgba(1, 0, 0, 0.85);
  margin-bottom: 30px;
  font-weight: 400;
}

.hf-product-detail .hf-more-info {
  margin-bottom: 25px;
}

.hf-product-detail .hf-more-info .hf-top-title {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #E21838;
  margin-bottom: 0px;
}

.hf-product-detail .hf-more-info .hf-text {
  font-weight: 600;
  font-size: 1rem;
  color: #0f0f0f;
  margin-bottom: 25px;
}

.hf-product-detail .hf-btn-link {
  font-size: 1rem;
  font-weight: 600;
  color: #0f0f0f;
}

.hf-product-detail .hf-btn-link .hf-icon {
  margin-right: 10px;
}

.hf-product-detail .hf-btn-link span {
  display: inline-block;
  border-bottom: 1px dashed #8D8D8D;
  vertical-align: middle;
}

.hf-product-detail .hf-btn-link:hover {
  color: #E21838;
}

.hf-product-detail .hf-btn-link + .hf-btn-link {
  margin-left: 30px;
}

.hf-product-detail .hf-down-app {
  margin-bottom: 25px;
}

.hf-product-detail .hf-btn-img:hover {
  opacity: 0.6;
}

.hf-product-detail .hf-btn-img + .hf-btn-img {
  margin-left: 30px;
}

.hf-product-detail .hf-btn-primary {
  min-width: 260px;
}

.hf-color-list {
  display: block;
}

.hf-color-list > .item {
  display: inline-block;
  padding: 20px 5px;
}

.hf-color-list > .item .hf-color {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hf-color-list > .item .hf-color:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  border-color: inherit;
  border-width: 1px 0 0 1px;
  border-style: solid;
  transition: all 0.3s ease;
  -ms-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  opacity: 0;
}

.hf-color-list > .item .hf-color:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  bottom: -5px;
  border-color: inherit;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transition: all 0.3s ease;
  -ms-transform: translate(-5px, -5px);
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
  opacity: 0;
}

.hf-color-list > .item .hf-color:hover:before {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.hf-color-list > .item .hf-color:hover:after {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.hf-color-list > .item.active .hf-color:before {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.hf-color-list > .item.active .hf-color:after {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.hf-color-list > .item + .item {
  margin-left: 20px;
}

.hf-price-st .hf-price {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  color: #E21838;
}

.hf-price-st .hf-price .hf-badge {
  margin-left: 10px;
  position: relative;
  top: -5px;
}

.hf-price-st .hf-old-price {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0f0f0f;
}

.hf-price-st .hf-old-price span {
  text-decoration: line-through;
  -webkit-text-decoration-color: #8D8D8D;
          text-decoration-color: #8D8D8D;
}

.hf-related-product-st {
  padding-top: 70px;
  padding-bottom: 40px;
}

.hf-related-product-st .hf-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 300;
  color: #0f0f0f;
  margin-bottom: 50px;
}

/* Events page */
.hf-event-title-block {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: 400px;
  background-image: url(../images/events/events-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hf-event-title-block .hf-title {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 0;
}

.hf-event-title-block .hf-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -45px;
  height: 1px;
  width: 90px;
  background-color: #fff;
}

.hf-envent-general-block {
  border-bottom: 2px solid #e21838;
}

.hf-envent-general-left {
  margin-right: 90px;
}

.hf-envent-general-left .hf-sub-title {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 20px;
}

.hf-envent-general-left .hf-des {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 60px;
}

.hf-envent-general-left .hf-btn {
  width: 190px;
  margin-bottom: 20px;
}

.hf-envent-general-left .hf-btn + .hf-btn {
  margin-left: 30px;
}

.hf-list-des {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.hf-list-des .hf-list-des-item {
  font-size: 11px;
  color: #454545;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.hf-list-des .hf-list-des-item:last-child {
  margin-bottom: 0;
}

.hf-list-des .hf-list-des-item:before {
  content: url("../images/events/list-item-icon.png");
  padding-right: 10px;
  top: 4px;
  position: relative;
}

.hf-list-des .hf-list-des-item .hf-color-main {
  color: #E21838;
  padding-left: 5px;
}

.hf-btn-modal {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}

.hf-envent-general-right {
  position: relative;
  min-height: 240px;
  height: 100%;
}

.hf-envent-general-right .hf-img-events {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-event-info {
  background-color: #f9f9f9;
  border-bottom: 2px solid #e21838;
  padding-top: 40px;
  margin-bottom: 50px;
}

.hf-event-info .hf-info-item {
  padding: 0 30px 40px;
}

.hf-event-info .hf-info-item .hf-title {
  font-size: 32px;
  font-weight: 400;
}

.hf-event-info .hf-info-item .hf-form-group:last-child {
  margin-bottom: 0;
}

.hf-event-info .hf-info-item .select2-container .select2-selection--single {
  height: 50px;
  background-color: transparent;
  border: 1px solid #D2D2D2;
}

.hf-event-info .hf-info-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.hf-event-info .hf-info-item .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.hf-event-info .hf-p-info {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 10px;
}

.hf-avatar {
  text-align: center;
}

.hf-avatar .hf-avatar-img {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
}

.hf-avatar .hf-avatar-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.hf-avatar .hf-avatar-company {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.event-map {
  width: 100%;
  height: 185px;
}

.hf-time-line {
  position: relative;
}

.hf-time-line:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #ccc;
  top: 0;
  left: 140px;
  margin-left: -40px;
}

.hf-time-line .hf-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 10px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hf-time-line .hf-item:last-child {
  margin-bottom: 0;
}

.hf-time-line .hf-item .hf-time {
  -ms-flex: 0 0 140px;
  -webkit-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
}

.hf-time-line .hf-item .hf-text {
  -ms-flex: 0 0 calc(100% - 140px);
  -webkit-flex: 0 0 calc(100% - 140px);
          flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 15px;
  padding-right: 15px;
}

.hf-event-took-take {
  padding-top: 90px;
  width: 100%;
  background-color: #f7f7f7;
}

.hf-event-took-take .hf-events-title {
  padding-bottom: 10px;
  margin-bottom: 0;
  position: relative;
  font-size: 36px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

.hf-event-took-take .hf-events-title:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -80px;
  height: 1px;
  width: 160px;
  background-color: #e21838;
}

.hf-list-slide-events {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 70px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.hf-list-slide-events .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px;
  opacity: 0.5;
}

.hf-list-slide-events .slick-arrow.hf-arrow-left {
  right: 60px;
}

.hf-list-slide-events .slick-arrow.hf-arrow-left .hf-img-left {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 0.3s all ease;
}

.hf-list-slide-events .slick-arrow.hf-arrow-right {
  right: 0;
}

.hf-list-slide-events .slick-arrow.hf-arrow-right .hf-img-right {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: 0.3s all ease;
}

.hf-list-slide-events .slick-arrow:hover {
  opacity: 1;
}

.hf-list-slide-events .slick-list {
  overflow: visible;
}

.hf-list-slide-events .hf-events-item {
  position: relative;
  height: 280px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
}

.hf-list-slide-events .hf-events-item .hf-pic {
  width: 100%;
  font-size: 0;
}

.hf-list-slide-events .hf-events-item .hf-pic .hf-event-img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-list-slide-events .hf-events-item .hf-events-des {
  text-align: center;
  color: #fff;
  width: 80%;
  position: relative;
}

.hf-list-slide-events .hf-events-item .hf-events-des .hf-event-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.hf-list-slide-events .hf-events-item .hf-events-des .hf-event-date {
  font-size: 11px;
}

.hf-list-slide-events .hf-events-item .hf-events-des .hf-btn {
  position: absolute;
  bottom: -140px;
  left: 50%;
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 0;
  visibility: hidden;
  color: #fff;
  border-color: #fff;
  transition: 0.3s all ease;
}

.hf-list-slide-events .hf-events-item .hf-events-des .hf-btn:hover {
  background-color: #fff;
  color: #E21838;
  max-height: 100px;
}

.hf-list-slide-events .hf-events-item:hover .hf-events-des {
  top: -50px;
}

.hf-list-slide-events .hf-events-item:hover .hf-events-des .hf-btn {
  bottom: calc( 50% - 90px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.hf-list-slide-events .slick-current .hf-events-item {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.hf-list-slide-events .slick-current .hf-events-item:before, .hf-list-slide-events .slick-current .hf-events-item:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.hf-list-slide-events .slick-current .hf-events-item:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.hf-pb-slider {
  padding-bottom: 80px;
}

.hf-overflow {
  overflow: hidden;
}

.hf-envent-general-left .hf-btn.collapsed .hf-if-not-collapsed {
  display: none;
}

.hf-envent-general-left .hf-btn:not(.collapsed) .hf-if-collapsed {
  display: none;
}

.hf-modal-block {
  background-color: #fff;
}

.hf-modal-block .hf-modal-title {
  font-size: 36px;
  color: #000;
  font-weight: 800;
}

.hf-modal-block .hf-btn-close {
  background-color: #333333;
  padding: 5px 10px;
  color: #fff;
  margin: 10px 0 0 0;
  font-weight: 300;
}

.hf-modal-block .hf-events-slider-for {
  margin-bottom: 20px;
}

.hf-modal-block .hf-events-slider-nav {
  margin: 20px;
}

.hf-modal-block .hf-events-slider-nav.hf-list-slide-product .slick-arrow {
  top: calc(50% - 25px);
}

.hf-modal-block .hf-events-slider-nav.hf-list-slide-product .slick-arrow.hf-arrow-left {
  left: -20px;
}

.hf-modal-block .hf-events-slider-nav.hf-list-slide-product .slick-arrow.hf-arrow-right {
  right: -20px;
}

.hf-modal-block .hf-event-slider-item {
  width: 100%;
}

@media (max-width: 769px) {
  .hf-envent-general-left {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .hf-modal-block .hf-modal-title {
    font-size: 24px;
  }
  .hf-modal-block .hf-btn-close {
    margin: 0;
  }
  .hf-modal-block .hf-events-slider-nav {
    margin: 10px;
  }
  .hf-modal-block .hf-events-slider-nav.hf-list-slide-product .slick-arrow {
    top: calc(50% - 10px);
    padding: 0px 5px;
  }
  .hf-event-title-block {
    height: 300px;
    margin-bottom: 40px;
  }
  .hf-event-title-block .hf-title {
    font-size: 36px;
  }
  .hf-list-slide-events {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .hf-list-slide-events .slick-arrow .hf-img-left, .hf-list-slide-events .slick-arrow .hf-img-right {
    width: 70%;
  }
  .hf-pb-slider {
    padding-bottom: 40px;
  }
  .hf-event-took-take {
    padding-top: 45px;
  }
  .hf-envent-general-left {
    margin-right: 0;
  }
  .hf-envent-general-left .hf-sub-title {
    font-size: 24px;
  }
  .hf-envent-general-left .hf-des {
    margin-bottom: 30px;
  }
  .hf-envent-general-left .hf-btn {
    width: 170px;
  }
  .hf-list-des {
    margin-bottom: 20px;
  }
  .hf-event-info .hf-info-item {
    padding: 0 20px 40px;
  }
  .hf-event-info .hf-info-item .hf-title {
    font-size: 22px;
  }
  .hf-event-info .hf-info-item .hf-time {
    font-size: 16px;
  }
  .hf-avatar {
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  .hf-envent-general-left .hf-btn {
    display: block;
    margin: 0 auto 10px;
  }
  .hf-envent-general-left .hf-btn + .hf-btn {
    margin-left: auto;
  }
}

/* News detail page */
.hf-mt-block {
  margin-top: 80px;
}

.hf-mb-sub-block {
  margin-bottom: 40px;
}

.hf-new-deatail-main .hf-title {
  font-size: 36px;
  color: #000;
  font-weight: 800;
}

.hf-new-detail-content-block {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hf-new-detail-content-block .hf-p-content {
  font-size: 16px;
  margin-bottom: 10px;
}

.hf-new-detail-content-block .hf-img-content {
  margin-bottom: 10px;
  width: 100%;
}

.hf-new-detail-title-block {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 300px;
  background-image: url(../images/new-detail/new-detail.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hf-share-block {
  text-align: right;
}

.hf-share-block .hf-share-content {
  color: #000;
  text-transform: uppercase;
}

.hf-share-block .hf-link-social {
  margin-left: 10px;
  color: #8D8D8D;
  font-size: 24px;
}

.hf-share-block .hf-link-social:hover {
  color: #E21838;
}

.hf-sub-block-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}

.hf-list-related-new {
  margin-bottom: 80px;
}

.hf-list-related-new .hf-list-related-new-item {
  height: 100%;
  transition: 0.3s all ease;
  box-shadow: -3px 0px 0 0 rgba(204, 22, 51, 0.51), 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
}

.hf-list-related-new .hf-list-related-new-item:hover {
  box-shadow: 0px 3px 0 0 rgba(204, 22, 51, 0.51), 0px 10px 20px 0 rgba(0, 0, 0, 0.14);
}

.hf-list-related-new .hf-list-related-new-item .hf-pic {
  padding: 5px;
}

.hf-list-related-new .hf-list-related-new-item .hf-content-wp {
  padding: 15px;
}

.hf-list-related-new .hf-list-related-new-item .hf-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.hf-list-related-new .hf-list-related-new-item .hf-title .hf-link {
  color: #000;
}

.hf-list-related-new .hf-list-related-new-item .hf-list-des {
  margin-bottom: 10px;
}

.hf-list-related-new .hf-list-related-new-item .hf-p-content {
  font-size: 14px;
  color: #8D8D8D;
  margin-bottom: 15px;
}

.hf-list-related-new.hf-sub-new-block {
  margin-bottom: 50px;
  box-shadow: -10px 0px 20px 0 rgba(0, 0, 0, 0.14);
}

.hf-list-related-new.hf-sub-new-block .hf-list-related-new-item {
  box-shadow: none;
}

.hf-list-related-new.hf-sub-new-block .hf-list-related-new-item .hf-content-wp {
  padding: 40px 100px 0 0;
}

.hf-btn-read-more {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.hf-btn-read-more:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #E21838;
  transition: all 0.3s ease;
}

.hf-btn-read-more:hover:after {
  border-color: transparent transparent transparent #000;
}

.hf-img-res {
  width: 100%;
}

.hf-mb-sub-item {
  margin-bottom: 50px;
}

.hf-pagination-related-new {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hf-pagination-related-new .hf-pagination-related-new-item {
  display: inline-block;
  padding: 15px;
  font-weight: 800;
}

.hf-pagination-related-new .hf-pagination-related-new-item:hover .hf-link, .hf-pagination-related-new .hf-pagination-related-new-item:active .hf-link, .hf-pagination-related-new .hf-pagination-related-new-item.current .hf-link {
  color: #000 !important;
}

.hf-pagination-related-new .hf-pagination-related-new-item .hf-link {
  color: #8D8D8D;
}

.hf-pagination-related-new .hf-pagination-related-new-item .hf-link.hf-arrow-color {
  color: #E21838;
}

@media (max-width: 1024px) {
  .hf-new-detail-content-block {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hf-list-related-new {
    margin-bottom: 40px;
  }
  .hf-list-related-new .hf-list-related-new-item .hf-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hf-list-related-new .hf-list-related-new-item .hf-list-des {
    margin-bottom: 5px;
  }
  .hf-list-related-new .hf-list-related-new-item .hf-p-content {
    font-size: 12px;
  }
  .hf-mb-sub-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .hf-pagination-related-new .hf-pagination-related-new-item {
    padding: 5px;
  }
  .hf-list-related-new {
    margin-bottom: 30px;
  }
  .hf-list-related-new.hf-sub-new-block {
    margin-bottom: 25px;
  }
  .hf-list-related-new.hf-sub-new-block .hf-list-related-new-item .hf-content-wp {
    padding: 15px;
  }
  .hf-sub-block-title {
    margin-bottom: 20px;
  }
}

/* News page */
.hf-news-title-block .hf-news-slider {
  padding-bottom: 50px;
}

.hf-news-title-block .hf-news-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hf-news-title-block .hf-list-related-new {
  height: 100%;
}

.hf-news-title-block .hf-list-related-new .hf-height-100 {
  height: 100%;
}

.hf-news-title-block .slick-dots {
  position: absolute;
  z-index: 10;
  right: calc((100% - 1140px) / 2 + 30px);
  bottom: 0;
  counter-reset: slide-number;
}

.hf-news-title-block .slick-dots li {
  display: inline-block;
  line-height: 0;
}

.hf-news-title-block .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
  background-color: #747474;
  width: 30px;
  height: 3px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hf-news-title-block .slick-dots li button:before {
  content: "";
  content: counter(slide-number);
  counter-increment: slide-number;
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 1.5;
  font-size: 0.6875rem;
  color: #8D8D8D;
  font-weight: 300;
}

.hf-news-title-block .slick-dots li button:hover {
  opacity: 0.4;
}

.hf-news-title-block .slick-dots li + li {
  margin-left: 3px;
}

.hf-news-title-block .slick-dots li.slick-active button {
  background-color: #E21838;
}

.hf-news-title-block .slick-dots li.slick-active button:before {
  color: #000;
}

.hf-news-title-block .slick-active .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hf-news-title-block .hf-news-title-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e21838;
  box-shadow: none;
  padding: 0 50px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.hf-news-title-block .hf-news-title-item .hf-news-title {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.hf-news-title-block .hf-news-title-item .hf-list-des {
  margin-bottom: 10px;
}

.hf-news-title-block .hf-news-title-item .hf-list-des .hf-list-des-item {
  color: #fff;
}

.hf-news-title-block .hf-news-title-item .hf-list-des .hf-list-des-item:before {
  content: url(../images/news/list-item-icon-news.png);
}

.hf-news-title-block .hf-news-title-item .hf-p-content {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.hf-news-title-block .hf-news-title-item .hf-btn-read-more {
  color: #fff;
}

.hf-news-title-block .hf-news-title-item .hf-btn-read-more:after {
  top: 4px;
  border-color: transparent transparent transparent #fff;
}

.hf-news-title-block .hf-news-title-item .hf-btn-read-more:hover {
  color: #000;
}

.hf-news-title-block .hf-news-title-item .hf-btn-read-more:hover:after {
  border-color: transparent transparent transparent #000;
}

.hf-title.hf-fix-title {
  font-size: 30px !important;
}

@media (max-width: 1024px) {
  .hf-news-title-block .slick-dots {
    position: relative;
    text-align: center;
    right: 0;
    padding-top: 15px;
  }
  .hf-news-title-block .hf-news-slider {
    padding-bottom: 0;
  }
  .hf-list-related-new .hf-news-title-item {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .hf-list-related-new .hf-news-title-item .hf-news-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hf-list-related-new .hf-news-title-item {
    padding: 0 25px;
  }
  .hf-list-related-new .hf-news-title-item .hf-news-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hf-list-related-new .hf-news-title-item {
    padding: 25px;
  }
  .hf-list-related-new .hf-news-title-item .hf-news-title {
    font-size: 24px;
  }
}

/* Index page */
/* Index page style section */
.hf-hero-st .hf-hero-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: 0;
  margin-right: 0;
}

.hf-hero-st .slick-dots {
  position: absolute;
  padding-left: 0;
  z-index: 10;
  bottom: 47px;
  left: calc((100% - 1140px) / 2 + 30px);
  counter-reset: slide-number;
}

.hf-hero-st .slick-dots li {
  display: inline-block;
  line-height: 0;
}

.hf-hero-st .slick-dots li button {
  font-size: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  width: 30px;
  height: 3px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hf-hero-st .slick-dots li button:before {
  content: "";
  content: counter(slide-number);
  counter-increment: slide-number;
  position: absolute;
  bottom: 100%;
  left: 0;
  line-height: 1.5;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 300;
}

.hf-hero-st .slick-dots li button:hover {
  opacity: 0.4;
}

.hf-hero-st .slick-dots li + li {
  margin-left: 3px;
}

.hf-hero-st .slick-dots li.slick-active button {
  background-color: #E21838;
}

.hf-hero-st .slick-dots li.slick-active button:before {
  color: #fff;
}

.hf-hero-st .slick-active .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hf-hero-content {
  height: calc(100vh - 88px);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.hf-hero-content .hf-description {
  max-width: 64%;
  margin: 0 auto 70px;
  font-size: 1rem;
  line-height: 1.63;
  font-weight: 300;
}

.hf-hero-content .hf-btn-no-style {
  display: inline-block;
}

.hf-hero-content .hf-btn-no-style i {
  font-size: 2.125rem;
  margin-right: 10px;
  color: #E21838;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-weight: 100;
}

.hf-hero-content .hf-btn-no-style span {
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.hf-hero-content .hf-btn-no-style:hover {
  opacity: 0.8;
}

.hf-hero-title {
  font-size: 2.25rem;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 40px;
}

.hf-hero-title img {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.hf-header-fixed .hf-hero-st {
  height: calc(100vh - 60px);
}

/* End Index page style section */
.hf-prduct-slick-st {
  overflow: hidden;
  padding-top: 125px;
}

.hf-prduct-slick-st .hf-section-title {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 50px;
  color: #E21838;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.hf-prduct-slick-st .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.hf-prduct-slick-st .slick-product-index {
  margin-left: auto;
  margin-right: auto;
}

.hf-prduct-slick-st .slick-product-index .item {
  float: left;
  padding: 0 15px;
}

.hf-prduct-slick-st .slick-product-index img {
  width: 100%;
}

.hf-prduct-slick-st .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}

.hf-prduct-slick-st .slick-dots li {
  display: inline-block;
}

.hf-prduct-slick-st .slick-dots li + li {
  margin-left: 10px;
}

.hf-prduct-slick-st .slick-dots li button {
  border: 0;
  padding: 0;
  font-size: 0;
  width: 7px;
  cursor: pointer;
  height: 7px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.3s ease;
}

.hf-prduct-slick-st .slick-dots li.slick-active button {
  background-color: #E21838;
}

.hf-prduct-slick-st .slick-product-index {
  margin-bottom: 70px;
}

.hf-prduct-slick-st .hf-btn-long {
  font-size: 1.125rem;
  font-weight: 300;
  width: 478px;
  text-align: center;
  line-height: 1.45;
  padding: 10px 20px;
  background-color: #ba142e;
  border-color: #ba142e;
}

.hf-prduct-slick-st .hf-btn-long span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  width: 83px;
  height: 7px;
  background-image: url(../images/long-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.hf-prduct-slick-st .hf-btn-long:hover {
  color: #ba142e;
}

.hf-prduct-slick-st .hf-btn-long:hover span {
  background-position: 0 -7px;
}

.hf-product-item-02 {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 28px;
  margin-top: 4px;
  transition: all 0.3s ease;
}

.hf-product-item-02 .hf-pic {
  margin-bottom: 20px;
  display: block;
}

.hf-product-item-02 .hf-product-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 0 15px;
  color: #666;
}

.hf-product-item-02 .hf-product-title .hf-link {
  color: #666;
}

.hf-product-item-02 .hf-product-title .hf-link:hover {
  color: #E21838;
}

.hf-product-item-02 .hf-product-title .hf-badge {
  margin-left: 10px;
}

.hf-product-item-02:hover {
  box-shadow: 0px 12px 24px 0 rgba(0, 2, 66, 0.11);
}

.hf-promo-index-st {
  position: relative;
  overflow: hidden;
}

.hf-promo-index-st .col {
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  padding-top: 65px;
  padding-bottom: 65px;
  position: static;
  min-height: 800px;
}

.hf-promo-index-st .hf-bg-st {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hf-promo-index-st .col-left .hf-bg-st {
  overflow: hidden;
  left: 0;
}

.hf-promo-index-st .col-left .hf-bg-st a {
  display: block;
  height: 100%;
  width: 100%;
}

.hf-promo-index-st .col-left .hf-bg-st .img-full {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.hf-promo-index-st .col-right {
  color: #fff;
  text-align: center;
}

.hf-promo-index-st .col-right .hf-bg-st {
  right: 0;
  z-index: -1;
  background-image: url(../images/index/bg-survey.png);
}

.hf-survey-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding-left: 60px;
}

.hf-survey-block .hf-survey-title {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 1.2;
}

.hf-survey-block .hf-desc {
  margin-bottom: 40px;
}

.hf-survey-block .hf-btn {
  letter-spacing: 3.3px;
  min-width: 230px;
}

.hf-survey-block .hf-survey-label {
  position: absolute;
  width: 180px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background-color: #E21838;
  padding: 12px 20px;
  left: 50%;
  top: 60px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1.6;
}

.hf-survey-block .hf-survey-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 12px 0 0;
  border-color: #E21838 transparent transparent transparent;
}

.hf-survey-block .hf-survey-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 0 12px;
  border-color: transparent transparent transparent #E21838;
}

.hf-product-testiminial-st {
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #E21838;
  background-image: url(../images/index/bg-reason.png);
  color: #fff;
}

.hf-product-testiminial-st .hf-text-block {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  padding-right: 0px;
}

.hf-product-testiminial-st .hf-text-block .hf-col-left {
  -ms-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.hf-product-testiminial-st .hf-text-block .hf-col-right {
  -ms-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.hf-product-testiminial-st .hf-text-block .number {
  line-height: 0.8;
  font-size: 329px;
  font-weight: 100;
}

.hf-product-testiminial-st .hf-text-block .hf-reason-text {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 100;
}

.hf-reason-slider {
  padding-top: 160px;
  padding-bottom: 160px;
}

.hf-reason-slider .hf-reason-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: right;
  position: relative;
  padding-top: 30px;
  position: relative;
}

.hf-reason-slider .hf-reason-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 2px;
  background-color: #fff;
}

.hf-reason-slider .hf-item {
  position: relative;
}

.hf-reason-slider .hf-desc {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}

.hf-reason-slider .slick-track .hf-slide-num {
  font-size: 220px;
  line-height: 0.8;
  font-weight: 100;
  color: #690a0a;
  opacity: 0.3;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 10%;
}

.hf-reason-slider .slick-dots {
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}

.hf-reason-slider .slick-dots li {
  display: inline-block;
}

.hf-reason-slider .slick-dots li + li {
  margin-left: 10px;
}

.hf-reason-slider .slick-dots li button {
  border: 0;
  padding: 0;
  font-size: 0;
  width: 8px;
  cursor: pointer;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.3s ease;
}

.hf-reason-slider .slick-dots li.slick-active button {
  background-color: #0f0f0f;
}

.hf-video {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hf-video iframe {
  width: 100%;
}

.hf-video .hf-video-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.hf-video .hf-btn-play {
  width: 66px;
  height: 66px;
  text-align: center;
  font-size: 26px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  border: 3px solid #fff;
}

.hf-video .hf-btn-play:hover {
  opacity: 0.5;
}

.hf-events-index-st {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0f0f0f;
  position: relative;
  color: #fff;
}

.hf-events-index-st .hf-event-title {
  text-align: center;
  margin-bottom: 65px;
  font-size: 2.25rem;
  font-weight: 300;
}

.hf-wrapp-relative {
  position: relative;
}

.hf-slide-events-wrapper {
  width: 70%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.hf-slide-events-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 80%;
  background-color: #0f0f0f;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-slide-events-wrapper .hf-slide-pic {
  -ms-flex: 0 0 45%;
  -webkit-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  z-index: 2;
}

.hf-slide-events-wrapper .hf-slide-pic .slick-list,
.hf-slide-events-wrapper .hf-slide-pic .slick-track {
  height: 100%;
}

.hf-slide-events-wrapper .hf-btn-arrow {
  position: absolute;
  color: #fff;
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 76px;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hf-slide-events-wrapper .hf-btn-arrow:hover {
  opacity: 0.8;
}

.hf-slide-events-wrapper .hf-btn-prev {
  left: 0;
}

.hf-slide-events-wrapper .hf-btn-next {
  right: 0;
}

.hf-event-content {
  -ms-flex: 0 0 55%;
  -webkit-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  background-color: #fff;
  color: #0f0f0f;
  z-index: 2;
}

.hf-event-content .hf-item {
  min-height: 500px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.hf-event-content .inner {
  padding: 60px 50px;
}

.hf-event-content .hf-block-title {
  font-size: 2.063rem;
  font-weight: 600;
  color: #0f0f0f;
  line-height: 1.3;
  margin-bottom: 25px;
}

.hf-event-content .hf-desc {
  font-size: 0.875rem;
  color: #8D8D8D;
  margin-bottom: 50px;
}

.hf-event-content .hf-btn {
  padding: 4px 30px;
  border-radius: 40px;
}

.hf-event-content .hf-number-slide {
  background-color: #E21838;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 8px 20px;
}

.hf-event-content .hf-number-slide .num {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hf-event-content .hf-number-slide .total {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1;
}

.hf-event-content .hf-number-slide .total:before {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}

.hf-slide-pic .hf-item {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hf-slide-pic .hf-pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hf-slide-pic .hf-pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: 100%;
     object-fit: 100%;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}

.hf-thumb-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70%;
  height: 260px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hf-thumb-slide .hf-thumb {
  padding-left: 35px;
  padding-right: 35px;
}

.hf-thumb-slide .slick-list {
  overflow: visible;
}

.hf-thumb-slide .hf-pic {
  position: relative;
  overflow: hidden;
}

.hf-thumb-slide .hf-pic:before {
  content: "";
  display: block;
  padding-top: 260px;
}

.hf-thumb-slide .hf-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hf-about-section {
  padding-top: 170px;
  padding-bottom: 180px;
  position: relative;
}

.hf-about-section .col-left {
  position: static;
}

.hf-about-section .col-left:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #D5D5D5;
  background-image: url(../images/index/bg-plus-white.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 397px 92px;
  width: calc(50% - 130px);
  left: 0;
  top: 0;
  pointer-events: none;
}

.hf-about-section .hf-about-pic {
  position: relative;
  z-index: 1;
  box-shadow: 0px 80px 124px -40px rgba(0, 0, 0, 0.5);
}

.hf-about-section .hf-about-pic .hf-img-logo {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: -50px;
}

.hf-about-section .hf-title-02 {
  margin-bottom: 27px;
  padding-bottom: 18px;
}

.hf-about-section .hf-desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hf-hero-st .slick-dots {
    left: calc((100% - 960px) / 2 + 30px);
  }
  .hf-reason-slider {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 992px) {
  .hf-hero-content {
    height: calc(100vh - 60px);
  }
  .hf-prduct-slick-st .hf-section-title {
    width: 92%;
  }
  .hf-survey-block {
    padding-left: 0;
  }
  .hf-promo-index-st .col {
    min-height: 680px;
  }
  .hf-reason-slider {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hf-reason-slider .hf-video iframe {
    height: 210px;
  }
  .hf-product-testiminial-st .hf-text-block .hf-reason-text {
    font-size: 2.25rem;
  }
  .hf-product-testiminial-st .hf-text-block .number {
    font-size: 210px;
  }
  .hf-events-index-st {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hf-event-content .hf-item {
    min-height: 320px;
  }
  .hf-slide-events-wrapper {
    width: 100%;
  }
  .hf-thumb-slide {
    display: none;
  }
  .hf-slide-events-wrapper .hf-btn-arrow {
    font-size: 1.875rem;
  }
  .hf-slide-events-wrapper .hf-btn-prev {
    left: -40px;
  }
  .hf-slide-events-wrapper .hf-btn-next {
    right: -40px;
  }
  .hf-about-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }
  .hf-about-section .col-left:before {
    width: calc(50% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .hf-hero-title {
    font-size: 1.625rem;
  }
  .hf-hero-content .hf-description {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .hf-hero-content {
    height: auto;
    min-height: calc(100vh - 60px);
  }
  .hf-prduct-slick-st {
    padding-top: 60px;
  }
  .hf-prduct-slick-st .hf-section-title {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .hf-prduct-slick-st .hf-btn-long {
    width: 100%;
    font-size: 0.875rem;
  }
  .hf-prduct-slick-st .hf-btn-long span {
    width: 30px;
    background-position: right 0;
  }
  .hf-prduct-slick-st .hf-btn-long:hover span {
    background-position: right -7px;
  }
  .hf-promo-index-st .col {
    min-height: 100px;
  }
  .hf-promo-index-st .col {
    position: relative;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hf-promo-index-st .col-left .hf-bg-st {
    width: 100%;
    position: relative;
  }
  .hf-promo-index-st .col-left {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .hf-promo-index-st .col-right {
    padding-top: 120px;
    position: relative;
  }
  .hf-promo-index-st .col-right .hf-bg-st {
    width: 100%;
  }
  .hf-promo-index-st .col-left .hf-bg-st .img-full {
    position: relative;
  }
  .hf-survey-block .hf-survey-label {
    left: 0;
    top: 40px;
  }
  .hf-survey-block .hf-survey-title {
    font-size: 24px;
  }
  .hf-product-testiminial-st .hf-text-block {
    padding-top: 60px;
  }
  .hf-product-testiminial-st .hf-text-block .number {
    font-size: 150px;
  }
  .hf-product-testiminial-st .hf-text-block .hf-reason-text {
    font-size: 1.875rem;
  }
  .hf-reason-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hf-reason-slider .hf-reason-title {
    font-size: 20px;
  }
  .hf-reason-slider .slick-track .hf-slide-num {
    font-size: 150px;
    left: 2%;
    top: 25px;
  }
  .hf-events-index-st .hf-event-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .hf-events-index-st {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hf-event-content,
  .hf-slide-events-wrapper .hf-slide-pic {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hf-slide-pic .hf-item {
    padding-bottom: 0;
    padding-top: 0;
  }
  .hf-slide-pic .hf-pic:before {
    content: "";
    display: block;
    padding-top: 76%;
  }
  .hf-event-content .inner {
    padding: 20px 20px 60px;
  }
  .hf-event-content .hf-block-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
  .hf-event-content .hf-desc {
    margin-bottom: 20px;
  }
  .hf-event-content .hf-number-slide {
    padding: 5px 15px;
  }
  .hf-event-content .hf-number-slide .num {
    font-size: 1rem;
  }
  .hf-arrow-nav {
    display: none;
  }
  .hf-about-section .col-left:before {
    content: none;
  }
  .hf-about-section .hf-about-pic .hf-img-logo {
    width: 60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
  }
  .hf-about-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .hf-about-section .col-left {
    margin-bottom: 40px;
  }
  .hf-about-section .hf-title-02 {
    margin-bottom: 15px;
  }
}

/* contact page */
.contact-page {
  background-color: #F5F5F5;
}

.hf-contact-page-title {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 347px;
  background-image: url(../images/contact/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hf-contact-page-title .hf-page-title {
  font-size: 60px;
  font-weight: 100;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}

.hf-contact-page-title .hf-page-title:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-contacts-list {
  position: relative;
  z-index: 10;
  margin-top: -270px;
  padding: 40px 35px 0;
  background: url(../images/contact/bg-contact-map.png) no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  border-bottom: 4px solid #E21838;
  margin-bottom: 60px;
}

.hf-contacts-list .hf-contact-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.hf-contacts-list .hf-contact-title span {
  font-weight: 400;
}

.hf-contacts-list .hf-col {
  -ms-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 50px;
}

.hf-contact-item .contact-name {
  font-size: 0.875rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.hf-contact-item .hf-address {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 15px;
}

.hf-contact-info .hf-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.hf-contact-info .hf-item .hf-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  text-align: left;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.73;
}

.hf-contact-info .hf-item .hf-text {
  font-size: 0.75rem;
  font-weight: 100;
}

.hf-map {
  height: 520px;
  width: 100%;
}

.hf-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
}

.hf-branch-map {
  margin-bottom: 75px;
}

.hf-branch-map .hf-row {
  margin-left: 0;
  margin-right: 0;
}

.hf-branch-map .hf-row > .col {
  padding-left: 0;
  padding-right: 0;
}

.hf-map-list {
  background: #fff;
}

.hf-map-list .hf-top-bar {
  padding: 9px;
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.08);
}

.hf-map-list .hf-top-bar:before {
  content: "";
  display: table;
}

.hf-map-list .hf-top-bar:after {
  content: "";
  display: table;
  clear: both;
}

.hf-map-list .hf-top-bar .hf-text {
  text-transform: uppercase;
  font-weight: 700;
  color: #E21838;
  font-size: 1rem;
  display: inline-block;
  margin-top: 15px;
}

.hf-map-list .hf-top-bar .hf-btn {
  font-size: 0.6875rem;
  float: right;
}

.hf-place-list-p {
  padding: 15px 0px 32px 0px;
  height: calc(520px - 68px);
  overflow: auto;
}

.hf-place-list-p .mCSB_inside > .mCSB_container {
  margin-right: 8px;
}

.hf-place-list-p .hf-item {
  padding: 15px 32px;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.hf-place-list-p .hf-item:hover {
  background-color: #F3F3F3;
}

.hf-place-list-p .hf-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 64px);
  height: 1px;
  background-color: #f4f4f4;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hf-place-list-p .hf-branch {
  font-weight: 600;
  font-size: 1rem;
  color: #0f0f0f;
}

.hf-place-list-p .hf-address {
  width: 70%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  font-weight: normal;
}

.hf-contact-title2 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 60px;
  letter-spacing: 0.3px;
  color: #0f0f0f;
}

.hf-contact-form-wrap {
  padding-bottom: 80px;
}

.hf-map-side {
  position: relative;
}

.hf-contact-search-bar {
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  position: absolute;
  width: calc(100% - 30px);
  top: 20px;
  left: 15px;
  padding: 10px 5px;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  z-index: 10;
}

.hf-contact-search-bar:before {
  content: "";
  display: table;
}

.hf-contact-search-bar:after {
  content: "";
  display: table;
  clear: both;
}

.hf-contact-search-bar .col {
  padding: 0 5px;
}

.hf-contact-search-bar .hf-tb {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #0f0f0f;
  padding-right: 20px;
  line-height: 1;
  border-right: 1px solid #9a9a9a;
  white-space: nowrap;
}

.hf-contact-search-bar span {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}

.hf-contact-search-bar .hf-btn {
  padding: 4px 10px;
  font-weight: 400;
}

/* Survey page */
.hf-survey-page {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 400px;
}

.hf-survey-page .hf-survey-wrapper {
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
}

.hf-survey-page .hf-title {
  font-size: 48px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 1.3;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.hf-survey-page .hf-btn-wrap .hf-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 40px;
  margin-right: 20px;
  color: #E21838;
  min-width: unset;
  margin-bottom: 45px;
}

.hf-survey-page .hf-content .hf-survey-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: left;
  color: #2c2c2c;
  margin-bottom: 45px;
}

.hf-survey-page .hf-content .hf-survey-title sub {
  color: #808080;
  font-size: 1rem;
}

.hf-progress {
  height: 8px;
  margin-top: 100px;
  border-radius: 8px;
  background-color: #f7eeee;
  padding: 2px;
  overflow: visible;
  margin-bottom: 25px;
}

.hf-progress .hf-progress-bar {
  border-radius: 4px;
  box-shadow: -10px 0px 20px 0 rgba(226, 24, 56, 0.3);
  background-image: linear-gradient(to left, #e82545, #f0677d);
  position: relative;
  overflow: visible !important;
  font-size: 0;
}

.hf-progress .hf-progress-bar .hf-num {
  position: absolute;
  left: 100%;
  bottom: 100%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 10px;
  z-index: 10;
  font-size: 60px;
  color: #333;
  text-shadow: 0px 6px 9px rgba(0, 15, 59, 0.2);
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
}

.hf-progress .hf-progress-bar .hf-num sub {
  font-size: 1rem;
  bottom: 0;
}

.hr-key-choose {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hr-key-choose > .hf-item {
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.hr-key-choose > .hf-item.active .hf-pic {
  border-color: #E21838;
}

.hr-key-choose > .hf-item.active .hf-pic:hover {
  opacity: 1;
}

.hr-key-choose > .hf-item.active .title {
  color: #0f0f0f;
}

.hr-key-choose .hf-pic {
  transition: all 0.3s ease;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #ececec;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
  cursor: pointer;
}

.hr-key-choose .hf-pic:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.hr-key-choose .hf-pic img {
  height: 100%;
  width: auto;
  max-width: unset;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hr-key-choose .hf-pic:hover {
  opacity: 0.8;
}

.hr-key-choose .title {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2px;
  text-align: left;
  color: #7f7f7f;
}

.hf-survey-wrapper .btn-prev {
  color: #a3a3a3;
}

.hf-survey-wrapper .btn-prev:hover {
  color: #E21838;
}

.hf-chosse-list .hf-item {
  margin-bottom: 20px;
  bordeR: 1px solid #f0e8e8;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 1rem;
  color: #7e7e7e;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hf-chosse-list .hf-item:hover {
  color: #fff;
  background-color: #E21838;
  border-color: #E21838;
}

.hf-chosse-list .hf-item.active {
  color: #fff;
  background-color: #E21838;
  border-color: #E21838;
  box-shadow: 0px 10px 20px 0 rgba(0, 15, 59, 0.13);
}

.hf-radio-st {
  position: relative;
  font-size: 24px;
  display: inline-block;
}

.hf-radio-st input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  opacity: 0;
}

.hf-radio-st input[type="radio"]:checked + .hf-text, .hf-radio-st input[type="radio"]:hover + .hf-text {
  color: #E21838;
  border-color: #E21838;
}

.hf-radio-st .hf-text {
  display: inline-block;
  padding: 6px 20px;
  color: #0f0f0f;
  min-width: 65px;
  text-align: center;
  border: 1px solid #f0e8e8;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hf-radio-st + .hf-radio-st {
  margin-left: 28px;
}

.hf-info-form .hf-btn {
  min-width: 260px;
}

.hf-thanks-wrapp {
  display: none;
  width: 66.6667%;
  margin-left: auto;
  margin-right: auto;
}

.hf-thanks-wrapp .sub-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 58px;
}

.hf-thanks-wrapp .hf-btn {
  min-width: 260px;
  letter-spacing: 3.6px;
}

/* 404 page */
