/*
Theme Name: C15WE0724
Description: DHTI
Author: UX Themes
Template: flatsome
Version: 3.0.4
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
header#header .header-main ul.header-nav-main li.active a {
  color: #d6214e;
}
header#header .sub-menu.nav-dropdown section div.row {
  margin: 0 auto;
}
header#header .sub-menu.nav-dropdown section div.row a {
  color: #000;
}
header#header ul.header-social {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
}
header#header ul.header-social li {
  margin: 0;
  padding: 0;
}
header#header ul.header-social li a {
  color: #000;
  transition: 0.6s ease;
}
header#header ul.header-social li a img {
  max-height: 100%;
}
header#header ul.header-social li:hover a {
  color: #d6214e;
}

body.home h2 {
  color: #363636;
}
@media all and (max-width: 550px) {
  body.home h2 {
    font-size: 95%;
  }
}

section.about-us {
  font-size: 30px;
  padding-bottom: 0 !important;
}
@media all and (max-width: 550px) {
  section.about-us .featured-image-01 .img-inner {
    margin: 0 !important;
  }
}
@media all and (max-width: 1400px) {
  section.about-us .featured-image-02 .img-inner {
    margin-top: -10% !important;
  }
}
@media all and (max-width: 1200px) {
  section.about-us .featured-image-02 .img-inner {
    margin-top: 0 !important;
  }
}
section.about-us .col img {
  border-radius: 5px;
}
section.about-us .col .introduce-link.link-right {
  text-align: right;
}
section.about-us .col .introduce-link a {
  font-size: 0.6em;
  text-decoration: underline;
  position: relative;
  color: #363636;
}
section.about-us .col .introduce-link a:after {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 0;
  right: -15px;
  font-weight: 900;
  font-size: 18px;
  color: #d51d57;
}
section.about-us .col .introduce-link p {
  margin-bottom: 0;
  line-height: 1;
}
section.about-us .col.col-04 .col-inner {
  border-right: 25px solid rgba(66, 158, 152, 0.9215686275);
}
@media all and (max-width: 550px) {
  section.about-us .col.col-04 .col-inner {
    border-right-width: 5px;
  }
}
section.about-us .col.col-04 .title {
  font-size: 1em;
  color: #363636;
  font-weight: 600;
  margin-bottom: 15px;
  margin-right: 45px;
}
section.about-us .col.col-04 .title p {
  margin-bottom: 15px;
}
section.about-us .col.col-04 .description {
  font-size: 0.6em;
  color: #000;
  text-align: justify;
  margin-right: 45px;
}
section.about-us .col.col-04 .description p {
  margin-bottom: 15px;
}
@media all and (max-width: 550px) {
  section.about-us .col.col-04 .title, section.about-us .col.col-04 .description {
    margin-right: 5%;
  }
}
section.about-us .col.col-01 .col-inner {
  border-left: 25px solid rgba(66, 158, 152, 0.9215686275);
}
@media all and (max-width: 550px) {
  section.about-us .col.col-01 .col-inner {
    border-left-width: 5px;
  }
}
section.about-us .col.col-01 .title {
  margin-left: 30%;
  font-size: 1em;
  color: #363636;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: right;
}
section.about-us .col.col-01 .title p {
  margin-bottom: 15px;
}
section.about-us .col.col-01 .description {
  margin-left: 30%;
  font-size: 0.6em;
  color: #000;
  text-align: justify;
}
section.about-us .col.col-01 .description p {
  margin-bottom: 15px;
}
@media all and (max-width: 550px) {
  section.about-us .col.col-01 .title {
    margin-left: 5%;
  }
  section.about-us .col.col-01 .description {
    margin-left: 5%;
  }
}

.dhti-home-product-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dhti-home-product-list .product-item {
  width: 30%;
  overflow: hidden;
  text-align: center;
  margin: 0 15px;
}
.dhti-home-product-list .product-item .item-image {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 16/9;
  padding: 20px;
}
.dhti-home-product-list .product-item .item-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dhti-home-product-list .product-item .item-image a img {
  max-width: 100%;
  max-height: 100%;
}
.dhti-home-product-list .product-item .item-title {
  margin: 15px 0;
  color: #000;
  font-weight: bold;
  transition: 0.6s ease;
}
.dhti-home-product-list .product-item:hover .item-title {
  color: #d6214e;
}
.dhti-home-product-list .left_arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  color: #d51d57;
  left: -54px;
}
.dhti-home-product-list .right_arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  color: #d51d57;
  right: -54px;
}
@media all and (max-width: 1550px) {
  .dhti-home-product-list .slick-arrow {
    top: -10%;
  }
  .dhti-home-product-list .slick-arrow.right_arrow {
    right: 15px;
  }
  .dhti-home-product-list .slick-arrow.left_arrow {
    left: 15px;
  }
}

section.banner-slide .text-box {
  padding: 30px 0px;
  padding-left: 30px;
  position: relative;
  bottom: -50px;
  border-left: 30px solid rgba(66, 158, 152, 0.92);
  font-size: 150%;
}
section.banner-slide .flickity-viewport {
  overflow: unset;
}

section.partner .img {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
}
section.partner .img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
}

.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .certificate-item {
  border: 5px solid #F1F1F1;
  box-sizing: border-box;
  transition: 0.6s ease;
  transform: scale(0.9);
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .slick-slide.slick-current {
  z-index: 30;
  background: unset;
  transform: scale(1);
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .left_arrow, .dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .right_arrow {
  position: absolute;
  color: #d51d57;
  cursor: pointer;
  width: 44px;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  opacity: 1;
  border: 0;
  font-size: 34px;
  text-align: center;
  line-height: 44px;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .left_arrow {
  left: -50px;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .right_arrow {
  right: -50px;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  margin: 0;
  width: 100%;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .slick-dots li {
  position: relative;
  width: 0.7vw;
  height: 0.7vw;
  background-color: #FFFFFF;
  margin: 0 0.75rem;
  padding: 0;
  font-size: 0;
  border-radius: 1vw;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  border: 1px solid #d51d57;
  transition: 0.6s ease;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .slick-dots li.slick-active {
  background: #d51d57;
}
.dhti-home-certificate-slider .dhti-home-certificate-slider-inner .certificate-slider .slick-dots li button {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #d6214e;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: 0;
  font-size: 0;
  overflow: hidden;
}

.widget ul.menu li {
  position: relative;
  border-top: 1px solid #606060;
  font-weight: 300;
  font-size: 1.2vw;
  margin: 0px;
  color: #808080;
  width: 100%;
}
.widget ul.menu li a {
  display: block;
  line-height: 1.2;
  position: relative;
  padding: 15px 0px;
}
.widget ul.menu li:hover a {
  color: #d6214e;
}
.widget ul.menu li.current-menu-item a {
  color: black;
  font-weight: 700;
}
.widget ul.menu li.current-menu-item a:after {
  content: "";
  position: absolute;
  top: 1.1vw;
  right: 0.6vw;
  color: #d6214e;
  border-top: 0.4vw solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0.4vw solid transparent;
  border-left: 0.7vw solid;
}
@media all and (max-width: 550px) {
  .widget ul.menu li {
    font-size: inherit;
  }
}

.c15we0724-banner-top {
  position: relative;
  margin-bottom: 50px;
}
.c15we0724-banner-top img.banner-desktop {
  display: none;
}
.c15we0724-banner-top img.banner-mobile {
  display: none;
}
.c15we0724-banner-top .icon-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  transform: translateY(50%);
  border-radius: 50%;
  background: #fdfdfd;
  border: 1px solid #F1F1F1;
}
@media all and (min-width: 576px) {
  .c15we0724-banner-top img.banner-desktop {
    display: block;
  }
}
@media all and (max-width: 576px) {
  .c15we0724-banner-top img.banner-mobile {
    display: block;
  }
}

.dhti-page-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a7a9ac;
}
.dhti-page-header .dhti-page-title {
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
  text-transform: uppercase;
}
.dhti-page-header .dhti-page-title h1 {
  font-size: 21.6px;
  text-transform: capitalize;
  text-rendering: optimizeSpeed;
  margin-bottom: 0;
}

.wpcf7 {
  position: relative;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) {
  display: flex;
  border: 1px solid #F1F1F1;
  margin-bottom: 15px;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) .FrmRegister-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-right: 1px solid #F1F1F1;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) .FrmRegister-icon img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) .wpcf7-form-control-wrap input, .wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:not(:last-child) .wpcf7-form-control-wrap textarea {
  margin: 0;
  box-shadow: none;
  border: none;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:last-child {
  text-align: right;
}
.wpcf7 form.wpcf7-form .FrmRegister .FrmRegister-item:last-child .wpcf7-submit {
  margin: 0;
  background: linear-gradient(to bottom, #f4f4f4 0%, #ebebeb 50%, #e2e2e2 100%);
  color: #808080;
  min-width: 120px;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 568px) {
  .dhti-container .dhti-row .dhti-col.dhti-sidebar .dhti-sidebar-inner ul.dhti-nav.dhti-shareholder-nav {
    background: transparent !important;
  }
  .dhti-container .dhti-row .dhti-col.dhti-sidebar .dhti-sidebar-inner ul.dhti-nav.dhti-shareholder-nav li a {
    text-align: center;
    background: #B5862E;
    color: #FFF !important;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
  }
  .dhti-container .dhti-row .dhti-col.dhti-sidebar .dhti-sidebar-inner ul.dhti-nav.dhti-shareholder-nav li.active a {
    background: #bcbcbc !important;
  }
}

.box.box-blog-post .box-image {
  border: 1px solid #F1F1F1;
}
.box.box-blog-post .box-text .box-text-inner .post-title a {
  color: #000;
  transition: 0.6s ease;
}
.box.box-blog-post .box-text .box-text-inner .is-divider {
  display: none;
}
.box.box-blog-post .box-text .box-text-inner .from_the_blog_excerpt {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box.box-blog-post .box-text .box-text-inner .read-more {
  text-decoration-line: underline;
  color: #363636;
  margin-right: 15px;
  position: relative;
  font-weight: 600;
  transition: 0.6s ease;
}
.box.box-blog-post .box-text .box-text-inner .read-more:after {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  right: -15px;
  /* top: 5px; */
  font-size: 18px;
  color: #d51d57;
}
.box.box-blog-post:hover .box-text .post-title a, .box.box-blog-post:hover .box-text .read-more {
  color: #d6214e;
}

.box.fe-box {
  box-shadow: 0 0 20px rgba(120, 129, 158, 0.25);
  border-radius: 16px;
}
.box.fe-box .box-text {
  padding: 15px;
}
.box.fe-box .box-text .content-description {
  margin-bottom: 10px;
}
.box.fe-box .box-text ul.content-attributes li {
  margin-bottom: 0;
}
.box.fe-box a.button.primary {
  background: #d6214e;
}

body.page #content .wp-caption.aligncenter {
  text-align: center;
  width: fit-content;
}
body.page #content ul {
  padding-left: 30px;
}
body.page #content table tr th {
  background: #519797;
  padding: 0.4vw 1vw;
  text-align: left;
  border: 1px solid #E1E1E1;
  color: #FFF;
  font-size: 1em;
}
body.page #content table tr td {
  padding: 0.4vw 1vw;
  text-align: left;
  border: 1px solid #E1E1E1;
  color: #808080;
  font-size: 1em;
}

.wpcf7 form .FrmRegister-item {
  display: flex;
  border: 1px solid #F1F1F1;
  margin-bottom: 10px;
}
.wpcf7 form .FrmRegister-item .FrmRegister-item-haft {
  display: flex;
  flex: 1;
  border-right: 1px solid #F1F1F1;
}
.wpcf7 form .FrmRegister-item .FrmRegister-icon {
  width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #F1F1F1;
}
.wpcf7 form .FrmRegister-item .wpcf7-form-control-wrap {
  flex-grow: 1;
}
.wpcf7 form .FrmRegister-item:nth-child(10) {
  border: none;
  justify-content: right;
}
.wpcf7 form .FrmRegister-item:nth-child(10) button, .wpcf7 form .FrmRegister-item:nth-child(10) a, .wpcf7 form .FrmRegister-item:nth-child(10) input[type=submit] {
  border-radius: 5px;
}
.wpcf7 form input, .wpcf7 form select {
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
}
.wpcf7 form input:active, .wpcf7 form input:focus, .wpcf7 form select:active, .wpcf7 form select:focus {
  box-shadow: none;
}
.wpcf7 form textarea {
  box-shadow: none;
  border: 1px solid #F1F1F1;
}

.accordion .accordion-item .accordion-title {
  font-size: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.accordion .accordion-item button.toggle {
  top: -4px;
}
.accordion .accordion-item button.toggle i:before {
  content: "\f0da";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: -10px;
  right: 0;
  font-weight: 900;
  font-size: 18px;
  color: #d51d57;
  transform: rotate(90deg);
  transform-origin: center;
}

.btn-contact-bar1 {
  z-index: 999;
  display: flex;
  position: fixed;
  right: 32px;
  top: 50%;
  align-items: flex-end;
  flex-flow: column nowrap;
}

.item-contact-box {
  z-index: 999;
  background: #272727;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  padding: 5px 0px 0px 5px;
  border-radius: 999px;
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.item-contact-box:hover {
  width: 164px;
  height: 40px;
}
.item-contact-box .item-contact {
  display: flex;
  text-decoration: none;
}
.item-contact-box .item-contact:hover {
  /*display: flex;*/
  text-decoration: none;
}
.item-contact-box .icon-contact {
  height: 50px;
  width: 50px;
  background: #272727;
  border-radius: 999px;
  position: absolute;
  margin: -10px;
}
.item-contact-box .item-contact .content {
  line-height: 30px;
  margin-left: 50px;
  width: auto;
  white-space: nowrap;
  color: white;
  font-size: 14px;
  overflow: hidden;
  text-overflow: clip;
  text-align: center;
}
.item-contact-box .item-contact .tada {
  width: 40px;
  height: 40px;
  margin-left: 6px;
  margin-top: 5px;
  color: white;
  font-size: 25px;
  border: 8px solid transparent;
  -webkit-animation: tada 1s infinite ease-in-out;
  animation: tada 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 551px) {
  .btn-contact-bar1 {
    left: auto;
    right: 46px;
    align-items: center;
    justify-content: center;
    /*display: none;*/
    /*position: fixed;*/
    /*right: 0px;*/
    /*top: auto;*/
    /*bottom: 0px;*/
    /*margin: 0px auto;*/
    /*width: 100%;*/
    /*height: 55px;*/
    /*flex-flow: row nowrap;*/
  }
  .item-contact-box {
    display: flex;
    flex-flow: column nowrap;
    width: 25%;
    height: 60px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    align-items: center;
    border-left: 1px solid grey;
  }
  .item-contact-box:hover {
    width: 25%;
    height: 60px;
  }
  .item-contact {
    flex-flow: column nowrap;
    margin-top: 5px;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .tada {
    border: none;
  }
  .item-contact .content {
    display: none;
    font-size: 60%;
    margin: 0px;
    width: 100%;
    text-align: center;
    white-space: normal;
    color: white;
    overflow: visible;
    text-overflow: unset;
  }
  /*.item-contact-box:hover{*/
  /*    display: none;*/
  /*}*/
  .item-contact-box {
    border: none;
  }
}

/*# sourceMappingURL=style.css.map */
