.disable-click {
  pointer-events: none;
}

.dora-link-item {
  position: relative;
  line-height: 65px;
}

.dora-link-item a svg {
  margin-left: 5px;
  transform: rotate(90deg);
}

/* sub-menu-sm */
.dora-link-item:hover > .sub-menu-sm {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}

.sub-menu-sm {
  position: absolute;
  top: 110%;
  right: 0;
  /* transform: translate(-25%, 0); */
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear;
  min-width: 230px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.sub-menu-sm ul {
  display: block;
}

.sub-menu-sm ul li {
  padding: 10px 25px;
  line-height: 1;
  background-color: #fff;
  transition: 0.2s linear;
  /* border-bottom: 1px solid #d8d8d8; */
}

/* .sub-menu-sm ul li:nth-child(odd) {
    background-color: #F3FEFD;
} */

/* .sub-menu-sm ul li:nth-child(even) {
    background-color: #F2F7FD;
} */

.sub-menu-sm ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  white-space: nowrap;
  transition: 0.2s linear;
  display: block;
}

.sub-menu-sm ul li:hover {
  background-color: #f5f5f5;
}

.sub-menu-sm ul li:hover a {
  color: #ff6109;
}

/*  */
.menu-sub {
  position: fixed;
  width: 100%;
  left: 0;
  top: 65px;
  transition: 0.2s linear;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
}

.menu-sub .sub-ps {
  position: relative;
  z-index: 1;
  padding: 32px 0;
  background-image: linear-gradient(90deg, #fff 58.33333333%, #f9f9ff 0%);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  min-height: 50vh;
}

.dora-overbg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.menu-sub:hover,
.menu-sub.active {
  top: 65px;
  opacity: 1;
  pointer-events: all;
}

.dora-product-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 600;
}

.dora-product-list {
}

.dora-p-item .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.dora-p-item {
  margin: 16px 24px 25px;
  position: relative;
}

.dora-p-item .dora-p-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 35px;
  color: #333;
  transition: 0.2s linear;
  cursor: pointer;
}

.dora-p-item .dora-p-name:hover {
  color: #ff6109;
}

.dora-p-item .dora-p-des {
  font-size: 16px;
  margin-left: 35px;
}

.dora-news {
  margin-left: 20%;
}

.dora-product-title {
}

/* dora-footer */
.dora-footer {
  background-color: #333333;
  padding-bottom: 20px;
  margin-top: 50px;
}

.dora-footer-header {
  padding-bottom: 15px;
  padding-bottom: 150px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.dora-footer-social {
  text-align: center;
}

.dora-footer-social a {
  display: inline-block;
}
.dora-footer-social a + a {
  margin-left: 15px;
}

.dora-footer .dora-footer-img {
  max-width: 210px;
  margin-bottom: 43px;
}

.dora-footer-title {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.dora-footer-item {
  margin-top: 20px;
}

.dora-footer-item li {
  margin-bottom: 15px;
}

.dora-footer-item li a {
  color: #898b9d;
  transition: 0.2s linear;
  font-size: 16px;
}

.dora-footer-item li a:hover {
  color: white;
}

.dora-footer-bot {
  /* margin-top: 50px; */
}

.dora-footer-bot-1 {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dora-footer-bot-1 ul {
  margin-bottom: 0;
}

.dora-footer-bot-1 ul li {
  display: inline-block;
  position: relative;
}

.dora-footer-bot-1 ul li a {
  color: #898b9d;
  transition: 0.2s linear;
  font-size: 16px;
  line-height: 24px;
}

.dora-footer-bot-1 ul li:hover a {
  color: white;
}

.dora-footer-bot-1 ul li {
  padding: 0 7.5px;
}

.dora-footer-bot-1 ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #898b9d;
  top: 6px;
}

.dora-footer-copyright {
  color: #898b9d;
}

.dora-footer-bot-2 {
  margin-top: 15px;
}

/* dora-home-product */
.dora-home-product {
  padding: 50px 0 50px;
}

.dora-home-product-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  padding-bottom: 15px;
  line-height: 47px;
}

.dora-home-product-title .dora-home-product-des {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  max-width: 780px;
  padding-bottom: 47px;
  margin: 0 auto;
}

.dora-home-product-lists {
  margin-top: 15px;
}

.dhpb-item {
  padding: 20px;
  border-radius: 15px;
  transition: 0.2s linear;
}

.dhpb-item.item1 {
  background-color: #f3fefd;
}

.dhpb-item.item2 {
  background-color: #f2f7fd;
}

.dhpb-item.item3 {
  background-color: #fdf9f2;
}

.dhpb-item.item1:hover,
.dhpb-item.item1.active {
  background-color: #e1f7f5;
}

.dhpb-item.item2:hover,
.dhpb-item.item2.active {
  background-color: #deebfb;
}

.dhpb-item.item3:hover,
.dhpb-item.item3.active {
  background-color: #f4ecdf;
}

.dhpb-item-sub-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 500;
}

.dhpb-item-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.dhpb-item-des {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.dhpb-item-btn {
  width: 220px;
  height: 48px;
  line-height: 45px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
}

.dhpb-item-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--second-color);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.dhpb-item-btn:hover {
  background: none;
  border: 2px solid #f15b43;
  color: #fff !important;
}

.dhpb-item-btn:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.banner-btn {
  display: flex;
  justify-content: center;
}

.dora-btn-new-wrap {
  display: inline-block;
  position: relative;
}

.dora-btn-new {
  margin-left: 20px;
  width: 300px;
  padding: 14px 0px;
  border-radius: 200px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: block;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px;
  background-color: transparent;
  text-align: center;
}

.dora-btn-new::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--second-color);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.dora-btn-new:hover {
  background: none;
  border: 2px solid #f15b43;
  color: #fff !important;
}

.dora-btn-new:hover + span {
  background-color: white;
  color: #f15b43;
}

.dora-btn-new:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.dora-btn-new-wrap span {
  position: absolute;
  right: 0;
  font-size: 13px;
  background-color: #f15b43;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  z-index: 9;
  top: 0;
  transform: translate(0, -50%);
  font-weight: bold;
}

.dhpb-item-img {
  display: none;
}

.dora-home-product-banner {
  /* max-width: 800px;
  margin: 0 auto; */
}

.banner-search .banner-title {
  padding: 0;
}

.dhpb-thum img {
  max-height: 300px;
}

.dora-home-product-banner .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.dora-home-product-banner .owl-dots button {
  background-color: #f5f5f5;
  transition: 0.2s linear;
  width: 10px;
  height: 5px;
  border-radius: 3px;
  margin: 0 5px;
}

.dora-home-product-banner .owl-dots button.active {
  background-color: #deebfb;
  width: 20px;
  height: 5px;
}

.banner-img {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img::after {
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0)); */
}

/* p-tkw-theoyc */
.p-tkw-theoyc h2 {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.p-tkw-theoyc-edit .ptkw-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 25px;
}

.p-tkw-theoyc .text-cus {
  text-align: center;
  font-weight: 500;
  font-size: 57px;
  line-height: 70px;
  margin-bottom: 15px;
}

.item-left .text-cus {
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-pro-item .text-cus {
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  text-align: center;
}

.item .infor-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 11px;
}

/* p-tkw-theoyc */
.dora-footer-menu {
  margin-top: 50px;
  margin-left: 25px;
}
/* 
.package .dora-price-month {
  display: unset;
}
.package .dora-price-year {
  display: none;
}
.package.dora-year .dora-price-year {
  display: unset;
}

.package.dora-year .dora-price-month {
  display: none;
} */

.dora-price-month {
  display: none;
}
.dora-price-month.dora-price {
  display: unset;
}

/* create-website-page */
.create-website-page {
  /* margin-top: 103px; */
  padding-top: 63px;
  padding-bottom: 75px;
}
.create-website-page h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 5px;
  color: #333;
}

.create-website-wrap {
  /* max-width: 70%; */
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.create-website-page .over-col {
  padding-left: 20px;
  padding-right: 20px;
}

.create-website-page .over-row {
  margin-left: -20px;
  margin-right: -20px;
}

.create-website-page .chose-box {
  border-radius: 20px;
  padding: 30px 50px;
  /* border: 1px solid var(--second-color); */
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
}
.create-website-page .chose-box .cb-image {
  margin-bottom: 20px;
}
.create-website-page .chose-box .cb-image img {
  max-height: 120px;
  width: auto;
}
.create-website-page .chose-box .cb-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.create-website-page .chose-box .cb-des p {
  font-size: 16px;
}

.create-website-page .chose-box .cb-btn-create-ai {
  margin-top: 20px;
}

.create-website-page .chose-box .cb-btn-create-ai a {
  color: white;
  cursor: pointer;
  border: 2px solid var(--second-color);
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--second-color);
  padding: 10px 0px;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  width: 250px;
  text-align: center;
}

.create-website-page .chose-box .cb-btn-create-ai a::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(1.6, 0.5, 0.3, 0.4);
  transform: scaleX(0);
  border-radius: 0;
}

.create-website-page .chose-box .cb-btn-create-ai a:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.create-website-page .chose-box .cb-btn-create-ai a:hover {
  color: var(--second-color);
}

.create-website-page .chose-box .cb-btn-create-ai-2 {
  margin-top: 20px;
}

.create-website-page .chose-box .cb-btn-create-ai-2 a {
  color: var(--second-color);
  cursor: pointer;
  border: 2px solid var(--second-color);
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
  padding: 10px 0px;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  width: 250px;
  text-align: center;
}

.create-website-page .chose-box .cb-btn-create-ai-2 a::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--second-color);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(1.6, 0.5, 0.3, 0.4);
  transform: scaleX(0);
  border-radius: 0;
}

.create-website-page .chose-box .cb-btn-create-ai-2 a:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.create-website-page .chose-box .cb-btn-create-ai-2 a:hover {
  color: white;
}

.create-website-page .continue-txt {
  font-style: 16px;
  color: var(--primary-color);
  transition: 0.2s linear;
  margin-top: 30px;
  text-align: center;
  display: block;
}
.create-website-page .continue-txt:hover {
  color: var(--second-color);
}
/* end create-website-page */

/* chat */
.dr-page-chat {
  /* margin-top: 103px; */
  padding-top: 65px;
  /* padding-bottom: 150px; */
  min-height: calc(100vh - 65px);
  margin-left: 300px;
  /* background-color: #f15b43; */
}
.dr-page-title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 13px;
  margin-top: 5px;
  color: white;
}
.dr-page-des p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.dr-page-chat-wrap {
  max-width: 850px;
  margin: 0 auto;
}

.dr-page-chat-wrap .drpc-title {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}
.dr-page-chat-wrap .drpc-body {
  /* position: relative; */
  margin-bottom: 100px;
  /* padding-top: 50px; */
}
.dr-page-chat-wrap .drpc-chat-list {
  height: calc(100vh - 165px);
  overflow-y: auto;
  padding-left: 25px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.drpc-body .drpc-item {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  /* padding: 5px 10px; */
  color: white;
}

.drpc-body .drpc-chat-box {
  width: 100%;
  border-radius: 8px;
  padding: 30px 24px;
  box-shadow: 0px 0px 24px 0px rgba(0, 6, 36, 0.1);
  margin-bottom: 20px;
}

.drpc-box-preview {
  position: relative;
  width: 300px;
}
.drpc-box-preview .drpc-box-img {
  height: 400px;
  width: 300px;
  overflow: hidden;
  padding: 15px 0;
}
.drpc-box-preview .drpc-btn {
  margin-top: 15px;
  width: 100%;
}
.drpc-box-preview .btn-drpc-view {
  float: left;
}

.drpc-box-preview .btn-drpc-view:active,
.drpc-box-preview .btn-drpc-view:focus {
  color: #f15b43;
}

.drpc-box-preview .btn-drpc-view {
  width: 130px;
  /* height: 50px; */
  /* line-height: 46px; */
  color: white;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid var(--second-color);
  color: var(--second-color);
  -moz-user-select: none;
  display: inline-block;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 200px;
  background-color: transparent;
  text-align: center;
  padding: 6px 0px;
}

.drpc-box-preview .btn-drpc-view::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--second-color);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0;
}

.drpc-box-preview .btn-drpc-view:hover {
  background: none;
  border: 2px solid #f15b43;
  color: #fff !important;
}

.drpc-box-preview .btn-drpc-view:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}
.drpc-box-preview .btn-drpc-use {
  float: right;
}
.drpc-box-preview .btn-drpc-use {
  contain-intrinsic-inline-size: AUTO 100px;
  color: white;
  border: 2px solid var(--second-color);
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--second-color);
  padding: 6px 0px;
  border-radius: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 130px;
  text-align: center;
}
.drpc-box-preview .btn-drpc-use::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(1.6, 0.5, 0.3, 0.4);
  transform: scaleX(0);
  border-radius: 0;
}

.drpc-box-preview .btn-drpc-use:hover::before {
  transform: scaleX(1);
  border: 2px solid transparent;
}

.drpc-box-preview .btn-drpc-use:hover {
  color: var(--second-color);
}

.drpc-body .drpc-reply {
  background: #f8f8f8;
}
.drpc-body .drpc-avata {
  width: 25px;
  height: 25px;
  float: left;
}
.drpc-body .drpc-avata image {
  width: 100%;
  height: auto;
}
.drpc-body .drpc-content {
  width: calc(100% - 25px);
  float: left;
  color: #333;
  padding-left: 30px;
  white-space: pre-line;
}

.drpc-body .drpc-right {
  text-align: right;
  padding-left: 100px;
}
.drpc-body .drpc-left {
  text-align: left;
  padding-right: 100px;
}
.drpc-body .drpc-input {
  position: fixed;
  bottom: 30px;
  left: calc(50% + 150px);
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  z-index: 9;
}
.drpc-body .drpc-input input {
  background-color: white;
  font-size: 16px;
  width: 100%;
  resize: none;
  /* border: 1px solid #8a8a8a; */
  border: none;
  padding: 18px 20px;
  padding-right: 70px;
  border-radius: 8px;
  outline: none;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px;
  height: 59px;
  color: #333;
}

.drpc-body .drpc-input .btn-send-ce {
  float: right;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  right: 12px;
  top: 8px;
  background: var(--second-color);
  padding: 7px 0px 10px;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  border: none;
}
/* .drpc-body .drpc-input .btn-send-ce svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
} */
.dr-page-chat-wrap .drpc-chat-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  padding-bottom: 20px;
}

.dr-page-chat-wrap .drpc-chat-list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.dr-page-chat-wrap .drpc-chat-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: transparent;
}
.drpc-chat-list .drpc-item:first-child {
  margin-top: 30px;
}
/* end chat */
.home-pro .title-cus {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 5px;
}

.home-pro-des h2 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.home-title .faq-title-cus {
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .dr-page-chat {
    margin-top: 0;
    padding-top: 0;
  }
  .drpc-body .drpc-chat-box {
    padding: 25px 15px;
  }
  .p-lr-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .dr-page-chat-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .dr-page-chat {
    min-height: calc(100vh - 127px);
  }
  .dr-page-chat-wrap .drpc-chat-list {
    height: calc(100vh - 215px);
    padding-left: 20px;
    padding-right: 19px;
  }
  .drpc-body .drpc-input .btn-send-ce {
    right: 25px;
    padding-top: 12px;
  }
  .drpc-body .drpc-content {
    padding-left: 15px;
  }
  .drpc-box-preview {
    width: 100%;
  }
  .drpc-box-preview .btn-drpc-use {
    width: 110px;
    padding: 5px 0;
  }
  .drpc-box-preview .btn-drpc-view {
    width: 110px;
    padding: 5px 0;
  }
  .drpc-body .drpc-input {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 20px;
    left: 50%;
  }
  .drpc-body .drpc-left {
    padding-right: 50px;
  }
  .drpc-box-preview .drpc-box-img {
    width: 100%;
    height: 250px;
  }
  .drpc-body .drpc-right {
    padding-left: 50px;
  }
  .create-website-wrap {
    max-width: 100%;
  }
  .create-website-page {
    margin-top: 0;
    padding-top: 25px;
  }
  .create-website-page h1 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .create-website-page .chose-box .cb-des p {
    font-size: 14px;
  }
  .chose-box.mb {
    margin-bottom: 26px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 30px 25px;
  }
  .dora-product-list {
    margin-top: 15px;
  }

  .dora-product-title {
    color: white;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .dora-p-item .dora-p-name {
    color: white;
  }

  .dora-p-item {
    margin-left: 0;
    margin-right: 0;
  }

  .dora-p-item .dora-p-des {
    color: white;
    text-align: left;
  }

  .dhpb-item-img {
    display: block;
    margin-bottom: 15px;
  }

  .dora-home-product-banner {
    display: none;
  }

  .banner-btn {
    flex-direction: column;
    align-items: center;
  }

  .dora-btn-new-wrap {
    margin-top: 25px;
  }

  .dora-btn-new {
    padding: 8px 0px;
    margin-left: 0;
    width: 300px;
  }

  .home-btn {
    width: 300px;
  }

  .dora-home-product-title h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .dora-home-product-title p {
    font-size: 16px;
    line-height: 24px;
  }

  .dora-footer-social {
    text-align: center;
  }

  .dora-footer-social a {
    margin-left: 0;
    margin-top: 15px;
  }

  .dora-footer-bot {
    margin-top: 30px;
  }

  .dora-footer-bot-1 {
    text-align: center;
  }

  .dora-footer-bot-1 ul li a {
    font-size: 13px;
  }

  .dora-footer-copyright {
    font-size: 13px;
    text-align: center;
  }

  .footer-pd-top {
    padding-top: 20px;
  }

  .menu-mobile-item li {
    border-bottom: 1px solid #525252;
    position: relative;
    text-align: left;
  }

  .menu-mobile-item ul li a {
    display: block;
    text-align: left;
    color: white;
  }

  .menu-mobile-item li a svg {
    float: right;
    margin-top: 8px;
  }

  .open-modal-login {
    min-width: 188px;
  }

  .sub-menu-sm {
    position: unset;
    opacity: 1;
    transform: unset;
    pointer-events: all;
  }

  #menu-mobile .footer-social {
    position: unset;
    transform: unset;
  }

  #menu-mobile.active .menu-mobile-wrap {
    overflow: auto;
  }

  .sub-menu-sm ul li {
    background-color: transparent;
    border: none;
  }

  .sub-menu-sm ul li + li {
    border-top: 1px solid #525252;
  }

  .dora-footer-header {
    padding-bottom: 0;
    padding-top: 30px;
    border: none;
  }
  .dora-footer .dora-footer-img {
    margin-bottom: 0;
  }
  .dora-footer-title {
    margin-top: 30px;
    position: relative;
  }
  .dora-footer-title svg {
    position: absolute;
    right: 0;
  }
  .dora-footer-menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .dr-page-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 25px;
  }
  .dr-page-des p {
    font-size: 16px;
    line-height: 24px;
  }
}
