#main {
  position: relative;
  min-height: 650px;
  max-height: 800px;

  overflow: hidden;

  /*background-image: linear-gradient(to right, #2d4e7f 0%, #00dbde 10%, #fc00ff 100%);*/
}

.banner-hero {
  max-width: 1100px;
  margin: 90px auto;
}
.line-text {
  display: flex;
  /* ใช้ Flexbox เพื่อจัดวางองค์ประกอบให้อยู่ในบรรทัดเดียว */
  align-items: center;
  /* จัดให้ข้อความและเส้นอยู่ตรงกลางแนวตั้ง */
  text-align: center;
  color: #002482;
  width: 100%;
  /* ทำให้ container กว้างเต็มจอ */
}

.line-text span {
  position: relative;
  /* สำคัญ! ใช้สำหรับอ้างอิงตำแหน่งของเส้นขีด */
  padding: 0 1em;
  /* เพิ่มระยะห่างระหว่างตัวอักษรกับเส้น */
}

.line-text::before,
.line-text::after {
  content: "";
  /* ต้องใส่เพื่อสร้าง pseudo-element */
  flex-grow: 1;
  /* ส่วนนี้สำคัญ! ทำให้เส้นขยายเต็มพื้นที่ที่เหลือ */
  height: 1px;
  background-color: #002482;
}

#website-exemple h3 {
  font-size: 1.25rem;
  text-align: center;
  margin: 30px 0 20px 0;
}

#rev_slider,
#rev_slider_wrapper,
.tp-revslider-mainul {
  max-height: 700px !important;
  overflow: hidden;
}

.section-bg::after,
.rev_slider li::after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /* z-index: 1; */
  /* background-color: rgb(0 0 0 / 35%); */

  /*background-image: url("/cache/2025/images/slider/2-4.png?v={{version}}") ;
           background-repeat: no-repeat;
           background-size:cover;
           background-position: right;*/

  background-image: linear-gradient(
    125deg,
    #001e3f 0%,
    #1d66cc00 50%,
    #061c65 80%
  );
}

#projects.section-overlay {
  /*background: url(/cache/2022/images/bg-wed-design-section-05.png);*/
  background: url(/cache/2022/images/bg/hm-project-01.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}

#projects.section-overlay.gray {
  background: url(/cache/2022/images/bg-wed-design-section-05.png);
  background-size: cover;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
}

.icon.ion-checkmark {
  border: 1px solid #c8d736;
  font-size: 20px;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 100%;
  background: #cee002;
  color: #fff;
}

.mobile-line {
  display: none;
}

.frm-rev {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 1px 1px 10px #444;
}

.frm-rev .form-group-lg select.form-control {
  text-align: center;
  width: 65%;
  border: 0px;
  box-shadow: none;
  font-size: 1.5rem;
  display: inline-block;
}

.frm-rev .btn-rev-submit {
  font-size: 1.5rem;
  font-weight: bold;
  width: 37%;
  display: inline-block;
  padding: 1.1em 0 1em;
}

.main-top-banner-footer {
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

.why-seo-item .media-cover {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 4px #ad6cea2b;
  border: 1px solid #ddcef7ba;
}

.why-seo-item .why-seo-desc {
  font-size: 1.45rem;
  color: #000;
  font-weight: bold;
  margin: 10px 0px;
  text-align: center;
}

.main-page-title {
  position: absolute;
  bottom: 0px;
  /*background: #efc3f8;*/
  background: #fff;
  right: 0;
  width: 100%;
}

.section-02 {
  /*
      background: linear-gradient(to bottom, #efc3f8, #f4d7f900, #ffffff, #f9f9f9);
      */
  padding-top: 50px;
}

.main-wapper-title {
  margin: 0px 60px;
}

.main-page-title h1 {
  font-size: 1.45rem;
  color: #a25fe1;
  font-weight: normal;
  padding: 15px 0px 0 0;
  margin: 0px;
  display: inline-block;
  border: 1px solid #a25fe1;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 10px 0px 0px 0px;
}

.rev-typed-02 {
  color: #fff;
}

.txt-free-google {
  font-size: 1.5rem;
  display: block;
}

.fn-purple {
  color: #65459f;
}

.img-man {
  width: 700px !important;
  height: auto !important;
}

@media (max-width: 780px) {
  .main-page-title {
    top: 70px;
    bottom: auto;
    background: #fff;
  }

  .main-page-title h1 {
    font-size: 1.15rem;
    padding: 10px 0px;
  }

  .main-wapper-title {
    margin: 0px;
  }
}

@media (max-width: 500px) {
  .mobile-line {
    display: inherit;
  }

  .navbar {
    border-bottom: 1px solid rgb(255 255 255 / 33%);
  }

  .mobile-line {
    display: inherit;
  }

  .img-man {
    width: 500px !important;
    height: auto !important;
  }

  .icon.ion-checkmark {
    border: 1px solid #c8d736;
    font-size: 15px;
    margin-right: 10px;
    padding: 0 15px;
    border-radius: 100%;
    background: #cee002;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center !important;
    padding: 0px;
  }

  .frm-rev {
    background: none;
    overflow: inherit;
    box-shadow: none;
    padding: 0px;
  }

  .frm-rev .form-group-lg select.form-control {
    width: 100%;
    display: block;
    /*padding:20px  !important;*/
    height: 55px !important;
    line-height: 1.33 !important;
  }

  .frm-rev .btn-rev-submit {
    width: 100%;
    margin-top: 10px;
    display: block;
    border-radius: 10px;
  }

  .btn-rev-submit {
    padding: 15px 0px;
  }
}
.rev-ceo {
  position: absolute;
  top: 50px;
  bottom: -50px;
  left: 40%;
  z-index: 2;
}

.rev-img-ceo {
  height: 100%;
  width: auto;
  opacity: 0;
  /* เริ่มต้นมองไม่เห็น */
  animation: fadeIn 1s ease 1s forwards;
}

.rev-arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  z-index: 1;
  opacity: 0.2;
}

.rev-arrow img {
  height: 100%;
  width: auto;
}

.btn-primary {
  background: #107dd5;

  background-image: linear-gradient(
    95deg,
    #107dd5 0%,
    #5500a4 51%,
    #107dd5 100%
  );

  color: #fff;
  min-width: 200px;
  background-size: 200% auto;
  position: relative;
}

.btn.btn-white-border {
  background: none;
  border: 2px solid #fff;
}

.btn.btn-white-border:hover {
  background: #ffffff59;
}

.btn.btn-addLine {
  background-image: linear-gradient(
    95deg,
    #13c100 0%,
    #7ce700 51%,
    #13c100 100%
  );

  color: #ffffff;
  transition: 0.5s;
  background-size: 200% auto;
  min-width: 200px;
  position: relative;
}

.btn.btn-addLine i,
.btn-primary i {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 1.75rem;
}

.btn-gradient-border i {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.75rem;
}

.section-02-caption {
  text-align: left;
}

.section-02-caption h2 {
  margin: 20px 0px 0px 0px;
}

.section-02-caption h3 {
  color: #5804a6;
  margin: 15px 0px 10px 0px;
  padding: 0px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.section-02-caption a.btn.btn-purple {
  background-image: linear-gradient(
    90deg,
    #ab69e8 0%,
    #5905a7 50%,
    #a461e3 100%
  );
}

.section-02-caption p {
  margin: 10px 0px;
}

#main {
  position: relative;
  background-image: url(/cache/2025/images/ibzii/bg-banner.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fcf2fb;
}

#main::after {
  opacity: 0.4;
  position: absolute;
  top: 0px;
  left: 0px;
  content: " ";
  height: 60px;
  right: 0px;
  z-index: 1;

  background-position: bottom center;
  background-size: cover;
  background: linear-gradient(to left, #e91e63e0, #e91e63fc, #091b83, #38c1ff);
}

.logo-ibzii {
  background-image: url(/cache/2025/images/ibzii/bg-text.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 30px;
  background-size: cover;
}
.section-title.page-webdesign {
  text-align: left;
}

#promotion-package .page-webdesign h1 {
  font-size: 2.5rem;
  color: #0d3435;
  margin: 0px 0px 15px 0px;
}

#promotion-package .page-webdesign h2 {
  color: #373737;
  margin-bottom: 10px;
  font-size: 1.7rem;
}

#promotion-package.promotion-price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #070023;
}

.service-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px 5px #96a7b57a;
}

.service-item .imgCard {
  border-radius: 10px;
  overflow: hidden;
}

.btn {
  background-image: linear-gradient(
    90deg,
    #3392d0 0%,
    #0065e3 50%,
    #1b2968 100%
  );
}

.btn.btn-sm {
  border-radius: 5px;
  border: 1px solid #adafbd;
  box-shadow: 0px 0px 5px 3px #2e6b8373;
}

.cn-icon img {
  border-radius: 10px;
}

.button--pink {
  background-image: linear-gradient(
    90deg,
    #3392d0 0%,
    #0065e3 50%,
    #1b2968 100%
  );
  font-weight: normal;
}

@media (max-width: 1370px) {
  .rev-ceo {
    left: 45%;
  }

  .rev-leaf-01 {
    width: 15%;
    max-width: 200px;
  }
}

@media (max-width: 1180px) {
  .rev-arrow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 0;
    z-index: 1;
    overflow: hidden;
  }

  #main {
    min-height: 600px;
    max-height: 600px;
  }

  #rev_slider,
  #rev_slider_wrapper,
  .tp-revslider-mainul {
    max-height: 600px !important;
    overflow: hidden;
  }
}

@media (max-width: 850px) {
  #main {
    min-height: 500px;
    max-height: 500px;
  }

  #rev_slider,
  #rev_slider_wrapper,
  .tp-revslider-mainul {
    max-height: 500px !important;
    overflow: hidden;
  }
}

.video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.video-bg .video-content {
  position: relative;
  height: 100%;
}

.video-content video {
  opacity: 1;
  /*animation: fadeInVideo 2.5s ease-in-out 2s forwards;*/
}

.rev_slider_wrapper {
  width: 100%;
  z-index: 1;
}

.main-caption {
  position: absolute;
  left: 50px;
  right: 60%;
  top: 80px;
  bottom: 0px;
  z-index: 100;

  /* ใช้ Flexbox เพื่อจัดองค์ประกอบภายในให้อยู่กึ่งกลาง */
  display: flex;
  justify-content: center;
  /* จัดให้อยู่กึ่งกลางแนวนอน */
  align-items: center;
  /* จัดให้อยู่กึ่งกลางแนวตั้ง */
}

.main-caption-inner {
  text-align: left;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.5rem;
  padding-bottom: 180px;
}

.main-caption-inner h1 {
  color: #fff;
}

.btn-primary {
  box-shadow: 0px 0px 5px #373737;
}

#webDesignPortfolio {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #000;
}

.section-title h3 {
  margin: 10px 0px;
}

#webDesignPortfolio {
  padding: 100px 0px;
}

#webDesignPortfolio .section-title h2 {
  color: #a25fe1;
}

h3.line-text {
  margin: 20px 0px;
  color: #333;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-radius: 5px;
  color: #ad6cea;
  background-image: none;
  background-size: 200% auto;
  border: 1px solid #a25fe1;
  transition: 0.5s;
}

.banner-c-02 {
  border-radius: 15px;
  box-shadow: 0px 0px 9px 3px #a6bbcb3b;
  border: 1px solid #a88ed352;
}

@media (max-width: 500px) {
  .banner-c-02 {
    margin-bottom: 15px;
  }

  h2 {
    font-size: 1.5rem;
  }

  h2.text-center {
  }

  .section-title h2 {
    margin: 20px 0 0 0;
  }

  #webDesignPortfolio .section-title {
    text-align: left;
  }

  #webDesignPortfolio {
  }

  #webDesignPortfolio h2 {
    color: #a25fe1;
  }

  #webDesignPortfolio .section-title h2 {
    font-size: 1.2rem;
    color: #a25fe1;
    margin-bottom: 15px;
  }

  #webDesignPortfolio .section-title h3 {
    font-size: 1.75rem;
  }

  #webDesignPortfolio .section-title h3.line-text {
    text-align: left;
  }

  #webDesignPortfolio h3.line-text span {
    padding: 0px;
    font-size: 1.25rem;
    text-align: left;
    font-weight: normal;
  }

  #webDesignPortfolio h3.line-text {
    margin-bottom: 20px;
    color: #4b4b4b;
  }

  #webDesignPortfolio {
    font-size: 1.1rem;
    line-height: 2.15rem;
    color: #000;
  }

  .main-caption-inner {
    font-size: 1.1rem;
  }

  .main-caption-inner {
    line-height: 2rem;
  }

  #main {
    min-height: 300px;
    max-height: 600px;
  }

  #rev_slider,
  #rev_slider_wrapper,
  .tp-revslider-mainul {
    max-height: 600px !important;
    overflow: hidden;
  }

  .rev-arrow {
    left: 65%;
  }

  .rev-leaf-02 {
    display: none;
  }

  .rev-ceo {
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -80px;
  }

  .rev-ceo img {
    width: 180%;
  }

  .rev-leaf-01 {
    width: 35%;
    max-width: 200px;
  }

  .rev-mobile-bg img {
    height: 100%;
    width: auto;
    margin-left: -50px;
    margin-top: -190px;
  }

  h1 {
    font-size: 2rem;
  }

  .webinfo h2 {
    font-size: 1.4rem;
  }

  #website-info h2 {
    font-size: 1.25rem;
  }
}

@keyframes fadeInVideo {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.webdesign-section-02,
.webdesign-section-03 {
  min-height: 1000px;
}

.webdesign-section-02 h1,
.webdesign-section-03 h1 {
  color: #4d5da0;
}

.webdesign-section-01 {
  background-image: url(/cache/2022/images/bg/bg-webdesign-01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 600px;
  padding: 50px 0px 80px 0;
}

.webdesign-section-01 .container-fluid {
  margin: 0 auto;
}

.webdesign-section-02 {
  background-image: url(/cache/2022/images/bg-wed-design-section-02-02.png);
  background-size: 100%;
  background-repeat: no-repeat;

  padding: 50px 0px 0 0;
  margin-bottom: 50px;
}

.webdesign-section-03 {
  background-image: url(/cache/2022/images/bg-wed-design-section-03.png);
  background-size: 100%;
  background-repeat: no-repeat;

  padding: 25px 0px 0 0;
}

@media (min-width: 1600px) {
  .section-content.container-fluid {
    max-width: 1400px;
  }
}

.com01 {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}

.price-info-01 {
  position: absolute;

  margin-top: 100px;
  width: 100%;
  left: 50%;
}

.pirce-info-item {
  margin-bottom: 15px;
}

.labels-info {
  color: #4d5da0;
  font-size: 2.55rem;
  display: inline-block;
  padding: 5px 0px;
  font-family: "Prompt";
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: bold;
  letter-spacing: -1px;
}

.price-info-02 {
  margin-top: 50px;
}

.spc-price {
  font-size: 16px;

  color: #c10000;
  display: block;
  line-height: 0;
  text-align: right;
}

.btn-gradient-border {
  display: inline-block;
  padding: 10px 20px;
  color: white;
  font-weight: normal;
  text-decoration: none;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(135deg, #9f60ff, #00d4ff);
  background-color: transparent;
  border-radius: 0px;

  letter-spacing: 0.025em;
  line-height: 1.42857143;
  min-width: 200px;

  position: relative;
  overflow: hidden;
  background-image: none;
}

.btn-gradient-border:hover {
  background-color: transparent;
}

.btn-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00d4ff, #9f60ff);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}

.btn-gradient-border:hover::before {
  opacity: 1;
}

@media (max-width: 820px) {
  .price-info-01 {
    position: relative;
    margin-top: 50px;
    width: 100%;
    left: 0;
  }

  .price-info-02 {
    margin-top: 50px;
  }
}

.web-des-list {
  font-size: 14px;
}

.web-des-list li {
  padding: 0;
}

.spacail-list div {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.carousel-control.right,
.carousel-control.left {
  background: hsla(0, 0%, 53%, 0.35);
  line-height: 50px;
  color: #fff !important;
  opacity: 1;
  margin: 0 3px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 35%;
}

.carousel-indicators {
  border-color: #111;
}

.carousel-indicators .active {
  background: #111;
}

.carousel-inner .item {
  padding: 0px 15px;
}

.carousel-inner .item img {
  max-width: 800px;
  margin: 0 auto;
}

#website-service h1 {
  text-align: center;
  padding: 10px;
  color: #333;
  font-size: 40px;
  margin: 10px 0 0 0;
}

#website-service .section-title {
  text-align: center;
  font-size: 1.35rem;
  line-height: 2rem;
  margin: 0px 0px;
  padding: 10px;
  letter-spacing: 1px;
  color: #333;
}

#website-service .fill-cover {
  padding-top: 80px;
  min-height: 500px;
  background-image: url(/cache/2022/images/web-bg-2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media (max-width: 500px) {
  #website-service h1 {
    font-size: 1.75rem;
  }

  #website-service .section-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #website-service .fill-cover {
    padding-top: 30px;
  }

  .banner-hero-portfolio {
    overflow: hidden;
  }

  .banner-hero-portfolio img {
    width: 300%;
    max-width: 300%;
    margin: 0 auto;
    margin-left: -100%;
  }
}

.webinfo h2 {
  font-size: 1.75rem;
  margin-top: 0px;
  margin-bottom: 5px;
}

.webinfo p {
  font-size: 1.25rem;
  line-height: 140%;
}

.project-item {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .webinfo {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #99999996;
  }

  .webinfo h2 {
    font-size: 1.2rem;
    margin: 0px 0px 5px 0px;
  }

  .webinfo-icon {
    max-width: 100px;
    margin: 20px auto 20px auto;
  }

  .webinfo .col-xs-3 {
    padding: 0px;
  }

  .webinfo p {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .cn-desc {
    text-align: left;
  }
}

.web-des-list {
  font-size: 14px;
}

.web-des-list li {
  padding: 0;
}

.spacail-list div {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.fill,
.fill-cover {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-column .media {
  text-align: right;
}

.media {
  margin-top: 50px;
}

.left-column .media-left {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}

.media-left > a > .fa {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 2px solid #cfcece;
  padding: 15px;
  margin-bottom: 13px;
  display: table-cell;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.media-left > a > .fa:before {
  color: #ccc;
  font-size: 25px;
}

.image-box img {
  width: 100%;
}

.media:hover .media-left a .fa {
  color: #999;
  border: 2px solid #e84711;
  background-color: #e84700;
}

.media:hover .media-left a,
.media:hover .media-left > a > .fa:before {
  color: #fff;
  text-decoration: none;
}

.left-column .media-body {
  display: table-cell;
}

.right-column .media-left.media-middle {
  float: left;
  padding-right: 20px;
}

.media-body h2 {
  font-size: 1.5rem;
  line-height: 30px;
  color: #fff;
  margin: 0 20px 0 0px;
  font-family: Sarabun;
}

.media-body h3 {
  font-size: 1.2rem;
  color: #fff;
  font-family: Sarabun;
  margin: 20px 20px 0 0px;
}

.media-body span {
  color: #777777;
}

/*FLAT ICON OVER WRITE*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 0;
}

.why-google-adword {
  padding: 150px 0px 0 50px;
}

@media (max-width: 600px) {
  .why-google-adword {
    padding: 80px 0px 0 0px;
  }
}

#price-type {
  padding: 30px 0px;
}

.price-item {
  text-align: center;
}

#price-type .owl-carousel .owl-stage {
  left: 0px;
}

@media (max-width: 600px) {
  #price-type .owl-carousel .owl-stage {
    left: -20px;
  }
}

#price-type {
  padding: 30px 0px;
}

.price-item {
  text-align: center;
}

.planItem__container .owl-stage-outer {
  position: relative;
  padding-top: 50px;
}

.planItem__container .owl-dots {
  position: absolute;
  top: 0px;
  margin: 0px;
  text-align: center;
  width: 100%;
  right: 0px;
}

.owl-dot {
  margin: 0px;
}

#price-type .owl-carousel .owl-stage {
  left: 0px;
}

.planItem__container .owl-dot.active span {
  background-color: #1769ff;
}

@media (max-width: 600px) {
  #price-type .owl-carousel .owl-stage {
    left: -20px;
  }

  .plansHero {
    text-align: center;
    padding: 5rem 0 2rem 0;
    line-height: 1.21;
  }
}

.planItem-banner {
  background: #fff;
  margin: 10px 0px;
  border-radius: 5px;
  overflow: hidden;
}

.section-01 {
  padding: 50px 0px;
  margin: 0px 0px 80px 0px;
  background-image: url("/cache/2025/images/ibzii/bg-thumnail.png");
  background-size: 100%;
  background-position: center;
  background-color: #f6f1f9;
}
#about-genter {
  padding: 50px 0px;
  margin: 80px 0px;
  background-image: url("/cache/2025/images/ibzii/bg-genter.png");
  background-size: 100%;
  background-position: center;
  background-color: #f6f1f9;
}

#why-slide-02 .why-seo-item .media-cover {
  box-shadow: none;
  border: 0px;
}
.genter-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2px;
}

.genter-item img {
  transition: transform 0.8s ease-in-out;
}
.owl-carousel .owl-item .genter-item img {
  width: 100%;
  height: 100%;
  margin: 0px auto;

  transform: scale(1);
  transition: transform 0.8s ease-in-out;
}

.genter-item:hover img {
  transform: scale(1.1);
}

/* เส้น/กรอบสีขาวซ้าย */
.genter-item::before,
.genter-item::after {
  /*content: "";*/
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%; /* เริ่มปิดครึ่งนึง */
  background: #f6f1f9; /* สีขาว */
  transition: width 0.8s ease-in-out;
  z-index: 2;
}
#genters .owl-item.center .genter-item::before,
#genters .owl-item.center .genter-item::after {
  width: 3%; /* หุบออกไป */
}
.genter-item::before {
  left: -2px;
}

.genter-item::after {
  right: -2px;
}

#genters .genter-caption {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  color: #fff;
}

.genter-caption .capt-01 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.genter-caption .capt-02 {
  font-size: 1rem;
}

#genters .owl-item {
  transition: transform 0.5s ease;
}

/* item ที่อยู่ตรงกลาง */
#genters .owl-item.center {
  transform: scale(1.2); /* ขยายให้ใหญ่ขึ้น */
  z-index: 5; /* ดันขึ้นมาอยู่บนสุด */
}

#genters .owl-item.center {
  margin-top: -10px;
}

#genters .owl-stage-outer {
  padding: 50px 0px;
}

#genters.owl-carousel .owl-dots.disabled {
  display: block !important;
}

#why-slide-02.owl-carousel .owl-dots,
#genters.owl-carousel .owl-dots {
  margin-top: 2rem;
}

#about-genter .section-title {
  margin-bottom: 40px;
  text-align: center;
}
#about-genter h2 {
  color: #cf46cd;
  font-size: 4rem;
  line-height: 3rem;
  margin: 0px;
  padding: 0px;
}
#about-genter h4 {
  font-size: 2.5rem;
  color: #545252;
  font-weight: normal;
  margin: 0px;
  padding: 10px;
}

.footer-desciript {
  display: none;
}

@media (max-width: 600px) {
  .banner-hero {
    max-width: 1100px;
    margin: 90px auto 20px auto;
  }

  .why-seo-item .why-seo-desc {
    font-size: 1.25rem;
    color: #4b3840;
    font-weight: bold;
    margin: 10px 0px;
    text-align: center;
    line-height: 2rem;
  }

  #why-slide-02 .item {
      background: #ffffff63;
      border-radius: 10px;
  }
    
  #why-slide-02.owl-carousel .owl-dots {
    margin-top:0px;
  }
}
