/* #region global */
body {
  font-family: GoogleSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #212121;
  position: relative;
  margin-bottom: -1px;
}
.section-temp {
  padding: 50px 0;
  position: relative;
}
.nowrap {
  white-space: nowrap;
}
.common-title {
  font-size: 28px;
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
  padding-bottom: 16px;
  line-height: 1.4;
}

.text-bold {
  font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
}
.text-capital {
  text-transform: uppercase;
}
.text-medium {
  font-family: GoogleSans Medium, Roboto, Arial, sans-serif;
}
.text-center {
  text-align: center;
}
.no-padding {
  padding: 0;
}

.title-with-slash {
  color: #212121;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.title-with-slash:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #2261eb;
}
.m-auto {
  margin: 0 auto;
}
.text-white {
  color: #fff;
}
.text-blue {
  color: #2e5fff;
  padding: 0;
}
.banner-title {
  font-size: 36px;
  margin: 0;
  padding: 16px 0 24px;
}
@media screen and (min-width: 980px) {
  .custom-height {
    height: 50px;
    background: #f3f5fe;
  }
}
@media screen and (max-width: 979px) {
  br {
    display: none;
  }
  .section-temp {
    padding: 40px 0;
    position: relative;
  }
  .common-title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .banner-title {
    font-size: 28px;
    padding: 12px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .section-temp {
    padding: 30px 0;
    position: relative;
  }
  .common-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .banner-title {
    font-size: 24px;
  }
}
/* #endregion */

/* #post filter  */
.td-main-content-wrap.td-container-wrap {
  background: url(/cau-chuyen-khach-hang/sites/success-story/images/home/bg-banner.jpg) no-repeat center;
  background-size: 100% 572px;
  background-position: 0 0;
}
.no-result{
  height: 23vh;
}
.box-filter {
  display: grid;
  grid-template-columns: 6fr 5fr 6fr 1fr;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #2261eb;
  justify-content: space-between;
  padding: 15px;
  margin-top: 24px;
  width: 100%;
  background: #fff;
}
.post-highlight .btn-dropdown {
  background: transparent;
  box-shadow: none;
  color: #464646;
  padding: 10px 0 0;
  /* width: 262px; */
}

.post-highlight ul.dropdown-menu {
  padding: 15px 0;
  min-width: 283px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  border: none;
  margin-top: 29px;
  max-height: 258px;
  overflow: auto;
}
.content_wrapper .button,
.content_wrapper button,
.content_wrapper input[type="button"],
.content_wrapper input[type="reset"],
.content_wrapper input[type="submit"] {
  margin: 0;
}
.post-highlight .dropdown.dropdown-topic {
  height: 45px;
}

.post-highlight ul.dropdown-menu li {
  padding: 9px 15px;
}

.post-highlight ul.dropdown-menu li:hover {
  background: #e6f0fa
    url(/cau-chuyen-khach-hang/sites/success-story/images/home/ic-tick.svg)
    no-repeat;
  cursor: pointer;
  background-position: top 12px right 15px;
  color: #2261eb;
  font-family: "GoogleSans Bold", Arial, sans-serif;
}
span.dropdown-label {
  padding: 7px 0;
  font-size: 15px;
}
span.dropdown-label.choosed {
  padding: 7px 10px;
  background: #e6f0fa;
  border-radius: 21px;
  font-size: 15px;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.dropdown-label > img {
  display: none;
}
span.dropdown-label.choosed > img {
  margin-left: 8px;
  display: block;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .box-filter > div:nth-child(2),
  .box-filter > div:nth-child(3) {
    position: relative;
  }
  .box-filter > div:nth-child(2):before,
  .box-filter > div:nth-child(3):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #b9d5f1;
    top: 0;
    left: -10px;
  }
}

@media screen and (max-width: 979px) {
  .box-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .td-main-content-wrap.td-container-wrap{
    background-size: cover;
  }
  .box-filter {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .filter-title {
    text-decoration: underline;
  }
}
/* #endregion */

/* #region header category */
ul#breadcrumbs {
  display: none;
}

ul#breadcrumbs li {
  padding: 5px;
}
ul#breadcrumbs li a {
  color: #212121;
}
ul#breadcrumbs li:last-child {
  font-family: "GoogleSans Bold", Arial, sans-serif;
}

.category-header {
  padding: 50px 0;
}

div#Content {
  background: url(/cau-chuyen-khach-hang/sites/success-story/images/home/bg-banner.jpg)
    no-repeat center;
  background-size: 100% 572px;
  background-position: 0 0;
}
/* #endregion */

/* #region post main */
.category-container {
  display: flex;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.cc-title a {
  color: #212121;
}

.cc-title a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

.category-container li {
  margin: 0 0 15px 0;
  width: 33.33%;
  display: flex;
  flex-flow: row wrap;
  align-items: self-end;
  display: grid;
}

.cc-date {
  font-size: 14px;
}

.category-container li > div {
  margin: 10px;
  box-shadow: 0 3px 6px rgba(59, 77, 117, 0.08);
  border-radius: 8px;
  height: 100%;
}

.category-container li:nth-child(1) {
  width: 100%;
}

.category-container li:nth-child(2),
.category-container li:nth-child(3) {
  width: 50%;
}

.custom-block-1 .cc-title {
  padding: 5px 0;
  font-size: 28px;
}

.custom-block-1 > div:nth-child(2),
.custom-block-2 > div:nth-child(2),
.custom-block-3 > div:nth-child(2) {
  padding: 15px;
}

.custom-block-1 .cc-title a {
  color: #3b4d75;
}

.cc-img {
  position: relative;
}
.cc-img img:not(.cc-logo img) {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
  object-position: top left;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  max-width: 100% !important;
}
.cc-logo > img {
  position: absolute;
  bottom: calc(0% - 40px);
  width: auto;
  height: 80px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px;
  left: 15px;
  background: #fff;
}

.custom-block-2 .cc-img {
  margin-bottom: 40px;
}

.custom-block-2 .cc-ccompany-name {
  color: #3b4d75;
  font-family: "GoogleSans Medium", Arial, sans-serif;
  font-size: 14px;
}

.custom-block-2 .cc-title {
  padding: 5px 0;
  min-height: 54px;
}

.custom-block-3 .cc-title {
  padding: 5px 0;
}
.custom-block-1 .cc-img > img {
  object-fit: cover;
  object-position: top left;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.custom-block-2 .cc-img > img {
  object-fit: cover;
  object-position: top left;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.custom-block-3 .cc-img img {
  object-fit: cover;
  object-position: top left;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

@media screen and (min-width: 980px) {
  .custom-block-3 .cc-img {
    height: 204px;
    overflow: hidden;
  }

  .custom-block-2 .cc-img {
    height: 278px;
  }

  .custom-block-1 .cc-img {
    height: 576px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .category-container li:nth-child(1) {
    width: 100%;
  }

  .category-container li:nth-child(2),
  .category-container li:nth-child(3) {
    width: 100%;
  }
  .category-container li {
    width: 100%;
  }
  .custom-block-1 .cc-title {
    font-size: 16px;
  }
  .custom-block-1 .cc-title a {
    color: #212121;
  }
  .custom-block-1 .cc-img,
  .custom-block-2 .cc-img,
  .custom-block-3 .cc-img {
    height: 210px;
  }
  .cc-logo > img {
    left: 0;
  }
}
/* #endregion */
