/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
:root {
  --color1: #ca1f2b;
  --colorbody: #00000017;
}

body {
  background-color: #f3f3f3;
}

/*@font-face {
  font-family: "SVN-FuturaHeavy";
  src: url("../fonts/SFUFutura/SVN-FuturaHeavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-FuturaBook";
  src: url("../fonts/SFUFutura/SVN-FuturaBook.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-FuturaBold";
  src: url("../fonts/SFUFutura/SVN-FuturaBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pacifico-Regular";
  src: url("../fonts/SFUFutura/Pacifico-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "SVN-Poppins-Medium";
  src: url("../fonts/SFUFutura/SVN-Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}*/
@font-face {
  font-family: "Microsoft Sans Serif";
  src: url("../fonts/micross.ttf") format("truetype");
  font-display: swap;
}
body {
  background-color: #f3f3f3;
  font-family: "Microsoft Sans Serif", sans-serif;
  color: #000;
  font-size: 19px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Microsoft Sans Serif", sans-serif;
  color: var(--colorbody);
}

.hb_sutdown {
  display: none;
}

.home #masthead-sticky-wrapper {
  background: transparent;
  width: 100%;
  z-index: 999999;
}

#masthead-sticky-wrapper {
  z-index: 99999999;
  position: relative;
  background: transparent;
  width: 100%;
}

@media (min-width: 64.0625rem) {
  .inside-header .widget-group .off-canvas-content {
    /*1024px*/
    display: none !important;
  }
}

body.admin-bar header.site-header {
  top: 0;
}

header.site-header {
  position: relative;
}
#main-menu > li a {
  position: relative;
}

.section.section-title.has-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.archives.archive-posts .navigation {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi {
  height: 100%;
  font-size: 15px;
  float: left;
  padding: 0;
  margin: 0;
}

.wp-pagenavi a, .wp-pagenavi span.current {
  margin: 2px;
  text-decoration: none;
  border: 1px solid var(--color1);
  color: #000;
  background: #fff;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

.wp-pagenavi span.current {
  text-shadow: none;
}

.wp-pagenavi a:visited {
  padding: 6px 6px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid var(--color1);
  color: #000;
  background: #fff;
}

.wp-pagenavi a:hover {
  border: 1px solid var(--color1);
  color: #fff;
  background: var(--color1);
  text-shadow: none;
}

.wp-pagenavi .previouspostslink, .WP-PageNavi .nextpostslink {
  border: 0;
  background: none;
}

.wp-pagenavi .previouspostslink:hover, .WP-PageNavi .nextpostslink:hover {
  color: var(--color1);
  background: none;
  border: 0;
}

.wp-pagenavi a:active {
  padding: 6px 6px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid var(--color1);
  color: #000;
  background: #fff;
}

.wp-pagenavi span.pages {
  padding: 15px 6px 15px;
  margin: 2px;
  color: #000;
  background: transparent;
  float: left;
}

.wp-pagenavi span.current {
  margin: 2px;
  border: 1px solid #000;
  color: #000;
  border: 1px solid var(--color1);
  color: #fff;
  background: var(--color1);
}

.wp-pagenavi span.extend {
  margin: 2px;
  color: #000;
  background: #fff;
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.wp-pagenavi .last {
  width: 50px;
  height: 50px;
  line-height: 44px;
}

@media (max-width: 95.9875rem) {
  .grid-container {
    max-width: 80rem;
  }
}
.owl-nav [class^=owl-] {
  color: #454545;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in 0s;
  z-index: 100;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  box-shadow: 0 0 2px var(--color1);
}

.owl-prev {
  left: 40px;
}

.owl-next {
  right: 40px;
}

.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
}

.owl-dot {
  padding: 5px;
}

.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  transition: all 300ms ease-in 0ms;
}

.owl-dot.active span {
  width: 50px;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.section.section-title {
  padding: 100px 0;
}

.section.section-title .grid-container {
  z-index: 2;
}

.swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  background: #fff;
  opacity: 1;
}

.swiper.swiper-initialized ~ .swiper-controls .swiper-button:hover {
  opacity: 1;
}

.swiper-controls .swiper-button svg {
  fill: #00000052;
  color: #3D3D3D;
  font-size: 18px;
}

.desktop-menu.menu > li > a {
  color: #3D3D3D;
}

.desktop-menu.menu > li > a::before {
  background-color: var(--color1);
}

.desktop-menu.menu > li > a:hover, .desktop-menu.menu > li > a:active {
  color: var(--color1);
}

.desktop-menu.menu > li.is-active > a, .desktop-menu.menu > li.active > a {
  color: var(--color1);
}

.search-dropdown--wrap .trigger-s svg {
  background-color: var(--color1);
  fill: #fff;
}

.swiper .swiper-slide .item .overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.swiper .swiper-slide .item .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper .swiper-slide .item .inner {
  display: inline-grid;
}

.swiper .swiper-slide .item .sub-title {
  order: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 10px 0 30px;
}

.swiper .swiper-slide .item .html-title {
  order: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: none !important;
}

.swiper .swiper-slide .item .btn-link {
  order: 3;
  text-align: center;
}
.swiper .swiper-slide .item .btn-link a {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: var(--color1);
  border: 1px solid #FFFFFF;
  border-radius: 37px;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(180deg, #93C120, #018447);
  box-shadow: 6px 3px 18px rgba(5, 129, 75, 0.2);
}
.swiper .swiper-slide .item .btn-link a:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  transform: rotate(-5deg);
  transition: all 0.8s;
  background: #fff;
  z-index: 0;
}
.swiper .swiper-slide .item .btn-link a:hover span {
  color: #000;
  position: relative;
  z-index: 9999;
}
.swiper .swiper-slide .item .btn-link a:hover::after {
  bottom: -20%;
}

.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  box-shadow: 0 0 0 3px #fff;
}

.swiper-controls .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: 0 0 0 4px #f0bc43;
}

.zalo-container.right {
  right: 20px;
}

.zalo-container {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 150px;
  z-index: 9999999;
}

.zalo-container.right.call {
  bottom: 70px;
}

.zalo-container.right.call span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.zalo-container a {
  display: block;
}

.animated_zalo.infinite {
  animation-iteration-count: infinite;
}

.cmoz-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(17, 130, 252, 0.8);
  opacity: 0.1;
  border-color: #1182FC;
  opacity: 0.5;
}

.animated_zalo {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.zoomIn_zalo {
  animation-name: zoomIn_zalo;
}

.pulse_zalo {
  animation-name: pulse_zalo;
}

.zalo-container span {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1182FC;
  position: relative;
}

.cmoz-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(17, 130, 252, 0.45);
  opacity: 0.75;
  right: -10px;
}
@keyframes zoomIn_zalo {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes pulse_zalo {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.home .site-header {
  position: absolute;
  margin: 0 auto;
  z-index: 4;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.home .site-header .inside-header .hb_lh a {
  border: 1px solid #fff;
  color: #fff;
}
.home .site-header .inside-header .hb_lh a:hover {
  color: #fff;
  border: 1px solid var(--color1);
}

.home .is-sticky header.site-header .hb_lh a {
  border: 1px solid var(--color1);
  color: var(--color1);
}
.home .is-sticky header.site-header .hb_lh a:hover {
  color: #fff;
}

.site-logo {
  display: block;
}
@media (max-width: 95.9875rem) {
  .desktop-menu.menu > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #30333a;
    padding: 0 24px;
  }
}
.hb_gb a {
  color: #fff;
  background: var(--color1);
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.hb_gb a:hover {
  outline: 0;
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.hb_contact_home .hb_lh a {
  color: #fff;
  border: 1px solid #fff;
}

.hb_lh a {
  color: var(--color1);
  background: transparent;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color1);
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.hb_lh a:hover {
  background: var(--color1);
  border: 1px solid var(--color1);
  color: #fff;
}

.hb_search {
  display: none;
}

.images_carousel.w-images-carousel-2 .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
  background: transparent;
}

.images_carousel.w-images-carousel-2 .swiper-controls .swiper-button svg {
  fill: #fff;
  color: #fff;
}

.images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap {
  top: 85%;
  left: 20%;
  transform: translate(-20%, -85%);
}

.images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap .html-title strong:last-child {
  color: #fff !important;
  -webkit-text-stroke: 0 !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  transition: color 0.1s ease-in;
}

.images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap .html-title strong:first-child {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 96px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke: 1px #fff;
  white-space: nowrap;
  transition: color 0.1s ease-in;
  margin-right: 30px;
}

.images_carousel.w-images-carousel-2 {
  position: relative;
}
.images_carousel.w-images-carousel-2 .hb_search {
  display: none;
  position: absolute;
  bottom: 140px;
  width: 100%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.images_carousel.w-images-carousel-2 .hb_search .hb_search_title {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.images_carousel.w-images-carousel-2 .hb_search form {
  display: flex;
  align-items: center;
  position: relative;
}
.images_carousel.w-images-carousel-2 .hb_search form::after {
  position: absolute;
  content: "\f002";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #3D3D3D;
  font-family: "Font Awesome 6 Pro";
}
.images_carousel.w-images-carousel-2 .hb_search form input {
  margin-bottom: 0;
  font-size: 18px;
  height: 55px;
  width: calc(100% - 155px);
  background: #fff;
  border: 0 !important;
  outline: 0;
  padding: 0 20px 0 55px;
  float: left;
  -webkit-appearance: none;
}
.images_carousel.w-images-carousel-2 .hb_search form button {
  border: 0;
  max-width: 155px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 155px;
  min-width: inherit;
  background: var(--color1);
  float: left;
  font-size: 18px !important;
  height: 55px !important;
  line-height: 55px !important;
}
.images_carousel.w-images-carousel-2 .hb_search form button svg {
  display: none;
}

section.section .heading-title {
  font-style: normal;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  text-align: left;
  font-size: 28px;
  padding-left: 20px;
}
section.section .heading-title::before {
  content: "";
  position: absolute;
  width: 5px;
  left: 5px;
  top: 2px;
  bottom: 5px;
  transform: skew(-20deg);
  background-color: var(--color1);
}
@media (max-width: 64.05rem) {
  section.section .heading-title {
    /*1025px*/
    font-size: 24px;
  }
}
@media (max-width: 39.9875rem) {
  section.section .heading-title {
    /*640px*/
    font-size: 22px;
  }
}

section.section .sub_title {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: #4D4D4D;
}

.hb_postitem_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--colorbody);
}
.hb_postitem_all h2 {
  margin-bottom: 0;
}
.hb_postitem_all a.view-all {
  color: var(--color1);
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 18px !important;
}
@media (max-width: 39.9875rem) {
  .hb_postitem_all a.view-all {
    /*640px*/
    font-size: 16px !important;
  }
}
.hb_postitem_all a.view-all:hover {
  color: var(--color1);
}

.hb_button {
  margin-top: 20px;
}
.hb_button a {
  color: #fff;
  padding: 10px 40px;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: unset;
  display: inline-block;
  border-radius: 50px;
  background: #002E49;
  box-shadow: 6px 3px 18px rgba(2, 64, 105, 0.2);
}
.hb_button a::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  transform: rotate(-5deg);
  transition: all 0.8s;
  background: #fff;
  z-index: 0;
}
.hb_button a:hover span {
  color: #000;
  position: relative;
  z-index: 9999;
}
.hb_button a:hover i {
  color: #000;
  position: relative;
  z-index: 9999;
}
.hb_button a:hover::after {
  bottom: -20%;
}

.product-button {
  margin-top: 20px;
  text-align: center;
}
.product-button a {
  color: #fff !important;
  padding: 5px 25px !important;
  border: 1px solid transparent !important;
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
  border: unset;
  display: inline-block !important;
  border-radius: 50px !important;
  background: #002E49 !important;
  box-shadow: 6px 3px 18px rgba(2, 64, 105, 0.2) !important;
  font-size: 16px !important;
  line-height: 23px !important;
}
.product-button a:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  transform: rotate(-5deg);
  transition: all 0.8s;
  background: #fff;
  z-index: 0;
}
.product-button a:hover span {
  color: #000;
  position: relative;
  z-index: 9999;
}
.product-button a:hover::after {
  bottom: -20%;
}

.product-detail-inner {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-top: 40px;
  position: relative;
}

@media (min-width: 768.2px) {
  .woocommerce.single-product .product.product-detail .summary {
    width: 40%;
    float: right;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section.single-contact .grid-container {
  margin-bottom: 30px;
}

.popup .content form .form-group select option {
  color: #000;
}

.hb_content_form .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.section.single-product .product-detail-inner .woocommerce-product-gallery.woocommerce-product-gallery-default {
  flex-direction: row;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
}

.woocommerce div.product div.images.swiper-product-gallery {
  float: none;
  /* overflow: hidden; */
  margin-bottom: 30px;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images {
  width: 100%;
}

.swiper.swiper-initialized {
  z-index: 3;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  flex-wrap: nowrap;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.wpa-product-gallery-thumbs.slick-slider .slick-slide img {
  height: 84px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.section.single-product .product-detail-inner {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  position: relative;
  padding-bottom: 30px;
  gap: 1.875rem;
  padding-bottom: 1.875rem;
}

.product-gallery.woocommerce-product-gallery-default {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 10px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  margin-bottom: 0;
}

.woocommerce div.product div.images.swiper-product-gallery {
  float: none;
  /* overflow: hidden; */
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

@supports (aspect-ratio: 1/1) {
  .section.single-product .product-detail-inner .woocommerce-product-gallery {
    flex: 0 0 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
.section.single-product .product-detail-inner .woocommerce-product-gallery {
  position: relative;
  /* padding: 30px; */
  /* box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%); */
  /* background-color: #fff; */
  display: flex;
  flex-direction: column;
  width: unset;
  gap: 0.9375rem;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images {
  width: 100%;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* box-shadow: inset 0 0 0 1px rgb(0 0 0 / 5%); */
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.res.auto > img {
  height: auto !important;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  min-width: 80%;
  min-height: 80%;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs {
  /*     gap: 0.625rem; */
  flex-wrap: nowrap;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  order: 2;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active .woocommerce-product-gallery__image {
  filter: brightness(1);
  border-color: rgba(253, 188, 14, 0.9);
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide.swiper-slide-active .woocommerce-product-gallery__image {
  border-color: rgba(253, 188, 14, 0.2);
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper-thumbs .swiper-slide .woocommerce-product-gallery__image {
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  filter: brightness(0.9);
  transition: 0.3s;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image a.res {
  padding-bottom: 100%;
  height: 0;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper-images .wpg__image a.res img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.wpg__thumbs a.res {
  padding-bottom: 100%;
  height: 0;
}

.section.single-product .product-detail-inner .woocommerce-product-gallery.woocommerce-product-gallery-default {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 10px;
  height: -moz-fit-content;
  height: fit-content;
  align-self: flex-start;
  margin-bottom: 0;
}

.woocommerce div.product div.images.swiper-product-gallery {
  float: none;
  /* overflow: hidden; */
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__thumbs .swiper .swiper-controls .swiper-button {
  opacity: 1;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #555555;
  border-radius: 50%;
  background: #444;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-weight: 700;
}

.wpg__thumbs .swiper-button-next:after, .wpg__thumbs .swiper-button-prev:after, .wpg__thumbs .swiper-rtl .swiper-button-prev:after, .wpg__thumbs .swiper-rtl .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button {
  opacity: 1;
  transform: translateY(-50%);
  color: #fff;
  background: #444444bf;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 24px;
}

.woocommerce div.product div.images.swiper-product-gallery .woocommerce-product-gallery__wrapper.wpg__images .swiper .swiper-controls .swiper-button::before {
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}

.fancybox__container {
  z-index: 99999999;
}

.wpg__thumbs a.res img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768.2px) {
  .woocommerce.single-product .product.product-detail .woocommerce-product-gallery {
    margin-right: 0 !important;
  }
}
.woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions {
  flex-direction: row;
}

.woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions li {
  margin-left: 20px;
  margin-bottom: 0;
}

.woocommerce.single-product .product.product-detail .sharing_toolbox .social-share ul.share-actions li:first-child {
  margin-left: 0;
}

.woocommerce.single-product .product.product-detail .sharing_toolbox .share-title {
  display: none;
}

.woocommerce-tabs-panel--components iframe {
  width: 100%;
}

.tabs-heading {
  display: none;
}

.woocommerce div.product div.summary {
  display: flex;
  flex-flow: column;
}

.woocommerce div.product .product_title {
  order: 1;
  width: 100%;
}

.woocommerce.single-product .product.product-detail p.price {
  order: 2;
  width: 100%;
  margin-top: 0;
  padding: 5px 0;
  margin-bottom: 5px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.woocommerce.single-product .product.product-detail .woocommerce-product-details__short-description {
  order: 3;
  width: 100%;
  font-size: 16px;
  margin: 0;
}

.woocommerce.single-product .product.product-detail form.cart .button {
  background-color: #003049;
}

.woocommerce.single-product .product.product-detail form.cart {
  order: 4;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce.single-product .product.product-detail form.cart .quantity .qty {
  margin-bottom: 0;
}

.woocommerce.single-product .product.product-detail .product_meta {
  order: 5;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}

.woocommerce.single-product .sharing_toolbox {
  order: 6;
  width: 100%;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
}
.hb_icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hb_icon_play i {
  background-color: transparent;
  color: #212121;
  opacity: 0.8;
  font-size: 30px;
  position: relative;
}
.hb_icon_play i::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #f5f5f5;
  opacity: 0.8;
  z-index: -1;
  -ms-box-shadow: 0 0 0 0 #EE0033;
  -o-box-shadow: 0 0 0 0 #EE0033;
  box-shadow: 0 0 0 0 #ee0033;
  animation: ripple 2s infinite;
}

.archives.archive-posts {
  padding-bottom: 0;
}

.archive.category .section.posts_list article.item {
  /*margin-bottom: 30px;*/
}
.archive.category .section.posts_list article.item .cover-content {
}
.archive.category .section.posts_list article.item .cover-content h5 a, .archive.category .section.posts_list article.item .cover-content h6 a, .archive.category .section.posts_list article.item .cover-content .h6 a {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
.archive.category .section.posts_list article.item .cover-content h5 a:hover, .archive.category .section.posts_list article.item .cover-content h6 a:hover, .archive.category .section.posts_list article.item .cover-content .h6 a:hover {
  color: var(--color1) !important;
}
.archive.category .section.posts_list article.item .cover-content a.view-more {
  display: none !important;
}
.archive.category .section.posts_list article.item .hb_logo_news {
  display: none !important;
}
.section.category-post-m article.item .meta {
  display: none;
}

.section.posts_list article.item .cover-content {
  background-color: transparent;
}

.posts_list.w-posts-2 {
  padding: 30px 0;
}
@media (max-width: 39.9875rem) {
  .posts_list.w-posts-2 {
    /*640px*/
    padding: 15px 0;
  }
}
.posts_list.w-posts-2 a.d-block .meta {
  display: none;
}
.posts_list.w-posts-2 .cover-content {
  background: transparent !important;
}
.posts_list.w-posts-2 .cover-content .meta {
  display: none;
  margin-bottom: 0;
}
.posts_list.w-posts-2 .cover-content h3, .posts_list.w-posts-2 .cover-content h5, .posts_list.w-posts-2 .cover-content h6, .posts_list.w-posts-2 .cover-content .h6 {
  margin-bottom: 0;
  font-size: 19px;
}
.posts_list.w-posts-2 .cover-content h3 a, .posts_list.w-posts-2 .cover-content h5 a, .posts_list.w-posts-2 .cover-content h6 a, .posts_list.w-posts-2 .cover-content .h6 a {
  color: #000;
}
.posts_list.w-posts-2 .cover-content h3 a:hover, .posts_list.w-posts-2 .cover-content h5 a:hover, .posts_list.w-posts-2 .cover-content h6 a:hover, .posts_list.w-posts-2 .cover-content .h6 a:hover {
  color: var(--color1) !important;
}
.posts_list.w-posts-2 .inner-wrapper {
  border-bottom: 1px solid var(--colorbody);
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 {
  width: 70%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 a.d-block .res {
  padding-bottom: 55%;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content {
  padding: 20px 0 !important;
  /*text-align: center;*/
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h3 a, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h5 a, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .h3 a, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .h5 a {
  color: #000;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h3 a:hover, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h5 a:hover, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .h3 a:hover, .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .h5 a:hover {
  color: var(--color1) !important;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .excerpt {
  font-size: 18px;
  -webkit-line-clamp: 3;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .view-more {
  display: none;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_item {
  margin-left: 0;
  /* margin-right: 0; */
  /*border-left: 1px solid var(--colorbody);*/
  /*padding-left: 0;*/
  width: 30%;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_item a.d-block .res {
  padding-bottom: 60%;
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_item .cover-content {
  margin-bottom: 20px;
  padding: 10px 0 15px;
  border-bottom: 1px solid var(--colorbody);
}
@media (max-width: 39.9875rem) {
  .posts_list.w-posts-2 .inner-wrapper .hb_news_item .cover-content {
    /*640px*/
    padding: 10px 0 0;
    margin-bottom: 15px;
    border-bottom: none;
  }
}
.posts_list.w-posts-2 .inner-wrapper .hb_news_item .hb_news_2 .cover-content {
  margin-bottom: 20px;
  padding: 10px 0 0;
  border-bottom: none;
}
@media (max-width: 39.9875rem) {
  .posts_list.w-posts-2 .inner-wrapper .hb_news_item .hb_news_2 .cover-content {
    /*640px*/
    margin-bottom: 15px;
  }
}

.w-posts-carousel-2 article.item .cover-content {
}
.w-posts-carousel-2 article.item .cover-content .meta {
  display: none;
  margin-bottom: 0;
}
.w-posts-carousel-2 article.item .cover-content h5 a, .w-posts-carousel-2 article.item .cover-content h6 a, .w-posts-carousel-2 article.item .cover-content .h6 a {
  font-size: 18px;
  line-height: 23px;
  min-height: 48px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-posts-carousel-2 article.item .cover-content h5 a:hover, .w-posts-carousel-2 article.item .cover-content h6 a:hover, .w-posts-carousel-2 article.item .cover-content .h6 a:hover {
  color: var(--color1) !important;
}
.w-posts-carousel-2 article.item .cover-content .excerpt, .w-posts-carousel-2 article.item .cover-content a.view-more {
  display: none !important;
}

.hb_home_desgin {
  padding: 20px 0px 0;
}
.hb_home_desgin.hb_home_desgin-top {
  padding: 30px 0px 0;
}
.hb_home_desgin .hb_news_list .cell {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--colorbody);
}
.hb_home_desgin .hb_news_list .cell article.item {
  display: flex;
  flex-flow: row wrap;
}
.hb_home_desgin .hb_news_list .cell article.item a.d-block {
  flex: 0 0 312px;
  max-width: 100%;
  margin-right: 20px;
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content {
  flex: 1;
  padding: 0;
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content h6, .hb_home_desgin .hb_news_list .cell article.item .cover-content .h6 {
  margin-bottom: 5px;
}
@media (max-width: 39.9875rem) {
  .hb_home_desgin .hb_news_list .cell article.item .cover-content h6, .hb_home_desgin .hb_news_list .cell article.item .cover-content .h6 {
    /*640px*/
    margin-bottom: 0;
  }
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content h6 a, .hb_home_desgin .hb_news_list .cell article.item .cover-content .h6 a {
  font-size: 20px;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content h6 a:hover, .hb_home_desgin .hb_news_list .cell article.item .cover-content .h6 a:hover {
  color: var(--color1);
}
@media (max-width: 48.8625rem) {
  .hb_home_desgin .hb_news_list .cell article.item .cover-content h6 a, .hb_home_desgin .hb_news_list .cell article.item .cover-content .h6 a {
    /*782px*/
    display: block;
    line-height: 1.3;
  }
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content .meta {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 5px;
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content .meta .time {
  display: block;
}
.hb_home_desgin .hb_news_list .cell article.item .cover-content .excerpt {
  text-align: justify;
}
.hb_home_desgin .hb_news_list .cell:last-child {
  border-bottom: none;
}
.hb_home_desgin .hb_home_left {
  width: 70%;
}
.hb_home_desgin .hb_home_left .widget_media_image {
  margin-bottom: 0;
}
.hb_home_desgin .hb_home_right {
  width: 30%;
}
.hb_home_desgin .hb_home_right .heading-title {
  padding-left: 0;
  font-size: 22px;
}
.hb_home_desgin .hb_home_right .heading-title::before {
  display: none;
}
.hb_home_desgin .hb_home_right a.view-all {
  font-size: 14px;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff !important;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item {
  display: flex;
  flex-flow: row wrap;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item a.d-block {
  flex: 0 0 120px;
  max-width: 100%;
  height: 80px;
  margin-right: 10px;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content h6, .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content .h6 {
  margin-bottom: 0;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content h6 a, .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content .h6 a {
  font-size: 16px;
  -webkit-line-clamp: 4;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content .meta {
  display: none;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content .excerpt {
  display: none;
}
.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_media_image {
  margin-bottom: 30px;
}
.widget_media_image img {
  width: 100%;
  height: 100%;
}

.section.posts_list article.item {
  box-shadow: none !important;
}

.w-posts-carousel-3 {
  padding: 30px 0;
}
@media (max-width: 39.9875rem) {
  .w-posts-carousel-3 {
    /*640px*/
    margin-top: 30px;
  }
}
.w-posts-carousel-3 .hb_title_text {
  margin-bottom: 30px;
}
.w-posts-carousel-3 article.item {
  position: relative;
}
.w-posts-carousel-3 article.item a.d-block {
  border-radius: 15px;
}
.w-posts-carousel-3 article.item a.d-block .cover {
  border-radius: 15px;
}
.w-posts-carousel-3 article.item a.d-block .cover::after {
  transition: opacity 0.3s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.w-posts-carousel-3 article.item a.d-block .res {
  border-radius: 15px;
  padding-bottom: 150%;
}
.w-posts-carousel-3 article.item a.d-block .hb_logo_news {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.w-posts-carousel-3 article.item a.d-block .hb_logo_news i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--color1);
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
}
.w-posts-carousel-3 article.item a.d-block .hb_logo_news img {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
}
.w-posts-carousel-3 article.item .meta {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background: var(--color1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 1;
}
.w-posts-carousel-3 article.item .meta .time {
  display: none;
}
.w-posts-carousel-3 article.item .meta a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.w-posts-carousel-3 article.item .cover-content {
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: left;
  width: 89%;
  transform: translate(-50%, -100%);
  padding: 16px 16px;
  height: auto;
}
.w-posts-carousel-3 article.item .cover-content .excerpt, .w-posts-carousel-3 article.item .cover-content a.view-more {
  display: none !important;
}
.w-posts-carousel-3 article.item .cover-content h5 a, .w-posts-carousel-3 article.item .cover-content h6 a, .w-posts-carousel-3 article.item .cover-content .h6 a {
  color: #fff !important;
  font-size: 16px;
  /*min-height: 115px;*/
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-posts-carousel-3 article.item:hover {
  /*box-shadow: 0 5px 5px #000 !important;*/
  border-radius: 15px;
}
.w-posts-carousel-3 article.item:hover a.d-block .cover::after {
  border-radius: 15px;
  opacity: 0.5;
}
.w-posts-carousel-3 article.item:hover a.d-block .res {
  transform: scale(1.06);
  /*opacity: 0.9;*/
}
.w-posts-carousel-3 article.item:hover a.d-block .hb_logo_news i {
  color: #000;
  border: 1px solid var(--color1);
  background: var(--color1);
}
.w-posts-carousel-3 article.item:hover .cover-content h5 a, .w-posts-carousel-3 article.item:hover .cover-content h6 a, .w-posts-carousel-3 article.item:hover .cover-content .h6 a {
  color: #fff !important;
}
.w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
  left: 10px;
  border: 1px solid #0000;
}
.w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
  right: 10px;
  border: 1px solid #0000;
}

.w-posts-carousel-2 article.item .meta, .w-posts-carousel-2 article.item a.d-block .hb_logo_news {
  display: none;
}

.footer-widgets {
  padding-top: 0;
  padding-bottom: 0;
}

.site-footer .hb_site_footer {
  background: #171821;
  /*background-image: linear-gradient(135deg, rgb(229, 232, 239) 35.59%, rgb(220, 235, 239) 100%);*/
  padding: 30px 0 45px;
  color: #ffffff;
}
.hb_site_footer a {
  color: #ffffff;
}
.site-footer .hb_grid_container {
  display: flex;
/*  align-items: flex-end;*/
  justify-content: space-between;
}
.site-footer .hb_grid_container .widget_text .textwidget {
  font-size: 16px;
}
.site-footer .hb_grid_container .widget_text .hb_footer_logo {
  margin-bottom: 10px;
}
.site-footer .hb_grid_container .widget_text .hb_footer_logo img {
  height: 75px;
}
.site-footer .hb_grid_container .widget_text .hb_footer_ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .hb_grid_container .widget_text .hb_footer_ul span {
  margin: 0 5px;
}
.site-footer .hb_grid_container .widget_text .hb_footer_ul li a {
  color: #7a6e6e;
  font-weight: normal;
}

.footer-credit {
  background-color: #444;
  color: #ffffff;
}
.footer-credit .align-justify {
  justify-content: center;
}

.section.section-title .title {
  color: #fff;
}
@media (max-width: 39.9875rem) {
  .section.section-title .title {
    /*640px*/
    margin-bottom: 0 !important;
  }
}

.breadcrumbs {
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 50px;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  align-items: center;

}
.breadcrumbs a{
  color: #000000;
  font-weight: bold;
}
@media (max-width: 39.9875rem) {
  .breadcrumbs {
    /*640px*/
    /*display: none !important;*/
    margin-top: 10px;
  }
}


.hb_social ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  grid-gap: 10px;
  gap: 10px;
}
.hb_social ul li {
  /*margin-right: 15px;*/
}
.hb_social ul li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
}
.hb_social ul li a:hover {
  border-color: var(--color1);
  background: var(--color1);
  color: #fff;
}

.desktop-menu.menu > li:last-child a {
  padding-right: 0;
}

.hb_desginimages .hb_desgins_inner ul.hb_list_imgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hb_desginimages .hb_desgins_inner ul.hb_list_imgs li {
  margin-bottom: 10px;
}
.hb_desginimages .hb_desgins_inner ul.hb_list_imgs li a {
  display: block;
}
.hb_desginimages .hb_desgins_inner ul.hb_list_imgs li a figure {
  margin: 0;
}
.hb_desginimages .hb_desgins_inner ul.hb_list_imgs li a img {
  width: 100%;
  height: auto;
}
.hb_desginimages .owl-nav [class^=owl-] {
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  background: #00000094;
  color: #ffff;
}
.hb_desginimages .owl-prev {
  left: 0;
}
.hb_desginimages .owl-next {
  right: 0;
}

.sharing_toolbox .share-title {
  font-size: 15px;
}

.kk-star-ratings {
  display: flex;
  align-items: center;
}
.kk-star-ratings .kksr-stars {
  display: flex;
  align-items: center;
}

.section.section-title .title-bg {
  background-size: cover !important;
}

@media (max-width: 39.9875rem) {
  .kk-star-ratings.kksr-valign-top {
    margin-bottom: 0.7rem;
  }

  .inside-header .custom-logo {
    height: 55px;
  }

  .images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap {
    display: none;
  }

  .posts_list.w-posts-2 {
    /*padding: 0 0 20px;*/
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 {
    width: 100%;
    border-right: none !important;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_item {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    grid-gap: 20px;
    gap: 20px;
  }
  .posts_list.w-posts-2 .inner-wrapper .hb_news_item .hb_gop {
    flex: 1 1 0;
    width: auto;
  }

  .w-posts-carousel-2 article.item .cover-content {
    /*padding: 5px 0 !important;*/
  }

  .w-posts-carousel-2 article.item .cover-content h5 a {
    font-size: 14px;
    min-height: 40px;
  }

  .hb_home_desgin .hb_home_left {
    width: 100%;
  }

  .hb_home_desgin .hb_home_right {
    width: 100%;
    margin-top: 30px;
  }
  .hb_home_desgin .hb_home_right .hb_home_right_outer .widget_media_image a {
    display: block;
  }
  .hb_home_desgin .hb_home_right .hb_home_right_outer .posts_list .hb_news_list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .hb_home_desgin .hb_home_right .hb_home_right_outer .posts_list .hb_news_list .cell {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .hb_home_desgin .hb_home_right .hb_home_right_outer .posts_list .hb_news_list .cell article.item a {
    margin-right: 0 !important;
  }

  .hb_home_desgin .hb_news_list .cell article.item .cover-content {
    /*padding: 10px 0 0;*/
  }

  .hb_home_desgin .hb_news_list .cell article.item a.d-block {
    flex: 0 0 100%;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 0;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 0;
  }

  .site-footer .hb_grid_container {
    flex-flow: row wrap;
  }

  .site-footer .hb_grid_container .widget_text {
    flex: 0 0 100%;
    width: 100%;
  }

  .hb_home_desgin {
    padding: 30px 0 0;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content {
    padding: 10px 0 !important;
    text-align: left;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h5 a {
    font-size: 20px;
    line-height: 24px;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .excerpt {
    font-size: 14px;
    line-height: 22px;
  }

  .hb_home_desgin .hb_news_list .cell article.item .cover-content .excerpt {
    line-height: 22px;
  }

  .archive.category .section.posts_list article.item .cover-content h5, .archive.category .section.posts_list article.item .cover-content h6, .archive.category .section.posts_list article.item .cover-content .h6 {
    margin-bottom: 0;
  }

  .archive.category .section.posts_list article.item {
    margin-bottom: 0;
  }

  .archives.archive-posts {
    padding-bottom: 30px;
  }

  .section.section-title {
    padding: 70px 0;
  }
}
@media only screen and (max-device-width: 992px) {
  .home .is-sticky .menu-lines {
    color: #000;
  }

  .inside-header .widget-group .off-canvas-content {
    display: block;
  }

  .home .menu-lines {
    color: #000;
  }

  .off-canvas.is-open .menu-lines {
    color: #fff;
  }

  .menu-lines {
    color: #000;
  }

  .off-canvas {
    background-color: #003049;
  }

  .mobile-menu.menu > li > a {
    font-size: 20px;
  }

  .home .site-header {
    border-bottom: none;
  }

  .woocommerce-sorting {
    justify-content: flex-start;
  }

  .section.section-title .title {
    font-size: 22px;
  }

  .section.single-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content h5 a {
    font-size: 24px;
    line-height: 28px;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 .cover-content .excerpt {
    font-size: 14px;
    -webkit-line-clamp: 4;
    min-height: 96px;
  }

  .posts_list.w-posts-2 .inner-wrapper .hb_news_0 a.d-block .res {
    /*padding-bottom: 85%;*/
  }

  .hb_home_desgin .hb_news_list .cell article.item a.d-block {
    flex: 0 0 212px;
  }

  .hb_home_desgin .hb_news_list .cell article.item .cover-content .excerpt {
    line-height: 18px;
  }

  section.section .heading-title {
    font-size: 24px;
  }

  .hb_postitem_all a.view-all {
    font-size: 14px;
  }

  .hb_home_desgin .hb_home_right h2.heading-title {
    /*font-size: 22px;*/
  }

  .hb_home_desgin .hb_home_right a.view-all {
    font-size: 12px;
  }

  .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item a.d-block {
    flex: 0 0 100%;
    margin-right: 0;
    height: auto;
  }

  .hb_home_desgin .hb_news_list .cell article.item .cover-content {
    /*padding: 5px 0;*/
  }

  .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content h6 a {
    font-size: 15px;
    -webkit-line-clamp: 2;
    min-height: 38px;
  }

  .hb_home_desgin .hb_home_right .cell {
    padding-bottom: 5px;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }

  .site-footer .hb_grid_container .widget_text {
    width: 50%;
  }

  .site-footer .hb_grid_container .widget_text:first-child {
    padding-right: 15px;
  }

  .site-footer .hb_grid_container .widget_text:last-child {
    padding-left: 15px;
  }

  .images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap .html-title strong:first-child {
    font-size: 35px;
    margin-right: 20px;
    line-height: unset;
  }

  .images_carousel.w-images-carousel-2 .swiper .swiper-slide .item .content-wrap .html-title strong:last-child {
    font-size: 35px;
    line-height: unset;
  }

  .swiper .swiper-slide .item .html-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1079px) and (min-width: 992px) {
  .home .is-sticky .menu-lines {
    color: #000;
  }

  .inside-header .widget-group .off-canvas-content {
    display: block;
  }

  .home .menu-lines {
    color: #000;
  }

  .menu-lines {
    color: #000;
  }

  .off-canvas {
    background-color: black;
  }
}
@media only screen and (max-width: 1119px) and (min-width: 1080px) {
  .posts_list.w-posts-2 .inner-wrapper {
    justify-content: space-between;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }

  .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content h6 a {
    font-size: 14px;
  }
}
.hb_home_desgin .hb_news_list .cell article.item a.d-block {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 20px;
}
@media (max-width: 48.8625rem) {
  .hb_home_desgin .hb_news_list .cell article.item a.d-block {
    /*782px*/
    margin-right: 10px;
  }
}

.hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item a.d-block {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 10px;
  height: auto;
}
@media (max-width: 48.8625rem) {
  .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item a.d-block {
    /*782px*/
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 48.8625rem) {
  .hb_home_desgin .hb_home_right .posts_carousel.posts_list .hb_news_list .cell article.item .cover-content {
    /*782px*/
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

.hb_home_desgin .hb_home_left .widget_media_image {
  margin-bottom: 30px;
}
@media (max-width: 39.9875rem) {
  .hb_home_desgin .hb_home_left .widget_media_image {
    /*640px*/
    margin-bottom: 20px;
  }
}
.hb_home_desgin .hb_home_left .widget_media_image a {
  display: block;
}

@media (max-width: 48.8625rem) {
  .section.posts_list article.item .cover-content .excerpt {
    /*782px*/
    -webkit-line-clamp: 2;
    font-size: 16px !important;
  }
}

.hb_sidebar .section.posts_list article.item a.d-block {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 10px;
}
.text-center {
  text-align: center;
}
.hb_footer_ul li {
  padding-right: 20px;
}
.richText-content {
  display: flex;
  justify-content: left;
  align-items: center;
}
.richText-content p {
  float: left;
  margin: 0 10px 0 0;
}
.component-content p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 5px;
  color: #747480;
  line-height: 1.43;
}
.pagination .current a {
  color: #ffffff;
  border: none;
}

.h-search {
  width: 100%;
}

.h-search__group {
  display: flex;
  width: 100%
}

.h-search__input {
  flex: 1 0 0;
  min-width: 0;
  height: 44px;
  border-radius: 22px 0 0 22px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  padding: 0 20px
}

.h-search__btn {
  display: flex;
  width: 55px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0 22px 22px 0;
  background-color: #002d9c;
  color: #fff;
  font-size: 20px;
  cursor: pointer
}

#search {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  height: 100%;
}

#search.show {
  display: block;
}

.search-input-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 75%);
  opacity: .94;
}
.show-search {
  cursor: pointer;
}
.close-search {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  position: absolute;
  top: -65px;
  right: 0px;
  color: #ffffff;
}
.close-search i{
  font-size: 35px;
}
.search-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 458px;
}

.lang-item span{
    display: none;
}
.lang-item{
  opacity: 0.5;  filter: alpha(opacity=50);
}
.lang-item.current-lang{
  opacity: 1;  filter: alpha(opacity=100);
}

.lang-item.current-lang a{
  border: 1px solid #0c0c0c;
}

.comment-t {
  margin: 20px 0px 30px;
}
.comment-t .hb_title_text {
  margin-bottom: 20px;
}
.no-padding-top {
  padding-top: 0px !important;
}
.post-hot-home>.cell.first {
  width: 50%;
}

.post-hot-home>.cell.first .overlay-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.54), rgba(103, 103, 103, 0.1));
  display: flex;
  align-items: end;
  flex-flow: row wrap;
  color: #ffffff;
  border-radius: 8px;
}
.post-hot-home>.cell.first .cover-content {
  width: 100%;
}
.post-hot-home>.cell.first article.item .overlay-content .h6 a, .post-hot-home>.cell.first article.item .overlay-content a.pld-like-dislike-trigger, .post-hot-home>.cell.first article.item .overlay-content span.pld-count-wrap{
  color: #ffffff !important;
}

.post-hot-home>.cell.first article.item .overlay-content .feed-post-category a{
  color: #ffffff !important;
}

article.item {
  border-radius: 8px;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-attachment: scroll;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, rgb(229, 232, 239) 35.59%, rgb(220, 235, 239) 100%);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}

.w-posts-carousel-3 article.item {
  border-radius: 12px;
}
.cover-content {
  font-size: 14px;
  grid-column-end: auto;
  grid-column-start: 1;
  grid-row-end: auto;
  grid-row-start: 2;
  height: 96px;
  line-height: 20px;
  overflow: hidden;
  padding: 12px 16px 0px;
}
.cover-content.small {
  height: 80px;
}
.total-statistics {
  display: flex;
  font-size: 14px;
  padding: 0px 16px 16px;
}
.total-statistics .fas{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.total-statistics span {
  padding-right: 10px;
}
.total-statistics .fa-thumbs-up:before {
  content: "\f087"
}
.total-statistics .fa-thumbs-down:before {
  content: "\f088"
}

.total-statistics .pld-common-wrap {
  display: inline-block;
  min-width: unset !important;
  margin-right: 5px !important;
}
.total-statistics .pld-like-dislike-wrap {
  display: inline-block;
  margin-bottom: 0px !important;
}
.padding-top-section {
  padding-top: 0.9375rem;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-right {
  width: 100% !important;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-right #ftwp-contents {
  width: 100% !important;
}
.show-detail-info {
  display: flex;
}
.show-detail-info li {
  margin-right: 35px;
}
.show-total-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;

}
.show-total-share .total-statistics{
  padding: 0px;
}

/*=====================================
 Comment Template CSS
========================================*/

.comments-area {
  margin-top: 40px;
}

.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-meta {
  margin-bottom: 20px;
}

.comment-meta a {
  color: #333;
}

.comment-meta img {}

.comment-author.vcard {
  position: relative;
  padding-left: 50px;
}

.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 5px;
}

.comment-metadata {
  margin-left: 50px;
}

.comments-area table {
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.comments-area th {
  background: #278cc1;
  color: #fff;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

.comment-reply-link {
  background: #1e71f9;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
}

.comment-list li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.comment-metadata {
  font-size: 80%;
}

.comment-reply-link {
  margin-top: 10px;
  display: none;
}

.comment-list li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-list li ol.children ol.children {
  padding-left: 20px;
}

.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 40px;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  margin-bottom: 20px;
}

.comment-form input[type=submit] {
  width: auto;
}
.icon-video {
  position: absolute;
  z-index: 11;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
.heading-title a {
  color: #000;
}
input[type='submit'] {
  background: linear-gradient(135deg,#00572d,#00573e);
  border: none;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 5px;
}

.language-des .gtranslate_wrapper {
  display: flex;
  gap: 5px;
}
.language-des .gtranslate_wrapper select {
  margin-bottom: 0px;
}
.language-des .glink {
  filter: grayscale(100%);
}
.language-des .glink.gt-current-lang {
  filter: grayscale(0%);
}
.language-des img {
  width: 24px;
}
.subscribe .fa-close {
  display: none;
}
.subscribe.close-box .fa-close {
  display: block;
}
.subscribe.close-box .fa-mouse-pointer {
  display: none;
}
.subscribe {
     display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 5px;
    border-radius: 6px;
    height: 100%;
    letter-spacing: 1px;
    cursor: pointer;
    gap: 5px;
    border: 1px solid #ffffff;
}
.newsletter_box {
  display: none;
position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100000;
    width: 100%;
    background: #09739a;
}
.newsletter_box div.tnp-subscription {
    margin: 8px auto;
}

.newsletter_box.show {
  display: block;
}

.newsletter_box .newsletter_form form {
  display: flex;
  gap: 15px;
  align-items: end;
}
.newsletter_box .newsletter_form form  .tnp-submit {
  height: 38px;
  padding: 0px 15px;
  cursor: pointer;
}

@media (min-width: 64.0625rem) {
  .images_carousel.w-images-carousel-2 .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    background: #ffffff;
  }
  .swiper.swiper-initialized~.swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
    border: 1px solid #0000
  }
  .swiper.swiper-initialized~.swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
    border: 1px solid #0000
  }
  .images_carousel.w-images-carousel-2 .swiper-controls .swiper-button svg {
    fill: #00000052;
    color: #000;
  }

  .su-image-carousel button.flickity-prev-next-button {
    opacity: 1 !important;
  }
  .su-image-carousel button.flickity-prev-next-button.previous {
    left: -20px !important;
    border: 1px solid #000000;
  }
  .su-image-carousel button.flickity-prev-next-button.next {
    right: -15px !important;
    border: 1px solid #000000;
  }
}
 .hb_footer_ul {

        list-style: none;
    margin-left: 0px;
  }
  .inside-header .custom-logo-link {
    display: block;
    width: 205px;
}
.newsletter_box .fa-close {
    display: none;
    cursor: pointer;
}
.newsletter_box.show .fa-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 35px;
}
.footer-content-colum{
    display: flex;
    justify-content: center;
}
//  .post-hot-home {
//          width: 100%;
  }
@media only screen and (max-width: 768px) {
    .header-widgets .language-des {
    display: none;
        
    }
  .search-content {
    min-width: 90%;
  }
  .section.section-title .title-bg {
    background: #01b0f1 !important;
  }
  .language-des .lang-item{
    display: none;
  }
  .show-detail-info {
    display: block;
  }
  .show-total-share .total-statistics {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section.single-post .col-content .terms {
    padding-bottom: 20px;
    padding-top: 0px;
  }
  .cover-content {
    height: 95px;
  }
  .cover-content.small {
    height: 80px;
  }
  .cover-content.lager {
    height: 115px;
  }

  .post-hot-home>.cell.first {
    width: 100%;
  }
  .hb_footer_ul {
    margin-top: 20px;
 
  }
  .footer-credit {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .banner-footer {
    width: 100%;height: auto
  }
  .swiper.swiper-initialized~.swiper-controls .swiper-button.swiper-button-prev {
    left: 0px;
  }
  .swiper.swiper-initialized~.swiper-controls .swiper-button.swiper-button-next {
    right: 0px;
  }
  .inside-header .grid-container .site-logo {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .inside-header .grid-container .header-widgets {
    position: absolute;
    right: 12px;
  }
  .inside-header .grid-container .off-canvas-content {
    position: absolute;
    left: 0px;
  }

  .w-posts-carousel-3 .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    background: transparent;
    border: 1px solid #f5f5f5 !important;
  }
  .swiper-controls .swiper-button svg {
    fill: #ffffff;
    color: #ffffff;
    font-size: 18px;
  }
  .swiper.swiper-initialized ~ .swiper-controls .swiper-button {
    background: transparent;
  }
}
