/*
Theme Name: W88
Theme URI: https://w88.express/
Description: Day la child theme cua w88.express
Author: w88.express
Author URI: https://w88.express/
Version: 0.1
Template: pttheme
*/
#header {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

#header a:hover {
  color: var(--header-text-hover);
}

#header .window_wrap .search-form .search-field, #header.sticky .window_wrap .search-form .search-field {
  color: #222;
}

#header .window_wrap .menu-item, #header.sticky .window_wrap .menu-item {
  height: unset;
}

#header.sticky {
  position: fixed;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  top: 0;
  z-index: 200;
  width: 100%;
  -webkit-animation: 800ms header-sticky ease;
          animation: 800ms header-sticky ease;
}

#header.sticky .menu-item {
  height: 39px;
}

#header.sticky #header-middle {
  padding: 10px 24px;
}

#header.sticky #header-w88 #header-menu-primary > .menu-item,
#header.sticky #header-w88 #header-menu-primary > .page_item {
  height: 40px;
}

#header.sticky #header-w88 .header_banner {
  max-height: 70px;
}

@-webkit-keyframes header-sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes header-sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

#header-k8 {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--header-bg-primary)), to(var(--header-bg-secondary)));
  background: linear-gradient(var(--header-bg-primary), var(--header-bg-secondary));
}

#header-k8 .header__menu {
  margin: 0;
}

#header-k8 #header-middle {
  padding: 20px 24px;
}

#header-k8 .header__box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-k8 .header__box.logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#header-k8 #logo {
  max-height: 70px;
  height: auto;
  width: var(--header-logo-width);
}

#header-k8 .header_slide-post {
  width: 320px;
  background: rgba(255, 255, 255, 0.07);
  padding: 10px 15px;
  border-radius: 5px;
}

#header-k8 .header_slide-post .blog-post-list {
  margin: 0;
}

#header-k8 .header_slide-post .icon-box {
  margin: 0px;
}

#header-k8 .header_slide-post .icon-box-img {
  margin: 0px;
}

#header-k8 .header_slide-post img {
  width: 65px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 0px;
  border-radius: 5px;
}

#header-k8 .header_slide-post .icon-box-text {
  margin-left: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-k8 .header_slide-post .list__title {
  font-size: 12px;
  color: var(--header-text-hover);
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#header-k8 .header_slide-post .list__date {
  opacity: 0.5;
  font-size: 11px;
}

#header-k8 #header-bottom {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#header-k8 #header-menu-primary > .menu-item {
  font-size: 17px;
  position: relative;
  margin: 0 56px 0 0;
  z-index: 1;
}

#header-k8 #header-menu-primary > .menu-item::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  right: -28px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#header-k8 #header-menu-primary > .menu-item:last-child {
  margin-right: 0;
}

#header-k8 #header-menu-primary > .menu-item:last-child::before {
  display: none;
}

#header-k8 #header-menu-primary > .menu-item > a {
  position: relative;
}

#header-k8 #header-menu-primary > .menu-item.new > a::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 33px;
  background: var(--icon-new);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -1px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

#header-k8 #header-menu-primary > .menu-item.vip > a::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 33px;
  background: var(--icon-vip);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -2px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

#header-k8 #header-menu-primary > .menu-item:hover > a,
#header-k8 #header-menu-primary > .menu-item.current_page_item > a {
  color: var(--header-text-hover);
}

#header-k8 #header-menu-primary > .menu-item:hover > a::after,
#header-k8 #header-menu-primary > .menu-item.current_page_item > a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header-k8 #header-menu-primary > .menu-item > a::after {
  content: "";
  position: absolute;
  background-color: var(--header-text-hover);
  width: 100%;
  height: 2px;
  bottom: -11px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  left: 0;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#header-k8 #header-menu-primary .sub-menu {
  top: 100%;
  border-radius: 0px;
  width: 270px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--header-bg-primary)), to(var(--header-bg-secondary)));
  background: linear-gradient(var(--header-bg-primary), var(--header-bg-secondary));
  border-top: 2px solid var(--header-text-hover);
}

#header-k8 #header-menu-primary .sub-menu::before {
  display: none;
}

#header-k8 #header-menu-primary .sub-menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#header-k8 .header_html_right {
  color: var(--header-text-hover);
  opacity: 0.8;
  font-size: 18px;
  width: 178px;
  line-height: 1.4;
  text-transform: uppercase;
  border-left: 1px solid var(--header-text-hover);
  padding-left: 15px;
  margin-left: 20px;
}

#header-k8 .search-form .search-field {
  background: rgba(0, 0, 0, 0.25);
  border: 0px;
  border-radius: 5px 0 0 5px;
  height: 45px;
}

#header-k8 .search-form .search-submit {
  height: 45px;
  border: 0px;
  background: var(--header-text-hover);
  color: #000;
  opacity: 0.9;
  border-radius: 0 4px 4px 0;
}

#header-k8 .search-form .search-submit i,
#header-k8 .search-form .search-submit:hover i {
  color: var(--header-bg-primary);
}

#header-k8 .header_btn {
  margin-left: 15px;
  background: var(--header-text-hover);
  padding: 5px 20px;
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--header-bg-primary);
}

#header-k8 .header_btn:hover, #header-k8 .header_btn:active {
  color: var(--header-bg-primary);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#header-88top {
  background: linear-gradient(315deg, var(--header-bg-primary), var(--header-bg-secondary));
}

#header-88top #header-top {
  background-color: transparent;
}

#header-88top #header-middle {
  padding: 20px 0;
}

#header-88top #logo {
  width: var(--header-logo-width);
  max-height: 60px;
}

#header-88top #header-menu-primary > .menu-item {
  margin: 0 28px 0 0;
  font-weight: 600;
  font-size: 16px;
}

#header-88top #header-menu-primary > .menu-item:last-child {
  margin-right: 0px;
}

#header-88top #header-menu-primary > .menu-item.current-menu-item > a {
  color: var(--header-text-hover);
  position: relative;
}

#header-88top #header-menu-primary > .menu-item.current-menu-item::before, #header-88top #header-menu-primary > .menu-item:hover::before {
  color: var(--header-text-hover);
}

#header-88top #header-menu-primary > .menu-item.menu-item-home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 1.2em;
}

#header-88top #header-menu-primary > .menu-item.new > a::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 28px;
  background: var(--icon-new);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -1px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

#header-88top #header-menu-primary > .menu-item.vip > a::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 28px;
  background: var(--icon-vip);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -2px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

#header-88top #header-menu-primary .sub-menu a {
  color: #222;
}

#header-88top .header_html-top {
  color: var(--header-bg-primary);
  text-transform: capitalize;
  background: var(--header-text-hover);
  padding: 3px 5px;
  border-radius: 3px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 200px;
}

#header-88top #header-menu-top .menu-item {
  padding: 0;
  height: unset;
  border: 0px;
  margin-right: 25px;
}

#header-88top #header-menu-top .menu-item a {
  color: var(--header-text-hover);
}

#header-88top #header-top {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header-88top .header_btn {
  margin-right: 15px;
  background: var(--header-text-hover);
  padding: 2px 12px;
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--header-bg-primary);
}

#header-88top .header_btn:hover, #header-88top .header_btn:active {
  color: var(--header-bg-primary);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#header-w88 {
  background: linear-gradient(315deg, var(--header-bg-primary), var(--header-bg-secondary));
  position: relative;
  z-index: 100;
}

#header-w88::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: var(--header-bg-banner);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header-w88 #header-middle {
  background: rgba(0, 0, 0, 0.72);
}

#header-w88 #header-bottom {
  background: linear-gradient(315deg, var(--header-bg-primary), var(--header-bg-secondary));
  border-color: var(--header-text-hover);
}

#header-w88 #logo {
  max-height: 70px;
  width: var(--header-logo-width);
  margin-right: 70px;
}

#header-w88 .header_banner {
  max-height: 100px;
  max-width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#header-w88 #header-menu-primary > .menu-item,
#header-w88 #header-menu-primary > .page_item {
  margin: 0 65px 0 0;
  height: 54px;
  font-weight: 500;
}

#header-w88 #header-menu-primary > .menu-item:last-child,
#header-w88 #header-menu-primary > .page_item:last-child {
  margin-right: 0;
}

#header-w88 #header-menu-primary > .menu-item.current-menu-item > a, #header-w88 #header-menu-primary > .menu-item:hover > a,
#header-w88 #header-menu-primary > .page_item.current-menu-item > a,
#header-w88 #header-menu-primary > .page_item:hover > a {
  color: var(--header-text-hover);
}

#header-w88 #header-menu-primary > .menu-item.current-menu-item::before, #header-w88 #header-menu-primary > .menu-item:hover::before,
#header-w88 #header-menu-primary > .page_item.current-menu-item::before,
#header-w88 #header-menu-primary > .page_item:hover::before {
  color: var(--header-text-hover);
}

#header-w88 #header-menu-primary > .menu-item.menu-item-home::before,
#header-w88 #header-menu-primary > .page_item.menu-item-home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

#header-w88 #header-menu-primary > .menu-item.new > a::before,
#header-w88 #header-menu-primary > .page_item.new > a::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 33px;
  background: var(--icon-new);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -1px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

#header-w88 #header-menu-primary > .menu-item.vip > a::before,
#header-w88 #header-menu-primary > .page_item.vip > a::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 33px;
  background: var(--icon-vip);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 3px -2px 0;
  -webkit-animation: 700ms opacity infinite ease;
          animation: 700ms opacity infinite ease;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

#header-w88 #header-menu-primary .sub-menu {
  background: linear-gradient(315deg, var(--header-bg-primary), var(--header-bg-secondary));
}

#header-w88 #header-menu-primary .sub-menu::before {
  display: none;
}

#header-w88 .header_slide-post {
  width: 500px;
}

#header-w88 .header_slide-post .slider-item__wrap {
  padding: 0 7px;
}

#header-w88 .header_slide-post .blog-post-list {
  padding: 10px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  background: linear-gradient(315deg, var(--header-bg-primary), var(--header-bg-secondary));
  margin: 0;
}

#header-w88 .header_slide-post .icon-box {
  margin: 0px;
}

#header-w88 .header_slide-post .icon-box-img {
  margin: 0px;
}

#header-w88 .header_slide-post img {
  width: 65px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 0px;
  border-radius: 5px;
}

#header-w88 .header_slide-post .icon-box-text {
  margin-left: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header-w88 .header_slide-post .list__title {
  font-size: 12px;
  color: var(--header-text-hover);
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#header-w88 .header_slide-post .list__date {
  opacity: 0.5;
  font-size: 11px;
}

#header-w88 .header_btn {
  margin-left: 15px;
  background: var(--header-text-hover);
  padding: 7px 20px;
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--header-bg-primary);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#header-w88 .header_btn:hover, #header-w88 .header_btn:active {
  color: var(--header-bg-primary);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@keyframes opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#header-mobile .header_btn {
  color: var(--header-bg-primary);
  background-color: var(--header-text-hover);
  padding: 5px 17px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 3px;
}

#header-mobile .header_btn i {
  color: inherit;
}

#header-mobile .header__box.right > *:not(.window_wrap) {
  margin-left: 16px;
}

#header-mobile #header-bottom {
  display: none;
}

.page_box > .container {
  background-color: var(--bg-theme);
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.home_slider-one .slider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 480px;
}

.slider .slider__button {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 25px 10px;
  border-radius: 2px;
}

.slider .slider__button i {
  color: #000;
  font-size: 20px;
}

.home_tab-cate .tab .slider {
  padding-top: 20px;
}

.home_tab-cate .tab .tab__title-wrap {
  background-color: var(--bg-theme);
}

.home_tab-cate .tab .tab__title .img {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}

.home_tab-cate .tab .tab__title .img > * {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.home_tab-cate .tab .tab__title-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  margin-bottom: 0px;
}

.home_tab-cate .tab .tab__title-item.active .tab__title-box::after, .home_tab-cate .tab .tab__title-item.active .tab__title-box::before,
.home_tab-cate .tab .tab__title-item.hover .tab__title-box::after,
.home_tab-cate .tab .tab__title-item.hover .tab__title-box::before {
  opacity: 1;
}

.home_tab-cate .tab .tab__title-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  opacity: 0.4;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  padding-bottom: 15px;
}

.home_tab-cate .tab .tab__title-box span {
  font-size: 19px;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-basic);
}

.home_tab-cate .tab .tab__title-box::after {
  width: calc(100% + 44px);
  background: #ffc656;
  position: absolute;
  bottom: -0px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  z-index: 100;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.home_tab-cate .tab .tab__title-box::before {
  content: "";
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  position: absolute;
  left: 50%;
  bottom: -0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 7px;
  background: #ffc656;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0, 100% 100%, 0% 100%);
  opacity: 0;
  z-index: 100;
}

.home_tab-cate .tab .tab__body-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}

.home_tab-cate .tab .tab__body {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 30px 30px 15px;
  margin-top: 0px;
}

.home_tab-cate .feature .blog-post__overlay .blog__title {
  font-size: 30px;
}

.home_tab-cate .feature .blog-post__overlay .blog__except {
  display: block;
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home_tab-cate .feature .blog-post__overlay .blog__detail span {
  font-size: 20px;
}

.home_tab-cate .grid__box {
  height: 450px;
}

.home_slider-three {
  padding: 30px 0 50px;
  background: rgba(0, 0, 0, 0.2);
}

.home_slider-three img {
  border-radius: 8px;
  -webkit-box-shadow: var(--box-shadown);
          box-shadow: var(--box-shadown);
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home_slider-three .slider__box {
  height: 280px;
}

.home_blog-row {
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.06);
}

.home_blog-row .blog-post-list {
  background-color: var(--bg-secondary);
  padding: 15px 15px 18px;
  border-radius: 5px;
}

.home_blog-row .blog-post-list .list__date {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  color: var(--primary-color);
  opacity: 0.8;
}

.home_blog-row .blog-post-list .icon-box {
  margin: 0px;
}

.home_blog-row .blog-post-list .list__title {
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 1em;
  height: 4.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.home_blog-row .blog-post-list .icon-box-img {
  min-width: 32%;
  width: 32%;
}

.home_blog-row .blog-post-list .icon-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-post-box .blog__date {
  display: none;
}

.blog-post-box .box__img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-post-box .box__text {
  background-color: var(--bg-secondary);
  border-top: 2px solid var(--primary-color);
  text-align: left;
}

.blog-post-box .blog__cate {
  display: none;
}

.blog-post-box .blog__title {
  color: var(--primary-color);
  font-size: 19px;
  line-height: 1.5;
  height: 3em;
}

.blog-post-box .blog__except {
  opacity: 0.6;
}

.blog-post-box .blog__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(135deg, #ffd969, #ad5e25);
  color: #db8822;
  border-radius: 100px;
  display: block;
  padding: 1px;
  margin-top: 25px;
}

.blog-post-box .blog__detail:hover {
  letter-spacing: 0px;
}

.blog-post-box .blog__detail:hover span {
  background-color: transparent;
  color: white;
}

.blog-post-box .blog__detail span {
  padding: 8px 24px;
  display: block;
  background: #362022;
  border-radius: 100px;
}

.blog-post-box .blog__author img {
  margin-left: 0;
}

.blog-post-box .blog__info {
  margin: 7px 0 16px;
  font-size: 12px;
  color: white;
  opacity: 0.6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-post__overlay {
  position: relative;
  color: white;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.blog-post__overlay .box__img {
  height: 100%;
}

.blog-post__overlay .box__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-post__overlay .box__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--bg-secondary);
  text-align: left;
  padding: 25px;
  border: 0px;
}

.blog-post__overlay .blog__title {
  height: unset;
  margin-bottom: 12px;
  color: var(--primary-color);
  font-size: 18px;
}

.blog-post__overlay .blog__date {
  position: relative;
  background: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 0.6;
  margin-bottom: 12px;
}

.blog-post__overlay .blog__except {
  display: none;
  opacity: 0.6;
}

.blog-post__overlay .blog__detail {
  position: absolute;
  bottom: 14px;
}

.home_blog-slider {
  padding: 35px 0;
}

.title__wrap h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title__wrap h2::before, .title__wrap h2::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 2px;
  opacity: 0.8;
  border-radius: 1px;
  vertical-align: 11px;
}

.title__wrap h2::before {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
  margin-right: 20px;
}

.title__wrap h2::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
  margin-left: 20px;
}

.footer_slider {
  padding: 30px 0px;
  background-color: var(--bg-secondary);
  border: 1px solid rgba(255, 198, 86, 0.3);
  border-right: 0px;
  border-left: 0px;
}

.footer_slider .slider-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_slider .img {
  max-width: 80%;
}

#footer {
  padding: 0px;
  border: 0px;
  background-color: var(--bg-secondary);
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.6;
}

#footer a {
  color: rgba(255, 255, 255, 0.5);
}

#footer a:hover {
  color: var(--primary-color);
}

#footer .footer-inner {
  padding-top: 30px;
}

#footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#footer .footer_menu .menu-item {
  display: inline-block;
  padding-right: 30px;
  margin: 0 30px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer_menu .menu-item:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: 0px;
}

#footer .footer_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

#footer .footer_menu img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#footer .footer_absolute {
  padding: 6px 14px 6px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .widget {
  color: inherit;
}

#footer .widget.widget_footer_license_business_widget .widget-title {
  font-size: 13px;
  opacity: 0.75;
}

#footer .widget .widget-title {
  border: 0px;
  padding: 0;
}

.page_paginate .page-numbers {
  background: white;
  border: 0px;
  color: #222;
}

.page_paginate .page-numbers:hover {
  color: var(--primary-color);
}

.widget.widget_footer_slider_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget.widget_footer_slider_widget .img {
  display: inline-block;
  margin-right: 13px;
}

.widget.widget_footer_slider_widget img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.widget.widget_footer_slider_widget .widget-title {
  margin: 0 20px 0 0;
}

.widget.widget_footer_license_business_widget {
  text-align: center;
}

.widget.widget_footer_license_business_widget img {
  max-width: 60%;
  max-height: 90px;
  width: auto;
  margin: 0 auto 12px;
}

.widget.widget_footer_license_business_widget .widget-title {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

body.single-post .blog_single-author img {
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  #header-k8 #header-menu-primary > .menu-item {
    font-size: 14px;
  }
  #header-k8 #header-menu-primary > .menu-item.new > a::before {
    height: 12px;
    width: 25px;
  }
  #header-k8 #header-menu-primary > .menu-item.vip > a::before {
    height: 15px;
    width: 25px;
  }
  #header-k8 #header-menu-primary > .menu-item > a::after {
    bottom: -13px;
  }
  #header-k8 .header_slide-post {
    width: 230px;
  }
  #header-k8 .header_html_right {
    font-size: 15px;
  }
  #header-88top #header-menu-primary > .menu-item {
    margin: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
  }
  #header-88top #header-menu-primary > .menu-item.new > a::before,
  #header-88top #header-menu-primary > .menu-item.vip > a::before {
    height: 14px;
    width: 20px;
  }
  #header-88top .header_html-top {
    width: 150px;
  }
  #header-88top #header-middle {
    padding: 12px 0;
  }
  #header-88top #logo {
    max-width: 160px;
  }
  #header-w88 #header-menu-primary > .menu-item,
  #header-w88 #header-menu-primary > .page_item {
    margin: 0 30px 0 0;
    font-size: 14px;
  }
  #header-w88 .header_html_left {
    font-size: 18px;
    padding: 7px 12px;
  }
  #header-w88 .header_slide-post {
    width: 370px;
  }
  #header-w88 #logo {
    margin-right: 30px;
    max-width: 220px;
  }
  #header-w88 .blog-post-list {
    padding: 7px 8px;
  }
}

@media only screen and (max-width: 991px) {
  .page_box > .container {
    padding: 30px;
  }
  #header #logo {
    max-height: 40px;
  }
  #header-k8 #header-middle {
    padding: 16px 24px;
  }
  .home_slider-one .slider img {
    height: 300px;
  }
  .home_tab-cate .tab .tab__title-item {
    margin: 0 7px 0px;
    padding: 0 0 18px;
  }
  .home_tab-cate .tab .tab__title-item.active .tab__title-box {
    background: linear-gradient(135deg, #f7c989, #ba8a52);
  }
  .home_tab-cate .tab .tab__title-box {
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 10px;
    border-radius: 5px;
    letter-spacing: 0px;
    font-size: 10px;
    width: 100%;
  }
  .home_tab-cate .tab .tab__title-box::before, .home_tab-cate .tab .tab__title-box::after {
    display: none;
  }
  .home_tab-cate .tab .tab__title-box span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .home_tab-cate .tab .tab__title .img {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
  }
  .home_tab-cate .feature .blog-post__overlay .blog__title {
    font-size: 24px;
  }
  .home_tab-cate .feature .blog-post__overlay .blog__except {
    font-size: 14px;
  }
  .home_tab-cate .feature .blog-post__overlay .blog__detail span {
    font-size: 16px;
    padding: 8px 25px 10px;
  }
  .home_tab-cate .grid__box {
    height: 350px;
  }
  .home_blog-row .list__title {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .home_slider-three .slider__box {
    height: 190px;
  }
  .title__wrap h2 {
    font-size: 30px;
    margin: auto auto 16px;
  }
  .blog-post-box .blog__detail span {
    padding: 4px 13px 6px;
    font-size: 11px;
  }
  .blog-post-box .box__img img {
    height: 150px;
  }
  .blog-post-box .box__text {
    padding: 15px 20px 10px;
  }
  .blog-post-box .blog__title {
    font-size: 14px;
    line-height: 1.6;
    height: 3.2em;
  }
  .blog-post-box .blog__info {
    margin: 5px 0 16px;
    font-size: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-post-box .blog__author img {
    width: 14px;
    height: 14px;
  }
  .blog-post-box .blog__except {
    -webkit-line-clamp: 5;
    font-size: 11px;
  }
  .blog-post__overlay .box__text {
    padding: 17px;
  }
  .blog-post__overlay .blog__title {
    margin-bottom: 9px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .blog-post__overlay .blog__date {
    font-size: 11px;
  }
  .blog-post__overlay .blog__detail {
    bottom: 7px;
  }
  #footer {
    font-size: 12px;
  }
  #footer .footer-inner {
    padding-top: 15px;
  }
  #footer .footer_menu {
    padding-bottom: 5px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .footer_menu .menu-item {
    margin: 0 15px 10px 0;
    padding-right: 15px;
  }
  #footer .widget {
    margin-bottom: 5px;
  }
  #footer .widget-title {
    font-size: 12px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footer_absolute {
    padding: 0 24px 0 0;
  }
  #footer .widget.widget_footer_license_business_widget img {
    max-width: 80%;
    max-height: 110px;
  }
  .footer_slider {
    padding: 20px 0px;
  }
  .widget.widget.widget_footer_slider_widget img {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .page_box > .container {
    padding: 20px 15px;
    margin: auto;
    max-width: calc(100% - 30px);
  }
  #header .window_wrap .menu-item a {
    font-size: 12px;
  }
  #header #logo {
    width: 120px;
  }
  #header-mobile #header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 0px;
    border-top: 1px solid #ffc6562e;
    border-bottom: 1px solid #ffc6562e;
    padding: 7px 0;
  }
  #header-mobile .header_btn {
    width: 50%;
    margin: 0 10px;
    border-radius: 0;
    padding: 3px 10px;
  }
  #header-mobile .header_btn.sign-up {
    background: var(--header-bg-primary);
    border: 1px solid var(--header-text-hover);
    color: var(--header-text-hover);
  }
  #header-mobile .header_btn i {
    color: inherit;
  }
  .slider .slider__button {
    padding: 14px 5px;
  }
  .slider .slider__button i {
    font-size: 16px;
  }
  .home_slider-one .slider img {
    height: 120px;
  }
  .home_tab-cate .feature .blog-post__overlay .blog__title {
    font-size: 20px;
  }
  .home_tab-cate .feature .blog-post__overlay .blog__except {
    font-size: 12px;
  }
  .home_tab-cate .grid__box {
    height: 320px;
  }
  .home_blog-row .icon-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home_blog-row .icon-box .icon-box-img {
    margin: 0px 0px 10px;
    width: 100%;
  }
  .home_blog-row .icon-box .icon-box-text {
    margin-left: 0px;
    width: 100%;
  }
  .home_blog-row .list__title {
    font-size: 12px;
  }
  .home_blog-row .list__date {
    font-size: 11px;
  }
  .home_blog-row .blog-post-list {
    padding: 12px 12px 18px;
  }
  .home_slider-three {
    padding: 20px 0 10px;
  }
  .home_slider-three .slider__box {
    height: 90px;
  }
  .title__wrap h2 {
    font-size: 22px;
    margin-bottom: 38px;
  }
  .title__wrap h2::before, .title__wrap h2::after {
    width: 70px;
    position: absolute;
    bottom: -15px;
    margin: 0px;
  }
  .title__wrap h2::before {
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 45px));
            transform: translateX(calc(-50% - 45px));
  }
  .title__wrap h2::after {
    left: 50%;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .blog-post-box .box__img img {
    height: 120px;
  }
  .blog-post-box .box__text {
    padding: 10px;
  }
  .blog-post-box .blog__title {
    font-size: 12px;
    height: 4.8em;
    -webkit-line-clamp: 3;
  }
  .blog-post-box .blog__author {
    display: none;
  }
  .blog-post-box .blog__count {
    font-size: 0px;
  }
  .blog-post-box .blog__count-view {
    font-size: 10px;
    text-transform: capitalize;
  }
  .blog-post-box .blog__except {
    -webkit-line-clamp: 4;
    font-size: 10px;
  }
  .blog-post-box .blog__detail {
    margin-top: 10px;
  }
  .blog-post-box .blog__detail span {
    font-size: 10px;
  }
  .blog-post__overlay .blog__title {
    line-height: 1.6;
    height: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
  }
  .blog-post__overlay .box__text {
    padding: 17px;
  }
  #footer .footer_absolute {
    border: 0px;
  }
  #footer .footer_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer_menu .menu-item {
    margin: 0 15px 10px 0;
    padding-right: 0px;
    border: 0;
  }
  #footer .footer_menu img {
    width: 20px;
    height: 20px;
  }
  #footer .widget-title {
    display: inline-block;
    width: unset;
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */