:root {
  --black: #111111;
  --black-2: #1b1b1b;
  --red: #d71920;
  --red-dark: #9f1117;
  --red-soft: #fff0f1;
  --text: #272727;
  --muted: #666666;
  --line: #e8e8e8;
  --white: #ffffff;
  --soft: #f6f6f6;
  --shadow: 0 18px 45px rgba(17, 17, 17, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  background: var(--white);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.title-icon {
  color: var(--red);
}

.footer-icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
  vertical-align: -3px;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.top-strip {
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(90deg, var(--black), #2a0c0e 58%, var(--red-dark));
}

.top-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
}

.top-strip p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.top-strip__links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.top-strip__links a,
.main-nav .nav-cta,
.btn,
.hero__badges span,
.intro-bar strong,
.service-panel h3,
.fabric-card h3,
.reason-rail h3,
.price-factors strong,
.process-grid h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.07);
  backdrop-filter: blur(14px);
}

.header-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 230px;
}

.brand img {
  height: 85px;
  object-fit: contain;
  padding: 5px;
}

.brand strong {
  display: block;
  color: var(--black);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--red);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.main-nav .nav-cta {
  margin-left: 8px;
  padding: 8px 16px;
  color: #fff;
  background: var(--red);
  border-radius: var(--radius);
  box-shadow: 0 14px 24px rgba(215, 25, 32, 0.22);
}

.main-nav .nav-cta::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--black);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 42%, rgba(215, 25, 32, 0.2)),
    url("assets/phe-lieu-vai-1.jpg") center/cover;
  transform: scale(1.02);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.32;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 86px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(35px, 6vw, 51px);
  line-height: 1.02;
  font-weight: 600;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(280px, 55vw);
  height: 6px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--red), transparent);
}

.hero__lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.6vw, 20px);
}

.hero__actions,
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__actions {
  margin-top: 32px;
}

.hero__badges {
  max-width: 800px;
  margin-top: 34px;
}

.hero__badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 4px solid var(--red);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 16px 30px rgba(215, 25, 32, 0.28);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.09);
}

.btn-light {
  color: var(--red);
  background: #fff;
}

.intro-bar {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding-bottom: 34px;
}

.intro-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.intro-bar article {
  padding: 25px 26px;
  border-right: 1px solid var(--line);
}

.intro-bar article:last-child {
  border-right: 0;
}

.intro-bar span {
  display: block;
}

.intro-bar strong {
  color: var(--black);
  font-size: 18px;
  line-height: 1.3;
}

.intro-bar span {
  margin-top: 9px;
  color: var(--muted);
}

.section {
  padding: 76px 0;
}

.white-section {
  background: #fff;
}

.section-title {
  margin: 0;
  color: var(--black);
  font-size: clamp(21px, 3vw, 25px);
  line-height: 1.15;
  font-weight: 600;
  color:#d71920;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.section-heading p,
.split-layout p,
.image-split p,
.price-layout p,
.consult-layout p {
  color: var(--muted);
}

.split-layout,
.image-split,
.price-layout,
.consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.service-panel {
  position: relative;
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--red);
  background: #fff;
  box-shadow: var(--shadow);
}

.service-panel h3 {
  margin: 0 0 18px;
  color: var(--black);
  font-size: 22px;
}

.check-list,
.group-list,
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background: var(--red);
  box-shadow: 6px 0 0 var(--black);
}

.fabric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fabric-card {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfbfb);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.fabric-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 25, 32, 0.34);
}

.fabric-card span,
.reason-rail > article > span,
.process-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--black);
  font-weight: 600;
}

.fabric-card span {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: var(--radius);
}

.fabric-card h3,
.reason-rail h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.25;
}

.fabric-card p,
.reason-rail p,
.process-grid p {
  margin: 0;
  color: var(--muted);
}

.material-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fff;
}

.material-strip span {
  padding: 9px 13px;
  color: var(--red);
  border: 1px solid rgba(215, 25, 32, 0.2);
  border-radius: 999px;
  background: var(--red-soft);
  font-weight: 600;
}

.fabric-showcase {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  margin-top: 28px;
}

.showcase-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: var(--shadow);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.showcase-card:hover img {
  transform: scale(1.04);
}

.showcase-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  color: #fff;
  border-left: 4px solid var(--red);
  background: rgba(17, 17, 17, 0.78);
  backdrop-filter: blur(8px);
  font-weight: 600;
}

.why-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reason-rail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.reason-rail article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(215, 25, 32, 0.08), transparent 34%),
    #fff;
}

.reason-rail > article > span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px var(--red-soft);
}

.image-split {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.image-split__photo {
  min-height: 390px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-split__photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.mini-grid span {
  padding: 14px 16px;
  color: var(--black);
  border-left: 4px solid var(--red);
  background: var(--soft);
  font-weight: 600;
}

.price-layout {
  align-items: start;
}

.price-layout .btn {
  margin-top: 18px;
}

.price-factors {
  display: grid;
  gap: 12px;
}

.price-factors article {
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
}

.price-factors span {
  display: block;
}

.price-factors strong {
  color: var(--black);
  font-size: 17px;
}

.price-factors span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.process-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.06);
}

.process-grid article span {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--black);
}

.consult-layout {
  align-items: start;
}

.group-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.group-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--red);
  background: var(--soft);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq details {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 17, 17, 0.05);
}

.faq summary {
  padding: 18px 20px;
  color: var(--black);
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
}

.cta-section {
  padding: 72px 0;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.94), rgba(44, 8, 10, 0.94) 62%, rgba(159, 17, 23, 0.92)),
    url("assets/phe-lieu-vai-1.jpg") center/cover;
  color: #fff;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-card h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
}

.cta-card p:last-child {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--black);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 38px;
  padding: 54px 0 34px;
}

.footer__logo {
  width: 170px;
  margin-bottom: 16px;
  padding: 10px;
  background: #fff;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
}

.footer p {
  margin: 0;
}

.footer ul {
  display: grid;
  gap: 9px;
}

.footer li {
  display: flex;
  align-items: flex-start;
}

.footer a {
  color: #fff;
}

.copyright {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    min-height: 46px;
  }

  .main-nav .nav-cta {
    margin: 6px 0 0;
    justify-content: center;
  }

  .intro-bar__grid,
  .fabric-grid,
  .process-grid,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-bar article:nth-child(2) {
    border-right: 0;
  }

  .intro-bar article:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .split-layout,
  .image-split,
  .price-layout,
  .consult-layout,
  .reason-rail,
  .fabric-showcase,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .cta-card .btn {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .top-strip__links {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .top-strip p,
  .hero h1,
  .hero__lead,
  .intro-bar span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .header-shell {
    min-height: 76px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 70px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 10px;
  }

  .hero {
    min-height: 620px;
  }

  .hero__media {
    transform: none;
  }

  .hero__content {
    padding: 72px 0 96px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero__badges span,
  .btn {
    width: 100%;
  }

  .intro-bar {
    margin-top: -42px;
  }

  .intro-bar__grid,
  .fabric-grid,
  .process-grid,
  .footer__grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .intro-bar article,
  .intro-bar article:nth-child(2),
  .intro-bar article:nth-child(3) {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .intro-bar article:first-child {
    border-top: 0;
  }

  .section {
    padding: 58px 0;
  }

  .section-title,
  .cta-card h2 {
    font-size: 30px;
  }

  .service-panel {
    padding: 24px;
  }

  .reason-rail article {
    grid-template-columns: 1fr;
  }

  .image-split__photo,
  .image-split__photo img {
    min-height: 260px;
  }

  .fabric-card,
  .process-grid article,
  .showcase-card {
    min-height: auto;
  }

  .showcase-card img {
    min-height: 280px;
  }

  .showcase-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1200px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
.news {
      background: rgba(255, 255, 255, 0.44);
    }

    .news .section-head {
      margin-bottom: 24px;
    }

    .news-card {
      flex: 0 0 25%;
      padding: 10px;
    }

    .news-inner {
      height: 100%;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 15px 36px rgba(47, 40, 31, 0.1);
      transition: transform 0.22s ease;
    }

    .news-inner:hover {
      transform: translateY(-5px);
    }

    .news-img {
      height: 170px;
      overflow: hidden;
      background: #e4e1da;
    }

    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-body {
      padding: 17px 18px 20px;
    }

    .news-body time {
      color: var(--blue);
      font-size: 13px;
      font-weight: 600;
    }

    .news-body h3 {
      min-height: 54px;
      margin: 8px 0 10px;
      font-size: 16px;
      line-height: 1.35;
    }

    .news-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }