
.project-item {
  background: #FFF;
}

  .project-item .picture {
    position: relative;
    overflow: hidden;
    height: 200px;
  }

  .project-item .picture::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .project-item .picture a {
    display: block;
  }
.product-item .picture a img,
.project-item .picture a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 95%;
  width: 97%;
  max-width: unset;
  object-fit: cover;
}

.project-item .details {
  padding: 7px 8px;
}

@media only screen and (max-width: 767px) {
  .project-item .details {
    padding: 10px;
  }
}


.project-item .project-title a {
  color: #454548fc;
  text-decoration: none;
  display: block;
  height: 31px;
  overflow: hidden;
}

.all-casestudy-page .product-item .picture a img {
  height: 92%;
}

.all-casestudy-page .project-title a {
  color: #00A0DB;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-casestudy-page .product-item {
  box-shadow: none;
  background: #FFF;
  box-shadow: 0px 2px 3px 0px #0000000D;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.all-casestudy-page .product-item:hover {
  box-shadow: -2px 14px 45px -16px #00000033;
  transform: translateY(-5px);
}
.all-casestudy-page .filter-content .product-spec-group .item-with-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-casestudy-page .filter-content .product-spec-group .item-with-number .count {
  background: #E9F5F9;
  border-radius: 40px;
  color: #00A0DB;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.18px;
  padding: 1px 12px;
}
.all-casestudy-page .master-wrapper-page {
  background-color: #FFF !important;
}

.all-casestudy-page .additional-details h4 {
  color: #001844;
  margin-bottom: 5px;
}

.all-casestudy-page .case-study a,
.all-casestudy-page .project-tags a {
  text-decoration: none;
}

.all-casestudy-page .project-tags h4 {
  display: inline-block;
}
.all-casestudy-page .product-item .picture::before {
    padding-top: 44%;
}

@media (max-width: 991px) {
  .project-title {
    font-size: 14px;
  }

  .project-item .details {
    padding: 0;
  }
}

@media only screen and (max-width: 498px) {
  .project-title {
    font-size: 12px;
  }
}

@media only screen and (max-width: 380px) {
  .project-title {
    font-size: 10px;
  }
}

  .all-casestudy-page .product-item .picture a img {
    width: 100%;
    height: 100%;
  }

.all-casestudy-page .project-title {
  font-size: 16px;
}

.all-casestudy-page .product-item .details {
  padding: 20px 15px;
}

.all-casestudy-page[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}


@media (max-width: 991px) {
  .all-casestudy-page .product-item .project-title {
    font-size: 14px;
  }

}

@media only screen and (max-width: 380px) {
  .all-casestudy-page .product-item .project-title {
    font-size: 10px;
  }

}


.all-casestudy-page .product-item .project-title {
  margin-bottom: 15px;
  color: #00A0DB;
  font-size: 18px;
  font-weight: 600;
}

@media (min-width: 768px) {
  #ph-topic .contact-us-mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #ph-topic .contact-us-pc {
    display: none;
  }
}

.contact-us-pc > div {
  align-items: center !important;
  gap: 20px;
  padding-block: 10px;
  margin: 0 !important;
}

  .contact-us-pc > div > div {
    align-items: center !important;
    gap: 20px;
  }


.topic-password {
  background: #fff;
  padding: 25px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.3);
  text-align: center;
}

  .topic-password > form {
    margin: 0 auto;
  }

.enter-password-title {
  margin-bottom: 10px;
}

@media (min-width: 885px) {
  .topic-password {
    margin: 0 260px;
  }
}

@media only screen and (max-width: 884px) {
  .topic-password {
    margin: 0 200px;
  }
}

@media only screen and (max-width: 774px) {
  .topic-password {
    margin: 0 100px;
  }
}

@media only screen and (max-width: 596px) {
  .topic-password {
    margin: 0 60px;
  }
}

@media only screen and (max-width: 490px) {
  .topic-password {
    margin: 0 20px;
  }
}


.html-topic-page .case-study-info {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.html-topic-page .case-study-title-info {
  width: 100%
}


.html-topic-page .case-study-author a {
  color: #00a0db !important;
  font-weight: 700;
  text-decoration: none;
}

.html-topic-page .case-study-posted {
  color: #606060;
}

.html-topic-page .case-study-author, .html-topic-page .case-study-title {
  color: #162356;
}

.html-topic-page .case-study-author, .html-topic-page .case-study-title, .html-topic-page .case-study-posted {
  margin-bottom: 8px;
}

.html-topic-page .case-study-project-link a {
  text-decoration: none;
  padding: 10px 12px;
  color: #162356;
  background: #FFFFFF;
  border: 1px solid #162356;
  border-radius: 3px;
}

.html-topic-page .case-study-project-link {
  display: flex;
  justify-content: flex-end;
}

.html-topic-page .case-study-posted span {
  display: block;
  margin-right: 2px;
}

.html-topic-page .case-study-posted {
  align-items: center;
  /* justify-content: space-between; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.html-topic-page .full-descrioption-upper {
  padding: 0px 38px !important;
}

.html-topic-page .case-study-posted span img {
  width: 13px !important;
  margin-right: 2px;
}

.html-topic-page .case-study-title-info {
  text-align: center;
}

.html-topic-page .case-study-project-link {
  margin-bottom: 30px;
}

  .html-topic-page .case-study-project-link a {
    display: inline-block;
    margin: 0 auto;
    background: #001844;
    color: white;
    font-weight: 700;
    padding-right: 34px;
    background-image: url('../img/Link.svg');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center right 11px;
  }

.all-casestudy-page .pager {
  padding: 0px 0px 40px 0px !important;
}

.all-casestudy-page .product-grid {
  padding-bottom: 40px !important;
}


@media only screen and (max-width: 1300px) {
  .all-casestudy-page .breadcrumb {
    margin-bottom: 18px !important;
  }
}

@media only screen and (max-width: 767px) {
  .all-casestudy-page .breadcrumb .page-title {
    margin-bottom: 0px !important;
  }

  .all-casestudy-page .product-item .project-title {
    font-size: 16px !important;
  }

  .all-casestudy-page .product-item {
    padding: 16px 16px 9px 16px;
  }

  .all-casestudy-page .product-item .picture {
    padding-bottom: 20px;
  }

  .all-casestudy-page .product-item .picture a img {
    width: 100%;
    height: 100%;
  }

}




@media (min-width: 541px) and (max-width: 767px) {
  .all-casestudy-page .product-item .picture {
    height: 230px !important;
  }

  .all-casestudy-page .item-box .product-item {
    padding: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-casestudy-page .breadcrumb .page-title {
    margin-bottom: 0px !important;
  }

  .all-casestudy-page .product-item .picture a img {
    width: 100%;
    height: 100%;
  }


}

.html-topic-page .container .case-study-wrapper {
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .html-topic-page .case-study-info .case-study-title {
    font-size: 28px !important;
  }
}

@media (min-width: 1001px) {
  .case-study-base-info {
    overflow: hidden;
    margin-top: 20px
  }

  .case-study-statistics .case-study-statistics-item {
    margin-right: 8%;
  }
}

.case-study-statistics {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

  .case-study-statistics .case-study-statistics-item {
    background-color: #fff;
    float: left;
    text-align: center;
    margin-bottom: 35px;
    width: 100%;
    line-height: 1.3em;
    position: relative;
    width: 31%;
    margin-right: 3.5%;
    font-size: 19px;
    font-weight: 700;
  }

.case-study-statistics-img {
  height: 105px;
}

.case-study-statistics .case-study-statistics-item img {
  max-width: 100%;
  width: auto;
}

.case-study-statistics .case-study-statistics-item {
  background-color: #fff;
  float: left;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
  line-height: 1.3em;
  position: relative;
  width: 31%;
  margin-right: 3.5%;
  font-size: 19px;
  font-weight: 700;
}


.case-study-base-info-right {
  display: none;
}

.case-study-partner-logo img {
  max-height: 160px;
  max-width: 100%;
  width: auto;
}


.case-study-text img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
}

img.width-1080 {
  max-width: 1080px;
}

.case-study-title-img {
  margin-bottom: 5px !important;
}

.case-study-text h2, .case-study-text h3 {
  margin-bottom: 5px !important;
}

.case-study-text p {
  margin-bottom: 10px !important;
  text-align: justify;
}

.center {
  text-align: center !important;
}

.case-study-text p, .case-study-text ul {
  font-size: 16px;
  line-height: 26px;
  color: #001844;
}

  .case-study-text p a {
    color: #00a0db;
    font-weight: 700;
    text-decoration: none;
  }

.case-study-statistics {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.case-study-partner-logo img {
  max-height: 160px;
  max-width: 100%;
}

@media (max-width: 1000px) {
  .case-study-partner-logo {
    text-align: center;
  }
}

.case-study-statistics .case-study-statistics-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 556px) {
  .html-topic-page .full-descrioption-upper {
    padding: 0px 10px !important;
  }
}

.html-topic-page .link-button-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
}

  .html-topic-page .link-button-wrapper .project-url a {
    background-color: #00aff0 !important;
    border: none;
  }

@media (min-width: 992px) {
  .html-topic-page .full-descrioption-upper {
    padding: 0px 60px !important;
  }
}

@media (max-width: 656px) {
  .html-topic-page .link-button-wrapper a {
    font-size: 14px;
  }
}

@media (max-width: 596px) {
  .html-topic-page .link-button-wrapper a {
    font-size: 12px;
  }
}

@media (max-width: 536px) {
  .html-topic-page .link-button-wrapper {
    display: block;
  }

  .html-topic-page .case-study-project-link {
    margin-bottom: 10px;
  }

  .html-topic-page .project-url a {
    padding: 10px 93px;
    background-position: center right 75px;
  }

  .html-topic-page .all-case-studies a {
    padding: 10px 63px;
    background-position: center right 45px
  }

  .html-topic-page .case-study-nopcommerce a {
    padding: 10px 28px;
  }
}

@media (max-width: 991px) {
  .case-study-text p, .case-study-text ul {
    font-size: 16px !important;
  }
}

.html-topic-page .full-descrioption-upper {
  box-shadow: 1px 3px 10px 0 rgba(0,0,0,.06);
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.html-topic-page .case-study-wrapper {
  box-shadow: -2px 14px 45px -16px rgba(0,0,0,.1);
  padding: 40px 90px;
  background: #fff;
}

@media (max-width: 767px) {
  .html-topic-page .case-study-wrapper {
    padding: 25px 15px !important;
  }
}

.html-topic-page .case-study-wrapper .full-descrioption-upper {
  box-shadow: none !important;
}

.case-study-text ul {
  margin-bottom: 10px !important;
}

.html-topic-page .case-study-info {
  background: #e8ecf0;
  padding: 10px 2px;
}

.html-topic-page .full-descrioption-upper ol, .html-topic-page .full-descrioption-upper ul {
  margin-left: 17px !important;
}
.project-tags {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.product-item .project-tags > strong {
    line-height: 1.5;
}
.project-tags .tag-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.project-tags .tag-link {
  padding: 1px 16px;
  background: #E9F5F9;
  border-radius: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.18px;
  display: inline-block;
}

  .project-tags .tag-link:hover {
    background: #00A0DB;
    color: #F5F8FB;
  }

.all-casestudy-page .product-item .picture {
    overflow: visible;
}
.view-button {
  position: absolute;
  bottom: -14px;
  right: 20px;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #00a0db;
  color: #fff;
  border-radius: 1px;
  text-decoration: none;
  border-radius: 4px;
}