
.img-banner-cst {
  width: 100%;
}

.casestudy_thdtd {
  width: 100%;
  float: left;
  min-height: auto;
  padding: 90px 0 30px;
}

.casestudy_thdtd .thdtd_logo {
  margin-bottom: 0px !important;
}

.casestudy_thdtd .thdtd_bot {
  display: none;
}

.casestudy_thdtd .thdtd_logo_item {
  border: 1px solid transparent;
}

.casestudy_thdtd .thdtd_logo_item:hover {
  border: 1px solid #ff3333;
}

.box-search-casestudy {
  float: left;
  width: 100%;
  padding: 40px 0px 50px;
}

.main-search-cst {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
}

.slc-search-cst {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  border-radius: 0px;
  background: #fff url(../images/casestudy/adropdown.png) no-repeat center right
    20px;
  line-height: 50px;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Sarabun";
  color: rgb(153, 153, 153);
  -webkit-appearance: none;
  -moz-appearance: none;
  border-right: none;
  float: left;
  margin-bottom: 15px;
}

.slc-search-cst2 {
  max-width: 260px;
}

.inp-search-cst {
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  line-height: 50px;
  width: 100%;
  max-width: 280px;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Sarabun";
  color: rgb(153, 153, 153);
  border-radius: 0px;
  float: left;
  margin-bottom: 15px;
}

.btn-search-cst {
  background-color: rgb(77, 126, 252);
  max-width: 160px;
  width: 160px;
  text-align: center;
  height: 50px;
  font-size: 15px;
  font-family: "Sarabun";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
  float: left;
  padding: 0px 20px;
}

.btn-search-cst span {
  background: transparent url(../images/casestudy/ic-search.png) no-repeat
    center left;
  padding-left: 22px;
  white-space: nowrap;
}

.btn-search-cst:hover {
  background-color: rgb(58, 95, 191);
  text-decoration: none;
  color: #ffffff;
}

.list-casestudy {
  float: left;
  width: 100%;
  background: #eceff1;
  padding: 60px 0px;
  border-top: 1px solid #d1d1d1;
}

.item-casestudy {
  width: 100%;
  margin: 0px auto 30px;
  display: block;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  max-width: 270px;
}

.item-casestudy .__show-preview {
  display: block;
  width: 100%;
  padding-top: 66.6667%;
  position: relative;
}

.img-casestudy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: scale-down;
  object-position: center;
}

.info-casestudy {
  width: 100%;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  border-style: solid;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.info-casestudy a.__show-preview {
  padding-top: 0 !important;
}

.name-casestudy {
  font-size: 20px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 24px;
  padding: 0px 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  max-height: 72px;
  overflow: hidden;
}

.name-casestudy:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.field-casestudy {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(153, 153, 153);
  line-height: 22px;
  text-align: center;
  width: 100%;
  display: block;
  height: 22px;
  overflow: hidden;
}

.field-casestudy:hover {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

.list-sol-cst {
  width: 100%;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  border-style: solid;
  padding: 15px 10px;
  display: flex;
  justify-content: center;
  border-top: none;
  height: 70px;
  align-items: center;
  overflow: hidden;
}

.item-sol-cst {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
  background: transparent url(../images/casestudy/ic-dot.jpg) no-repeat center
    left;
  padding-left: 10px;
  max-height: 64px;
  overflow: hidden;
}

.item-sol-cst:first-of-type {
  background: none;
}

.pagination-cst {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-cst .pagination {
  margin: 0;
  gap: 10px;
}

.pagination-cst .pagination li {
  font-size: 16px;
  text-align: center;
  color: #212529;
}

.pagination-cst .pagination li a {
  color: #212529;
}

.pagination-cst .pagination li.disabled a,
.pagination-cst .pagination li.disabled {
  opacity: 0.5;
}

.pag-prev {
  width: 16px;
  height: 12px;
  background: transparent url(../images/casestudy/ic-pag-prev.png) no-repeat
    center left;
  margin-right: 15px;
  text-indent: -9999px;
}

.pag-next {
  width: 16px;
  height: 12px;
  background: transparent url(../images/casestudy/ic-pag-next.png) no-repeat
    center left;
  margin-left: 15px;
  text-indent: -9999px;
}

.pag-numb {
  font-size: 16px;
  font-family: "Sarabun";
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.688;
  text-align: center;
  margin: 0px 10px;
  font-weight: bold;
}

.pag-numb.pag-ac {
  color: #4d7efc;
}

.pag-numb:hover {
  color: #000000;
}

.box-breadcrumb {
  background: #eceff1;
}

.breadcrumb {
  background: #eceff1;
  padding: 15px 0px;
  margin-bottom: 0px;
}

.breadcrumb-item a {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #4d7ffd;
}

.detail-casestudy {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.main-detail-cst {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.info-dt-cst {
  float: left;
  width: 100%;
  text-align: left;
}

.field-cst-dt {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(153, 153, 153);
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.name-cst-dt {
  font-size: 30px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 40px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sp-cst-dt {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  max-width: 450px;
}

.list-sol-cst-dt {
  width: 100%;
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
  border-top: none;
  text-align: left;
}

.title-list-sol {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(153, 153, 153);
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}

.list-sol-cst-dt .item-sol-cst {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  line-height: 18px;
  text-align: left;
  margin-right: 5px;
  background: transparent url(../images/casestudy/ic-dot.jpg) no-repeat center
    left;
  padding-left: 10px;
  margin-bottom: 10px;
}

.desc-cst-dt {
  font-size: 14px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  width: 100%;
  float: left;
}

.desc-cst-dt img {
  max-width: 100%;
  margin-bottom: 10px;
}

.desc-cst-dt p {
  text-align: left;
  margin: 10px auto 30px;
}

.title-lst-cst-rl {
  font-size: 30px;
  font-family: "Sarabun";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.main-detail-cst-popup {
  width: 100%;
  margin: auto;
}

.item-detail-cst-popup {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 50px;
  background: #ffffff;
}

#popup-cst .modal-content-booking {
  max-width: 940px;
  width: 100%;
}

#popup-cst .main-modal-content {
  background: transparent;
  position: relative;
  border: none;
}

#popup-cst .ic-close {
  position: absolute;
  top: 0px;
  right: -30px;
  height: 24px;
  width: 24px;
  background: transparent url(../images/casestudy/ic-close.png) no-repeat center
    center;
  z-index: 10;
}

#popup-cst .swiper-container {
  width: 100%;
  height: 100%;
}

#popup-cst .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#popup-cst .swiper-button-next,
#popup-cst .swiper-button-prev {
  position: absolute;
  top: 50vh;
  width: 41px;
  height: 15px;
  margin-top: -22px;
  z-index: 50;
  cursor: pointer;
  overflow: hidden;
}

#popup-cst .swiper-button-next,
#popup-cst .swiper-container-rtl .swiper-button-prev {
  background: transparent url(../images/casestudy/ic-sl-next.png)
    no-repeat -20px center;
}

#popup-cst .swiper-button-next:hover,
#popup-cst .swiper-container-rtl .swiper-button-prev:hover {
  transition: 800ms;
  background: transparent url(../images/casestudy/ic-sl-next.png) no-repeat 0px
    center;
}

#popup-cst .swiper-button-prev,
#popup-cst .swiper-container-rtl .swiper-button-next {
  background: transparent url(../images/casestudy/ic-sl-prev.png) no-repeat 20px
    center;
}

#popup-cst .swiper-button-prev:hover,
#popup-cst .swiper-container-rtl .swiper-button-next:hover {
  transition: 800ms;
  background: transparent url(../images/casestudy/ic-sl-prev.png) no-repeat 0px
    center;
}

/* _case_banner */

._case_banner {
  width: 100%;
  float: left;
}

._case_banner img {
  width: 100%;
}

/* _case_impressivedigital */

._case_impressivedigital {
  float: left;
  width: 100%;
  padding: 70px 0;
}

._case_impressivedigital .container {
  max-width: 1134px;
}

._case_boxtitle {
  margin-bottom: 37px;
}

._case_boxtitle .title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 24px;
}

._case_boxtitle .txt {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
}

._case_boxtitle .txt p {
  margin-bottom: 0;
}

._impressivedigital_list {
  width: 100%;
}

._impressivedigital_list .row {
  margin: 0 -12px;
  gap: 30px 0;
}

._impressivedigital_list .col-md-4 {
  padding: 0 12px;
}

._impressivedigital_item {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
  background-color: #322a5d;
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: hidden;
}

._impressivedigital_top {
  position: relative;
}

._impressivedigital_top .img {
  display: block;
  position: relative;
  padding-top: 113.63%;
  overflow: hidden;
  border-radius: 24px;
  overflow: hidden;
}

._impressivedigital_top .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

._impressivedigital_logo {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
}

._impressivedigital_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

._impressivedigital_body {
  width: 100%;
  position: relative;
  padding: 84px 15px 48px;
}

._impressivedigital_body .title {
  color: #fff;
  text-align: center;
  /* font-family: "SF Pro Display"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0 0 24px;
}

._impressivedigital_body .title a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._impressivedigital_boxbtn {
  width: 100%;
  text-align: center;
}

._case_btn {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #968ccb;
  color: #968ccb;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

._impressivedigital_item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  background-image: url("/ver1/images/casestudy/bg-case1.png");
}

._impressivedigital_item:hover ._case_btn,
._case_btn:hover {
  border: 1px solid #110d27;
  background: #44cbfe;
  color: #110d27;
}

._impressivedigital_item:hover ._case_btn svg path,
._case_btn:hover svg path {
  fill: #110d27;
}

/* _case_newslist */

._case_newslist {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #edeff1;
}

._case_newslist .container {
  max-width: 1134px;
}

._newslist_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

._newslist_top form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newscase_tabs {
  flex: 1;
  width: 100%;
  overflow: auto;
  scrollbar-color: #c8c0c0 #eae6e6;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: #969696;
  -webkit-border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #2b2b2b;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #1a1a1a;
}

.newscase_tabslist {
  display: flex;
  gap: 12px;
  padding-bottom: 10px;
}

.newscase_tabslist a {
  border-radius: 4px;
  border: 1px solid #322a5d;
  padding: 11px 24px;
  white-space: nowrap;
  color: #322a5d;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.newscase_tabslist a:hover,
.newscase_tabslist a.active {
  border-radius: 4px;
  background: radial-gradient(circle at -1% 30%, #3eddfe 0%, #322a5d 44.87%);
  color: #fff;
}

._newslist_select {
  width: 258px;
  flex-shrink: 0;
}

._newslist_select select {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 0 46px 0 24px;
  color: #828282;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  appearance: none;
  background-image: url("/ver1/images/casestudy/ic-case2.png");
  background-repeat: no-repeat;
  background-position: center right 21px;
}

._case_list {
  width: 100%;
}

._case_list .row {
  gap: 24px 0;
  margin: 0 -12px;
}

._case_list .col-lg-4 {
  padding: 0 12px;
}

._casenews_item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #fff;
  padding: 4px;
  overflow: hidden;
}

._casenews_item .img {
  display: block;
  width: 100%;
  padding-top: 70.18%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

._casenews_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

._casenews_item_body {
  width: 100%;
  padding: 24px 16px 20px;
}

._casenews_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 6px;
}

._casenews_category a {
  color: #828282;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

._casenews_item_body .title {
  color: #000;
  font-family: "SF Pro Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 24px;
}

._casenews_item_body .title a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._casenews_item_bocbtn ._case_btn,
._casenews_item:hover ._casenews_item_bocbtn ._case_btn {
  background: #efedf9;
  color: #322a5d;
  border: 1px solid #efedf9;
}

._casenews_item_bocbtn ._case_btn:hover {
  background: #4d7ff8;
}

._casenews_item_bocbtn ._case_btn svg path {
  fill: #322a5d;
}

._case_pagination ul.pagination {
  display: flex;
  width: 100%;
  gap: 12px;
  justify-content: center;
  padding: 24px 0 0;
  margin: 0;
}

._case_pagination ul.pagination li a,
._case_pagination ul.pagination li span {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  line-height: 48px;
  color: #000;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

._case_pagination ul.pagination li.active a,
._case_pagination ul.pagination li:hover a {
  background-color: #000;
  color: #fff;
}

._case_pagination ul.pagination li.active a svg path,
._case_pagination ul.pagination li:hover a svg path {
  fill: #fff;
}

._case_pagination ul.pagination li.disabled a,
._case_pagination ul.pagination li.disabled span {
  pointer-events: none;
}

/* case chi tiet */

._casedetail_banner {
  float: left;
  width: 100%;
  padding: 24px 0 0;
}

._casedetail_banner .container {
  max-width: 1134px;
}

._casedetail_banner .img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

._casedetail_banner .img img {
  width: 100%;
  height: auto !important;
}

/* _casedetail_main */

._casedetail_main {
  float: left;
  width: 100%;
  padding: 0 0 46px;
  position: relative;
}

._casedetail_main .container {
  max-width: 1134px;
}

._casedetail_other {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 48px;
}

._casedetail_right {
  width: 300px;
  flex-shrink: 0;
  transform: translateY(-48px);
  position: relative;
}
._casedetail_right___child {
  position: sticky;
  top: 140px;
}
._casedetail_content {
  width: 100%;
  flex: 1;
  padding-top: 24px;
}

._casedetail_content_top {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ededed;
}

._casedetail_content_top .title {
  color: #1e1f4d;
  font-family: "Lexend Deca";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  margin: 0 0 12px;
}

._casedetail_content_netword {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}

._casedetail_content_netword .txt {
  flex-shrink: 0;
  color: #828282;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

._casedetail_networdlist {
  display: flex;
  gap: 6px;
}

._casedetail_networdlist a {
  width: 36px;
}

._casedetail_networdlist a img {
  width: 100%;
}

._casedetail_content_text {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 162.5%;
}

._casedetail_content_text p {
  margin-bottom: 12px;
}

._casedetail_content_text h2,
._casedetail_content_text h2 * {
  font-size: 28px !important;
  font-weight: 600;
}

._casedetail_content_text h3,
._casedetail_content_text h3 * {
  font-size: 24px !important;
  font-weight: 400;
}

._casedetail_content_text table {
  width: 100%;
  border: 1px solid #000;
}

._casedetail_content_text table td {
  padding: 5px;
  border: 1px solid #000;
}

._casedetail_content_text iframe {
  width: 100% !important;
  height: 300px !important;
}

._casedetail_content_text img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

._casedetail_hots {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}

._casedetail_hots .img {
  display: block;
  width: 100%;
  padding-top: 63.5%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  margin-bottom: 24px;
}

._casedetail_hots .img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

._casedetail_hots_body {
  width: 100%;
}

._casedetail_hots_row {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ededed;
}

._casedetail_hots_row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

._casedetail_hots_row ._sub_title {
  color: #828282;
  /* font-family: "SF Pro Display"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}

._casedetail_hots_row .title {
  color: #000;
  /* font-family: "SF Pro Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

._casedetail_hots_row .title a {
  color: #000;
}

._casedetail_news {
  border-radius: 24px;
  border: 1px solid #dedede;
  background: #fff;
  width: 100%;
  padding: 24px;
  margin-bottom: 24px;
}

._casedetail_news .title {
  color: #000;
  text-align: center;
  /* font-family: "SF Pro Display"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 24px;
}

._casedetail_newshots {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ededed;
}

._casedetail_newshots .img {
  width: 100%;
  padding-top: 55.55556%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  display: block;
}

._casedetail_newshots .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

._casedetail_newshots_title {
  margin: 0;
  color: #000;
  /* font-family: "SF Pro Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
}

._casedetail_newshots_title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
}

._casedetail_newslist {
  width: 100%;
}

._casedetail_newsitem {
  width: 100%;
  padding: 0 0 12px 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

._casedetail_newsitem::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  border-radius: 50%;
}

._casedetail_newsitem a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
  /* font-family: "SF Pro Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

._casedetail_newsboxbtn {
  text-align: center;
}

._casedetail_newsboxbtn ._case_btn {
  background: #efedf9;
  border: 1px solid #efedf9;
  color: #322a5d;
}

._casedetail_newsboxbtn ._case_btn svg path {
  fill: #322a5d;
}

._casedetail_right_banner {
  width: 100%;
}

._casedetail_right_banner a {
  display: block;
  width: 100%;
  padding-top: 200%;
  background-color: #333;
  overflow: hidden;
  border-radius: 24px;
}

._casedetail_right_banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* _casedetail_relatedarticles */

._casedetail_relatedarticles {
  width: 100%;
  float: left;
  padding: 70px 0;
  background: #edeff1;
}

._casedetail_relatedarticles ._case_boxtitle {
  margin-bottom: 24px;
}

._casedetail_relatedarticles ._case_boxtitle .title {
  margin-bottom: 0;
}

._relatedarticles_list {
  width: 100%;
}

._relatedarticles_list ._relatedarticles_slide {
  padding-bottom: 38px !important;
}

._relatedarticles_list .swiper-slide {
  height: auto;
}

._relatedarticles_list
  .swiper-container-horizontal
  > .swiper-pagination-bullets,
._relatedarticles_list .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

._relatedarticles_list
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #240065;
}

/* _case_digital */

._case_digital {
  float: left;
  width: 100%;
  background: url("/ver1/images/casestudy/bg-cd.jpg") no-repeat top center;
  background-size: cover;
  padding: 70px 0 0;
}

._case_digital_other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

._case_digital_other ._left {
  width: 57.4%;
  padding-right: 70px;
  display: flex;
  flex-wrap: wrap;
}

._case_digital_other ._left .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

._case_digital_other ._left .title span {
  display: block;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 104.167%;
  background: linear-gradient(
    97deg,
    #3edaff 5.28%,
    #fff 46.59%,
    #9cecff 93.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._case_digital_other ._left .title span sup {
  font-size: 64px;
  line-height: 78.125%;
  background: linear-gradient(
    97deg,
    #3edaff 5.28%,
    #fff 46.59%,
    #9cecff 93.16%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._case_digital_other ._right {
  width: 42.6%;
  padding-bottom: 70px;
  position: relative;
}

._case_digital_img {
  max-width: none !important;
  width: 670px;
  /* transform: translateY(-26px); */
}

@media screen and (max-width: 1200px) {
  ._casedetail_relatedarticles ._case_boxtitle .title,
  ._casedetail_content_top .title,
  ._case_digital_other ._left .title {
    font-size: 32px;
  }
  ._casedetail_content_text,
  ._casenews_item_body .title {
    font-size: 18px;
  }
  ._case_digital_other ._left .title span {
    font-size: 80px;
  }
  ._case_digital_other ._left .title span sup {
    font-size: 48px;
  }
}

@media screen and (max-width: 992px) {
  ._casedetail_relatedarticles {
    padding: 40px 0;
  }
  #popup-cst .main-modal-content {
    padding-top: 40px;
  }
  #popup-cst .ic-close {
    top: 0px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
  #popup-cst .swiper-container {
    padding-top: 40px;
  }
  #popup-cst .swiper-button-next,
  #popup-cst .swiper-button-prev {
    top: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 860px) {
  ._case_digital_other ._right iframe {
    height: 700px !important;
  }
}

@media screen and (max-width: 767px) {
  .item-casestudy {
    max-width: 100%;
  }
  .item-casestudy {
    margin-bottom: 10px;
  }
  .casestudy_thdtd {
    padding: 40px 0 30px;
  }
  .main-search-cst {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  #popup-cst .modal-dialog {
    margin-top: 20px !important;
  }
  #popup-cst .ic-close {
    top: 5px;
    right: 5px !important;
    position: fixed;
  }
  #popup-cst .item-detail-cst-popup {
    padding: 20px;
  }
  .slc-search-cst,
  .slc-search-cst2 {
    max-width: 100%;
    border-right: 1px solid #d1d1d1;
  }
  .inp-search-cst {
    max-width: 100%;
  }
  .btn-search-cst {
    max-width: 100%;
    width: 100%;
  }
  .popup-cst-nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    height: 60px;
    align-items: center;
    padding: 0px 0px;
  }
  #popup-cst .swiper-button-next,
  #popup-cst .swiper-button-prev {
    position: relative;
    margin-top: 30px;
  }
  #popup-cst .swiper-button-prev,
  #popup-cst .swiper-container-rtl .swiper-button-prev {
    left: 0px !important;
    top: 0px;
    float: left;
  }
  #popup-cst .swiper-button-next,
  #popup-cst .swiper-container-rtl .swiper-button-prev {
    left: 0px;
    top: 0px;
    float: right;
  }
  .detail-casestudy {
    padding: 20px 0px;
  }
  .name-cst-dt {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .list-casestudy .col-6 {
    padding: 0px 10px;
  }
  .name-casestudy {
    font-size: 16px;
  }
  .item-sol-cst {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .list-casestudy .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.detail-casestudy {
  width: 100%;
  background: #fff;
}

#popup-cst .swiper-button-next,
#popup-cst .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}

#popup-cst .swiper-button-prev,
#popup-cst .swiper-container-rtl .swiper-button-prev {
  left: -50px;
}

.casestudy_item {
  background-color: transparent;
}
