/*** Import *****/

@import url("404.css");
@import url("loading-btn.css");
@import url("loading-group.css");

html {
  overflow-x: hidden;
}

:root {

  --pd-sec-sm: calc(var(--pd-sec) * 0.7);
}

/*** End ****/
@media (max-width: 575px) {
  :root {
    --h3-fs: 2rem;
    --h4-fs: 1.8rem;
    --h5-fs: 1.6rem;
  }
}

@media (max-width: 575px) {
  :root {
    --h3-fs: 1.9rem;
  }
}

.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}

.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.blog-info-tag span:last-child:before {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 15px 0;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.mobile-nav-contact ul .li-link:not(:first-child) {
  padding-left: 3.8rem;
  height: var(--size-icon);
}

.current-menu-item {
  font-family: gb;
}

.btn-hidden-submit {
  display: none;
}

.footer-form span.wpcf7-spinner {
  position: absolute;
  top: 0.7rem;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  right: 2.5rem;
  bottom: -1rem;
  font-size: 0.5em;
}

.footer-form .wpcf7 form .wpcf7-response-output {
  font-size: 8px !important;
  bottom: -3rem;
}

.footer-form .form-ctr {
  padding-right: 3rem;
}

#toc_container {
  display: block !important;
}

#toc_container p.toc_title {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0.9rem 2rem;
}

#toc_container p.toc_title::before {
  content: "";
  background-image: url(../../../../../template/img/icon-edit-table.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 3.1rem;
  height: 3.1rem;
  display: block;
  margin-right: 1.6rem;
}

#toc_container span.toc_toggle {
  margin-left: auto;
}

/* div#toc_container .toc_toggle a::before {
  content: "";
  background-image: url(../../../../../template/img/vector-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 2.4rem;
  display: block;
} */

#toc_container p.toc_title+ul.toc_list>li>a {
  font-family: dsm;
  font-size: var(--h5-fs);
  line-height: 1.5;
}

.hosting-main__table .table-price tbody tr:first-child td {
  background-color: #2360d5;
  color: #fff;
  font-family: dsm;
}

.hosting-main__table .table-price tbody tr td:first-child {
  font-family: dsm;
}

.hosting-main__table .table-price tbody tr:nth-child(even) {
  background: #fff;
}

.hosting-main__table .table-price tbody tr:nth-child(odd) {
  background: rgba(35, 96, 213, 0.1);
}

.contact-home .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}

.contact-home .contact-box__form .form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(54deg) brightness(104%) contrast(103%);
}

h2.mona_unvalid {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-family: th;
  text-align: center;
  padding-top: 4rem;
}

p.logged-in-as,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-notes {
  display: none;
}

.comment-respond form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.4rem;
}

.comment-respond form .col-message {
  grid-column: 1/3;
  grid-row: 2/3;
}

.comment-respond form .col-name {
  grid-column: 1/2;
  grid-row: 1/2;
}

.comment-respond form .col-email {
  grid-column: 2/3;
  grid-row: 1/2;
}

.comment-respond form .form-submit {
  grid-column: 1/3;
  margin-top: 0rem;
}

article h1 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}

@media (min-width:767px) {
  .hosting-page .banner-single .ilu-img.bot-right {
    width: calc(5/12 * 100%);
  }
}

.faq-main__acc .accor-header {
  cursor: pointer;
}

[data-aos=fade-right] {
  transform: translate3d(-1rem, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(1rem, 0, 0);
}

@media (max-width:991px) {
  .footer-nav__list {
    justify-content: flex-start;
  }
}

.progress-wrap {
  background-color: transparent;
}

@media (max-width:428px) {
  .banner-single__content .content-box .button-gr .btn-request {
    min-width: 20rem;
  }
}

@media (max-width:450px) {
  .void-main .slider-ctr {
    top: 40%;
  }

}

@media screen and (max-width: 1198.98px) {
  .contact-box__form {
    padding-bottom: 7rem;
  }
}

.contact-box__form .wpcf7 form .wpcf7-response-output {
  padding-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 4rem;
  }
}

.current-menu-ancestor>.menu-link::after {
  transform: scaleX(1) !important;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
}

.current-menu-item>.menu-link::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
}

.header-menu .menu-list .menu-item.parent .submenu-item.current-menu-item>.submenu-link span::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  -o-transition: transform 0.4s cubic-bezier(0.61, 0.22, 0.23, 1);
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
}

.mobile-nav-content .menu-item.current-menu-item>a,
.mobile-nav-content .menu-item.current-menu-ancestor>.menu-link {
  color: #2339c3 !important;
}

.system-main__slider .swiper-slide .item {
  position: relative;
}

.system-main__slider .swiper-slide .item .link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.ele-sec__single .sec-col-custom .img-wrap img {

  max-width: 70rem;
}

.ele-sec__single .flex-row-reverse .sec-col-custom .img-wrap img {
  margin-left: auto;
  margin-right: 0;
}

.guaranteed-content__about .item-img img {
  width: 5.7rem;
  height: 5.7rem;
}

.manage-sw__list .item-img .img-inner img {
  width: 6.5rem;
  height: 6.5rem;
}

.mona-content strong {
  color: inherit;
}

.wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.customer-list {
  --col: 5;
}

.customer-item {
  width: calc(100% / var(--col));
}

.mobile-nav-main::after {
  display: none;
}

.paginationjs-pages ul {
  --size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.paginationjs-pages ul li {
  background-color: #2360d5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: var(--size);
  height: var(--size);
  font-size: var(--h6-fs);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 6px 6px 16px rgb(0 0 0 / 16%);
  color: #000;
  color: #fff;
  font-family: th;
  cursor: pointer;
}
.paginationjs-pages ul li.disabled{
  display: none;
}
.paginationjs-pages ul li:hover,
.paginationjs-pages ul li.active{
  background-color: #ff5b00;
}

@media screen and (max-width:991.98px) {
  .ta-center-md{
    text-align: center;
  }
}

@media screen and (max-width:575px) {
  .newspaper-content__test.--desktop{
    display: none;
  }
}
@media screen and (min-width:576px) {
  .newspaper-content__test.--slider{
    display: none;
  }
}
@media screen and (max-width: 766.98px){
  .procedure-single__tab .tab-wrap .tab-panels-wrap {
    display: block;
  }
}
span.mega-item-content{
  display: flex;
  flex-wrap: wrap;
}
span.mega-item-title{
  width: 100%;
}
.con-more{
  margin-top: 1rem;
}

.footer-link-label {
    display: block;
}