/* general */
/* latin-ext */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Outfit/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4i0ExAo.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Outfit/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4a0Ew.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Poppins";
  font-size: 16px;
  color: #414141;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #F9FFFF;
}
.post-item {
  display: flex;
  flex-direction: column;
  border-bottom: 0.5px solid #313131;
}
.post-item .post-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
  max-height: 199px;
  vertical-align: middle;
}
.post-item .post-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #313131;
  margin-bottom: 8px;
}
.post-item .post-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 23px;
}
.post-item .post-info a {
  color: #313131;
  opacity: 0.5;
}
.post-item .post-info .post-time {
  display: flex;
  align-items: center;
  opacity: 0.5;
  min-width: 103px;
}
#sidebar .post-item .post-info .post-time {
  width: 255px;
}
.post-item .post-info .post-time img {
  margin-right: 4px;
}
.post-item .post-tag {
  margin-bottom: 16px;
}
.post-item .post-tag a {
  color: #ffffff !important;
  width: max-content;
  padding: 4px 16px;
  background: #0d152e;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.post-item .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.button-blue-shadow-black {
  padding: 16px 32px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #313131;
  line-height: 19.52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d8f4f5;
  border: 0.5px solid #0d152e;
  box-shadow: 8px 8px 0px #000000;
  text-transform: uppercase;
}
.button-blue-shadow-black img {
  margin-left: 24px;
}
.container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
.count-start {
  counter-reset: css-counters 0;
}
.count-start ~ h3:before {
  counter-increment: css-counters;
  content: counter(css-counters) ".";
  display: inline-block;
  margin-right: 5px;
}
.count-end ~ h3:before {
  display: none;
}
.part-opacity {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  body {
    font-sze: 14px;
  }
  .post-item .post-title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .post-item .post-info {
    display: block;
    font-size: 12px;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  word-break: break-word;
}
.clear {
  clear: both;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
img {
  max-width: 100%;
  border: none;
  height: auto;
}
main {
  display: block;
}
.height100 {
  height: 100%;
}
.image-fit {
  display: block;
  overflow: hidden;
}
.image-fit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  line-height: 100%;
}
.list-inline {
  letter-spacing: -0.3em;
}
.list-inline .item-inline {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.inline-middle .item-inline {
  vertical-align: middle;
}
.relative-section {
  position: relative;
}
.section-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.font900 {
  font-weight: 900;
}
.font800 {
  font-weight: 800;
}
.font700 {
  font-weight: 700;
}
.font600 {
  font-weight: 600;
}
.font500 {
  font-weight: 500;
}
.font400 {
  font-weight: 400;
}
.font300 {
  font-weight: 300;
}
.animated-delay2 {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated-delay3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated-delay4 {
  -webkit-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated-delay5 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated-delay6 {
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.list-flex {
  display: flex;
  flex-wrap: wrap;
}
.list-flex.flex-inline {
  flex-wrap: inherit;
}
.flex-center {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flex-end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flex-three .item-flex {
  width: 33.33%;
}
.flex-two .item-flex {
  width: 50%;
}
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
}
:focus {
  outline: none !important;
}
.toogle-menu {
  border: 0 none;
  display: none;
  height: 23px;
  width: 28px;
  z-index: 999;
  cursor: pointer;
  outline: 0;
  float: right;
  background: none;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
}
.toogle-menu span {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.toogle-menu span::after, .toogle-menu span::before {
  font-size: 0;
  height: 3px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  content: "";
}
.toogle-menu span::after {
  transform: translateY(310%);
}
.toogle-menu span::before {
  transform: translateY(-310%);
}
.toogle-menu.exit span {
  background: transparent;
}
.toogle-menu.exit span::before {
  transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
  transform: translateY(0px) rotate(-45deg);
}
.on-sp {
  display: none !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .on-pc {
    display: none;
  }
  .on-sp {
    display: block !important;
  }
  html, body {
    overflow-x: hidden;
  }
}
#header {
  border-bottom: 0.5px solid #000000;
  position: relative;
}
#header .container-header {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Outfit";
  margin: auto;
}
#header a {
  color: #000000;
  text-decoration: none;
}
#header .logo-header {
  vertical-align: middle;
  margin-top: 4px;
}
#header .header-right {
  display: flex;
  gap: 0 32px;
  align-items: center;
}
#header .header-right .list-menu-header ul {
  display: flex;
  align-items: center;
  gap: 0px 32px;
}
#header .header-right .list-menu-header ul li {
  cursor: pointer;
}
#header .header-right .list-menu-header ul li a {
  display: flex;
  align-items: center;
}
#header .header-right .list-menu-header ul li a span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
#header .header-right .list-menu-header ul li a img {
  margin-left: 4px;
}
#header .header-right .search-toggle {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/header/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#header .header-right .search-toggle.active {
  background-image: url("../images/header/close-icon.svg");
}
#header .header-search-form {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 100%;
  padding: 10px 0;
  background: #f6f6f6;
}
#header .header-search-form .search-box {
  height: 49px;
  background: #f6f6f6;
  border-radius: 8px;
  position: relative;
  padding-right: 50px;
}
#header .header-search-form .search-input {
  padding: 12.5px 16px;
  width: 100%;
  background: transparent;
  border: initial;
}
#header .header-search-form .search-icon {
  position: absolute;
  top: 10px;
  right: 16px;
  border: none;
  background: transparent;
}
@media (max-width: 1199px) {
  #header .list-menu-header {
    display: none;
  }
  #header .container-header {
    padding: 8px 16px;
  }
  #header .container-header .logo {
    width: 80px;
  }
  #header .header-right {
    gap: 0 16px;
  }
  .menu-toggle {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("../images/menu-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
#footer {
  width: 100%;
  border-top: 0.5px solid #000000;
  font-family: "Poppins";
}
#footer .section-contact-footer {
  border-bottom: 0.5px solid #000000;
}
#footer .section-contact-footer .container {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .section-contact-footer .link-logo-footer {
  margin-right: 12%;
}
#footer .section-contact-footer .contact-form-footer {
  height: 40px;
  max-height: 40px;
  width: 540px;
  display: flex;
  align-items: center;
  border: 0.5px solid #0d152e;
}
#footer .section-contact-footer .contact-form-footer .wrap-input-contact {
  width: 100%;
  padding: 10px 24px;
}
#footer .section-contact-footer .contact-form-footer .wrap-input-contact input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  font-family: "Outfit";
}
#footer .section-contact-footer .contact-form-footer .contact-form-footer-button-custom {
  height: 100%;
  padding: 8px 16px;
  display: flex;
  min-width: 122px;
  background: #0d152e;
  border: 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
#footer .section-contact-footer .contact-form-footer .contact-form-footer-button-custom img {
  margin-left: 8px;
}
#footer .section-contact-footer .list-social-footer {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
#footer .section-contact-footer .list-social-footer .text-social-footer {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
#footer .section-contact-footer .list-social-footer ul {
  display: flex;
  gap: 0 16px;
}
#footer .section-menu-footer .container {
  padding: 40px 0;
}
#footer .section-menu-footer a {
  text-decoration: none;
  color: #000000;
}
#footer .section-menu-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
}
#footer .section-menu-footer ul > li {
  width: calc(100% / 4);
}
#footer .section-menu-footer ul > li > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
}
#footer .section-menu-footer ul > li ul {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px 0;
}
#footer .section-menu-footer ul > li ul li {
  display: block;
  text-decoration: none;
  width: auto;
}
#footer .section-menu-footer ul > li ul li a {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
#footer .section-policy {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 32px;
}
#footer .section-policy ul {
  display: flex;
  gap: 0 32px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
}
#footer .section-policy ul li {
  display: flex;
}
#footer .section-policy ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
#footer .section-policy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #footer .section-contact-footer .container {
    padding: 16px;
    flex-wrap: wrap;
  }
  #footer .section-contact-footer .contact-form-footer {
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
  #footer .section-contact-footer .contact-form-footer .wrap-input-contact {
    padding: 0 16px;
  }
  #footer .section-contact-footer .contact-form-footer .wrap-input-contact input {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
  }
  #footer .section-contact-footer .link-logo-footer {
    width: 50%;
    margin: 0;
  }
  #footer .section-contact-footer .list-social-footer {
    width: 50%;
    display: block;
    text-align: right;
  }
  #footer .section-contact-footer .list-social-footer ul {
    margin-top: 8px;
    justify-content: flex-end;
  }
  #footer .section-menu-footer .container {
    padding: 24px 16px;
  }
  #footer .section-menu-footer ul {
    gap: 24px 16px;
  }
  #footer .section-menu-footer ul li {
    width: calc(50% - 8px);
  }
  #footer .section-policy {
    display: block;
    padding: 16px;
  }
  #footer .section-policy ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  #footer .section-policy ul li {
    display: inline-block;
    margin: 0 8px 8px;
  }
  #footer .section-policy p {
    text-align: center;
  }
}
.breadcrumbs-nav #breadcrumbs {
  padding: 24px 0;
  font-family: "Outfit";
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #000;
}
.breadcrumbs-nav a {
  color: rgba(49, 49, 49, 0.5);
}
.breadcrumbs-nav a:hover {
  color: #313131;
}
.breadcrumbs-nav span {
  color: #313131;
}
.time-of-post {
  color: rgba(49, 49, 49, 0.5);
  padding-left: 20px;
  background-image: url("../images/home/feature-icon-clock.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
}
.news-list {
  margin: 0 -8px;
}
.news-list li {
  margin-top: 40px;
  padding: 0 8px;
}
.news-list li .news-item {
  border-bottom: 1px solid rgba(13, 21, 46, 0.5);
  padding-bottom: 24px;
}
.news-list li .news-item img {
  display: block;
}
.news-list li .news-item .info {
  padding-top: 16px;
}
.news-list li .news-item .info h3 {
  font-size: 16px;
  line-height: 28px;
  color: #313131;
}
.news-list li .news-item .info h3 a {
  color: #313131;
}
.news-list li .news-item .info .post-info {
  margin: 8px 0;
}
.news-list li .news-item .info .post-info a {
  color: #313131;
  opacity: 0.5;
}
.news-list li .news-item .info .des {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}
.read-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  background-image: url(../images/home/trending-icon-arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center right;
  padding-right: 32px;
  margin-top: 8px;
}
.pagi-custom {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -0.4em;
}
.pagi-custom a, .pagi-custom span {
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
  color: #313131;
}
.pagi-custom span {
  background: #d8f4f5;
}
@media (max-width: 1199px) {
  .breadcrumbs-nav #breadcrumbs {
    padding: 12px 0;
  }
  .news-list li {
    margin-top: 24px;
  }
}
/* pages */
#home-main .home-container {
  max-width: 1440px;
  font-family: Poppins;
  padding: 40px 170px;
  box-sizing: border-box;
  margin: auto;
}
#home-main .home-container a {
  color: #313131;
  text-decoration: none;
}
#home-main .home-container .home-section-top-news {
  width: 100%;
  display: flex;
  margin-bottom: 48px;
}
#home-main .home-container .home-section-top-news .home-top-news-left {
  width: 23.6%;
}
#home-main .home-container .home-section-top-news .home-top-news-right {
  width: 23.6%;
}
#home-main .home-container .home-section-top-news .home-top-news-center {
  padding: 0px 20px;
  width: calc(100% - 23.6% - 23.6%);
  box-sizing: border-box;
}
#home-main .home-container .home-new-item-tag {
  margin-bottom: 16px;
}
#home-main .home-container .home-new-item-tag a {
  color: #ffffff;
  width: max-content;
  padding: 4px 16px;
  background: #0d152e;
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}
#home-main .home-container .home-new-item-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #313131;
  margin-bottom: 8px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 23px;
}
#home-main .home-container .home-new-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#home-main .home-container .home-new-item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-main .home-container .home-top-new-item {
  display: flex;
  flex-direction: column;
  border-bottom: 0.5px solid #313131;
  margin-bottom: 32px;
}
#home-main .home-container .home-top-new-item img {
  display: block;
}
#home-main .home-container .home-top-new-item-center .home-top-new-item-image {
  height: 306px;
  vertical-align: middle;
}
#home-main .home-container .home-top-new-item-center .home-new-item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #313131;
  margin-top: 16px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}
#home-main .home-container .home-top-new-item-center .home-new-item-author {
  margin-top: 0;
  margin-bottom: 8px;
}
#home-main .home-container .home-top-new-item-center .home-new-item-tag a {
  padding: 8px 16px;
}
#home-main .home-container .home-top-new-item-center .home-new-item-description {
  margin-bottom: 16px;
}
#home-main .home-container .section-block-title {
  border-bottom: 0.5px solid #313131;
  max-height: 70px;
}
#home-main .home-container .section-block-title .section-title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#home-main .home-container .home-section-collections {
  margin-bottom: 80px;
}
#home-main .home-container .home-section-collections .list-collection {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
#home-main .home-container .home-section-collections .list-collection .collection-item {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home-main .home-container .home-section-collections .list-collection .collection-item img {
  width: 100px;
  height: 100px;
}
#home-main .home-container .home-section-collections .list-collection .collection-item .collection-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 122.02%;
  text-align: center;
  margin-top: 16px;
}
#home-main .home-container .home-section-features {
  margin-bottom: 80px;
}
#home-main .home-container .home-section-features .home-list-feature {
  display: flex;
  width: 100%;
  gap: 56px 16px;
  margin-top: 40px;
  flex-wrap: wrap;
  font-family: Poppins;
}
#home-main .home-container .home-section-features .home-list-feature .home-list-feature-item {
  width: calc((100% / 3) - 11px);
}
#home-main .home-container .home-section-trending {
  margin-bottom: 80px;
}
#home-main .home-container .home-section-trending .home-list-trending {
  display: flex;
  width: 100%;
  gap: 40px 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item {
  width: calc((100% / 3) - 22px);
  display: flex;
  padding-bottom: 16px;
  border-bottom: 0.5px solid #313131;
  max-height: 196px;
  gap: 0 16px;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .image-fit {
  width: 100%;
  min-height: 180px;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-image {
  object-fit: cover;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 149px;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right .home-trending-item-title {
  max-height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #313131;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right a span {
  margin: 0;
}
#home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right a img {
  margin-left: 8px;
}
#home-main .home-container .home-section-your-choices {
  margin-bottom: 40px;
}
#home-main .home-container .home-section-your-choices .section-block-title-your-choices-custom {
  display: flex;
  justify-content: space-between;
  height: max-content;
  max-height: max-content;
}
#home-main .home-container .home-section-your-choices .home-list-your-choices {
  display: flex;
  width: 100%;
  gap: 52px 16px;
  margin-top: 40px;
  flex-wrap: wrap;
  font-family: Poppins;
}
#home-main .home-container .home-section-your-choices .home-list-your-choices .home-list-your-choices-item {
  width: calc((100% / 3) - 11px);
  max-height: 348px;
}
#home-main .home-container .home-section-your-choices .button-blue-shadow-black {
  width: max-content;
  margin: auto;
  margin-top: 40px;
}
#home-main .home-container .home-section-your-choices .home-your-choices-list-category {
  display: flex;
  max-width: 612px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  gap: 8px 16px;
  margin-bottom: 16px;
}
#home-main .home-container .home-section-your-choices .home-your-choices-list-category .home-your-choices-category-item {
  padding: 8px 16px;
  cursor: pointer;
  text-transform: uppercase;
  height: 33px;
}
#home-main .home-container .home-section-your-choices .home-your-choices-list-category .home-your-choices-category-item h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17.08px;
  text-align: center;
  text-transform: uppercase;
  color: #313131;
}
#home-main .home-container .home-section-your-choices .home-your-choices-list-category .home-your-choices-category-item:hover {
  background: #d8f4f5;
  border: 0.5px solid #0d152e;
  box-shadow: 4px 4px 0px #000000;
  color: #101c3d;
}
#home-main .home-container .home-section-your-choices .home-your-choices-list-category .home-your-choices-category-item-active {
  background: #d8f4f5;
  border: 0.5px solid #0d152e;
  box-shadow: 4px 4px 0px #000000;
  color: #101c3d;
}
@media (max-width: 1199px) {
  #home-main .home-container {
    padding: 40px 16px 16px;
  }
  #home-main .home-container .home-section-top-news {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #home-main .home-container .home-section-top-news .home-top-news-left {
    order: 1;
    width: 50%;
    padding-right: 8px;
  }
  #home-main .home-container .home-section-top-news .home-top-news-right {
    order: 2;
    width: 50%;
    padding-left: 8px;
  }
  #home-main .home-container .home-section-top-news .home-top-news-center {
    padding: 0;
    width: 100%;
  }
  #home-main .home-container .home-section-top-news .home-top-news-center h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #home-main .home-container .home-section-top-news .home-top-news-center .home-new-item-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  #home-main .home-container .home-top-new-item {
    margin-bottom: 24px;
  }
  #home-main .home-container .home-new-item-author {
    margin-top: 8px;
  }
  #home-main .home-container .home-new-item-tag {
    margin-bottom: 8px;
  }
  #home-main .home-container .section-block-title .section-title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 4px;
  }
  #home-main .home-container .home-section-collections {
    margin-bottom: 40px;
  }
  #home-main .home-container .home-section-collections .list-collection {
    margin-top: 16px;
    flex-wrap: wrap;
  }
  #home-main .home-container .home-section-collections .list-collection .collection-item {
    width: calc(100% / 2);
    margin-bottom: 24px;
  }
  #home-main .home-container .home-section-features {
    margin-bottom: 40px;
  }
  #home-main .home-container .home-section-features .home-list-feature {
    margin-top: 24px;
    gap: 24px 16px;
  }
  #home-main .home-container .home-section-features .home-list-feature .home-list-feature-item {
    width: calc((100% / 2) - 11px);
  }
  #home-main .home-container .home-section-trending {
    margin-bottom: 40px;
  }
  #home-main .home-container .home-section-trending .home-list-trending {
    gap: 24px 12px;
    margin-top: 24px;
  }
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item {
    max-height: inherit;
    width: calc(50% - 12px);
  }
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item .image-fit {
    min-height: 25vw;
  }
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right {
    width: 100%;
    max-width: 100%;
  }
  #home-main .home-container .home-section-your-choices .section-block-title-your-choices-custom {
    display: block;
  }
  #home-main .home-container .home-section-your-choices .section-block-title-your-choices-custom .section-title {
    margin-bottom: 8px;
  }
  #home-main .home-container .home-section-your-choices .home-your-choices-list-category {
    justify-content: flex-start;
    gap: 8px 7px;
  }
  #home-main .home-container .home-section-your-choices .home-list-your-choice {
    margin-top: 16px;
    gap: 24px 16px;
  }
  #home-main .home-container .home-section-your-choices .home-list-your-choice .home-list-your-choices-item {
    width: calc((100% / 2) - 11px);
  }
}
@media (max-width: 767px) {
  #home-main .home-container .home-section-trending .home-list-trending {
    gap: 24px 0;
  }
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item {
    width: 100%;
  }
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item .image-fit {
    height: 46vw;
  }
  #home-main .home-container .home-section-your-choices .home-list-your-choices .home-list-your-choices-item {
    width: 100%;
  }
}
.content-single {
  padding-bottom: 40px;
}
.content-single .single-left {
  width: calc(100% - 318px);
  border-right: 1px solid #313131;
  padding: 40px 32px 0 0;
}
.content-single .single-left .single-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #313131;
  margin: 0 0 25px;
}
.content-single .single-left .single-author {
  border-top: 1px solid #0D152E;
  border-bottom: 1px solid #0D152E;
  margin: 0 0 25px;
}
.content-single .single-left .single-author .item-flex {
  width: 100%;
  border-left: 1px solid #0D152E;
  padding: 8px 24px 8px 24px;
}
.content-single .single-left .single-author .item-flex .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.content-single .single-left .single-author .item-flex .info {
  width: calc(100% - 50px);
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: rgba(49, 49, 49, 0.5);
}
.content-single .single-left .single-author .item-flex .info a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #313131;
  display: block;
  margin: 0 0 8px;
}
.content-single .single-left .single-author .item-flex:first-child {
  border: none;
  padding-left: 0;
}
.content-single .single-left .pdes-meta {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  margin: 0 0 60px;
}
.content-single .single-left .pdetail-fimage {
  margin: 0 0 62px;
}
.content-single .single-left .pdetail-fimage .caption-image {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #313131;
  opacity: 0.5;
}
.content-single #sidebar {
  width: 318px;
  padding: 24px 0 0 32px;
}
.content-single #sidebar h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
  margin: 0 0 24px;
}
.content-single #sidebar .widget-news ul li {
  border-bottom: 1px solid #0D152E;
  padding: 16px 0;
  margin-bottom: 24px;
}
.content-single #sidebar .widget-news ul li .info {
  padding-top: 16px;
}
.content-single #sidebar .widget-news ul li .info h3 {
  font-size: 16px;
  line-height: 28px;
  color: #313131;
}
.content-single #sidebar .widget-news ul li .info h3 a {
  color: #313131;
}
.content-single #sidebar .widget-news ul li .info .post-info {
  margin: 8px 0;
}
.content-single #sidebar .widget-news ul li .info .post-info a {
  color: #313131;
  opacity: 0.5;
}
.content-single #sidebar .widget-news ul li .info .des {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}
.content-single #sidebar .widget-news ul li .info .read-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  background-image: url("../images/home/trending-icon-arrow.svg");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center right;
  padding-right: 32px;
  margin-top: 8px;
}
.extra-content p {
  margin: 0 0 16px;
  line-height: 24px;
}
.extra-content a {
  color: #36B6B9;
}
.extra-content h2 {
  margin: 60px 0 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #2C2C2C;
}
.extra-content h2:first-child {
  margin-top: 0;
}
.extra-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2C2C2C;
  margin: 0 0 8px;
}
.extra-content ul, .extra-content ol {
  margin: 0 0 32px;
}
.extra-content ul li, .extra-content ol li {
  line-height: 24px;
  margin: 0 0 8px;
}
.extra-content ul li:last-child, .extra-content ol li:last-child {
  margin: 0;
}
.extra-content .wp-block-yoast-faq-block {
  counter-reset: faq-counters 0;
}
.extra-content .wp-block-yoast-faq-block .schema-faq-section:before {
  counter-increment: faq-counters;
  content: counter(faq-counters) ".";
  display: inline-block;
  margin-right: 5px;
}
.extra-content ul li {
  position: relative;
  padding-left: 16px;
}
.extra-content ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3CCACE;
  border-radius: 50%;
  top: 8px;
  left: 0;
  position: absolute;
}
.extra-content ol {
  padding-left: 16px;
}
.extra-content ol li {
  list-style: decimal !important;
}
.extra-content ol li::marker {
  color: #3CCACE;
}
.extra-content .box-hightlight {
  background: #D8F4F5;
  border: 0.5px solid #0D152E;
  box-shadow: 8px 8px 0px #000000;
  padding: 16px;
  color: #313131;
  margin-bottom: 30px;
}
.extra-content .box-hightlight h3 {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #313131;
  margin: 0 0 16px;
}
.extra-content .box-hightlight ul {
  list-style: none;
  margin: 0;
}
.extra-content .box-hightlight ul li {
  color: #313131;
  margin: 0 0 16px;
}
.extra-content .box-hightlight ul li:before {
  width: 6px;
  height: 6px;
  background: #000;
}
.extra-content .box-hightlight a {
  color: #313131;
}
.extra-content .box-hightlight ol li a {
  color: #313131;
}
.extra-content blockquote {
  background: #0D152E;
  padding: 56px 145px 24px;
  position: relative;
  margin: 32px 0;
}
.extra-content blockquote p {
  color: #FFFFFF;
  margin: 0 0 16px;
}
.extra-content blockquote cite {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #42E8E0;
  text-align: right;
  display: block;
  font-style: normal;
}
.extra-content blockquote:before, .extra-content blockquote:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.extra-content blockquote:before {
  top: 24px;
  left: 80px;
  background-image: url("../images/quote-left.svg");
}
.extra-content blockquote:after {
  bottom: 24px;
  right: 80px;
  background-image: url("../images/quote-right.svg");
}
.extra-content .margin-small {
  margin: 0 0 8px !important;
}
.extra-content .product-item {
  margin: 32px 0;
  border-top: 1px solid #0D152E;
  border-bottom: 1px solid #0D152E;
  gap: 0;
  align-items: center !important;
}
.extra-content .product-item .wp-block-column:last-child {
  padding: 24px;
  border-left: 1px solid #0D152E;
}
.extra-content .product-item ul {
  margin: 16px 0;
}
.extra-content .product-item ul li {
  padding-left: 24px;
  background-position: left 8px;
  background-image: url("../images/checked.svg");
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 32px;
  color: #414141;
  margin: 0 0 16px;
}
.extra-content .product-item ul li:last-child {
  margin: 0;
}
.extra-content .product-item p:last-child {
  margin: 0;
}
.extra-content .product-item p.btn-nav a, .extra-content .product-item a.btn-nav,
.btn-custom a {
  background: #D8F4F5;
  border: 0.5px solid #0D152E;
  box-shadow: 8px 8px 0px #000000;
  min-width: 217px;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #313131;
  display: inline-block;
}
.product-multi .btn-custom a {
	margin-top:16px;
}
.extra-content .product-item p.btn-nav a:after, .extra-content .product-item a.btn-nav:after,
.btn-custom a:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-link.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 24px;
  vertical-align: middle;
}
.extra-content .product-item .wp-block-image {
  position: relative;
  top: 5px;
}
.extra-content .product-item .wp-block-image img {
  width: auto !important;
  height: auto !important;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.extra-content .alternative-brand-block {
  margin-bottom: 30px;
  gap: 0;
  border: 1px solid #313131;
}
.extra-content .alternative-brand-block .wp-block-column {
  border-left: 1px solid #313131;
}
.extra-content .alternative-brand-block .wp-block-column:first-child {
  border: none;
}
.extra-content .alternative-brand-block h3, .extra-content .alternative-brand-block ul, .extra-content .alternative-brand-block .btn-col {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  padding: 8px;
  border-bottom: 1px solid #313131;
  margin: 0;
}
.extra-content .alternative-brand-block .btn-col {
  border: none;
}
.extra-content .alternative-brand-block h3 {
  background: rgba(13, 21, 46, 0.8);
  color: #fff;
  font-weight: 600;
}
.extra-content .pros-list li, .extra-content .cons-list li {
  padding-left: 24px;
  background-position: left 8px;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 32px;
  color: #414141;
  margin: 0 0 10px;
}
.extra-content .pros-list li:before, .extra-content .cons-list li:before {
  display: none;
}
.extra-content .cons-list li {
  background-image: url(../images/cons.svg);
}
.csource-more {
  background: #D8F4F5;
  border: 0.5px solid #0D152E;
  box-shadow: 8px 8px 0px #000000;
  padding: 16px 16px 32px;
}
.csource-more h3 {
  font-size: 24px;
  line-height: 36px;
  color: #313131;
}
.csource-more h3:after {
  width: 48px;
  height: 4px;
  background: #313131;
  display: block;
  content: "";
  margin: 8px 0 24px;
}
.csource-more ol {
  padding-left: 16px;
}
.csource-more ol li {
  list-style: decimal !important;
}
.csource-more ol li::marker {
  color: #313131;
}
.more-post-list {
  margin: 80px 0;
}
.more-post-list h2 {
  font-size: 36px;
  line-height: 54px;
  color: #313131;
}
.more-post-list .news-list li {
  width: 50%;
}
@media (max-width: 1199px) {
  .content-single .single-inner {
    display: block;
  }
  .content-single .single-left {
    width: auto;
    border: none;
    padding-right: 0;
  }
  .content-single .single-left .single-title {
    font-size: 24px;
    line-height: 36px;
  }
  .content-single .single-left .single-author {
    display: block;
    padding: 0 24px;
  }
  .content-single .single-left .single-author .item-flex {
    padding: 18px 0;
    border: none;
    border-top: 1px solid #0D152E;
  }
  .content-single .single-left .single-author .item-flex:first-child {
    border: none;
  }
  .content-single .single-left .pdes-meta, .content-single .single-left .pdetail-fimage {
    margin: 0 0 40px;
  }
  .extra-content h2 {
    margin: 40px 0 16px;
    font-size: 24px;
    line-height: 36px;
  }
  .extra-content p {
    margin-bottom: 24px;
  }
  .extra-content .box-hightlight h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .extra-content blockquote {
    padding: 68px 32px 16px;
  }
  .extra-content blockquote:before {
    top: 16px;
    left: 16px;
  }
  .extra-content blockquote:after {
    bottom: 16px;
    right: 16px;
  }
  .extra-content blockquote cite {
    font-size: 16px;
    padding: 0 25px 3px 0;
  }
  .extra-content .product-item .wp-block-column:last-child {
    border: none;
    border-top: 1px solid #0D152E;
    padding: 24px 0;
  }
  #sidebar {
    display: none;
  }
  .more-post-list {
    margin: 40px 0 0;
  }
  .more-post-list h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: left;
  }
  .more-post-list .des {
    display: none;
  }
}
.extra-content .cproduct-list {
  background: #D8F4F5;
  border: 0.5px solid #0D152E;
  box-shadow: 8px 8px 0px #000000;
  padding: 24px 24px 32px;
}
.extra-content .cproduct-list h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #313131;
}
.extra-content .cproduct-list ul {
  margin: 0;
}
.extra-content .cproduct-list ul li {
  padding: 0;
}
.extra-content .cproduct-list ul li:before {
  display: none;
}
.extra-content .cproduct-list ul li a {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  border-bottom: 1px solid #121924;
  background-image: url("../images/arrow-down.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.extra-content .product-item ul li:before {
  display: none;
}
.extra-content .product-item ul li.cons-li {
  background-image: url(../images/cons.svg);
}
.extra-content .table-custom, .extra-content .benefit-table {
  margin-bottom: 30px;
}
.extra-content .table-custom figcaption, .extra-content .benefit-table figcaption {
  text-align: center;
  font-size: 14px;
  margin: 5px 0 0;
}
.extra-content .table-custom ul, .extra-content .benefit-table ul {
  margin: 0;
}
.extra-content .table-custom .pros-li, .extra-content .table-custom .cons-li, .extra-content .benefit-table .pros-li, .extra-content .benefit-table .cons-li {
  padding-left: 24px;
  background-position: left 8px;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 32px;
  color: #414141;
  margin: 0 0 16px;
}
.extra-content .table-custom .pros-li:before, .extra-content .table-custom .cons-li:before, .extra-content .benefit-table .pros-li:before, .extra-content .benefit-table .cons-li:before {
  display: none;
}
.extra-content .table-custom .cons-li, .extra-content .benefit-table .cons-li {
  background-image: url(../images/cons.svg);
}
.extra-content .table-custom table, .extra-content .benefit-table table {
  min-width: 700px;
}
.extra-content .table-custom tr td, .extra-content .benefit-table tr td {
  width: 20%;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  padding: 8px;
  border-color: #313131;
  background: rgba(216, 244, 245, 0.5);
}
.extra-content .table-custom tr td strong, .extra-content .benefit-table tr td strong {
  font-weight: 600;
}
.extra-content .table-custom tr:first-child td, .extra-content .benefit-table tr:first-child td {
  background: rgba(13, 21, 46, 0.8);
  color: #fff;
  font-weight: 600;
}
.extra-content .table-custom tr:nth-child(2n) td, .extra-content .benefit-table tr:nth-child(2n) td {
  background: #fff;
}
.extra-content .product-count-auto {
  counter-reset: product-counters 0;
}
.extra-content .product-count-auto h3:before {
  counter-increment: product-counters;
  content: counter(product-counters) ".";
  display: inline-block;
  margin-right: 5px;
}
.extra-content .count-start-step {
  counter-reset: step-counters 0;
}
.extra-content .count-start-step ~ h3:before {
  counter-increment: step-counters;
  content: "Step " counter(step-counters) " :";
  display: inline-block;
  margin-right: 5px;
}
.extra-content .count-end-step ~ h3:before {
  display: none;
}
.extra-content .wp-block-image figcaption {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #313131;
  opacity: 0.5;
}
.total-rating {
  margin: -40px 0 60px;
}
.total-rating .the-rating {
  margin: 0 -3px;
  display: inline-block;
}
.total-rating .rating-symbol {
  margin: 0 3px;
  font-size: 20px;
  color: rgba(13, 21, 46, 0.5);
}
.total-rating .rating-symbol span {
  color: #0D152E;
}
.total-rating .rating-val .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #0D152E;
  margin-left: 6px;
}
.total-rating .rating-val .rating-list {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  vertical-align: 3px;
}
.total-rating .rating-val .rating-list .show-rating-list {
  font-size: 16px;
  line-height: 24px;
  color: #0D152E;
  background-image: url("../images/note-icon.svg");
  background-repeat: no-repeat;
  padding-left: 28px;
  background-position: left center;
}
.total-rating .rating-val .rating-list .about-rating {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 370px;
  padding: 40px;
  background: #F9FFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  z-index: 9;
  color: #313131;
}
.total-rating .rating-val .rating-list .about-rating .tooltip-close {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/close-icon.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 24px;
  right: 24px;
}
.total-rating .rating-val .rating-list .about-rating h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #313131;
  margin: 0;
}
.total-rating .rating-val .rating-list .about-rating h3 a {
  color: #313131;
}
.total-rating .rating-val .rating-list .about-rating p {
  color: #313131;
  margin: 8px 0;
}
.total-rating .rating-val .rating-list .about-rating p a {
  color: #3CCACE;
}
.total-rating .rating-val .rating-list .about-rating p:last-child {
  margin-bottom: 0;
}
.total-rating .rating-val .rating-list .about-rating ul {
  margin: 24px 0 0;
  padding: 0;
}
.total-rating .rating-val .rating-list .about-rating ul li {
  display: flex;
  margin: 0 0 10px;
}
.total-rating .rating-val .rating-list .about-rating ul li .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  width: 100px;
}
.total-rating .rating-val .rating-list .about-rating ul li .rating-start {
  padding-left: 16px;
}
.total-rating .rating-val .rating-list .about-rating ul li:last-child {
  margin: 0;
}
.total-rating .rating-val .rating-list .about-rating:before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 13px solid #fff;
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.total-rating .rating-val .rating-list .about-rating.active {
  opacity: 1;
  visibility: visible;
  top: 45px;
}
@media (max-width: 768px) {
  .total-rating {
    margin: -20px 0 40px;
  }
  .total-rating .rating-val {
    position: relative;
  }
  .total-rating .rating-val .number {
    font-size: 20px;
    margin-left: 3px;
  }
  .total-rating .rating-val .rating-list {
    margin-left: 5px;
    vertical-align: 1px;
    position: static;
  }
  .total-rating .rating-val .rating-list .show-rating-list {
    font-size: 14px;
  }
  .total-rating .rating-val .rating-list .about-rating {
    padding: 24px;
    width: 350px;
  }
}
.cat-banner {
  background: #D8F4F5;
  border-bottom: 0.5px solid #0D152E;
  padding: 43px 0;
}
.cat-banner .breadcrumbs-nav #breadcrumbs {
  padding: 0;
  border: none;
}
.cat-banner .relative-section {
  padding-right: 250px;
}
.cat-banner h1 {
  font-size: 48px;
  line-height: 72px;
  color: #313131;
}
.cat-banner .des {
  color: #313131;
}
.cat-banner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 200px;
}
.cat-content {
  padding: 80px 0;
}
.cat-content .featured-list .hightlight-item {
  width: 65%;
}
.cat-content .featured-list .hightlight-item img {
  display: block;
}
.cat-content .featured-list .hightlight-item .info {
  padding: 16px 0;
}
.cat-content .featured-list .hightlight-item .info h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
.cat-content .featured-list .hightlight-item .info h3 a {
  color: #313131;
}
.cat-content .featured-list .hightlight-item .info .des {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}
.cat-content .featured-list .hightlight-item .info .read-more {
  margin-top: 16px;
}
.cat-content .featured-list .right-list {
  width: 35%;
  padding-left: 20px;
}
.cat-content .featured-list .right-list .news-list li {
  margin-top: 20px;
}
.cat-content .featured-list .right-list .news-list li:first-child {
  margin-top: 0;
}
.cat-content .featured-list .right-list .news-list li .news-item {
  padding-bottom: 16px;
}
.cat-content .featured-list .right-list .news-list li .post-info {
  margin-top: 0;
}
.cat-content .all-post {
  margin-top: 80px;
}
.cat-content .all-post h2 {
  font-size: 36px;
  line-height: 54px;
  color: #313131;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.5);
}
.cat-content .all-post .news-list li {
  width: 25%;
}
.cat-content .all-post .news-list li .news-item {
  padding-bottom: 16px;
}
.cat-content .all-post .news-list li .post-info {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cat-banner {
    padding: 16px 0;
  }
  .cat-banner .relative-section {
    padding-right: 90px;
  }
  .cat-banner h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .cat-banner .des {
    font-size: 12px;
  }
  .cat-banner img {
    width: 80px;
  }
  .cat-content {
    padding: 40px 0;
  }
  .cat-content .featured-list {
    display: block;
  }
  .cat-content .featured-list .hightlight-item {
    width: auto;
  }
  .cat-content .featured-list .hightlight-item .info h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .cat-content .featured-list .hightlight-item .info .post-info {
    display: flex;
  }
  .cat-content .featured-list .right-list {
    width: auto;
    padding: 24px 0 0;
  }
  .cat-content .featured-list .right-list .news-list {
    display: flex;
  }
  .cat-content .featured-list .right-list .news-list li {
    width: 50%;
    margin: 0;
  }
  .cat-content .all-post {
    margin-top: 40px;
  }
  .cat-content .all-post h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 4px;
  }
  .cat-content .all-post .news-list li {
    width: 50%;
  }
}
.author-container h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: #313131;
  text-transform: capitalize;
}
.author-container h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
}
.author-container h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #313131;
}
.author-container h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #313131;
}
.author-container .button-blue-shadow-black {
  padding: 8px 16px;
}
.author-container .author-content {
  max-width: 726px;
  margin: 0 auto;
  padding: 40px 0;
}
.author-container .author-content .author-info {
  margin: 0 auto;
  text-align: center;
}
.author-container .author-content .author-info img {
  width: 100%;
  height: auto;
}
.author-container .author-content .author-info .author-img {
  width: 182px;
  height: 182px;
  margin-bottom: 24px;
}
.author-container .author-content .author-info h1 {
  margin-bottom: 24px;
}
.author-container .author-content .author-info ul {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.author-container .author-content .author-info ul li img {
  width: 24px;
  height: 24px;
}
.author-container .author-content .author-content-link {
  margin-bottom: 40px;
}
.author-container .author-content .author-content-link ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.author-container .author-content .author-content-link ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 122%;
  color: #101c3d;
}
.author-container .author-content .des {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #313131;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.author-container .author-content .exp-edu:not(:last-child) {
  margin-bottom: 40px;
}
.author-container .author-content .exp-edu .title {
  padding-bottom: 8px;
  border-bottom: 1px solid #313131;
  margin-bottom: 20px;
}
.author-container .author-content .exp-edu ul {
  padding-left: 26px;
}
.author-container .author-content .exp-edu ul li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 15px;
}
.author-container .author-content .exp-edu ul li:before {
  content: "";
  position: absolute;
  background-image: url("../images/author/ellipse.svg");
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  display: block;
  left: 0;
  top: 14px;
}
.author-container .author-content .exp-edu ul li:last-child {
  margin-bottom: 0;
}
.author-container .author-content .exp-edu ul li h3 {
  position: relative;
  margin-bottom: 4px;
}
.author-container .author-content .exp-edu ul li h4 {
  margin-bottom: 4px;
}
.author-container .author-content .exp-edu ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(49, 49, 49, 0.5);
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .author-container .author-content .author-info .author-img {
    width: 148px;
    height: 148px;
  }
  .author-container .author-content .author-info h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .author-container .author-content .author-info ul {
    margin-bottom: 24px;
  }
  .author-container .author-content .author-content-link {
    margin-bottom: 24px;
  }
  .author-container .author-content .exp-edu h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .author-container .author-content .exp-edu .title {
    margin-bottom: 16px;
  }
  .author-container .author-content .exp-edu ul li {
    margin-bottom: 16px;
  }
  .author-container .author-content .exp-edu ul li h3 {
    font-size: 16px;
  }
  .author-container .author-content .exp-edu ul li h4 {
    font-size: 14px;
  }
  .author-container .author-content .author-content-link ul {
    flex-wrap: wrap;
  }
  .author-container .author-content .author-content-link ul li {
    margin-bottom: 16px;
  }
}
.aboutus-container {
  padding-top: 40px;
  padding-bottom: 80px;
}
.aboutus-container .container .aboutus-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #313131;
  text-align: center;
  margin-bottom: 40px;
}
.aboutus-container .container .aboutus-content .general-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 64px;
}
.aboutus-container .container .aboutus-content .general-intro .intro-item {
  width: calc(50% - 32px);
}
.aboutus-container .container .aboutus-content .general-intro .intro-item h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
  border-bottom: 0.5px solid #000000;
  margin-bottom: 16px;
}
.aboutus-container .container .aboutus-content .general-intro .intro-item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #313131;
}
.aboutus-container .container .aboutus-content .general-intro .intro-item p:not(:last-child) {
  margin-bottom: 16px;
}
.aboutus-container .container .aboutus-content .general-intro .who-are-we {
  width: 100%;
}
.aboutus-container .container .aboutus-content h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #313131;
  text-align: center;
  padding-top: 40px;
  margin: 40px auto;
}
.aboutus-container .container .aboutus-content .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 25px;
  padding-bottom: 40px;
}
.aboutus-container .container .aboutus-content .gallery .author-card {
  width: 200px;
}
.aboutus-container .container .aboutus-content .gallery .author-card img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.aboutus-container .container .aboutus-content .gallery .author-card a {
  color: inherit;
}
.aboutus-container .container .aboutus-content .gallery .author-card h4 {
  font-size: 18px;
  line-height: 122%;
  font-weight: 600;
  color: #0d152e;
  margin-bottom: 8px;
}
.aboutus-container .container .aboutus-content .gallery .author-card p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(13, 21, 46, 0.5);
  margin-bottom: 16px;
}
.aboutus-container .container .aboutus-content .gallery .author-card ul {
  display: flex;
  gap: 0 24px;
}
.aboutus-container .container .aboutus-content .gallery .author-card ul li a img {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 769px) {
  .aboutus-container {
    padding-bottom: 40px;
  }
  .aboutus-container .container .aboutus-content h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .aboutus-container .container .aboutus-content .general-intro {
    gap: 0;
    padding-bottom: 16px;
  }
  .aboutus-container .container .aboutus-content .general-intro .intro-item {
    width: 100%;
  }
  .aboutus-container .container .aboutus-content .general-intro .intro-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .aboutus-container .container .aboutus-content .general-intro .intro-item h3 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 4px;
  }
  .aboutus-container .container .aboutus-content .general-intro .intro-item p:not(:last-child) {
    margin-bottom: 24px;
  }
  .aboutus-container .container .aboutus-content h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .aboutus-container .container .aboutus-content .gallery {
    gap: 24px 16px;
    padding-bottom: 16px;
  }
  .aboutus-container .container .aboutus-content .gallery .author-card {
    width: 163px;
  }
  .aboutus-container .container .aboutus-content .gallery .author-card h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .aboutus-container .container .aboutus-content .gallery .author-card p {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-container {
  padding-top: 40px;
  padding-bottom: 80px;
}
.contact-container .container .contact-content {
  display: flex;
}
.contact-container .container .contact-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-container .container .contact-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 122%;
  color: #3ccace;
  margin-bottom: 8px;
}
.contact-container .container .contact-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #313131;
}
.contact-container .container .contact-content .contact-info {
  width: 32%;
}
.contact-container .container .contact-content .contact-info .office-info {
  margin-bottom: 40px;
  padding-right: 45px;
}
.contact-container .container .contact-content .contact-info .office-info ul li:not(:last-child) {
  margin-bottom: 24px;
}
.contact-container .container .contact-content .contact-info .social-info {
  max-width: 220px;
}
.contact-container .container .contact-content .contact-info .social-info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.contact-container .container .contact-content .contact-info .social-info ul li a {
  color: #313131;
  font-size: 14px;
  line-height: 24px;
}
.contact-container .container .contact-content .contact-info .social-info ul li a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.contact-container .container .contact-content .contact-info .social-info ul li a span {
  line-height: 24px;
}
.contact-container .container .contact-content .contact-form {
  width: 68%;
  padding-left: 98px;
}
.contact-container .container .contact-content .contact-form p {
  max-width: 540px;
}
.contact-container .container .contact-content .contact-form p:nth-child(2) {
  margin-bottom: 24px;
}
.contact-container .container .contact-content .contact-form p:nth-child(3) {
  margin-bottom: 16px;
}
.contact-container .container .contact-content .contact-form p > b > i > a {
  color: #3ccace;
  text-decoration: underline;
}
.contact-container .container .contact-content .contact-form .form-group .form-item {
  margin-bottom: 16px;
}
.contact-container .container .contact-content .contact-form .form-group .form-item .form-label {
  margin-bottom: 5px;
  display: block;
}
.contact-container .container .contact-content .contact-form .form-group .form-item .form-label span {
  color: #3ccace;
}
.contact-container .container .contact-content .contact-form .form-group .form-item span input {
  width: 100%;
  padding: 9.5px 10px;
}
.contact-container .container .contact-content .contact-form .form-group .form-item span textarea {
  width: 100%;
  height: 147px;
  padding: 10px;
  resize: none;
}
.contact-container .container .contact-content .contact-form .form-group .form-item span textarea, .contact-container .container .contact-content .contact-form .form-group .form-item span input[type="text"], .contact-container .container .contact-content .contact-form .form-group .form-item span input[type="email"] {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #313131;
  border: 1px solid #3ccace;
}
.contact-container .container .contact-content .contact-form .form-group a {
  display: inline-block;
}
.contact-container .container .contact-content .contact-form .form-group .button-blue-shadow-black {
  padding: 12px 32px;
}
@media only screen and (max-width: 768px) {
  .contact-container {
    padding-bottom: 40px;
  }
  .contact-container .container .contact-content {
    flex-direction: column-reverse;
  }
  .contact-container .container .contact-content h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .contact-container .container .contact-content h3 {
    margin-bottom: 8px;
  }
  .contact-container .container .contact-content .contact-info {
    width: 100%;
    padding-bottom: 16px;
  }
  .contact-container .container .contact-content .contact-info .office-info {
    padding-right: 0;
  }
  .contact-container .container .contact-content .contact-info .office-info ul li {
    display: flex;
  }
  .contact-container .container .contact-content .contact-info .office-info ul li h3 {
    min-width: 120px;
    margin-right: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-container .container .contact-content .contact-info .social-info {
    max-width: 100%;
  }
  .contact-container .container .contact-content .contact-info .social-info ul {
    justify-content: center;
  }
  .contact-container .container .contact-content .contact-info .social-info ul li a {
    color: #313131;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-container .container .contact-content .contact-info .social-info ul li a img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }
  .contact-container .container .contact-content .contact-info .social-info ul li a span {
    line-height: 24px;
  }
  .contact-container .container .contact-content .contact-form {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    padding-bottom: 16px;
  }
  .contact-container .container .contact-content .contact-form p {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .contact-container .container .contact-content .contact-form p:nth-child(2) {
    margin-bottom: 16px;
  }
  .contact-container .container .contact-content .contact-form .form-group .form-item {
    margin-bottom: 16px;
  }
  .contact-container .container .contact-content .contact-form .form-group a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 376px) {
  .social-info > ul {
    max-width: 250px;
    margin: 0 auto;
  }
}
.error-container {
  padding-top: 40px;
  padding-bottom: 80px;
}
.error-container .error-content {
  text-align: center;
}
.error-container .error-content .error-img {
  display: flex;
  gap: 0 113px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  margin: 56px 0;
}
.error-container .error-content .error-img .img-left {
  height: 31px;
  object-fit: none;
  object-position: right;
  width: 47%;
}
.error-container .error-content .error-img .img-right {
  height: 31px;
  object-fit: none;
  object-position: left;
}
.error-container .error-content h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #313131;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.error-container .error-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.error-container .error-content .error-button {
  display: inline-block;
  padding-right: 80px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 80px;
}
.error-container .error-content .error-button::after {
  content: "";
  position: absolute;
  background-image: url("../images/404/404-arrow.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .error-container {
    padding-bottom: 40px;
  }
  .error-container .error-content .error-img {
    gap: 0 84px;
    margin: 9px 0;
  }
  .error-container .error-content .error-img .img-left {
    width: 40%;
  }
  .error-container .error-content h1 {
    font-size: 24px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .error-container .error-content span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .error-container .error-content .error-button {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}
.privacy-container {
  padding-top: 40px;
  padding-bottom: 80px;
}
.privacy-container .privacy-content {
  max-width: 727px;
  margin: 0 auto;
}
.privacy-container .privacy-content h1 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
}
.privacy-container .privacy-content h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 16px;
}
.privacy-container .privacy-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #313131;
}
.privacy-container .privacy-content p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .privacy-container {
    padding-bottom: 40px;
  }
  .privacy-container .privacy-content h1 {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 8px;
  }
  .privacy-container .privacy-content h2 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 32px;
  }
  .privacy-container .privacy-content p {
    font-size: 14px;
  }
  .privacy-container .privacy-content p:last-child {
    margin-bottom: 16px;
  }
  .post-item .post-title,#home-main .home-container .home-new-item-title,
  #home-main .home-container .home-section-trending .home-list-trending .home-trending-item .home-trending-item-right .home-trending-item-title {
    font-size: 14px;
    line-height: 21px;
  }
  #home-main .home-container .home-new-item-author {
    font-size: 12px;
    margin-bottom: 0;
  }
  #home-main .home-container .home-new-item-tag {
    margin-top: 8px;
  }
}
.avd-block {
  font-size: 12px;
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
}
.avd-block p {
  font-size:12px;
  margin:0 0 10px;
}
.avd-block p a {
  color:#000;
}
.avd-block p:last-child {
  margin:0;
}
.offer-item {
    border: 1px solid #313131;
    background: #F9FFFF;
    margin: 0 0 24px;
}
.offer-item h2 {
  background: #F3F4F5;
  padding: 10px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin: 0;
}
.offer-item-content {
  padding: 10px 24px 24px;
}
.offer-item-content .wp-block-columns {
  margin: 32px 0 24px;
  border-top: 1px solid #0D152E;
  border-bottom: 1px solid #0D152E;
  align-items: center !important;
}
.offer-item-content .wp-block-image {
    padding: 15px 0;
    text-align: center;
    margin: 0;
}
.offer-item-content .wp-block-column:last-child {
  padding: 24px;
}
.offer-item-content .wp-block-column:last-child a {
  text-decoration: underline;
}
.product-multi {
  border: 1px solid #313131;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.product-multi h2 {
  margin-bottom: 32px;
}
.product-multi .wp-block-image {
  border-top: 1px solid #0D152E;
  border-bottom: 1px solid #0D152E;
  margin: 0;
  text-align: center;
}
.product-multi p {
  margin: 0;
}
.product-multi h3 {
  margin: 24px 0 16px;
}
.product-multi ul {
  margin-bottom: 16px;
}
.product-multi .btn-custom {
  margin-bottom: 24px;
}
.product-multi .btn-custom a {
  min-width: 217px;
}
.product-multi .link-default a {
  text-decoration: underline;
}
.product-multi .procode {
  margin-top: 8px;
  color: rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.product-multi .wp-block-columns {
  gap: 0 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .offer-item-content {
      padding: 10px 15px 15px;
  }
  .offer-item-content .wp-block-column:last-child {
    padding: 24px 0 0;
    border-top: 1px solid #0D152E;
  }
  .offer-item-content .wp-block-columns {
    margin: 15px 0 24px;
    gap: 0;
  }
  .product-multi h2 {
    margin-bottom: 24px;
  }
  .product-multi .wp-block-columns {
    gap: 24px 0;
  }
}