#masthead .flex-col.hide-for-medium.flex-right ul.sub-menu {
  padding: 0;
}

#top-bar {
  color: var(--fs-color-secondary);
}
#top-bar ul.nav li {
  color: var(--fs-color-secondary);
}

.lbk_breadcrumbs {
  padding: 5px 0;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 500;
}
.lbk_breadcrumbs p {
  margin-bottom: 0;
}

.fc-fixed-contact {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 40px;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .fc-fixed-contact {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 549px) {
  .fc-fixed-contact {
    left: 10px;
    bottom: 10px;
  }
}
.fc-fixed-contact a {
  background: var(--fs-color-primary);
  width: 40px;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
}
.fc-fixed-contact a svg {
  fill: #fff;
}

#footer {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer ul {
  margin-bottom: 0;
}
@media screen and (max-width: 549px) {
  #footer ul {
    font-weight: 300;
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  #footer .thongtin {
    padding-bottom: 20px !important;
  }
}
#footer .footer_top {
  padding-bottom: 0;
}

.footer_text ul {
  list-style: none;
}

@media screen and (max-width: 549px) {
  .footer_lienhe {
    padding-top: 1px !important;
    padding-bottom: 0px !important;
  }
}

.absolute-footer {
  padding: 10px 0;
}
.absolute-footer .container::after {
  display: none;
}

.home_duan_tieubieu .post-item,
.home_duan_nha .post-item,
.home_duan_bietthu .post-item {
  padding-bottom: 0 !important;
}
.home_duan_tieubieu .post-item .box-text,
.home_duan_nha .post-item .box-text,
.home_duan_bietthu .post-item .box-text {
  padding-bottom: 10px !important;
}
.home_duan_tieubieu .button,
.home_duan_nha .button,
.home_duan_bietthu .button {
  margin-bottom: 0;
}

.home_mau_bietthu .post-item .post-title a {
  color: #fff;
}
.home_mau_bietthu .post-item .cat-label {
  color: var(--fs-color-primary);
  opacity: 1;
}
.home_mau_bietthu .post-item .box-text {
  padding: 10px;
}

.home_duan_tieubieu .post-item .cat-label {
  text-transform: unset;
  font-size: 12px;
}
.home_duan_tieubieu .post-item .post-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--fs-color-secondary);
}
.home_duan_tieubieu .icon-box .icon-box-img {
  margin-bottom: 0;
}
.home_duan_tieubieu .col-inner {
  height: 100%;
  position: relative;
}
.home_duan_tieubieu .col_icon .col-inner {
  height: 100%;
  padding: 15px;
}
.home_duan_tieubieu .col_icon .col-inner::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 100%;
  left: 5px;
  top: 0;
  border: 1px solid var(--fs-color-primary);
}
.home_duan_tieubieu .col_icon .col-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  left: 0px;
  top: 5px;
  border: 1px solid var(--fs-color-primary);
}
.home_duan_tieubieu .col_icon .col-inner h3,
.home_duan_tieubieu .col_icon .col-inner h4 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  color: var(--fs-color-secondary);
}

.home_tai_sao .box-text-bottom {
  background: #f1f1f1;
  position: relative;
}
.home_tai_sao .box-text-bottom .box-text {
  padding-bottom: 10px;
}
.home_tai_sao .box-text-bottom .box-text h4 {
  color: var(--fs-color-secondary);
}
.home_tai_sao .col_pb_top {
  margin-top: 40px;
}
@media screen and (max-width: 549px) {
  .home_tai_sao .col_pb_top {
    margin-top: 0;
  }
}

.home_slide h4 {
  font-size: 20px !important;
  font-weight: 300;
}
@media screen and (max-width: 549px) {
  .home_slide h4 {
    font-size: 14px !important;
  }
}
.home_slide h2 {
  font-size: 40px !important;
}
@media screen and (max-width: 850px) {
  .home_slide h2 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 549px) {
  .home_slide h2 {
    font-size: 22px !important;
  }
}
.home_slide h2 span {
  padding: 0 !important;
  line-height: 1.3 !important;
}
.home_slide h2 span::before, .home_slide h2 span::after {
  display: none;
}

.home_section h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .home_section h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 549px) {
  .home_section h2 {
    font-size: 22px;
  }
}
.home_section h2 span {
  position: relative;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block;
  justify-content: center;
}
@media screen and (max-width: 549px) {
  .home_section h2 span {
    line-height: 30px;
    padding: 10px 20px;
  }
}
.home_section h2 span::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 25px;
  top: 0;
  left: 0;
  border: solid var(--fs-color-primary);
  border-width: 2px 0 0 2px;
  z-index: 1;
}
@media screen and (max-width: 549px) {
  .home_section h2 span::before {
    height: 20px;
  }
}
.home_section h2 span::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 25px;
  bottom: 0;
  right: 0;
  border: solid var(--fs-color-primary);
  border-width: 0 2px 2px 0;
  z-index: 1;
}
@media screen and (max-width: 549px) {
  .home_section h2 span::after {
    height: 20px;
  }
}

.lienhe_bando p {
  margin-bottom: 0;
}

.thongtin_duan {
  margin-bottom: 20px;
}
.thongtin_duan .chitiet {
  background: var(--fs-color-secondary);
  color: #fff;
  padding: 0 10px;
}
.thongtin_duan .chitiet .col {
  padding: 5px 10px;
}

.about_giatri {
  padding-bottom: 30px !important;
}
.about_giatri .col_icon .col-inner {
  height: 100%;
  background: #fff;
  padding: 20px;
}
.about_giatri .icon-box .icon-box-img {
  margin-bottom: 0;
}
.about_giatri .icon-box ul {
  font-size: 14px;
  list-style: none;
  margin-bottom: 0;
}
.about_giatri .icon-box ul li {
  padding: 0;
  margin: 0;
}

.about_doingu .box_doingu .box-text h4 {
  color: var(--fs-color-primary);
  font-weight: 500;
}
.about_doingu .box_doingu .box-text h3 {
  color: var(--fs-color-secondary);
  font-size: 22px;
}
.about_doingu .box_doingu img {
  border-radius: 5px;
}

@media screen and (max-width: 850px) {
  .about_tamnhin .img-inner.image-cover,
  .about_phuongcham .img-inner.image-cover {
    padding-top: 140% !important;
  }
}
@media screen and (max-width: 549px) {
  .about_tamnhin .img-inner.image-cover,
  .about_phuongcham .img-inner.image-cover {
    padding-top: 50% !important;
  }
}

@media screen and (max-width: 850px) {
  .about_cauchuyen .img-inner.image-cover {
    padding-top: 200% !important;
  }
}
@media screen and (max-width: 549px) {
  .about_cauchuyen .img-inner.image-cover {
    padding-top: 100% !important;
  }
}

.article-inner .entry-header .entry-header-text {
  padding-bottom: 0;
}
.article-inner .entry-header .entry-header-text h1 {
  color: var(--fs-color-secondary);
}
.article-inner .entry-header .entry-header-text .entry-meta {
  text-transform: unset;
  font-size: 14px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--fs-color-secondary);
}

.archive-page-header h1 {
  font-size: 30px;
  text-transform: unset;
  color: var(--fs-color-secondary);
  text-align: left;
}
@media screen and (max-width: 850px) {
  .archive-page-header h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 549px) {
  .archive-page-header h1 {
    font-size: 22px;
  }
}
.archive-page-header .row .large-12 {
  padding-bottom: 10px;
}

.sidebar_duan .post-item {
  padding-bottom: 15px;
}
.sidebar_duan .post-item .box-blog-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sidebar_duan .post-item .box-blog-post .box-image {
  flex-basis: 120px;
  max-width: 120px;
  padding-right: 10px;
  margin: 0;
}
.sidebar_duan .post-item .box-blog-post .box-text {
  flex-basis: calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding: 0;
}
.sidebar_duan .post-item .box-blog-post .box-text .post-title {
  font-size: 16px;
}

.slider-custom-small {
  background: var(--fs-color-primary);
  padding: 10px 5px;
}
.slider-custom-small .flickity-slider > * {
  padding: 0 5px !important;
  max-width: 25%;
}
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form input.wpcf7-submit {
  margin: 0;
  width: 100%;
  border: 0 !important;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  border-radius: 5px;
  border-width: 1px !important;
}

.block_lienhe {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-item .cat-label {
  text-transform: unset;
  font-size: 12px;
}
.post-item .post-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--fs-color-secondary);
}
@media screen and (max-width: 549px) {
  .post-item .post-title {
    font-size: 18px;
  }
}
.post-item .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post-item .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
input,
textarea {
  border: 1px solid var(--fs-color-secondary) !important;
  box-shadow: 0 0 !important;
  margin-bottom: 10px;
  border-radius: 5px !important;
}
input[type=submit],
textarea[type=submit] {
  border: 0 !important;
}

b,
strong {
  font-weight: 700;
}

.res-text {
  font-size: unset;
}

.icon-box-img svg path {
  fill: var(--fs-color-primary);
  stroke: var(--fs-color-primary);
}

.is-divider {
  display: none;
}

@media screen and (max-width: 849px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #masthead,
  #wide-nav,
  .row.row-small {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 549px) {
  #masthead,
  #wide-nav,
  .row.row-small {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .row-small:not(.row-collapse),
  .row .row-small:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-small > .col,
  .row-small > .flickity-viewport > .flickity-slider > .col {
    padding: 0 5px 10px;
  }
}
@media screen and (min-width: 850px) {
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 550px) and (max-width: 849px) {
  .pb-tb-0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 549px) {
  .pb-mb-0 {
    padding-bottom: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
