

#body_obj{
  margin-top:120px;
  min-height:500px;
}
#body_obj .explan{
  margin-top:160px;
  min-height:500px;
}
#header_obj .nav-cart{display: none !important;}

#header_obj a,#header_obj a:hover {
    color: inherit;
    text-decoration: none
}

#header_obj ul.nav-submenu {margin-bottom: 20px;}

#header_obj .cta-popup {
    background: #fafafa;
    border-radius: 28px !important;
    max-width: 350px !important;
    min-width: 312px !important;
    padding: 24px;
    text-align: center;
    width: 100%;
}
#header_obj .cta-popup .popup-img {
    margin-bottom: 16px;
    min-height: 150px;
}

#header_obj .cta-popup .txt-title {
    font-family: better_togetherregular !important;
    font-size: 24px;
    margin-bottom: 16px;
}
#header_obj .popup-network .btn {
    justify-content: center;
    width: 100%;
}
#header_obj .main-header {
  border-bottom: 1px solid #d9dadd;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all 0.15s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
#header_obj .main-header.on-scroll {
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  position: fixed;
}

#header_obj .nav-main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

#header_obj .nav-main-top a {
  transition: all 0.3s ease;
}

#header_obj .nav-main-top a:hover,
#header_obj .nav-main-top a .active {
  color: #e00000;
}

#header_obj .nav-main-top .nav-menu-left ul {
  padding: 0;
  margin: 0;
}

#header_obj .nav-main-top .nav-menu-left ul li {
  list-style: none;
  display: inline-block;
}
#header_obj .nav-main-top .nav-menu-left ul li a {
  font-family: var(--font-medium);
}

#header_obj .nav-main-top .nav-menu-left ul li:nth-child(n+2) {
  margin-left: 24px;
}

#header_obj .nav-main-top .nav-menu-right {
  display: flex;
  align-items: center;
}
#header_obj .nav-main-top .nav-menu-right .nav-store {
  display: flex;
  width: 48px;
  margin-right: 4px;
  justify-content: center;
}
#header_obj .nav-main-top .nav-menu-right .nav-store img {
  height: 22px;
  width: auto;
}
#header_obj .nav-main-top .nav-menu-right .nav-search {
  display: flex;
  width: 48px;
  margin-right: 4px;
  justify-content: center;
}
#header_obj .nav-main-top .nav-menu-right .nav-search img {
  height: 22px;
  width: auto;
}
#header_obj .nav-main-top .nav-menu-right .nav-cart {
  display: flex;
  width: 48px;
  margin-right: 4px;
  justify-content: center;
}
#header_obj .nav-main-top .nav-menu-right .nav-cart img {
  height: 22px;
  width: auto;
}

#header_obj .nav-main-top .nav-menu-right .nav-user {
  display: flex;
  align-items: center;
}

#header_obj .nav-main-top .nav-menu-right .nav-user a {
  display: flex;
  width: 18px;
  height: 18px;
}

#header_obj .nav-main-top .nav-menu-right .nav-lang {
  border: 1px solid #303c46;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  margin-left: 24px;
}

#header_obj .nav-main-top .nav-menu-right .nav-lang span {
  height: 28px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_obj .nav-main-top .nav-menu-right .nav-lang span.active {
  color: #ffffff;
  background-color: #303c46;
}

#header_obj .nav-main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

#header_obj .nav-main-bottom .nav-menu-right {
  display: flex;
  align-items: center;
  height: 100%;
}

#header_obj .nav-main-bottom .nav-menu-right > div:nth-child(n+2) {
  margin-left: 32px;
}

#header_obj .nav-main-bottom .nav-menu-right .category-menu {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

#header_obj .nav-main-bottom .nav-menu-right .category-menu span {
  cursor: pointer;
  font-family: var(--font-bold);
  font-size: 16px;
}

#header_obj .category-menu:hover {
  color: #e00000;
}

#header_obj .category-menu .sub-menu {
  display: flex;
  visibility: hidden;
  position: absolute;
  overflow: hidden auto;
  top: 120px;
  max-height: calc(100vh - 120px);
  left: 0;
  right: 0;
  padding: 20px 0 20px;
  background-color: #ffffff;
  z-index: 2;
  transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  opacity: 0;
  border-top: 1px solid #d9dadd;
  cursor: default;
}
#header_obj .category-menu .sub-menu .col-menu {
  color: var(--primary-text-color);
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  opacity: 0;
}
#header_obj .category-menu .sub-menu .col-menu h2 {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-bold);
  letter-spacing: 0.05em;
}
#header_obj .category-menu .sub-menu .col-menu .nav-submenu > li > h3 {
  font-size: 15px;
  line-height: 24px;
  font-family: var(--font-bold);
  letter-spacing: 0.05em;
}
#header_obj .category-menu .sub-menu .col-menu .nav-submenu > ul li a{
    font-size: 15px;
  }

#header_obj .category-menu .sub-menu.one-column {
  position: relative;
}
#header_obj .category-menu .sub-menu .container {
  max-width: 1440px;
  display: flex;
  justify-content: center;
  gap: 40px;
  height: 100%;
}

#header_obj .category-menu .sub-menu .container > div {
  white-space: nowrap;
  min-width: 204px;
}

#header_obj .category-menu .sub-menu .container > div > ul li {
  list-style: none;
  margin-top: 8px;
}

#header_obj .category-menu .sub-menu .container > div > ul li > ul {
  padding-left: 16px;
}

#header_obj .category-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
#header_obj .category-menu:hover .sub-menu .col-menu {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}

#header_obj .category-menu a:hover {
  color: #e00000;
}

#header_obj .category-menu.one-column .sub-menu {
  top: 121px;
  left: auto;
  right: auto;
  z-index: 5;
  overflow: visible;
}

#header_obj .category-menu.one-column .sub-menu::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: -2000px;
  right: -2000px;
  top: -1px;
  bottom: 0;
  color: #ffffff;
  z-index: -1;
}

#header_obj .category-menu.one-column .sub-menu .container {
  padding: 0;
  position: relative;
  z-index: 3;
}
#header_obj .category-menu span {
  padding: 0 7px;
}

#header_obj .searchWithIcon {
  position: relative;
}

#header_obj .searchWithIcon input {
  height: 32px;
  border: 1px solid rgba(48, 60, 70, 0.38);
  border-radius: 16px;
  padding-left: 52px !important;
  max-width: 203px;
}

#header_obj .searchWithIcon input::placeholder {
  color: rgba(48, 60, 70, 0.38);
}

#header_obj .searchWithIcon i {
  position: absolute;
  top: 4px;
  left: 20px;
}

#header_obj .acc-container,
#header_obj .acc-inner-head,
#header_obj .header-mobile {
  width: 100%;
  position: relative;
  display: flex;
}

#header_obj .header-mobile {
  flex-direction: column;
  background: #fff;
}

#header_obj .acc-container {
  flex-direction: column;
  padding: 16px 0;
}

#header_obj .acc-inner-head {
  padding: 8px 36px;
  color: #e00000;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-bold);
}

#header_obj .acc-inner-head::before {
  content: "";
  display: flex;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 10px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  background: url(../images/icons/ico-caret-left.png) center center/100% auto no-repeat;
}

#header_obj .acc-list-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: rgba(48, 60, 70, 0.8);
  position: relative;
}

#header_obj .acc-list-wrap:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 1px solid rgba(48, 60, 70, 0.25);
}

#header_obj .acc-list-wrap > a {
  display: flex;
  padding: 8px 28px 8px 16px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-bold);
}

#header_obj .acc-list-wrap .acc-head {
  display: flex;
  width: 100%;
  padding: 8px 28px 8px 16px;
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-bold);
}

#header_obj .acc-list-wrap .acc-head::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 8px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transform: rotate(0);
  background: url(../images/icons/ico-caret.png) center center/100% auto no-repeat;
}

#header_obj .acc-list-wrap .acc-head.active::after {
  transform: rotate(-180deg);
}

#header_obj .acc-list-wrap .acc-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 32px 0 48px;
  margin: 0 0 8px;
  list-style: none;
  cursor: pointer;
  background: #f9f9fc;
}

#header_obj .acc-list-wrap .acc-menu > li {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 8px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-bold);
}
#header_obj .acc-list-wrap .acc-menu > li a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-regular);
  position: relative;
}
#header_obj .acc-list-wrap .acc-menu > li a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  display: flex;
}

#header_obj .acc-list-wrap .acc-menu > li > h3 {
  padding: 8px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: var(--font-bold);
}

#header_obj .acc-list-wrap .acc-menu .list-nested-menu {
  padding-left: 16px;
}

#header_obj .acc-list-wrap .acc-menu .list-nested-menu li {
  display: flex;
  padding: 8px 0;
}
#header_obj .acc-list-wrap .acc-menu .list-nested-menu li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  font-family: var(--font-regular);
}

#header_obj .header-search {
  display: flex;
  width: 100%;
  background: var(--white-color);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
}
#header_obj .header-search.active {
  top: 64px;
}
#header_obj .header-search.active ~ .main-header {
  border-bottom: none;
}
#header_obj .header-search .box-search {
  display: flex;
  width: 100%;
  padding: 12px 34px;
  justify-content: center;
}
#header_obj .header-search .box-search .search {
  border: 1px solid rgba(48, 60, 70, 0.3803921569);
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
#header_obj .header-search .box-search .form-control {
  border: none;
  background: none;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
  padding: 0 16px 0 0;
  width: calc(100% - 52px);
}
#header_obj .header-search .box-search .form-control:focus {
  box-shadow: none;
  outline: 0;
}
#header_obj .header-search .box-search .input-group-text {
  display: flex;
  border: none;
  background: none;
  padding: 0;
  width: 52px;
  height: auto;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

#header_obj .sub-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 0 16px;
  transform: translateX(100%);
  transition: all 0.4s ease-in-out 0s;
  z-index: 555;
}
#header_obj .sub-wrapper.active {
  transform: translateX(0%);
}
#header_obj .sub-wrapper .nav-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header_obj .sub-wrapper .nav-group li {
  display: flex;
  width: 100%;
}
#header_obj .sub-wrapper .nav-group li a {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: left;
  position: relative;
  padding: 8px 28px 8px 48px;
}
#header_obj .sub-wrapper .nav-group li a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  display: flex;
}
#header_obj .sub-wrapper .nav-group li .nav-link {
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: left;
  padding: 8px 28px 8px 16px;
  position: relative;
  margin-bottom: 8px;
  color: var(--charcoal80-grey-color);
}
#header_obj .sub-wrapper .nav-group li .nav-link::before {
  display: none;
}
#header_obj .sub-wrapper .head-group {
  display: flex;
  width: 100%;
  padding: 8px 28px 8px 16px;
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-bold);
  color: var(--charcoal80-grey-color);
}
#header_obj .sub-wrapper .list-nested-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f9f9fc;
  margin-bottom: 8px;
}
#header_obj .sub-wrapper .list-nested-menu li {
  display: flex;
  width: 100%;
  padding: 8px 28px 8px 48px;
}
#header_obj .sub-wrapper .list-nested-menu li a {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: left;
  position: relative;
}
#header_obj .sub-wrapper .list-nested-menu li a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  display: flex;
}
#header_obj .sub-wrapper .acc-list-wrap .acc-menu {
  padding-left: 0;
}
#header_obj .sub-wrapper .acc-list-wrap .acc-menu li {
  display: flex;
  width: 100%;
  padding: 8px 28px 8px 48px;
}
#header_obj .sub-wrapper .acc-list-wrap .acc-menu li a {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  text-align: left;
  position: relative;
}
#header_obj .sub-wrapper .acc-list-wrap .acc-menu li a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  display: flex;
}

#header_obj .submenu-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom: 1px solid rgba(48, 60, 70, 0.35);
  transition: all 0.4s ease-in-out 0s;
}
#header_obj .submenu-group .nav-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#header_obj .submenu-group .nav-group .nav-link {
  display: flex;
  width: 100%;
  padding: 8px 28px 8px 16px;
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--font-bold);
  color: var(--charcoal80-grey-color);
}
#header_obj .submenu-group .nav-group .nav-link.nav-lv2 {
  position: relative;
}
#header_obj .submenu-group .nav-group .nav-link.nav-lv2::after {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 8px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transform: rotate(-90deg);
  background: url(../images/icons/ico-caret.png) center center/100% auto no-repeat;
}

@media (max-width: 991px) {

  div#body_obj{
    margin-top:65px;
    min-height:500px;
  }
  main#body_obj{
    margin-top:65px;
    min-height:500px;
  }
  #body_obj.explan{
    margin-top:95px;
    min-height:500px;
  }

  #header_obj .headerMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
  }
  #header_obj .menu-desktop {
    position: relative;
    background-color: #fff;
    z-index: 10;
    height: 64px;
  }
  #header_obj .nav-main-top {
    display: none;
  }
  #header_obj .nav-menu-right {
    display: none;
  }
  #header_obj .header .nav-main-menu .site-menu {
    display: none;
  }
  #header_obj .nav-main-bottom .nav-menu-right {
    display: none;
  }
  #header_obj .nav-main-menu .main-menu,
  #header_obj .nav-main-menu .search {
    display: none;
  }
  #header_obj .header .nav-main-menu .inner-wrap {
    height: 64px;
  }
  #header_obj .logo-true {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: max-content;
  }
  #header_obj .logo-true a {
    display: inline-block;
    max-width: 67px;
  }
  #header_obj .btn-trud-id-m {
    display: flex;
    align-items: center;
  }
  #header_obj .btn-trud-id-m .nav-store {
    display: flex;
    width: 28px;
    margin-right: 4px;
    justify-content: center;
  }
  #header_obj .btn-trud-id-m .nav-store img {
    height: 16px;
    width: auto;
  }
  #header_obj .btn-trud-id-m .nav-search {
    display: flex;
    width: 28px;
    height: 48px;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
  }
  #header_obj .btn-trud-id-m .nav-search img {
    height: 20px;
    width: auto;
  }
  #header_obj .btn-trud-id-m .nav-cart {
    display: flex;
    width: 28px;
    height: 48px;
    margin-right: 4px;
    justify-content: center;
  }
  #header_obj .btn-trud-id-m .nav-cart img {
    height: 20px;
    width: auto;
  }
  #header_obj .btn-trud-id-m .nav-true-id img {
    height: 20px;
    width: auto;
  }
  #header_obj .btn-trud-id-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }
  #header_obj .btn-menu-m {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  #header_obj .btn-menu-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 18px;
    height: 14px;
  }
  #header_obj .btn-menu-m span {
    display: inline-block;
    width: 18px;
    background-color: #303c46;
    height: 2px;
    text-indent: -9999px;
    border-radius: 2px;
    transition: opacity 0.3s ease-in-out;
  }
  #header_obj .btn-menu-m a::before,
  #header_obj .btn-menu-m a::after {
    content: "";
    display: inline-block;
    background-color: #303c46;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    left: 0;
  }
  #header_obj .btn-menu-m a::before {
    top: 0;
  }
  #header_obj .btn-menu-m a::after {
    bottom: 0;
  }
  #header_obj .btn-menu-m .active span {
    opacity: 0;
  }
  #header_obj .btn-menu-m .active::before {
    transition: transform 0.2s ease-in-out 0s;
    transform-origin: left center;
    transform: rotate(45deg);
    top: -1px;
  }
  #header_obj .btn-menu-m .active::after {
    transition: transform 0.2s ease-in-out 0s;
    transform-origin: left center;
    transform: rotate(-45deg);
  }
  #header_obj .menu-mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    transition: all 0.4s ease-in-out 0s;
    transform: translateY(-100%);
  }
  #header_obj .menu-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 16px 16px;
    transition: all 0.4s ease-in-out 0s;
    overflow: auto;
  }
  #header_obj .menu-mobile-wrapper.show {
    transform: translateY(0);
  }
  #header_obj .menu-sub-lv1 {
    transform: translateX(0);
  }
  #header_obj .menu-sub-lv2 {
    transform: translateX(100%);
    padding: 80px 0 16px;
    overflow-x: hidden;
  }
  #header_obj .menu-sub-lv2.left-show {
    transform: translateX(100%);
  }
  #header_obj .menu-sub-lv2.left-hide .submenu-group {
    transform: translateX(-100%);
  }
  #header_obj .m-hide {
    transform: translateX(-100%);
  }
  #header_obj .m-show {
    transform: translateX(0);
  }
  #header_obj .menu-sub-lv2.m-hide {
    transform: translateX(100%) !important;
  }
  #header_obj .lang-sw {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
  }
  #header_obj .lang-sw h3 {
    font-size: 14px;
    line-height: 20px;
    color: #303c46;
    font-family: var(--font-bold);
  }
  #header_obj .lang-sw .-lang {
    align-items: center;
    background: #fff;
    border: 1px solid #303c46;
    border-radius: 24px;
    display: flex;
    height: 28px;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-inline-start: 0;
    width: 80px;
  }
  #header_obj .lang-sw .-lang li {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 50%;
  }
  #header_obj .lang-sw .-lang li.active {
    background: #303c46;
  }
  #header_obj .lang-sw .-lang li a {
    color: #303c46;
    text-decoration: none;
  }
  #header_obj .lang-sw .-lang li.active a {
    color: #fff;
  }
  #header_obj .box-search {
    padding: 8px 20px;
  }
  #header_obj .box-search .search {
    border: 1px solid rgba(48, 60, 70, 0.3803921569);
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
  }
  #header_obj .box-search .form-control {
    border: none;
    background: none;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  #header_obj .box-search .input-group-text {
    border: none;
    background: none;
  }
  #header_obj .main-nav {
    padding: 8px 0;
  }
  #header_obj .main-nav ul {
    display: flex;
  }
  #header_obj .main-nav li {
    list-style: none;
    margin-right: 30px;
  }
  #header_obj .main-nav li a {
    color: #303c46;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    font-family: var(--font-medium);
  }
  #header_obj .main-nav li a:hover {
    color: #e00000;
  }
  #header_obj .main-nav li a.active {
    color: #e00000;
  }
  #header_obj .list-main-sub {
    border-bottom: 1px solid rgba(48, 60, 70, 0.35);
  }
  #header_obj .list-main-sub li {
    position: relative;
    list-style: none;
    margin: 8px 0;
  }
  #header_obj .list-main-sub li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    font-family: var(--font-bold);
  }
  #header_obj .list-main-sub li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../images/icons/arrw-r.png) 0 0 no-repeat;
    background-size: contain;
  }
  #header_obj main {
    padding-top: 64px;
  }
}
@media (max-width: 370px) {
  .main-nav li {
    margin-right: 25px;
  }
}




/*--- loading ---*/
#header_obj .dv24_loading-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

#header_obj .dv24_loading-wrapper.open {
    display: flex;
}
/*
#header_obj .dv24_circle-border {

    animation: spin .8s linear 0s infinite;
    background: linear-gradient(309.52deg, #00c8ff -13.26%, #07c0f8 -7.38%, #1dace8 .45%, #408bcc 9.26%, #6f60a9 20.03%, #b3207a 31.78%, #cc1550 40.59%, #e20b2d 49.4%, #f20514 57.23%, #fb0105 65.06%, red 70.94%) border-box, linear-gradient(153deg, #ee0979, #ff6a00 126.08%) border-box;
    border: 4px solid transparent;
    border-radius: 50%;
    height: 80px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width: 80px;
    margin-top:-250px

}

@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}
*/
/*--- !loading ---*/

.popup-msg  {
    padding: 24px !important;
    border-radius: 28px !important;
    background: #FAFAFA !important;
    max-width: 350px !important;
    margin-top: -10% !important;
    text-align: center !important;
}

.popup-msg .popup-detail {
    text-align: center !important;
    font-family: "better_togetherregular" !important;
    line-height: 1.4 !important;
    font-size: 16px !important;
    font-weight: 400!important;
}

.popup-msg  .popup-img {
    margin-bottom: 16px !important;
}
.popup-msg  .txt-title {
    font-size: 24px !important;
    font-family: "better_togethermedium" !important;
    margin-bottom: 16px !important;
}
.popup-msg .txt-desc {
    margin-bottom: 24px;
}
.popup-msg .button-control {
    display: flex;
    gap: 16px;
}


.bttn-red {
    padding: 10px 24px;
    background: #E00000;
    border-radius: 30px;
    font-size: 14px;
    font-family: "better_togethermedium";
    line-height: 20px;
    color: #fff;
    border: none;
    margin-bottom:10px;
}
.bttn-red:hover {
    background: #FF5540;
}
.bttn-red:disabled {
    background: #1A1C1E1F;
    background: #1A1C1E;
    background: #1A1C1E1F;
    color: rgba(26, 28, 30, 0.38);
}

.dv24_circle-border {
  width: 150px;
  height: 150px;
  margin: -300px auto 0 auto; /* positioning tweak */
  background:  url('/service/tphf/assets/images/header/ld-68f-10200x150.png') no-repeat 0 0%;
  animation: sprite 2.5s steps(67) infinite;
}

@keyframes sprite {
  from { background-position: 0 0%; }
  to { background-position: 100% 0; }
}



#footer_obj footer {
    background: #000000;
    color: #fff;
}

#footer_obj .main-footer {
    padding-top: 24px;
    padding-bottom: 32px;
}

#footer_obj .main-footer .footer-nav-wrapper {
    display: flex;
    justify-content: space-between;
}

#footer_obj .main-footer .footer-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer_obj .main-footer a {
    color: #fff;
    text-decoration: none;
}

#footer_obj .main-footer .nav-item-title {
    font-size: 14px;
    font-family: var(--font-medium);
    margin-bottom: 32px;
}

#footer_obj .main-footer .nav-menu-head {
    font-size: 12px;
}
#footer_obj .nav-menu-acc{cursor: pointer;}
/*.nav-menu-acc:hover{color: #f00;}*/

#footer_obj .main-footer .nav-menu {
    font-size: 11px;
}

#footer_obj .main-footer .nav-menu-list {
    display: block;
}

#footer_obj .main-footer .nav-menu-list .item {
    margin-bottom: 16px;
}

#footer_obj .main-footer .nav-menu-list ul {
    margin-top: 16px;
    margin-bottom: 0px;
    padding-inline-start: 20px;
}

#footer_obj .main-footer .nav-menu-list ul li {
    margin-bottom: 8px;
}

#footer_obj .main-footer .nav-menu-list ul li:last-child {
    margin-bottom: 0px;
}

#footer_obj .main-footer .social-list {
    display: flex;
    column-gap: 16px;
    row-gap: 10px;
    flex-wrap: wrap;
}

#footer_obj .sub-footer {
    padding-top: 24px;
    padding-bottom: 32px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.3);
}

#footer_obj .sub-footer .copyright {
    font-size: 12px;
}

#footer_mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    #footer_obj .main-footer .footer-nav-wrapper {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 32px;
    }

    #footer_obj .main-footer .footer-nav-item {
        width: calc(100% / 3);
    }

    #footer_obj .social-box {
        margin-top: 16px;
    }

}

@media screen and (max-width: 767px) {
    #footer_desktop {
        display: none;
    }

    #footer_mobile {
        display: block;
    }

    #footer_obj .main-footer {
        padding-bottom: 21px;
    }

    #footer_obj .main-footer .footer-nav-wrapper {
        row-gap: 0;
    }

    #footer_obj .main-footer .footer-nav-item {
        width: 100%;
    }

    #footer_obj .main-footer .nav-item-title {
        margin-bottom: 0;
        padding: 8px 0;
        position: relative;
    }

    #footer_obj .main-footer .nav-item-title:after {
        content: url(../images/icons/icon-expand-more.png);
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        transition: all .3s ease-in-out 0s;
        transform: translateY(-50%) rotate(0deg);
    }

    #footer_obj .main-footer .nav-item-title.active:after {
        transform: translateY(-50%) rotate(-180deg);
    }

    #footer_obj .main-footer .nav-menu-list {
        display: none;
        padding-top: 8px;
    }

    #footer_obj .main-footer .social-box {
        border-top: 0.5px solid rgba(255, 255, 255, 0.3);
        padding-top: 21px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    #footer_obj .main-footer .social-box .nav-item-title {
        margin-bottom: 0;
    }

    #footer_obj .main-footer .social-box .nav-item-title:after {
        content: '';
    }

    #footer_obj .sub-footer {
        border-top: none;
        padding-top: 16px;
    }
}
