html, body {
  font-family: "Mulish-Regular";
}
html.o-hidden, body.o-hidden {
  overflow-y: hidden !important;
  position: relative;
  height: 100%;
}

body {
  overflow-x: hidden;
}

button {
  border: none !important;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.btn-dialog {
  cursor: pointer;
}

.canvas {
  display: none;
}

.canvas.open {
  display: block;
  z-index: 13;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#drpdwnMenu {
  display: none;
}

.search-box {
  display: none;
}

.search-box.open {
  display: block;
  width: 100%;
  height: 440px;
  z-index: 35;
  background-color: #fff;
  border-top: solid 1px #dee3ed;
  padding-top: 40px;
  position: absolute;
}
.search-box.open .search-title {
  color: #081a1c;
  font-size: 24px;
  font-family: "Mulish-SemiBold";
  margin-bottom: 20px;
  width: 321px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.search-box.open .search-input {
  display: flex;
  margin: auto;
  margin-bottom: 40px;
  border: solid 1px #dee3ed;
  border-radius: 4px;
  max-width: 518px;
}
.search-box.open .search-input input {
  border: 0;
  background-color: transparent;
  width: calc(100% - 60px);
  height: 56px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  flex-grow: 1;
}
.search-box.open .search-input input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
}
.search-box.open .search-input input:focus {
  outline: none;
}
.search-box.open .search-input .search-icon-box {
  width: 60px;
  height: 56px;
  border-radius: 4px;
  background-color: #01a7cf;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
  text-decoration: none;
}
.search-box.open .search-input .search-icon-box span:before {
  color: white !important;
  width: 24px;
  height: 24px;
}
.search-box.open .search-footer {
  display: flex;
  justify-content: center;
  column-gap: 70px;
}
.search-box.open .search-footer .left-area {
  width: 540px;
}
.search-box.open .search-footer .left-area .title {
  opacity: 0.75;
  font-family: "Mulish-Bold";
  font-size: 16px;
  color: #081a1c;
  margin-bottom: 12px;
  text-decoration: none;
}
.search-box.open .search-footer .left-area .slider-mobile .item-area {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 20px;
}
.search-box.open .search-footer .left-area .slider-mobile .item-area .item {
  text-decoration: none;
  color: #081a1c;
  width: auto;
  display: flex;
  align-items: center;
  border-radius: 28px;
  height: 34px;
  padding: 9px 20px;
  box-shadow: 0 1px 6px 0 rgba(142, 142, 142, 0.3);
}
.search-box.open .search-footer .right-area .title {
  opacity: 0.75;
  font-family: "Mulish-Bold";
  font-size: 16px;
  color: #081a1c;
  margin-bottom: 12px;
}
.search-box.open .search-footer .right-area .item-area {
  display: flex;
  column-gap: 30px;
}
.search-box.open .search-footer .right-area .item-area .item {
  text-decoration: none;
  color: #081a1c;
}
.search-box.open .search-footer .right-area .item-area .item .image img {
  width: 170px;
  height: 148px;
  border-radius: 8px;
}
.search-box.open .search-footer .right-area .item-area .item .desc {
  margin-top: 12px;
  font-family: "Mulish-SemiBold";
  font-size: 14px;
  color: #546676;
}

.navbar-menu {
  z-index: 15;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  position: relative;
}
.navbar-menu .navbar {
  margin: 0px auto;
  max-width: 1440px;
  padding: 0;
}
.navbar-menu .navbar .navbar-brand {
  margin-right: 41px;
  padding: 0;
}
.navbar-menu .navbar .navbar-brand img {
  height: 40px;
}
.navbar-menu .navbar .navbar-collapse {
  height: 100px;
  position: relative;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item {
  height: inherit;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  height: inherit;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal {
  display: none;
  position: absolute;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open {
  display: block;
  max-width: 1170px;
  height: 322px;
  z-index: 15;
  background-color: #fff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-top: solid 1px #dee3ed;
  padding-top: 32px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .left-area {
  width: auto;
  height: 258px;
  border-right: solid 1px #dee3ed;
  padding-left: 87px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .left-area ul {
  width: 269px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .left-area ul li {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 10px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .left-area ul li .tab-link {
  font-family: "Mulish-Bold";
  color: #081a1c;
  font-size: 16px;
  text-decoration: none;
  height: 40px;
  width: 269px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .left-area ul li .tab-link.open {
  border-right: solid 2px #01a7cf;
  background: rgba(222, 227, 237, 0.5);
  transform: translateX(1.3px);
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .center {
  width: 494px;
  height: 258px;
  border-right: solid 1px #dee3ed;
  padding-left: 46px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .center .tab {
  display: none;
  flex-direction: column;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .center .tab a {
  text-decoration: none;
  color: #081a1c;
  margin-bottom: 32px;
  font-size: 16px;
  font-family: "Mulish-SemiBold";
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .center .tab a:hover {
  text-decoration: underline;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .center .tab.open {
  display: flex;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .right {
  width: 319px;
  height: 258px;
  display: flex;
  flex-direction: column;
  padding-left: 32px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .right img {
  width: 255px;
  object-fit: cover;
  height: 148px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .right .desc {
  line-height: 1.25;
  margin-top: 9px;
  font-size: 16px;
  width: 255px;
  max-width: 255px;
  color: #546676;
  font-family: "Mulish-Bold";
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.open .right a {
  margin-top: 12px;
  color: #01a7cf;
  font-size: 13px;
  font-family: "Mulish-Bold";
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center {
  display: flex;
  column-gap: 30px;
  width: 850px;
  justify-content: flex-start;
  overflow-x: scroll;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #02aacf;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center::-webkit-scrollbar-track {
  border-radius: 4px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center::-webkit-scrollbar-thumb {
  background: #02aacf;
  border-radius: 10px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center::-webkit-scrollbar-thumb:hover {
  background: #02aacf;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center::-webkit-scrollbar-button {
  display: none;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center a {
  color: #151e1f;
  text-decoration: none !important;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center a .services-box {
  text-decoration: none;
  align-items: center;
  min-width: 170px;
  width: 100%;
  height: 170px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 14px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 6px rgba(118, 118, 118, 0.08);
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center a .services-box .servies-text {
  font-size: 16px;
  font-family: "Mulish-Bold";
  color: #222943;
  width: 130px;
  line-height: 1.38;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center a .services-box img {
  width: 72px;
  height: 72px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center .services-box {
  text-decoration: none;
  align-items: center;
  width: 170px;
  height: 170px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 14px;
  border-radius: 4px;
  box-shadow: 0 2px 12px 6px rgba(118, 118, 118, 0.08);
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center .services-box .servies-text {
  font-size: 16px;
  font-family: "Mulish-Bold";
  color: #222943;
  width: 130px;
  line-height: 1.38;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-modal.services .center .services-box img {
  width: 72px;
  height: 72px;
}
.navbar-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0px;
  font-size: 16px;
  font-family: "Mulish-SemiBold";
  color: #081a1c;
  display: flex;
  align-items: center;
}
.navbar-menu .navbar .navbar-collapse .left {
  height: inherit;
}
.navbar-menu .navbar .navbar-collapse .left .nav-item {
  margin-right: 36px;
}
.navbar-menu .navbar .navbar-collapse .left .nav-item:last-child {
  margin: 0px;
}
.navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link {
  position: relative;
}
.navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #01a7cf;
}
.navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link:focus, .navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link:active {
  font-family: "Mulish-Bold";
}
.navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link:focus::after, .navbar-menu .navbar .navbar-collapse .left .nav-item .nav-link:active::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #01a7cf;
}
.navbar-menu .navbar .navbar-collapse .right {
  column-gap: 24px;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process.open {
  display: block;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process {
  display: none;
  width: 296px;
  top: 100px;
  position: absolute;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li {
  margin: 0px;
  padding: 0px;
  height: 56px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  box-shadow: inset 0 -1px 0 0 #dee3ed;
  font-size: 16px;
  line-height: 1.13;
  color: #586473;
  font-family: "Mulish-Regular";
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.13;
  color: #586473;
  font-family: "Mulish-Regular";
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li:last-child {
  box-shadow: unset !important;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li:last-child:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li:hover {
  background-color: #ffc72c;
}
.navbar-menu .navbar .navbar-collapse .right .fast-process ul li:hover a {
  color: #081a1c;
}
.navbar-menu .navbar .navbar-collapse .right .nav-item:last-child {
  margin-right: 0px;
}
.navbar-menu .navbar .navbar-collapse .right .nav-item a {
  font-size: 14px !important;
}
.navbar-menu .navbar .navbar-collapse .right .nav-item a span {
  margin-left: 4px;
}
.navbar-menu .navbar .navbar-collapse .right .mobile-icon {
  display: none !important;
}
.navbar-menu .navbar .navbar-collapse .right .oim {
  background-color: #ffc72c;
  padding: 6px 13px 6px 14px;
  border-radius: 24px;
}
.navbar-menu .navbar .navbar-collapse .right .oim .icon-user {
  color: #151e1f;
}

.dialogs {
  display: none;
}

.dialogs.open {
  display: block;
  background-color: #fff;
  width: 60vw;
  height: 80vh;
  border: #dee3ed 2px solid;
  border-radius: 8px;
  position: fixed;
  top: calc((100vh + 100px) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  padding: 10px;
  overflow: hidden;
}
.dialogs.open .top-side {
  min-height: 30px;
  max-height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #dee3ed 1px solid;
}
.dialogs.open .content {
  padding: 30px 20px;
  overflow-y: auto;
  height: 96%;
  overflow-x: hidden;
}

@media (max-width: 1280px) {
  .search-box.open {
    padding: 20px 12px;
    height: 100% !important;
    overflow: hidden;
  }
  .search-box.open .search-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #222943;
  }
  .search-box.open .search-input input {
    height: 60px;
  }
  .search-box.open .search-input .search-icon-box {
    height: 60px;
  }
  .search-box.open .search-footer {
    flex-direction: column;
  }
  .search-box.open .search-footer .left-area .slider-mobile,
  .search-box.open .search-footer .right-area .slider-mobile {
    padding: 6px;
  }
  .search-box.open .search-footer .left-area .slider-mobile .item-area,
  .search-box.open .search-footer .right-area .slider-mobile .item-area {
    display: -webkit-box;
    flex-wrap: nowrap;
  }
  .search-box.open .search-footer .right-area .item-area {
    display: flex !important;
  }
  .navbar-menu .navbar .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse {
    display: flex;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .left {
    display: flex;
    flex-direction: row;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .left .nav-item {
    margin-right: calc(6px + 1vw);
    align-items: center;
    text-align: center;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .left .nav-item .nav-link {
    font-size: calc(3px + 1.1vw);
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right {
    flex-direction: row;
    column-gap: 12px;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link {
    font-size: calc(1px + 1vw) !important;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link span {
    font-size: calc(1px + 1vw);
  }
}
@media (max-width: 1080px) {
  .navbar-menu .navbar .container-fluid .navbar-collapse .right {
    flex-direction: row;
    column-gap: 12px;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .fast-process.open {
    margin-top: 0;
    top: 57px;
    left: 0;
    width: 100%;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link .text-search {
    display: none;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link img {
    width: 100%;
    height: 100%;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .mobile-icon-oim {
    display: flex !important;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .oim {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .navbar-menu .navbar .container-fluid .navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .navbar-menu .navbar .container-fluid .navbar-brand img {
    height: 24px;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse {
    display: flex;
    justify-content: right !important;
    height: 56px;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .left {
    display: none;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right {
    flex-direction: row;
    column-gap: 12px;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .fast-process.open {
    margin-top: 0;
    top: 57px;
    left: 0;
    width: 100%;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link .text-search {
    display: none;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .nav-item .nav-link img {
    width: 100%;
    height: 100%;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .mobile-icon {
    display: flex !important;
  }
  .navbar-menu .navbar .container-fluid .navbar-collapse .right .oim {
    display: none !important;
  }
  .mobile-menu.open {
    position: absolute;
    display: block !important;
    top: 56px;
    left: 0;
    height: calc(100vh - 57px);
    background-color: white;
    width: 100%;
    z-index: 15;
    overflow-y: auto;
  }
  .mobile-menu.open .title {
    width: inherit;
    padding: 0 12px;
    border-bottom: #dee3ed 2px solid;
    min-height: 76px;
    height: auto;
    overflow-y: hidden;
    font-family: "Mulish-Bold";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #222943;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }
  .mobile-menu.open .list {
    display: none;
    list-style-type: none;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-family: "Mulish-Regular";
    padding: 0;
  }
  .mobile-menu.open .list li {
    margin-bottom: 2px;
    height: 56px;
    background-color: #dee3ed;
    justify-content: space-between;
    border-bottom: #dee3ed 1px solid;
    padding: 0 32px;
    display: flex;
    align-items: center;
    padding: 0 12px 0 32px;
  }
  .mobile-menu.open .list li a {
    text-decoration: none;
    font-family: "Mulish-Regular";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #222943;
  }
  .mobile-menu.open .list .second-list {
    display: none;
    list-style-type: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .mobile-menu.open .list .second-list li {
    margin-bottom: 2px;
    height: 56px;
    font-family: "Mulish-SemiBold";
    background-color: #919eba;
    justify-content: space-between;
    border-bottom: #dee3ed 1px solid;
    align-items: center;
    padding: 0 16px 0 52px;
  }
  .mobile-menu.open .title.open {
    height: auto;
  }
  .dialogs {
    width: 100% !important;
    height: 100dvh !important;
    top: 0 !important;
    transform: translate(-50%, 0%) !important;
  }
}
@media (max-width: 540px) {
  .search-box.open .search-footer .left-area,
  .search-box.open .search-footer .right-area {
    width: 100%;
  }
  .search-box.open .search-footer .left-area .slider-mobile,
  .search-box.open .search-footer .right-area .slider-mobile {
    overflow-x: scroll;
    width: 100%;
  }
  .search-box.open .search-footer .left-area .slider-mobile::-webkit-scrollbar,
  .search-box.open .search-footer .right-area .slider-mobile::-webkit-scrollbar {
    display: none;
  }
  .search-box.open .search-footer .right-area .item-area {
    display: flex !important;
  }
}
.footer {
  width: 100%;
  border-top: solid 1px rgba(165, 178, 195, 0.4);
}
.footer .footer-mobile {
  display: none;
}
.footer .footer-row {
  max-width: 1170px;
  margin: 0px auto;
  display: flex;
  column-gap: 200px;
  border-bottom: solid 1px rgba(165, 178, 195, 0.4);
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.footer .footer-row .left-area {
  margin-top: 41px;
}
.footer .footer-row .left-area .title {
  width: 91px;
  font-size: 16px;
  color: #222943;
  font-family: "Mulish-Bold";
  margin-bottom: 20px;
}
.footer .footer-row .left-area .list ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer .footer-row .left-area .list ul li {
  margin-bottom: 5px;
}
.footer .footer-row .left-area .list ul li a {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #586473;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.footer .footer-row .center-area {
  margin-top: 41px;
  width: 183px;
}
.footer .footer-row .center-area .title {
  width: 91px;
  font-size: 16px;
  color: #222943;
  font-family: "Mulish-Bold";
  margin-bottom: 20px;
}
.footer .footer-row .center-area .list {
  width: 183px;
}
.footer .footer-row .center-area .list ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer .footer-row .center-area .list ul li {
  margin-bottom: 5px;
}
.footer .footer-row .center-area .list ul li a {
  font-family: "Mulish-Regular";
  font-size: 16px;
  color: #586473;
  line-height: 1.5;
  text-decoration: none;
}
.footer .footer-row-2 {
  align-items: center;
  max-width: 1170px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer .footer-row-2 .left-area ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  column-gap: 40px;
}
.footer .footer-row-2 .left-area ul li a {
  font-family: "Mulish-Bold";
  color: #222943;
  text-decoration: none;
}
.footer .footer-row-2 .right-area {
  display: flex;
  column-gap: 10px;
}
.footer .footer-row-2 .right-area .icon-facebook {
  color: #919eba;
}
.footer .footer-row-2 .right-area .icon-twitter {
  color: #919eba;
}
.footer .footer-bottom {
  width: 100%;
  height: 61px;
  background-color: rgba(165, 178, 195, 0.1);
  display: flex;
  align-items: center;
}
.footer .footer-bottom .footer-row-3 {
  width: 1170px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-bottom .footer-row-3 .left-area {
  width: 300px;
}
.footer .footer-bottom .footer-row-3 .left-area ul {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  column-gap: 40px;
}
.footer .footer-bottom .footer-row-3 .left-area ul li a {
  text-decoration: none;
  color: #586473;
  opacity: 0.75;
}
.footer .footer-bottom .footer-row-3 .right-area {
  font-size: 14px;
  color: #586473;
  opacity: 0.75;
}

@media (max-width: 1190px) {
  .footer {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .footer .footer-row,
  .footer .footer-row-2 {
    display: none;
  }
  .footer .footer-mobile {
    display: block;
    height: 100%;
  }
  .footer .footer-mobile .footer-list {
    width: 100%;
    padding: 16px;
    border-bottom: #dee3ed 2px solid;
    border-radius: 4px;
    height: 64px;
    overflow-y: hidden;
  }
  .footer .footer-mobile .footer-list .title {
    font-family: "Mulish-Regular";
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer-mobile .footer-list .title a {
    color: #222943;
    text-decoration: none;
    margin: 0;
  }
  .footer .footer-mobile .footer-list .list {
    margin-top: 10px !important;
    height: auto;
    margin: 0;
    font-size: 14px;
    font-family: "Mulish-Regular";
    padding: 0;
  }
  .footer .footer-mobile .footer-list .list li {
    margin-bottom: 2px;
    height: 56px;
    justify-content: space-between;
    border-bottom: #dee3ed 1px solid;
    padding: 0 32px;
    display: flex;
    align-items: center;
    padding: 0 12px 0 32px;
  }
  .footer .footer-mobile .footer-list .list li a {
    text-decoration: none;
    font-family: "Mulish-Regular";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #222943;
  }
  .footer .footer-mobile .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    gap: 16px;
    padding: 20px;
  }
  .footer .footer-mobile .icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
  }
  .footer .footer-mobile .icons a span {
    color: #919eba;
  }
  .footer .footer-bottom {
    height: auto;
  }
  .footer .footer-bottom .footer-row-3 {
    padding: 20px 0;
    flex-direction: column;
  }
  .footer .footer-bottom .footer-row-3 .left-area ul {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-bottom .footer-row-3 .left-area ul li {
    margin-top: 4px;
  }
  .footer .footer-bottom .footer-row-3 .right-area {
    margin-top: 10px;
  }
}
.ai-content {
  background: #F8F9FB;
  margin: 0 auto !important;
  padding: 40px 0 120px;
  max-width: unset !important;
}
.ai-content .inner-section {
  max-width: 1170px !important;
}
.ai-content .inner-section .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ai-content .inner-section .content h3 {
  font-size: 24px;
}
.ai-content .inner-section .content .comment:not(.show) {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ai-content .inner-section .btn-show-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.ai-content .inner-section .btn-show-detail span {
  color: black;
}
.ai-content .inner-section .btn-show-detail img {
  rotate: 90deg;
}
.ai-content .inner-section .content:has(.comment.show) .btn-show-detail img {
  rotate: -90deg;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-ExtraBold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Medium";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-SemiBold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Bold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Black";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTTCell-Icons";
  src: url("/assets/webfonts/pttcell-icons.eot");
  src: url("/assets/webfonts/pttcell-icons.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/pttcell-icons.woff") format("woff"), url("/assets/webfonts/pttcell-icons.ttf") format("truetype"), url("/assets/webfonts/pttcell-icons.svg#PTTCell-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-mm-xs {
  width: 104px;
  height: 44px;
  padding: 10px 18.5px 10px 19.5px;
  border-radius: 22px;
  background-color: #ffc72c;
  text-decoration: none;
  color: #12022f;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  border: 1px solid #ffc72c;
  cursor: pointer;
}
.btn-mm-xs:hover {
  background-color: #efba29;
  color: #12022f;
}

.btn-ptt-sm {
  width: 171px;
  height: 56px;
  border-radius: 28px;
  background-color: #ffc72c;
  text-decoration: none;
  color: #12022f;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  border: 1px solid #ffc72c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm:hover {
  background-color: #efba29;
  color: #12022f;
}

.btn-ptt-sm-v2 {
  padding: 11px 60.96px;
  width: 167px;
  height: 44px;
  color: #0d335d;
  background-color: #fff;
  border: 1px #0d335d solid;
  border-radius: 28px;
  text-decoration: none;
  font-family: "Mulish-ExtraBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm-v2:hover {
  background-color: #e5e9ee;
  color: #0d335d;
}

.btn-ptt-sm-v3 {
  padding: 11px 60.96px;
  width: 167px;
  height: 44px;
  color: #717d8d;
  background-color: #F8F9FB;
  border: 1px #717d8d solid;
  border-radius: 28px;
  text-decoration: none;
  font-family: "Mulish-Bold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm-v3:hover {
  background-color: #e5e9ee;
  color: #717d8d;
}

.btn-ptt-md {
  max-width: 370px;
  width: 100%;
  height: 44px;
  border-radius: 28px;
  text-decoration: none;
  color: #12022f;
  border: 1px solid #12022f;
  font-family: "Mulish-ExtraBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-md:hover {
  color: #0d335d;
  background-color: #e5e9ee;
  border: 1px #0d335d solid;
}

.btn-ptt-drk-mbl {
  width: 296;
  height: 44px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #002855;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-ptt-slider {
  width: 160px;
  text-decoration: none;
  height: 44px;
  margin: 0 285px 0 0;
  border-radius: 22px;
  background-color: #fff;
  border: none;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002855;
  cursor: pointer;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-ExtraBold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Medium";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-SemiBold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Bold";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish-Black";
  src: url("/assets/webfonts/Mulish-Regular.eot");
  src: url("/assets/webfonts/Mulish-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/Mulish-Regular.woff") format("woff"), url("/assets/webfonts/Mulish-Regular.ttf") format("truetype"), url("/assets/webfonts/Mulish-Regular.svg#Mulish-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTTCell-Icons";
  src: url("/assets/webfonts/pttcell-icons.eot");
  src: url("/assets/webfonts/pttcell-icons.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/pttcell-icons.woff") format("woff"), url("/assets/webfonts/pttcell-icons.ttf") format("truetype"), url("/assets/webfonts/pttcell-icons.svg#PTTCell-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-mm-xs {
  width: 104px;
  height: 44px;
  padding: 10px 18.5px 10px 19.5px;
  border-radius: 22px;
  background-color: #ffc72c;
  text-decoration: none;
  color: #12022f;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  border: 1px solid #ffc72c;
  cursor: pointer;
}
.btn-mm-xs:hover {
  background-color: #efba29;
  color: #12022f;
}

.btn-ptt-sm {
  width: 171px;
  height: 56px;
  border-radius: 28px;
  background-color: #ffc72c;
  text-decoration: none;
  color: #12022f;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  border: 1px solid #ffc72c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm:hover {
  background-color: #efba29;
  color: #12022f;
}

.btn-ptt-sm-v2 {
  padding: 11px 60.96px;
  width: 167px;
  height: 44px;
  color: #0d335d;
  background-color: #fff;
  border: 1px #0d335d solid;
  border-radius: 28px;
  text-decoration: none;
  font-family: "Mulish-ExtraBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm-v2:hover {
  background-color: #e5e9ee;
  color: #0d335d;
}

.btn-ptt-sm-v3 {
  padding: 11px 60.96px;
  width: 167px;
  height: 44px;
  color: #717d8d;
  background-color: #F8F9FB;
  border: 1px #717d8d solid;
  border-radius: 28px;
  text-decoration: none;
  font-family: "Mulish-Bold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-sm-v3:hover {
  background-color: #e5e9ee;
  color: #717d8d;
}

.btn-ptt-md {
  max-width: 370px;
  width: 100%;
  height: 44px;
  border-radius: 28px;
  text-decoration: none;
  color: #12022f;
  border: 1px solid #12022f;
  font-family: "Mulish-ExtraBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-ptt-md:hover {
  color: #0d335d;
  background-color: #e5e9ee;
  border: 1px #0d335d solid;
}

.btn-ptt-drk-mbl {
  width: 296;
  height: 44px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #002855;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-ptt-slider {
  width: 160px;
  text-decoration: none;
  height: 44px;
  margin: 0 285px 0 0;
  border-radius: 22px;
  background-color: #fff;
  border: none;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002855;
  cursor: pointer;
}

.content-area {
  width: 100%;
  max-width: 770px;
  margin: 0px auto;
  margin-top: 40px;
}
.content-area .main-title {
  color: #222943;
  line-height: 1.11;
  font-size: 36px;
  font-weight: 600;
  font-family: "Mulish-SemiBold";
  margin-bottom: 12px;
}
.content-area .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
}
.content-area .breadcrumbs .dots {
  display: none;
}
.content-area .breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-area .breadcrumbs li a {
  color: #717d8d;
  font-size: 12px;
  font-family: "Mulish-Regular";
  text-decoration: none;
}
.content-area .breadcrumbs li:before {
  content: url("/assets/images/base-icons/breadcrumb-arrow.svg");
  margin-left: 5px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  transform: translateY(-2px);
}
.content-area .breadcrumbs li:first-child:before {
  margin-left: unset;
  margin-right: unset;
  width: unset;
  height: unset;
  content: "";
}
.content-area .breadcrumbs li:last-child a {
  color: #222943;
  font-family: "Mulish-Bold";
}
.content-area .content-image {
  width: 100%;
  height: 228px;
  border-radius: 12px;
  margin-bottom: 40px;
}
.content-area .content-image img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  border-radius: 12px;
}
.content-area .second-title {
  color: #222943;
  line-height: 1.17;
  font-size: 24px;
  font-weight: 600;
  font-family: "Mulish-SemiBold";
}
.content-area .filter-area {
  margin-top: 12px;
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-area .filter-area .filter select {
  outline: none;
  border-radius: 4px;
  border: solid 1px #dee3ed;
  padding: 16px;
  width: 270px;
  height: 56px;
  color: #717d8d;
  appearance: none;
  background-image: url(/assets/images/base-icons/actions-navigation-caret-down-24.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area .filter-area .filter .search-input {
  outline: none;
  border-radius: 4px;
  border: solid 1px #dee3ed;
  padding: 16px;
  width: 270px;
  height: 56px;
  color: #717d8d;
  appearance: none;
  background-image: url(/assets/images/base-icons/actions-operations-search-32-blue.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.content-area .filter-area a {
  width: 174px;
  height: 56px;
  border-radius: 28px;
  background-color: #ffc72c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.content-area .filter-area a span {
  font-family: "Mulish-SemiBold";
  opacity: 0.75;
  font-size: 14px;
  color: #081a1c;
  letter-spacing: 0.26px;
}
.content-area .news-box-area:last-child {
  margin-bottom: 120px;
}
.content-area .news-box-area .box {
  display: flex;
  padding-left: 20px;
  margin-top: 12px;
  border-radius: 8px;
  border: solid 1px #dee3ed;
  width: 100%;
  height: 86px;
  text-decoration: none;
}
.content-area .news-box-area .box .box-icon {
  margin-top: 20px;
}
.content-area .news-box-area .box .box-desc {
  margin-top: 22px;
  margin-left: 8px;
}
.content-area .news-box-area .box .box-desc .title {
  color: #222943;
  font-size: 16px;
  font-family: "Mulish-Bold";
  line-height: 1.25;
  cursor: pointer;
}
.content-area .news-box-area .box .box-desc .date {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #222943;
  line-height: 1.43;
  margin-top: 12px;
}

@media (max-width: 800px) {
  .content-area {
    padding: 0 12px;
  }
  .content-area .filter-area {
    row-gap: 12px;
    flex-direction: column;
  }
  .content-area .filter-area .filter {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content-area .filter-area .filter select,
  .content-area .filter-area .filter .search-input {
    max-width: 350px;
    width: 100%;
  }
  .content-area .news-box-area .box {
    height: auto !important;
  }
}
html, body {
  font-family: "Mulish-Regular";
}
html.o-hidden, body.o-hidden {
  overflow-y: hidden !important;
  position: relative;
  height: 100%;
}

body {
  overflow-x: hidden;
}

button {
  border: none !important;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}

.btn-dialog {
  cursor: pointer;
}

.tarife-card {
  box-shadow: 0px 0px 6px 0px #afaeae;
  border-radius: 6px;
  background-color: white;
  width: 270px;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.tarife-card .info {
  color: #f8f9fb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-image: linear-gradient(121deg, #045966 -16%, #00a9ce 103%);
  height: 248px;
  text-align: center;
}
.tarife-card .info .card-badge {
  border-top-right-radius: 6px;
  padding-left: 20px;
  padding-right: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  font-size: 12px;
  font-family: "Mulish-Bold";
  background-color: #cc2d1f;
  width: auto;
  height: 25px;
  border-bottom-left-radius: 25px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 250px;
}
.tarife-card .info .card-badge-2 {
  width: 102px;
  height: 26px;
  margin: 12px 84px;
  padding: 5px 16px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: transparent;
  color: white;
  font-family: "Mulish-Regular";
}
.tarife-card .info .left-center {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tarife-card .info .left-center .title {
  padding: 50px 16px 0px 16px;
  font-size: 14px;
  font-family: "Mulish-Regular";
  margin-bottom: 0;
}
.tarife-card .info .left-center .title h6 {
  height: 40px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tarife-card .info .left-center .paket.plus::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  transform: translate(-50%, -50%);
}
.tarife-card .info .left-center .paket {
  display: flex;
  justify-content: center;
  position: relative;
  height: unset;
}
.tarife-card .info .left-center .paket .internet {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.tarife-card .info .left-center .paket .internet .gb {
  font-family: "Mulish-Bold";
  font-size: 36px;
  line-height: 32px;
}
.tarife-card .info .left-center .paket .internet span {
  font-family: "Mulish-Regular";
  font-size: 22px;
}
.tarife-card .info .left-center .dk-sms {
  height: 65px;
  display: flex;
}
.tarife-card .info .left-center .dk-sms div {
  border: solid 1px rgba(255, 255, 255, 0.25);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: "Mulish-SemiBold";
  line-height: 20px;
}
.tarife-card .accordion {
  background-color: white;
  padding: 22px 16px;
  height: 64px;
  color: #717d8d;
  font-family: "Mulish-Regular";
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: solid 1px #dee3ed;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: hidden;
}
.tarife-card .accordion .head {
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tarife-card .accordion img {
  transition: all 0.5s ease;
}
.tarife-card .accordion .detail {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  overflow-y: scroll;
}
.tarife-card .accordion .detail::-webkit-scrollbar {
  display: none;
}
.tarife-card .accordion .detail li {
  margin-bottom: 12px;
}
.tarife-card .accordion .detail li::marker {
  color: #01a7cf;
}
.tarife-card .cardfooter {
  height: 92px;
  width: 100%;
  padding: 16px;
  color: #222943;
  display: flex;
}
.tarife-card .cardfooter > div {
  width: 50%;
}
.tarife-card .cardfooter .price p {
  font-family: "Mulish-Regular";
  font-size: 14px;
  color: #717d8d;
}
.tarife-card .cardfooter .price p strong {
  color: #222943;
  font-family: "Mulish-Bold";
  font-size: 26px;
  line-height: 24px;
}
.tarife-card .cardfooter .price p span {
  color: #222943;
  font-size: 14px;
  vertical-align: top;
}
.tarife-card .cardfooter .button {
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tarife-card .active {
  align-items: flex-start !important;
  margin-top: -170px;
  height: 236px !important;
}
.tarife-card .active img {
  transform: rotate(180deg);
}

.campaign-card {
  max-width: 370px;
  margin: auto;
  padding: 24px;
  justify-content: center;
  min-height: 509px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  text-decoration: none;
}
.campaign-card .campaign-image {
  width: 100%;
  height: 220px;
  display: inline-block;
}
.campaign-card .campaign-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
}
.campaign-card .campaign-title {
  width: 322px;
  height: 66px;
  font-size: 22px;
  color: #222943;
  font-family: "Mulish-Bold";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.campaign-card .card-desc {
  height: 72px;
  width: 322px;
  color: #666f85;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.campaign-card .card-bottom-footer {
  display: flex;
  width: 322px;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 24px;
  align-items: center;
  column-gap: 25px;
}
.campaign-card .card-bottom-footer .left {
  width: 130px;
}
.campaign-card .card-bottom-footer .left .price {
  height: 28px;
  display: flex;
  align-items: baseline;
  font-family: "Mulish-ExtraBold";
  font-size: 12px;
}
.campaign-card .card-bottom-footer .left .price .count {
  font-size: 22px;
  font-family: "Mulish-ExtraBold";
  margin-right: 5px;
}
.campaign-card .card-bottom-footer .left .price-desc {
  font-size: 12px;
  font-family: "Mulish-Regular";
}
.campaign-card .card-bottom-footer .right {
  width: 167px;
}
.campaign-card .card-bottom-footer .right .btn-ptt-sm-v2 {
  padding: 11px 60.96px;
  width: 167px;
  height: 44px;
  color: #002855;
  background-color: #fff;
  border: 1px #002855 solid;
  border-radius: 28px;
  text-decoration: none;
  font-family: "Mulish-ExtraBold";
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider {
  width: 100%;
  z-index: 2;
}
.main-slider img:first-child {
  object-fit: cover;
  width: 100%;
  z-index: 2;
}
.main-slider img:nth-child(2) {
  display: none;
}
.main-slider .mySwiper {
  z-index: 2;
  max-width: 1440px;
}
.main-slider .mySwiper .swiper-pagination {
  position: absolute;
  height: 30px;
  width: auto;
  left: 12%;
  bottom: 20%;
}
.main-slider .mySwiper .swiper-a-prev {
  margin: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 240px;
  left: 3.8%;
  z-index: 2;
  font-family: "PTTCell-Icons";
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .mySwiper .swiper-a-prev:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.7;
  border-radius: 50%;
}
.main-slider .mySwiper .swiper-a-prev:after {
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}
.main-slider .mySwiper .swiper-a-next {
  margin: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 240px;
  right: 3.8%;
  z-index: 2;
  font-family: "PTTCell-Icons";
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .mySwiper .swiper-a-next:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.8;
  border-radius: 50%;
}
.main-slider .mySwiper .swiper-a-next:after {
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}
.main-slider .mySwiper .swiper-pagination-bullet {
  display: none;
  width: 49px;
  height: 5px;
  border-radius: 8px;
  background-color: #fff;
  opacity: unset;
}
.main-slider .mySwiper .swiper-pagination-bullet-active {
  background-color: #ffc72c;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area {
  position: absolute;
  top: 85px;
  display: flex;
  justify-content: flex-start;
  gap: 11px;
  flex-direction: column;
  left: 12%;
  max-height: 60%;
  height: 100%;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area p {
  margin: 0 !important;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-text {
  font-size: 36px;
  font-family: "Mulish-Black";
  max-width: 371px;
  color: #ffc72c;
  line-height: 1.17;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-text .text-white {
  color: white;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-desc {
  opacity: 0.75;
  max-width: 310px;
  font-family: "Mulish-Regular";
  color: #f8f9fb;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-a {
  margin-top: 12px;
}

.two-box {
  position: relative;
  margin: 0px auto;
  margin-top: -93px;
  background-color: #f8f9fb;
}
.two-box .container {
  max-width: 1440px;
  padding: 0px;
  margin: auto;
  z-index: 5;
  position: relative;
}
.two-box .container .row {
  max-width: 1440px;
  padding: 0px;
  margin: 0px;
  justify-content: center;
}
.two-box .container .row .box-content .box-title {
  font-family: "Mulish-Bold";
  font-size: 24px;
  max-width: 258px;
  width: 258px;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: initial;
}
.two-box .container .row .box-content .box-desc {
  font-family: "Mulish-Regular";
  color: #717d8d;
  font-size: 16px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.two-box .container .row .box-content .box-link {
  width: 54px;
}
.two-box .container .row .box-content .box-link a, .two-box .container .row .box-content .box-link > div {
  color: #01a7cf;
  font-family: "Mulish-Bold";
  font-size: 13px;
}
.two-box .container .row .left {
  align-items: center;
  column-gap: 83px;
  justify-content: center;
  display: flex;
  border-radius: 8px;
  margin-right: 15px;
  max-width: 570px;
  height: 171px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 0px;
  background-color: #fff;
  text-decoration: none;
}
.two-box .container .row .right {
  column-gap: 83px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 8px;
  margin-left: 15px;
  max-width: 570px;
  height: 171px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 0px;
  background-color: #fff;
  text-decoration: none;
}

.popular-offer {
  height: 850px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f9fb;
  position: relative;
}
.popular-offer h3 {
  font-size: 36px;
  font-family: "Mulish-Regular";
}
.popular-offer .offer-tabs {
  margin-top: 40px;
  display: flex;
  width: 635px;
  justify-content: space-between;
}
.popular-offer .offer-tabs .tab-button {
  height: 58px;
  width: 182px;
  font-family: "Mulish-SemiBold";
  font-size: 16px;
  padding: 0 !important;
  transition: all 1s;
}
.popular-offer .popular-card-panel {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  display: flex;
}
.popular-offer .popular-card-panel::-webkit-scrollbar {
  display: none;
}
.popular-offer .popular-card-panel .offer-tab.active-area {
  opacity: 1;
  visibility: visible;
}
.popular-offer .popular-card-panel .offer-tab {
  display: none;
  top: 0;
  margin: 40px auto 60px;
  width: 970px;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.4s ease;
}
.popular-offer .popular-card-panel .offer-tab.active-area {
  display: flex !important;
  column-gap: 80px;
}

.special-campaign {
  width: 100%;
  height: 790px;
  background-image: linear-gradient(to bottom, #ffe557, #ffc72c);
  z-index: 2;
}
.special-campaign .container {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 1440px;
  z-index: 2;
}
.special-campaign .container .row {
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  z-index: 2;
}
.special-campaign .container .row .title {
  margin-top: 60px;
  margin-bottom: 32px;
  padding: 0px;
  text-align: center;
  font-size: 36px;
  font-family: "Mulish-Regular";
}
.special-campaign .container .row .campaing-slide {
  width: 1170px;
  height: 100%;
  z-index: 2;
  padding-bottom: 40px;
}
.special-campaign .container .row .campaing-slide .swiper-wrapper1 {
  display: flex;
  width: inherit;
}
.special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 {
  width: 100% !important;
  max-width: 370px;
}
.special-campaign .container .row .swiper-button-prev-v2 {
  margin: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  margin-top: 386px;
  left: 3.8%;
  z-index: 2;
  font-family: "PTTCell-Icons";
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-campaign .container .row .swiper-button-prev-v2:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.8;
  border-radius: 50%;
}
.special-campaign .container .row .swiper-button-prev-v2:after {
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}
.special-campaign .container .row .swiper-button-next-v2 {
  margin: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  margin-top: 386px;
  right: 3.8%;
  z-index: 2;
  font-family: "PTTCell-Icons";
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-campaign .container .row .swiper-button-next-v2:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.8;
  border-radius: 50%;
}
.special-campaign .container .row .swiper-button-next-v2:after {
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}

.opportunity-area {
  width: 100%;
  height: 512px;
  background-image: linear-gradient(to bottom, #00a9ce, #0096ac);
  padding-top: 40px;
}
.opportunity-area .title {
  margin: 0px auto;
  max-width: 1170px;
  font-size: 24px;
  color: #fff;
  font-family: "Mulish-Regular";
  margin-bottom: 20px;
}
.opportunity-area .all-opportunity {
  margin: 0px auto;
  color: #FFF;
  max-width: 1170px;
  font-size: 16px;
  font-family: "Mulish-Bold";
  margin-top: -35px;
  line-height: 1.5;
  letter-spacing: 0.34px;
  position: relative;
  z-index: 3;
}
.opportunity-area .all-opportunity a {
  text-decoration: none;
  color: #FFF;
}
.opportunity-area .swiper {
  max-width: 1170px;
  height: 390px;
}
.opportunity-area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 94px;
  height: 4px;
  color: #FFF;
  border-radius: 0px;
}
.opportunity-area .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}
.opportunity-area .swiper .swiper-button-prev {
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 2;
  font-family: "PTTCell-Icons";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -55px;
}
.opportunity-area .swiper .swiper-button-prev:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.25;
  border-radius: 50%;
}
.opportunity-area .swiper .swiper-button-prev:after {
  font-family: "PTTCell-Icons";
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}
.opportunity-area .swiper .swiper-button-next {
  width: 56px;
  height: 56px;
  position: absolute;
  z-index: 2;
  font-family: "PTTCell-Icons";
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -55px;
}
.opportunity-area .swiper .swiper-button-next:before {
  background-color: #c2c6c7;
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  opacity: 0.25;
  border-radius: 50%;
}
.opportunity-area .swiper .swiper-button-next:after {
  font-family: "PTTCell-Icons";
  z-index: 3;
  color: white;
  content: "\e901";
  display: inline-block;
  text-align: center;
  object-fit: contain;
  font-size: 24px;
}
.opportunity-area .swiper .swiper-slide {
  display: flex;
}
.opportunity-area .swiper .swiper-slide .left-image {
  width: 570px;
}
.opportunity-area .swiper .swiper-slide .left-image img {
  object-fit: cover;
  width: 570px;
  height: 320px;
  border-radius: 8px;
}
.opportunity-area .swiper .swiper-slide .right-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 32px;
  height: 320px;
}
.opportunity-area .swiper .swiper-slide .right-area .camp-title {
  line-height: 1.44;
  width: 100%;
  max-width: 470px;
  font-size: 32px;
  font-family: "Mulish-Bold";
  color: #FFF;
}
.opportunity-area .swiper .swiper-slide .right-area .camp-desc {
  width: 100%;
  max-width: 470px;
  margin-top: 14px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.67;
  font-family: "Mulish-Regular";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.opportunity-area .swiper .swiper-slide .right-area .btn-ptt-sm-v2 {
  margin-top: 46px;
  border: unset;
}

#drpdwnMenu {
  display: none;
}

@media (max-width: 1190px) {
  .main-slider .swiper .swiper-wrapper .swiper-slide .slider-left-area .slider-a a {
    width: 136px;
    height: 44px;
  }
  .main-slider .swiper .swiper-pagination {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-slider .swiper .swiper-a-next {
    right: 1%;
  }
  .main-slider .swiper .swiper-a-prev {
    left: 1%;
  }
  .two-box {
    margin-top: unset;
    width: 100%;
  }
  .two-box .container {
    margin: 20px;
    max-width: -webkit-fill-available;
  }
  .two-box .container .row {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
  }
  .two-box .container .row .col-md-6 {
    width: unset;
    padding: 10px;
    margin: 0;
    column-gap: calc(20px + 2vw);
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 {
    width: 100% !important;
    max-width: 300px;
  }
  .opportunity-area,
  .popular-offer {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .main-slider {
    width: 100%;
    min-height: 348px;
    height: 100%;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide img {
    max-height: 600px;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide img:first-child {
    display: none;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .swiper-lazy.mobile {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    min-height: 348px;
    height: 100%;
    z-index: 2;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area {
    top: unset !important;
    display: flex;
    width: 100%;
    left: unset !important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    bottom: calc(16px + 6vw) !important;
    padding: 50px 14px 50px;
    background: linear-gradient(180deg, rgba(255, 199, 44, 0) 0%, var(--bg-text-color) 20%, var(--bg-text-color) 100%);
    margin-top: -35%;
    z-index: 10;
    position: relative !important;
    min-height: 250px;
    max-height: 250px;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-text,
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-desc,
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-a {
    text-align: center;
    margin-top: unset !important;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-text {
    font-size: calc(10px + 3vw);
    max-width: unset;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-desc {
    font-size: calc(9px + 1vw);
    max-width: unset;
    margin: 4px 0 12px !important;
  }
  .main-slider .mySwiper .swiper-wrapper .swiper-slide .slider-left-area .slider-a a {
    width: calc(136px + 5vw) !important;
    height: calc(44px + 1.8vw) !important;
    font-size: 14px;
  }
  .main-slider .mySwiper .swiper-pagination {
    width: 100%;
  }
  .main-slider .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
  }
  .main-slider .mySwiper .swiper-a-next,
  .main-slider .mySwiper .swiper-a-prev {
    display: none;
  }
  .two-box .container {
    margin-left: 12px;
    margin-right: 12px;
  }
  .two-box .container .row {
    display: flex;
  }
  .two-box .container .row .col-md-6 {
    padding: 20px 12px;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .two-box .container .row .col-md-6 .box-content {
    width: 100%;
  }
  .two-box .container .row .col-md-6 .box-content .box-title {
    font-size: calc(9px + 2vw);
    margin-top: 12px;
    margin-bottom: 0;
  }
  .two-box .container .row .col-md-6 .box-content .box-desc {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .two-box .container .row .col-md-6 .box-content .box-link {
    margin-top: 12px;
  }
  .popular-offer {
    padding: 32px 12px;
    height: auto;
  }
  .popular-offer h3 {
    font-size: 20px;
    margin-top: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #222943;
    font-weight: bold;
    opacity: 0.75;
  }
  .popular-offer .offer-mobile {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 2px;
  }
  .popular-offer .offer-mobile::-webkit-scrollbar {
    display: none;
  }
  .popular-offer .offer-mobile .offer-tabs {
    justify-content: space-around;
  }
  .popular-offer .popular-card-panel {
    width: 100%;
    overflow-x: scroll;
    padding-left: 6vw;
  }
  .popular-offer .popular-card-panel::-webkit-scrollbar {
    display: none;
  }
  .popular-offer .popular-card-panel .offer-tab {
    column-gap: 30px !important;
  }
  .popular-offer .popular-card-panel .btn-ptt-md {
    margin: 0 3.75%;
    width: 296px;
    height: 44px;
  }
  .popular-offer a {
    width: 270px;
  }
  .special-campaign {
    height: 100%;
  }
  .special-campaign .container .row {
    padding: 20px 0;
  }
  .special-campaign .container .row .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222943;
    font-weight: bold;
    opacity: 0.75;
    margin-top: 20px;
  }
  .special-campaign .container .row .campaing-slide {
    overflow-x: scroll;
    width: 100%;
    z-index: 2;
    padding: 0 30px;
    width: 940px;
  }
  .special-campaign .container .row .campaing-slide::-webkit-scrollbar {
    display: none;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 {
    gap: 20px;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 {
    width: 100% !important;
    max-width: 300px;
    padding: 12px !important;
    margin: unset;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .campaign-title {
    width: unset;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .campaign-image {
    width: 100% !important;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .campaign-image img {
    width: 100%;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .card-desc {
    width: unset;
    height: unset;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .card-bottom-footer {
    width: unset;
    margin: 20px 0;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .card-bottom-footer .left {
    display: none;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .card-bottom-footer .right {
    margin: 0 auto;
    max-width: 230px;
    width: 100%;
  }
  .special-campaign .container .row .campaing-slide .swiper-wrapper1 .swiper-slide1 .card-bottom-footer .right a {
    max-width: 230px;
    width: 100%;
  }
  .special-campaign .container .row .swiper-button-next-v2,
  .special-campaign .container .row .swiper-button-prev-v2 {
    display: none;
  }
  .special-campaign .container .row .btn-ptt-md {
    margin: 32px 20px;
    width: unset;
  }
  .opportunity-area {
    height: unset;
    width: unset;
    padding: 0;
  }
  .opportunity-area .title {
    text-align: center;
    padding: 20px 0;
    margin: 0;
  }
  .opportunity-area .mySwiper3 {
    height: 100%;
    width: 90vw !important;
    margin: 0 auto;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper {
    width: inherit !important;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide {
    flex-direction: column;
    width: inherit !important;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .left-image {
    width: inherit !important;
    height: unset;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .left-image img {
    width: inherit !important;
    height: unset;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .right-area {
    height: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .right-area .camp-title {
    width: 100%;
    padding-top: 20px;
    font-size: 24px;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .right-area .camp-desc {
    width: 100%;
    padding-top: 10px;
  }
  .opportunity-area .mySwiper3 .swiper-wrapper .swiper-slide .right-area .btn-ptt-sm-v2 {
    margin: 20px auto !important;
    width: 100%;
    max-width: 284px;
  }
  .opportunity-area .mySwiper3 .swiper-button-next,
  .opportunity-area .mySwiper3 .swiper-button-prev {
    display: none;
  }
  .opportunity-area .mySwiper3 .swiper-pagination {
    margin-top: 32px;
    position: relative;
  }
  .opportunity-area .mySwiper3 .swiper-pagination span {
    width: 30% !important;
    max-width: 94px;
  }
  .opportunity-area .all-opportunity {
    text-align: center;
    margin: 32px 0;
    padding-bottom: 32px;
  }
}
.error-page .container {
  position: relative;
  max-width: 1920px;
  padding: 0 0 68px;
  background: linear-gradient(1.8deg, rgba(1, 167, 207, 0.3) -9.54%, rgba(253, 193, 60, 0.1) 91.67%);
}
.error-page .container .image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}
.error-page .container .image picture {
  display: block;
  height: inherit;
  z-index: 1;
}
.error-page .container .image picture img {
  height: inherit;
  width: auto;
}
.error-page .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
.error-page .container .content h2 {
  font-size: 24px;
  font-weight: 700;
}
.error-page .container .content h2,
.error-page .container .content p {
  max-width: 870px;
  color: #002855;
}
.error-page .container .content .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 44px;
  border-radius: 100px;
  width: 100%;
  background-color: #FDC13C;
  text-decoration: none;
}
.error-page .container .content .btn-primary span {
  color: #002855;
}

@media screen and (max-width: 768px) {
  .error-page .container .image {
    height: auto;
    width: 100%;
  }
  .error-page .container .image picture {
    width: inherit;
  }
  .error-page .container .image picture img {
    width: inherit;
  }
  .error-page .container .content {
    padding: 0 40px;
  }
  .error-page .container .content h2 {
    font-size: 18px;
    font-weight: 800;
  }
  .error-page .container .content p {
    font-size: 16px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 2rem 0;
}
.pagination .page-item {
  list-style: none;
}
.pagination .page-item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #01a7cf;
  border-radius: 50%;
  color: #01a7cf;
  font-size: 16px;
  font-family: "Mulish-Bold";
  background-color: white;
  text-decoration: none;
}
.pagination .page-item.active a {
  background-color: #01a7cf;
  color: white;
}
.pagination .page-item.disabled {
  display: none;
}

.swiper .swiper-slide {
  text-decoration: none;
}