:root {
  --second-color: #ed1d24; }

.wolf_section_about {
  background-image: url("//cdn.hstatic.net/themes/200000552385/1001459252/14/img_wol_seciton.png?v=1292");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }

.wolf_section_about .about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px; }

.wolf_section_about .about-images .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }

.wolf_section_about .about-images .about-image:nth-child(2) {
  margin-top: 30px; }

.wolf_section_about .about-images .about-image:nth-child(3) {
  margin-bottom: 30px; }

.wolf_section_about .about-images .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.wolf_section_about .about-images .about-image:hover img {
  transform: scale(1.1); }

.wolf_section_about .about-content .about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

.wolf_section_about .about-content .about-stats .stat-number {
  font-size: 34px;
  font-weight: 800;
  color: var(--second-color); }

.wolf_section_about .about-content .about-stats .stat-label {
  color: var(--main-text-color); }

.wolf-section-why {
  background-color: #f8f8f8; }

.wolf-section-why .why-images {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.wolf-section-why .why-choose-item-list .why-choose-item + .why-choose-item {
  border-top: 1px solid var(--border-color); }

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box {
  width: 60px;
  height: 60px;
  background-color: var(--border-color); }

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--second-color);
  border-radius: 50%;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out; }

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box img {
  z-index: 1;
  transition: all 0.3s ease-in-out; }

.wolf-section-why .why-choose-item-list .why-choose-item .why-choose-item-content .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px; }

.wolf-section-why .why-choose-item-list .why-choose-item:hover .icon-box:before {
  transform: scale(1); }

.wolf-section-why .why-choose-item-list .why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1); }

.wolf-section-why .why-images {
  gap: 15px;
  display: grid; }

.col-list-cate {
  display: block;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .col-list-cate {
    margin-bottom: 20px; } }

.col-list-cate .menu-list {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 20px; }

@media (max-width: 1025px) {
  .col-list-cate .menu-list {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767px) {
  .col-list-cate .menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px; } }

.col-list-cate .menu-list .box-cate {
  position: relative;
  width: 100%;
  display: none; }

.col-list-cate .menu-list .box-cate picture {
  margin-right: 14px;
  aspect-ratio: 56 / 56;
  position: relative;
  min-width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgBodySub);
  border-radius: 50%;
  overflow: hidden; }

@media (max-width: 767px) {
  .col-list-cate .menu-list .box-cate picture {
    aspect-ratio: 40 / 40;
    min-width: 40px;
    margin-right: 7px; } }

.col-list-cate .menu-list .box-cate a {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
  box-shadow: -1.5px 3px 14px rgba(0, 0, 0, 0.08); }

@media (max-width: 350px) {
  .col-list-cate .menu-list .box-cate a {
    padding: 5px; } }

.col-list-cate .menu-list .box-cate a img {
  height: 56px;
  width: 56px;
  position: relative; }

@media (max-width: 767px) {
  .col-list-cate .menu-list .box-cate a img {
    height: 40px;
    width: 40px; } }

.col-list-cate .menu-list .box-cate a .nam_count_cate h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  -webkit-line-clamp: 2;
  height: inherit;
  max-height: calc(1em * 1.4 * 2); }
  .col-list-cate .menu-list .box-cate a .nam_count_cate h3 span {
    font-size: 13px; }

@media (max-width: 767px) {
  .col-list-cate .menu-list .box-cate a .nam_count_cate h3 {
    font-size: 14px;
    min-height: initial; } }

.col-list-cate .menu-list .box-cate a .nam_count_cate span {
  display: block;
  color: #a7a7a7; }

@media (max-width: 767px) {
  .col-list-cate .menu-list .box-cate a .nam_count_cate span {
    font-size: 1.2rem; } }

@media (max-width: 350px) {
  .col-list-cate .menu-list .box-cate a .nam_count_cate span {
    font-size: 1.0rem; } }

.col-list-cate .menu-list .box-cate a:hover,
.col-list-cate .menu-list .box-cate a:focus {
  color: #fff;
  background-color: var(--mainColor); }

.col-list-cate .menu-list .box-cate a:hover span,
.col-list-cate .menu-list .box-cate a:focus span {
  color: #fff; }

.col-list-cate .box_btn_showmore {
  display: block;
  text-align: center; }

.col-list-cate .box_btn_showmore #loadMoreBtn {
  margin-top: 16px;
  padding: 8px 16px;
  cursor: pointer;
  text-align: center;
  display: none;
  border: none;
  background: transparent;
  align-items: center; }

.col-list-cate .box_btn_showmore #loadMoreBtn svg {
  display: inline-block;
  margin-right: 4px; }

.col-list-cate .box_btn_showmore #loadMoreBtn:hover,
.col-list-cate .box_btn_showmore #loadMoreBtn:focus {
  color: var(--subColor); }

.col-list-cate .box_btn_showmore #loadMoreBtn:hover svg path,
.col-list-cate .box_btn_showmore #loadMoreBtn:focus svg path {
  fill: var(--subColor); }

.section_video {
  margin-bottom: 40px;
  position: relative; }

@media (max-width: 991px) {
  .section_video {
    margin-bottom: 25px; } }

.section_video .img_thm {
  position: relative;
  margin-bottom: 15px; }

.section_video .img_thm .img-cover {
  border-radius: 10px; }

.section_video .img_thm .box_img {
  overflow: hidden;
  width: 100%;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
  height: auto !important;
  padding-bottom: 100%; }

.section_video .img_thm .box_img img {
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: opacify;
  transform: scale(1);
  transition: all 0.5s ease; }

.section_video .img_thm .content_video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out; }

.section_video .img_thm .content_video .title_video {
  font-size: 26px;
  text-transform: uppercase;
  color: var(--subColor);
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1; }

@media (max-width: 767px) {
  .section_video .img_thm .content_video .title_video {
    font-size: 20px; } }

@media (max-width: 321px) {
  .section_video .img_thm .content_video .title_video {
    font-size: 18px; } }

.section_video .img_thm .content_video .name_video {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1; }

@media (max-width: 767px) {
  .section_video .img_thm .content_video .name_video {
    font-size: 16px; } }

@media (max-width: 321px) {
  .section_video .img_thm .content_video .name_video {
    font-size: 14px; } }

.section_video .img_thm .icon_video {
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out; }

.section_video .img_thm:hover .icon_video {
  background: linear-gradient(to right, var(--topHeader), var(--topHeader2)); }

.section_video .index-white-bg {
  background-color: #fff;
  padding: 10px; }

@media (max-width: 480px) {
  .section_video .index-white-bg {
    padding: 10px; } }

.section_video .open_video .video_open {
  will-change: transform; }

.section_video .open_video .video_open:hover {
  animation: play_video 1.5s ease infinite; }

.section_video .m_white_bg_module {
  background: #fff;
  padding: 1rem !important;
  margin: auto !important;
  border-radius: 10px; }

.section_video .popup_video {
  top: 0 !important;
  left: 0;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section_video .popup_video.open {
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  pointer-events: auto; }

.section_video .popup_video .b_video {
  width: 800px;
  max-width: calc(100% - 10px); }

.section_video .popup_video .b_video .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.section_video .popup_video .b_video .embed-responsive-16by9::before {
  padding-top: 56.25%; }

.section_video .popup_video .b_video .embed-responsive::before {
  display: block;
  content: ""; }

.section_video .popup_video .b_video .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.section_video .popup_video .max-100 {
  position: relative;
  max-width: 100%; }

.section_video .popup_video .close_video {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  z-index: 2; }

@media (min-width: 768px) {
  .section_video .popup_video .close_video {
    right: -6px;
    top: -12px;
    transition: all 0.3s;
    position: absolute; } }

@media (max-width: 767px) {
  .section_video .popup_video .close_video {
    bottom: -35px;
    right: 50%;
    transform: translateX(50%); } }

.section_video .popup_video .close_video img {
  max-width: 16px;
  filter: brightness(0); }

@media (min-width: 768px) {
  .section_video .popup_video .close_video:hover {
    transform: scale(1.1) rotate(360deg); } }

.col-list-cate .menu-list .box-cate a .nam_count_cate span {
  font-size: 13px; }

.col-list-cate .menu-list .box-cate a img {
  object-fit: contain; }

.grildmenumonb {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 30px; }
  @media (max-width: 992px) {
    .grildmenumonb {
      display: block; } }
  .grildmenumonb .lisbanner img {
    width: 100%; }
  .grildmenumonb > div {
    min-width: 0;
    margin-bottom: 5px; }

.lisbanner img {
  transition: 0.3s all ease; }

.lisbanner img:hover {
  opacity: 0.6;
  transition: 0.3s all ease; }

#logo .logo-wrapper img {
  width: 80px; }

.wolf-index-small-title {
  color: var(--second-color);
  font-weight: 700;
  font-size: 17px; }

@media (max-width: 767px) {
  .wolf-index-small-title {
    font-size: 15px; } }

.wolf-index-big-title {
  color: var(--main-text-color);
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3; }

.wolf-index-big-title span {
  color: var(--second-color); }

@media (max-width: 767px) {
  .wolf-index-big-title {
    font-size: 30px; } }

.wolf-index-big-title a {
  color: var(--main-text-color); }

.wolf-index-big-title a:hover {
  color: var(--second-color); }

.wolf-index-big-title a:hover span {
  color: var(--main-text-color); }

.wolf-index-description {
  color: var(--main-text-color); }

.wolf_section_about {
  background-image: url("//bizweb.dktcdn.net/100/613/180/themes/1059578/assets/index_about_img_bg.jpg?1765507167127");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; }

.wolf_section_about .about-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px; }

.wolf_section_about .about-images .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; }

.wolf_section_about .about-images .about-image:nth-child(2) {
  margin-top: 30px; }

.wolf_section_about .about-images .about-image:nth-child(3) {
  margin-bottom: 30px; }

.wolf_section_about .about-images .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.wolf_section_about .about-images .about-image:hover img {
  transform: scale(1.1); }

.wolf_section_about .about-content .about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

.wolf_section_about .about-content .about-stats .stat-number {
  font-size: 34px;
  font-weight: 800;
  color: var(--second-color); }

.wolf_section_about .about-content .about-stats .stat-label {
  color: var(--main-text-color); }

.wolf-button {
  color: #fff;
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 7px 20px; }

.wolf-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background-color: var(--second-color);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1; }

.wolf-button:hover,
.wolf-button:focus {
  color: #fff; }

.wolf-button:hover:after,
.wolf-button:focus:after {
  width: 100%;
  transform: skew(0deg);
  left: 0; }

.wolf-section-why .why-choose-item-list .why-choose-item + .why-choose-item,
.why-choose-item.d-flex {
  gap: 10px; }

.why-image img {
  border-radius: 1rem; }

.grildmenumonb {
  max-width: 900px;
  margin: 0 auto; }
  .grildmenumonb .submenu__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 10px 5px;
    padding: 0;
    list-style: none; }

.grildmenumonb.phantumenu {
  max-width: 900px;
  margin: 0 auto; }
  .grildmenumonb.phantumenu .submenu__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 10px 5px;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .grildmenumonb.phantumenu .submenu__list {
        grid-template-columns: repeat(1, 1fr) !important; } }

.grildmenumonb.phantumenu3 {
  max-width: 1200px;
  margin: 0 auto; }
  .grildmenumonb.phantumenu3 .submenu__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 10px 5px;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .grildmenumonb.phantumenu3 .submenu__list {
        grid-template-columns: repeat(1, 1fr) !important; } }

.grildmenumonb.phantumenu4 {
  max-width: 1200px;
  margin: 0 auto; }
  .grildmenumonb.phantumenu4 .submenu__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 10px 5px;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .grildmenumonb.phantumenu4 .submenu__list {
        grid-template-columns: repeat(1, 1fr) !important; } }

body:has(.ega-header.active) .topbar {
  display: none; }

.submenu__item.submenu__item a:hover {
  color: #f62a2a !important; }

.lisbanner > div {
  margin-bottom: 10px; }

.topbar {
  color: #000;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  background: var(--bg); }

@media (max-width: 767px) {
  .topbar {
    font-size: 11px; } }

.topbar .swiper-slide {
  opacity: 0 !important; }

.topbar .swiper-slide.swiper-slide-active {
  opacity: 1 !important; }

@media (max-width: 991px) {
  .topbar .top-bar-right {
    display: none; } }

.topbar .top-bar-right ul {
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 15px; }

@media (max-width: 1199px) {
  .topbar .top-bar-right ul {
    gap: 5px; } }

.topbar .top-bar-right ul li a {
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px; }

.topbar .top-bar-right ul li a:hover {
  color: var(--mainColor); }

.topbar .top-bar-right ul li a .icon {
  background: var(--mainColor);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex; }

.topbar .top-bar-right ul {
  margin-bottom: 0;
  list-style: none; }
  .topbar .top-bar-right ul svg {
    width: 18px; }

.fixedforheader {
  z-index: 9;
  top: 0;
  width: 100%; }

.ega-header:not(.header_sticky) {
  background: transparent !important; }

.ega-header.active {
  background: #fff !important; }
  .ega-header.active .topbar {
    display: none; }

html,
body {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .about-content .wolf-index-big-title span {
    margin-left: 10px; }
  .about-content .wolf-index-big-title br {
    display: none; }
  #template-collection .section.wrap_background .container .container {
    padding: 0; }
  .col-list-cate .menu-list .box-cate a .nam_count_cate h3 {
    font-size: 11px;
    min-height: initial;
    margin-bottom: 2px;
    line-height: 14px;
    height: auto !important; }
  .col-list-cate .menu-list .box-cate a .nam_count_cate span {
    font-size: 11px; }
  .col-list-cate .menu-list .box-cate a {
    padding: 8px; }
  .section_slider {
    padding-top: 0 !important; }
  .fixedforheader {
    position: initial; }
  .toggle-nav.btn.menu-bar {
    margin-right: 60px !important; }
  .nam_count_cate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .wolf_section_about .about-content .about-stats {
    gap: 20px; }
  .wolf_section_about .about-content .about-stats .stat-number {
    font-size: 24px; }
  .wolf_section_about .about-content .about-stats .stat-label {
    font-size: 14px; }
  .col-list-cate .menu-list .box-cate a .nam_count_cate h3 {
    width: 100%; } }

.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.wolf-section-why .why-images .why-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: transform 0.3s ease; }

.wolf-section-why .why-images .why-image:hover img {
  transform: scale(1.1);
  border-radius: 1rem; }
