@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.dsn-home-bg-image {
  position: absolute !important;
  top: 0;
  right: 0;
}

.dsn-banner-home {
  overflow: hidden;
}
.dsn-banner-home .section-content.relative {
  position: unset !important;
}

.dsn-service-box {
  z-index: 11;
}

.tabbed-content .nav-line-bottom {
  border-bottom: 1px solid #f1f1f1 !important;
}
.tabbed-content .nav-line-bottom li.tab > a {
  padding: 15px 30px;
}
.tabbed-content .nav-line-bottom li.tab.active > a {
  color: var(--fs-color-primary);
}

.box-service .box-text .box-text-inner {
  display: flex;
}
.box-service .box-text .button {
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.box-service .box-text .button span {
  display: none;
}
.box-service .box-text .button i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 2rem;
  transition: 100ms ease-in-out;
}
.box-service .box-text .button .icon-angle-right:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
}
.box-service .box-service-title {
  margin-top: -90px;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 52px;
  line-height: 1.2em;
  height: 52px;
}
.box-service:hover .button i {
  margin-right: 0;
}

.text-justify {
  text-align: justify;
}

.dsn-checkmark ul li.bullet-checkmark {
  padding-left: 35px !important;
  border-bottom: none;
}
.dsn-checkmark ul li.bullet-checkmark::before {
  content: "\f00c" !important;
  font-family: "Font Awesome 6 Pro" !important;
  border: 1px solid #f1f1f1;
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-top-line .is-border {
  border-top-color: var(--fs-color-primary);
}

.accordion {
  border: 1px solid #efefef;
}
.accordion .accordion-title.active {
  background-color: var(--fs-color-primary);
  color: white;
}

.post-item .cat-label {
  padding: 5px 10px;
}
.post-item .has-hover:hover .tag-label {
  background-color: var(--fs-color-primary) !important;
}

.nav-pagination > li > a, .nav-pagination > li > span {
  border-radius: 0 !important;
  font-size: 1.2rem !important;
  background-color: #f2f3f5;
  border: none !important;
  font-weight: normal !important;
  padding-top: 2px !important;
}

.dsn-company-info p {
  margin-bottom: 5px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.dsn-company-info i {
  margin-right: 10px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
}

.testimonial-box {
  position: relative;
}
.testimonial-box .testimonial-text {
  background: rgb(0, 180, 247);
  background: linear-gradient(180deg, rgb(0, 180, 247) 10%, rgb(23, 60, 165) 100%);
  border-bottom-left-radius: 0px;
  padding: 60px 40px 40px 40px;
  color: white;
  border-radius: 10px 10px 10px 0;
  position: relative;
  min-height: 300px;
}
.testimonial-box .testimonial-text::before {
  position: absolute;
  content: "";
  background: #173ca5;
  width: 30px;
  height: 30px;
  left: 0px;
  bottom: -28px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.55);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.testimonial-box .testimonial-text.is-italic {
  font-style: normal !important;
}
.testimonial-box .star-rating {
  position: absolute;
  top: 20px;
  left: 42px;
  z-index: 1;
}
.testimonial-box .testimonial-meta {
  padding-top: 30px;
  min-height: 120px;
}
.testimonial-box .testimonial-meta > * {
  display: block;
}
.testimonial-box .testimonial-meta .testimonial-name {
  font-size: 1.2rem;
}
.testimonial-box .testimonial-meta .testimonial-name-divider {
  display: none;
}

.star-rating span:before {
  color: #ffc92e !important;
}

.dsn-slider-testimonial .slider-show-nav .flickity-prev-next-button,
.dsn-slider-testimonial .slider:hover .flickity-prev-next-button {
  position: absolute;
  bottom: 0;
  left: calc(-50% - 15px) !important;
  top: calc(100% - 105px);
  height: 2.4rem;
}
.dsn-slider-testimonial .slider-show-nav .flickity-prev-next-button.next,
.dsn-slider-testimonial .slider:hover .flickity-prev-next-button.next {
  margin-left: 43px;
}
.dsn-slider-testimonial .slider-show-nav .flickity-prev-next-button svg,
.dsn-slider-testimonial .slider:hover .flickity-prev-next-button svg {
  border-width: 1px;
}

.entry-content ul li ul {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-wrapper.blog-archive {
  padding-top: 0;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  box-shadow: none !important;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 0;
  height: unset;
  min-height: unset;
  padding: 0 10px;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 1rem;
  color: inherit;
}

.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-handle {
  background-color: var(--fs-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-slider.price_slider .ui-slider-range {
  background-color: var(--fs-color-secondary);
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  background-color: var(--fs-color-primary);
}

.wpcf7-form .wpcf7-form-control-wrap input {
  border-radius: 4px;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 4px;
}
.wpcf7-form .wpcf7-form-control-wrap select {
  border-radius: 4px;
}
.wpcf7-form .form-dk {
  display: flex;
  width: 100%;
}
.wpcf7-form .form-dk .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk .wpcf7-submit {
  margin-right: 0;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-submit {
  margin-right: 0;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-acceptance label {
  font-weight: normal;
  font-size: 1em;
}

/* selector chính: input có 3 lớp như bạn cho */
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: inline-block;
  padding: 0rem 1.2rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--fs-color-secondary);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform-origin: center center;
  will-change: transform, box-shadow;
  animation: heartbeat 1.35s ease-in-out infinite;
  width: 100%;
}

/* một phiên bản nhẹ khi hover - tăng nhịp */
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
  animation-duration: 1.05s;
  outline: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

/* khi đang nhấn thì tạm dừng hiệu ứng và tạo cảm giác "bấm" */
input.wpcf7-form-control.wpcf7-submit.has-spinner:active {
  animation-play-state: paused;
  transform: scale(0.97);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* hiệu ứng "vòng ánh sáng" đi kèm (tùy chọn) */
input.wpcf7-form-control.wpcf7-submit.has-spinner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

/* keyframes heartbeat */
@keyframes heartbeat {
  0% {
    transform: scale(1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }
  14% {
    transform: scale(1.18);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* Tôn trọng người dùng giảm chuyển động */
@media (prefers-reduced-motion: reduce) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    animation: none;
    transition: transform 120ms ease;
  }
}
/* Hiệu ứng translatex */
.text-effect-translatex {
  display: inline-block;
  animation: translateXLoop 1.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes translateXLoop {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
    /* chỉnh khoảng cách tùy ý */
  }
  100% {
    transform: translateX(0);
  }
}
.box-contact p i {
  color: var(--fs-color-primary);
  width: 23px;
  text-align: center;
}

#related_posts {
  border-top: 4px double #e8e8e8;
  padding-top: 10px;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
#related_posts .relatedthumb img {
  height: 100%;
}

.dsn-related-posts-title {
  margin-top: 30px;
}

.relatedcontent h3 {
  font-size: 1rem;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .nav-dropdown-has-border #header .nav-dropdown ul.sub-menu {
    border-style: solid;
    border-width: 2px;
  }
  #header ul.header-nav > li > ul.sub-menu > li > a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid var(--color-dsn-border);
  }
  #header li.menu-item-has-children > ul.sub-menu {
    border-left: 1px solid var(--color-dsn-border);
  }
  #header .nav-dropdown {
    display: block;
    padding: 0;
  }
  #header .nav-dropdown ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    padding: 0;
    display: none !important;
  }
  #header .nav-dropdown ul.sub-menu a {
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid var(--color-dsn-border);
  }
  #header .nav-dropdown li {
    border-right: 0;
    white-space: normal;
    width: 100%;
    display: block;
    position: relative;
  }
  #header .nav-dropdown li:hover > ul.sub-menu {
    display: block !important;
  }
  #header .nav-dropdown li.menu-item-has-children > a {
    font-weight: 400;
    text-transform: none;
  }
  #header .nav-dropdown li.menu-item-has-children > a::after {
    content: "\f105";
    font-family: fl-icons !important;
    width: 20px;
    height: 20px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .header-search-dropdown .nav-dropdown {
    padding: 10px;
  }
}
.top-bar-nav > li > a {
  font-size: 0.8rem;
}

#top-bar .nav > li {
  font-size: 0.8rem;
}
#top-bar .nav > li > a {
  font-size: 0.8rem;
}

#masthead .nav > li a {
  font-size: 1rem;
}
#masthead .nav-dropdown .menu-item-has-children > a, #masthead .nav-dropdown .nav-dropdown-col > a, #masthead .nav-dropdown .title > a {
  font-size: 1rem;
  color: inherit;
}
#masthead .nav-dropdown .menu-item-has-children > a:hover, #masthead .nav-dropdown .nav-dropdown-col > a:hover, #masthead .nav-dropdown .title > a:hover {
  color: hsla(0, 0%, 7%, 0.85);
}
#masthead .icon-user:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
}
#masthead .icon-shopping-cart:before {
  content: "\e0dc";
  font-family: "Font Awesome 6 Pro";
}

#wide-nav .nav > li a {
  font-size: 1rem;
}
#wide-nav .nav-dropdown .menu-item-has-children > a, #wide-nav .nav-dropdown .nav-dropdown-col > a, #wide-nav .nav-dropdown .title > a {
  font-size: 1rem;
}

/** Menu cấp 2 */
.nav-column > li > a:hover,
.nav-dropdown > li > a:hover,
.nav-vertical-fly-out > li > a:hover {
  background-color: #f8f9fa;
}

#top-bar, #wide-nav {
  border-bottom: 1px solid var(--color-dsn-border);
}

@media (min-width: 768px) {
  #header .nav-icon > a {
    height: 3rem;
    border: 1px solid var(--color-dsn-border);
    padding: 0 0.75rem;
  }
}

.account-item a {
  display: flex;
  flex-direction: column-reverse;
  font-size: 13px;
}
.account-item a i {
  margin-left: 0;
  margin-bottom: 10px;
}
.account-item a img {
  max-width: 26px;
}

.nav-vertical > li > a, .nav-vertical > li > ul > li a {
  font-size: 1rem !important;
}

.nav-vertical li li.menu-item-has-children > a {
  text-transform: unset !important;
}

.nav-vertical li li.menu-item-has-children > a {
  color: inherit !important;
  font-weight: unset !important;
}

li.html.custom.html_topbar_left {
  display: flex;
  align-items: center;
  line-height: 1;
}
li.html.custom.html_topbar_left i {
  margin-right: 5px;
}
li.html.custom.html_topbar_left a {
  margin-left: 5px;
}

.nav-sidebar .giam-gia-tot-nhat {
  display: none;
}

/** Trang giới thiệu */
.col-about-image .img {
  position: absolute;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.col-about-image .image-1 {
  height: 250px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  animation-delay: 300ms;
}
.col-about-image .image-2 {
  top: 0%;
  left: 50%;
  animation-delay: 100ms;
  transform: translateX(-50%);
}
.col-about-image .image-3 {
  bottom: 0%;
  right: 0%;
  animation-delay: 100ms;
}

#footer .dsn-company-info p {
  margin-bottom: 5px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
#footer .dsn-company-info i {
  margin-right: 10px;
  width: 16px;
  display: inline-flex;
  justify-content: center;
}

.absolute-footer {
  padding: 15px 0 15px;
}/*# sourceMappingURL=style.css.map */