:root {
	--primary-color: #b30000;
	--second-color: #ff8800;
}
.section h5 {
	color: var(--primary-color);
}
#footer .menulinks {
	color: #fff;
}
.searchform .button.icon {
	background: var(--primary-color);
}
.tp-review-section {
    width: 100%;
    background: #f5f6f8;
    padding: 42px 15px 70px;
    font-family: Arial, Helvetica, sans-serif;
}

.tp-review-container {
    max-width: 1450px;
    margin: 0 auto;
}

.tp-review-title {
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    color: #12243d;
    text-transform: uppercase;
}

.tp-review-title strong,
.tp-review-title b,
.tp-review-title span {
    color: #c90000;
}

.tp-review-line {
    width: 96px;
    height: 6px;
    background: #ff8500;
    border-radius: 20px;
    margin: 16px auto 64px;
}

.tp-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    align-items: start;
}

.tp-review-item {
    position: relative;
    min-height: 465px;
}

.tp-review-image-wrap {
    position: relative;
    width: 100%;
    height: 288px;
    border-radius: 14px;
    overflow: hidden;
    background: #d9d9d9;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.tp-review-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.02) 0%,
        rgba(0, 0, 0, 0.03) 45%,
        rgba(0, 0, 0, 0.18) 100%
    );
}

.tp-review-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tp-review-quote {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background:  var(--primary-color);
    color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    font-family: Georgia, serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.tp-review-card {
position: relative;
    z-index: 3;
    width: calc(100% - 48px);
    margin: -96px auto 0;
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 28px 26px;
    height: 330px;
       text-align: center;
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tp-review-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 15px;
    color: #ff8500;
    font-size: 22px;
    line-height: 1;
}

.tp-review-name {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    color:  var(--primary-color);
}

.tp-review-content {
    margin: 0 auto;
    max-width: 300px;
    color: #26384f;
    font-size: 16px;
    line-height: 1.65;
    font-style: italic;
    font-weight: 400;
}

.tp-review-small-line {
    width: 48px;
    height: 4px;
    background: #fde3bd;
    border-radius: 20px;
    margin: 16px auto 0;
}

@media (max-width: 1024px) {
    .tp-review-grid {
        gap: 35px;
    }

    .tp-review-title {
        font-size: 28px;
    }

    .tp-review-card {
        width: calc(100% - 30px);
        padding: 22px 20px 26px;
    }

    .tp-review-content {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .tp-review-section {
        padding: 36px 15px 45px;
    }

    .tp-review-title {
        font-size: 24px;
    }

    .tp-review-line {
        margin-bottom: 36px;
    }

    .tp-review-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .tp-review-item {
        min-height: auto;
    }

    .tp-review-image-wrap {
        height: 260px;
    }

    .tp-review-card {
        margin-top: -80px;
    }
}
/* Sứ mệnh - Tầm nhìn - Giá trị cốt lõi */
.stg {
    background: #ffffff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.stg .section-content {
    max-width: 1450px;
    margin: 0 auto;
}

.stg .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

.stg .col {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 58px;
    text-align: center;
}

.stg .col-inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.stg .col:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 69px;
    width: 1px;
    height: 74px;
    background-color:  var(--primary-color);
}

.stg h2 {
    margin: 0 0 13px 0;
    padding: 0;
    color: #ff1f1f;
       line-height: 1.25;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.stg h2 strong {
    font-weight: 400;
    color:  var(--primary-color);
	font-size: 22px;
}

.stg p {
    margin: 0;
    padding: 0;
    color: #1b1e31;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1px;
}

/* Tablet */
@media (max-width: 1024px) {
    .stg .section-content,
    .stg .row {
        max-width: 100%;
    }

    .stg .col {
        padding: 0 35px;
    }

    .stg h2 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .stg p {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .stg {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }

    .stg .row {
        display: block;
    }

    .stg .col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px 32px;
    }

    .stg .col:not(:last-child)::after {
        display: none;
    }

    .stg .col:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 12px;
        transform: translateX(-50%);
        width: 70px;
        height: 1px;
        background-color: #ff1f1f;
    }

    .stg h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .stg p {
        font-size: 16px;
        line-height: 1.55;
    }
}
/* Báo giá xây nhà trọn gói */
.trongoi {
    background: #ffffff;
    padding-top: 30px !important;
    padding-bottom: 54px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.trongoi .section-content {
    max-width: 1160px;
    margin: 0 auto;
}

.trongoi .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.trongoi .col {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
}

.trongoi .large-12,
.trongoi .small-12.large-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.trongoi .medium-4,
.trongoi .large-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.trongoi .col-inner {
    padding: 0 !important;
    text-align: center;
}

/* Tiêu đề */
.trongoi .section-title-container {
    margin: 0 0 25px;
}

.trongoi .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    border: 0;
}

.trongoi .section-title b {
    display: block;
    flex: 1;
    max-width: 124px;
    height: 1px;
    background: #dedede;
    opacity: 1;
}

.trongoi .section-title-main {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    color: #ed1f2b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
}

/* Box giá */
.trongoi .medium-4 .col-inner,
.trongoi .large-4 .col-inner {
    position: relative;
    min-height: 421px;
    background: var(--primary-color);
    padding: 64px 30px 48px !important;
    color: #ffffff;
    box-shadow: 15px 15px 0 #24344a;
}

.trongoi h3 {
    margin: 0 0 26px;
    padding: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.trongoi h3 strong {
    font-weight: 700;
}

.trongoi p {
    margin: 0 0 22px;
    padding: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 400;
    text-align: center;
}

.trongoi p strong {
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

/* khoảng cách giữa nhóm giá */
.trongoi .medium-4 .col-inner > div:nth-of-type(2) p:nth-child(2),
.trongoi .large-4 .col-inner > div:nth-of-type(2) p:nth-child(2) {
    margin-bottom: 27px;
}

/* Button */
.trongoi .button.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 239px;
    height: 53px;
    margin: 10px auto 0;
    padding: 0 20px;
    background: var(--second-color) !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
}

.trongoi .button.primary span {
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

/* Fix Flatsome */
.trongoi .button.primary:hover {
    background: #86a45f !important;
    color: #ffffff !important;
    box-shadow: none;
}

.trongoi .button.primary::before,
.trongoi .button.primary::after {
    display: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .trongoi .section-content,
    .trongoi .row {
        max-width: 94%;
    }

    .trongoi .col {
        padding-left: 18px;
        padding-right: 18px;
    }

    .trongoi .section-title-main {
        font-size: 30px;
    }

    .trongoi .section-title b {
        max-width: 80px;
    }

    .trongoi .medium-4 .col-inner,
    .trongoi .large-4 .col-inner {
        min-height: 400px;
        padding: 50px 20px 42px !important;
        box-shadow: 12px 12px 0 #24344a;
    }

    .trongoi h3 {
        font-size: 24px;
    }

    .trongoi p,
    .trongoi p strong {
        font-size: 17px;
    }

    .trongoi .button.primary {
        min-width: 210px;
    }

    .trongoi .button.primary span {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .trongoi {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }

    .trongoi .row {
        display: block;
        max-width: 100%;
    }

    .trongoi .col,
    .trongoi .medium-4,
    .trongoi .large-4,
    .trongoi .large-12 {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .trongoi .section-title-container {
        margin-bottom: 24px;
    }

    .trongoi .section-title {
        gap: 10px;
    }

    .trongoi .section-title b {
        max-width: 42px;
    }

    .trongoi .section-title-main {
        font-size: 24px;
        line-height: 1.3;
    }

    .trongoi .medium-4 .col-inner,
    .trongoi .large-4 .col-inner {
        width: 100%;
        min-height: auto;
        margin-bottom: 34px;
        padding: 45px 22px 40px !important;
        box-shadow: 10px 10px 0 #24344a;
    }

    .trongoi h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .trongoi p,
    .trongoi p strong {
        font-size: 17px;
    }

    .trongoi .button.primary {
        min-width: 220px;
        height: 50px;
    }
}
/* ===============================
   SECTION: CÔNG TRÌNH TIÊU BIỂU
   CLASS TỔNG: congtrinh
================================ */
.congtrinh {
  background: #fff;
  padding: 0 0 28px !important;
  overflow: hidden;
}

.congtrinh .section-content {
  max-width: 1450px;
  margin: 0 auto;
}

.congtrinh .row {
  max-width: 960px;
  margin: 0 auto;
}

.congtrinh .col {
  padding-bottom: 0;
}

.congtrinh .col-inner {
  text-align: center;
}

/* Tiêu đề */
.congtrinh h2 {
  margin: 0 0 20px;
  color: #1b1b1b;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

/* Grid bài viết */
.congtrinh .row.large-columns-4,
.congtrinh .large-columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.congtrinh .post-item {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

/* Card */
.congtrinh .box-blog-post {
  background: #fff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  transition: all 0.25s ease;
}

.congtrinh .box-blog-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.12);
}

/* Ảnh */
.congtrinh .box-image {
  width: 100%;
  overflow: hidden;
}

.congtrinh .image-cover {
  padding-top: 100% !important;
  background: #f5f5f5;
}

.congtrinh .image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.congtrinh .box-blog-post:hover .image-cover img {
  transform: scale(1.04);
}

/* Text dưới ảnh */
.congtrinh .box-text {
  min-height: 57px;
  padding: 9px 11px 10px !important;
  background: #fff;
  text-align: left;
}

.congtrinh .box-text-inner {
  padding: 0;
}

.congtrinh .post-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.congtrinh .post-title a {
  display: -webkit-box;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.congtrinh .post-title a:hover {
  color: #ed1c24;
}

/* Ẩn divider */
.congtrinh .is-divider {
  display: none;
}

/* Nút xem thêm */
.congtrinh .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 113px;
  height: 38px;
  margin: 14px auto 0;
  padding: 0 18px;
  border: 0 !important;
  border-radius: 99px !important;
  background:  var(--primary-color) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-transform: none;
  text-decoration: none;
  transition: all 0.25s ease;
}

.congtrinh .button span {
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
}

.congtrinh .button i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.congtrinh .button:hover {
  background: #d91f1f !important;
  transform: translateY(-1px);
}

/* Responsive tablet */
@media (max-width: 849px) {
  .congtrinh {
    padding: 20px 15px 28px !important;
  }

  .congtrinh h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .congtrinh .row.large-columns-4,
  .congtrinh .large-columns-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* Responsive mobile */
@media (max-width: 549px) {
  .congtrinh h2 {
    font-size: 23px;
  }

  .congtrinh .row.large-columns-4,
  .congtrinh .large-columns-4 {
    grid-template-columns: 1fr;
  }

  .congtrinh .box-text {
    min-height: auto;
  }

  .congtrinh .post-title {
    font-size: 15px;
  }
}
/* =========================
   BÀI VIẾT MỚI NHẤT
========================= */
.bv-moi-nhat{
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  font-family: inherit;
}

.bv-moi-nhat-title{
  background: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 9px 10px;
  line-height: 1.3;
}

.bv-moi-nhat-list{
  padding: 8px 8px 0;
}

.bv-moi-nhat-item{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
}

.bv-moi-nhat-thumb{
  flex: 0 0 75px;
  width: 75px;
  height: 65px;
  display: block;
  overflow: hidden;
  background: #f2f2f2;
}

.bv-moi-nhat-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bv-moi-nhat-name{
  flex: 1;
    color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bv-moi-nhat-name:hover{
  color: #d90000;
}
/* =========================
   SECTION CÔNG TY
========================= */
.congty{
  position: relative;
  padding: 55px 0 45px !important;
  background-color: #fff;
  overflow: hidden;
	margin-top: 60px;
}

/* background nét bản vẽ mờ bên trái và góc dưới */
.congty::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  background-image: url("https://i.imgur.com/7zQZQZQ.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  opacity: 0.08;
  pointer-events: none;
}

.congty::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 360px;
  height: 160px;
  background-image: url("https://i.imgur.com/7zQZQZQ.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  opacity: 0.06;
  pointer-events: none;
}

.congty .section-content{
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

/* bỏ padding mặc định của Flatsome */
.congty .row,
.congty .col,
.congty .col-inner{
  margin-bottom: 0 !important;
}

/* tiêu đề chính */
.congty h2{
  text-align: left;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #111827 !important;
  text-transform: uppercase;
  letter-spacing: .2px;
}

/* chữ đầu màu đỏ */
.congty h2::first-letter{
  color: #ef2528;
}

/* nếu muốn chữ TB HOME đỏ chuẩn hơn */
.congty h2{
  position: relative;
}

/* tiêu đề phụ bên trái */
.congty h3{
  margin: 0 !important;
  font-size: 23px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  text-transform: uppercase;
  letter-spacing: .2px;
}

/* nội dung bên phải */
.congty p{
  margin: 0 !important;
  max-width: 520px;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
  text-align: left;
}

/* link trong đoạn mô tả */
.congty p a{
  color: #234cff !important;
  text-decoration: underline;
}

/* căn lại 2 cột giống hình */
.congty #col-450809557 .col-inner{
  padding-left: 0 !important;
}

.congty #col-1321923484 .col-inner{
  padding-left: 0 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 849px){
  .congty{
    padding: 40px 0 35px !important;
  }

  .congty .section-content{
    max-width: 100%;
    padding: 0 20px;
  }

  .congty h2{
    font-size: 22px !important;
    margin-bottom: 28px !important;
  }

  .congty h3{
    font-size: 21px !important;
    margin-bottom: 18px !important;
  }

  .congty p{
    max-width: 100%;
    font-size: 15px !important;
  }
}

@media (max-width: 549px){
  .congty{
    padding: 32px 0 !important;
  }

  .congty h2{
           font-size: 32px !important;
        padding: 0 5px;
	  margin-bottom: 5px !important;
  }

  .congty h3{
           font-size: 22px !important;
        text-align: center;
	  margin-bottom: -8px !important;
  }

  .congty p{
    font-size: 14px !important;
    line-height: 1.6 !important;
	  text-align: justify;
	    margin-bottom: -20px !important;
  }
	.congty .col-inner  {
		margin: -5px 0;
	}
	.stg .col-inner {
		    border: 1px solid #e0dfe0;
		        padding: 20px 20px;
		border-radius: 15px;
	}
	.dichvu p {
		font-size: 16px;
	}
	.dichvu h3 {
		font-size: 18px;
	}
	.dichvu h2,
	.chungtoi h2{
		font-size: 24px !important;
	}
	.dichvu {
		padding-bottom: 0 !important;
	}
	
}
.stg h2,
.congty h2,
.dichvu h2,
.chungtoi h2,
.congtrinh h2,
.quytrinh h2{
	font-size: 30px;
}
.dichvu img {
	border-radius: 20px;
	border: 1px solid red;
}
/* Ảnh trong section Chúng tôi */
.chungtoi .img {
/*   width: 290px !important; */
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
}

.chungtoi .img a,
.chungtoi .img .img-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chungtoi .img img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* không cắt ảnh */
  display: block;
}

/* Lớp phủ nhẹ khi hover */
.chungtoi .img .img-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.chungtoi .img:hover .img-inner::after {
  opacity: 1;
}
/* Mobile: Công trình tiêu biểu 2 cột x 2 hàng */
@media (max-width: 549px) {
	.page-wrapper {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.page-wrapper .row>.col {
		padding: 0 5px 0 !important;
	}
	.page-wrapper .container .section, .row .section {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
  .congtrinh .row.large-columns-4 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	  margin-left: 0 !important;
  }
	.congtrinh .col {
		padding: 0 !important;
	}
	.congtrinh h2,
	.quytrinh h2{
		font-size: 24px;
	}
  .congtrinh .post-item {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .congtrinh .post-item .col-inner {
    height: 100%;
  }

  .congtrinh .box-blog-post {
    height: 100%;
    border: 1px solid #eee;
    background: #fff;
  }

  .congtrinh .box-image .image-cover {
    padding-top: 120% !important;
  }

  .congtrinh .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .congtrinh .box-text {
    padding: 10px 8px;
  }

  .congtrinh .post-title {
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 0;
  }

  .congtrinh .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.quytrinh .row.row-small {
	max-width: 1450px;
}
#comments .comment-respond {
	display: none;
}
