@font-face {
  font-family: 'UTM Bebas';
  src: url('assets/fonts/UTMBebas.eot');
  src: url('assets/fonts/UTMBebas.eot?#iefix') format('embedded-opentype'), url('assets/fonts/UTMBebas.woff2') format('woff2'), url('assets/fonts/UTMBebas.woff') format('woff'), url('assets/fonts/UTMBebas.ttf') format('truetype'), url('assets/fonts/UTMBebas.svg#UTMBebas') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'UTMImpact';
  src: url('assets/fonts/UTMImpact.eot');
  src: url('assets/fonts/UTMImpact.eot?#iefix') format('embedded-opentype'), url('assets/fonts/UTMImpact.woff2') format('woff2'), url('assets/fonts/UTMImpact.woff') format('woff'), url('assets/fonts/UTMImpact.ttf') format('truetype'), url('assets/fonts/UTMImpact.svg#UTMImpact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
  padding-top: 102px;
}
:root {
  --primary-color: #1a6b23;
}
a {
  text-decoration: none;
}
#header {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-mobile {
  display: none;
}
.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-desktop .container {
  position: unset;
}
.header-desktop-flex-box {
  display: flex;
  justify-content: space-between;
}
.logo {
  flex: 0 0 142px;
  -ms-flex: 0 0 142px;
  max-width: 142px;
}
.splash {
  width: 110px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 80px;
  top: 0;
}
.splash:after {
  left: 38px;
}
.splash:before {
  left: 78px;
}
.splash:after,
.splash:before {
  content: '';
  position: absolute;
  top: 0;
  height: 150%;
  width: 20px;
  background-color: var(--primary-color);
  transform: skewX(25deg);
}
.header-right {
  padding-left: 200px;
  position: relative;
  flex: 0 0 calc(100% - 142px);
  -ms-flex: 0 0 calc(100% - 142px);
  max-width: calc(100% - 142px);
}
.header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.header-top:after {
  content: '';
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  transform: skew(30deg);
}
.header-hotline {
  position: relative;
  z-index: 1;
  margin-right: 50px;
  font-family: UTM Bebas;
  font-size: 21px;
}
.mxh1 {
  position: relative;
  z-index: 1;
}
.mxh1 > a + a {
  margin-left: 10px;
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-primary-menu-container {
  flex: 0 0 calc(100% - 200px);
  -ms-flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}
.header-search {
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}
#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#primary-menu > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: UTM Bebas;
  font-size: 24px;
  white-space: nowrap;
}
#primary-menu > li:hover > a,
#primary-menu > li.active > a {
  color: var(--primary-color);
}
/* Ẩn sub-menu mặc định */
.sub-menu {
  display: none;
  position: absolute;
  left: inherit;
  top: 100%;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
  left: 0;
  list-style: none;
  min-width: 250px;
}
.menu-item-has-children {
  position: relative;
}
/* Hiển thị sub-menu khi hover vào mục mẹ */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}
/* Tuỳ chỉnh sub-menu items */
.sub-menu li a {
  display: block;
  color: #333;
  text-decoration: none;
  border-left: 0 solid #418a2c;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  white-space: nowrap;
}
.sub-menu li a:hover {
  background-color: #f5f5f5;
  border-left-width: 5px;
  padding-left: 15px;
}
.copyright {
  color: #fff;
  background-color: var(--primary-color);
  padding: 15px 0;
}
.footer-flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-top {
  padding: 70px 0 50px 0;
}
.footer-1 {
  flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  max-width: 400px;
}
.footer-2 {
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}
.footer-3 {
  flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  max-width: 300px;
}
.footer-title {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
#footer {
  color: #fff;
}
#menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-footer li {
  margin-bottom: 10px;
}
#menu-footer a {
  text-decoration: none;
  color: #fff;
}
#menu-footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.home-slides .ratio-box {
  padding-bottom: 40%;
}
.ratio-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.ratio-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fit-cover {
  object-fit: cover;
}
.fit-contain {
  object-fit: contain;
}
.section-intro {
  padding: 50px 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.item-img-intro-1 {
  grid-area: 1 / 1 / 2 / 2;
}
.item-img-intro-2 {
  grid-area: 1 / 2 / 2 / 3;
}
.item-img-intro-3 {
  grid-area: 1 / 3 / 2 / 4;
}
.item-img-intro-4 {
  grid-area: 2 / 3 / 3 / 4;
}
.item-img-intro-5 {
  grid-area: 3 / 3 / 4 / 4;
}
.item-img-intro-6 {
  grid-area: 2 / 1 / 4 / 3;
}
.item-img-intro .ratio-box {
  padding-bottom: 100%;
}
.home-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.home-heading span {
  display: block;
  margin-bottom: 0.33rem;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-family: UTM Bebas;
}
.home-intro-content {
  padding: 30px 50px;
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
}
.home-intro-title {
  font-family: UTM Bebas;
  font-size: 30px;
}
.home-intro-link {
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #fff;
  transition: 0.15s;
}
.home-intro-link:hover {
  background-color: #1f802a;
  border-color: #15561c;
}
.section-service {
  padding: 50px 0;
  background-color: #F1F1F3;
}
.post-service {
  position: relative;
}
.post-service:hover img {
  transform: scale(1.15);
}
.post-service img {
  transition: 0.15s;
}
.post-service-img .ratio-box {
  padding-bottom: 100%;
}
.post-service-title {
  background-color: var(--primary-color);
  font-family: UTM Bebas;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  font-size: 24px;
}
.post-service-title:after {
  content: '';
  left: 100%;
  top: 0;
  border-left: 20px solid var(--primary-color);
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  z-index: 1;
}
.post-service-title a {
  padding: 7px 20px 9px 20px;
  display: block;
  color: #fff;
}
.slides-service {
  margin-left: -10px;
  margin-right: -10px;
}
.item-services {
  padding-left: 10px;
  padding-right: 10px;
}
.section-news {
  padding: 50px 0;
}
.post-news {
  display: flex;
  margin-bottom: 1.5rem;
}
.post-news-thumbnail {
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  max-width: 200px;
}
.post-news-thumbnail .ratio-box {
  padding-bottom: 100%;
}
.post-news-thumbnail img {
  transition: 0.15s;
}
.post-news-thumbnail:hover img {
  transform: scale(1.1);
}
.post-news-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.post-news-title a {
  color: inherit;
}
.post-news-title:hover {
  color: var(--primary-color);
}
.post-news-excerpt {
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}
.post-news-content {
  padding-left: 15px;
  flex: 1 1 0;
  -ms-flex: 1 1 0;
  max-width: 100%;
  width: 100%;
}
.post-news-date {
  margin-bottom: 0.5rem;
}
.slides-partner {
  margin-left: -10px;
  margin-right: -10px;
}
.item-partner {
  padding-left: 10px;
  padding-right: 10px;
}
.x-partner {
  padding: 10px;
  border: 1px solid #4d4d4d;
}
.x-partner .ratio-box {
  padding-bottom: 30%;
}
.section-partner {
  padding: 50px 0;
  background-color: #F1F1F3;
}
.section-newsletter {
  padding: 50px 0;
  background-image: url('assets/img/bg-form.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.block-home-customer-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
}
.block-home-customer-heading h4 {
  font-family: UTMImpact;
  font-size: 2rem;
  font-weight: normal;
}
.block-home-customer-heading h5 {
  font-size: 1.2rem;
  font-weight: normal;
}
.block-home-customer {
  margin-left: 50px;
  flex: 0 0 calc(100% - 686px - 50px);
  -ms-flex: 0 0 calc(100% - 686px - 50px);
  max-width: calc(100% - 686px - 50px);
}
.block-home-customer .slick-dots li {
  margin: 0;
}
.block-home-customer .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
}
.block-home-customer .slick-dots {
  bottom: -40px;
}
.home-newsletter-form {
  background-image: url('assets/img/form.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 441px;
  padding: 50px 60px 10px 60px;
  position: relative;
  flex: 0 0 686px;
  -ms-flex: 0 0 686px;
  max-width: 686px;
}
.home-newsletter-form input[type="submit"] {
  position: absolute;
  border: 0;
  outline: 0;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 130px;
  padding: 0;
  bottom: 10px;
}
.home-newsletter-form .wpcf7-not-valid-tip,
.home-newsletter-form .wpcf7-response-output {
  display: none !important;
}
.home-newsletter-form-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}
.home-newsletter-form-heading h4 {
  text-transform: uppercase;
  margin: 0;
  font-family: UTM Bebas;
  font-size: 3rem;
}
.home-newsletter-form-heading h5 {
  font-weight: normal;
  margin: 0;
  font-size: 1rem;
}
.home-newsletter {
  margin-bottom: 10px;
}
.home-newsletter p {
  margin: 0;
}
.home-newsletter input,
.home-newsletter textarea {
  width: 100%;
  background-color: #353535;
  border: 1px solid #ffffff47;
  color: #ffffff;
  height: 50px;
  outline: none;
  padding: 10px 15px;
}
.home-newsletter input.wpcf7-not-valid,
.home-newsletter textarea.wpcf7-not-valid {
  border-color: #990000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.home-newsletter textarea {
  height: 85px;
}
.home-customer {
  color: #fff;
}
.home-customer-image {
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  max-width: 120px;
}
.home-customer-image .ratio-box {
  padding-bottom: 100%;
}
.home-customer-content {
  padding-left: 15px;
  flex: 0 0 calc(100% - 120px);
  -ms-flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}
.home-customer-bottom {
  padding-left: 135px;
}
.home-customer-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.box-home-customer {
  background-color: var(--primary-color);
  padding: 50px 30px;
}
.section-page,
.section-archive {
  margin-top: 30px;
  margin-bottom: 30px;
}
.entry-title {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
.entry-title:after {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  background-color: var(--primary-color);
  left: 0;
  bottom: 0;
}
.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers li {
  margin-left: 5px;
  margin-right: 5px;
}
.page-numbers li a,
.page-numbers li span {
  display: block;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  min-width: 35px;
  font-size: 14px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #b8c8df;
  border-radius: 4px;
}
.page-numbers li span.current {
  background-color: var(--primary-color);
  font-weight: bold;
  border-color: var(--primary-color);
  color: #fff;
}
.page-numbers li a {
  color: #000;
}
.row-lien-he p {
  margin: 0;
}
.row-lien-he input.wpcf7-not-valid,
.row-lien-he textarea.wpcf7-not-valid {
  border-color: #990000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.row-lien-he textarea {
  height: 200px;
}
.block-form-contact .wpcf7-not-valid-tip,
.block-form-contact .wpcf7-response-output {
  margin: 0 !important;
}
.block-google-iframe iframe {
  display: block;
  width: 100%;
}
.quick_contact {
  position: fixed;
  bottom: 5% !important;
  left: 60px;
  z-index: 20;
}
.quick_contact a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 35px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  border-radius: 0 40px 40px 0;
}
.button_gradient {
  background-image: linear-gradient(90deg, #e51c23 0%, #ee2200 100%);
  border: 2px #fff solid;
}
.quick_contact a span {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -25px;
  top: -2.5px;
  border: solid 5px #fff;
}
.quick_contact a span:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -27px;
  width: 95px;
  height: 95px;
  background: url(assets/img/contact_rotate.png) center no-repeat;
  animation: rotate 3s linear infinite;
}
.contact-phone {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  height: 45px;
  font-weight: bold;
  animation-duration: 500ms;
  animation-name: calllink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  line-height: 45px;
}
@keyframes calllink {
  0% {
    color: #eba11e;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #ebfa48;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-menu-mobile {
  display: block;
  font-size: 30px;
  color: var(--primary-color);
}
#menu-mobile-abcd .sub-menu-mobile {
  display: none;
  left: 0;
  top: 100%;
  background: #b7c7de;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
}
#menu-mobile-abcd .has-children {
  position: relative;
  cursor: pointer;
}
li:hover > .sub-menu-mobile {
  display: none;
}
#menu-mobile-abcd li a {
  display: block;
  list-style: none;
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: Arial;
}
.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile {
  background-color: #fafafa;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ccc;
}
.menu-mobile-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  top: 100%;
  display: none;
}
.menu-item-has-children > a:after {
  content: "\25BC";
  margin-left: 10px;
  font-size: 12px;
}
.menu-mobile-wrapper.active {
  display: block;
}
.btn-close-menu {
  position: absolute;
  right: 15px;
  top: -40px;
  color: #fff;
  width: 30px;
  text-align: center;
  font-size: 25px;
  background: #000;
}
.header-bottom-mb {
  background-color: #fff;
  position: relative;
}
.header-bottom-mb.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-mb-box-1,
.header-mb-box-3 {
  flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  max-width: 30px;
}
.header-mb-box-2 {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}
.header-mb-box-2 img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sticky-mb {
  height: 64px;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-color);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #104216;
  opacity: 0.1;
  border-color: var(--primary-color);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* Zalo */
.btn-zalo {
  bottom: 215px;
}
/* Phone */
.btn-phone {
  bottom: 130px;
}
@media (max-width: 1200px) {
  .home-newsletter-form {
    margin-bottom: 1.5rem;
  }
  .block-home-customer {
    margin-left: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .block-home-customer-heading {
    margin-bottom: 1.5rem;
  }
  .slick-home-customer {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item-slick-home-customer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .block-intro-content {
    margin-bottom: 30px;
  }
  .footer-1 {
    margin-bottom: 1rem;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-2 {
    margin-bottom: 1rem;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-3 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .post-news-thumbnail {
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
  }
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  .header-top-mb {
    color: #fff;
    background-color: var(--primary-color);
  }
  body {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-partner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-newsletter-form {
    background-image: none;
    padding: 0;
    height: auto;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .home-newsletter-form input[type="submit"] {
    position: relative;
    display: block;
    color: #fff;
    bottom: 0;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
  }
  .section-service,
  .section-news {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .post-news-thumbnail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .post-news-content {
    padding-left: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  .post-news {
    flex-wrap: wrap;
  }
  .post-news-thumbnail .ratio-box {
    padding-bottom: 56.25%;
  }
  .post-service-title {
    position: relative;
    bottom: 0;
    font-size: 20px;
  }
  .post-service-title:after {
    display: none;
  }
  .quick_contact {
    display: none;
  }
}
@media (max-width: 360px) {
  .post-service-title {
    font-size: 18px;
  }
}
