@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;
}

.dsn-service-box-slider::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50px;
  bottom: 50px;
  width: 250px;
  border-radius: 20px;
  background-color: #f8fafd;
  z-index: 0;
}
.dsn-service-box-slider::after {
  position: absolute;
  content: "";
  left: -50px;
  top: 70px;
  bottom: 70px;
  width: 250px;
  border-radius: 20px;
  background-color: #e5eef8;
  z-index: -1;
}
.dsn-service-box-slider .flickity-slider > .section {
  margin: 25px 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 22px;
  padding: 3rem 3rem 3rem;
  color: #333;
  background-color: #fff;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
}
.dsn-service-box-slider .flickity-slider > .section h2, .dsn-service-box-slider .flickity-slider > .section h3, .dsn-service-box-slider .flickity-slider > .section h4 {
  color: var(--fs-color-primary);
}
.dsn-service-box-slider .flickity-slider > .section::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, var(--fs-color-primary), #42bdff);
  transition: all 0.3s cubic-bezier(0.45, -0.26, 0.67, 1.7);
}
.dsn-service-box-slider .flickity-slider > .section:hover {
  color: white;
}
.dsn-service-box-slider .flickity-slider > .section:hover a, .dsn-service-box-slider .flickity-slider > .section:hover h2, .dsn-service-box-slider .flickity-slider > .section:hover h3, .dsn-service-box-slider .flickity-slider > .section:hover h4 {
  color: white;
}
.dsn-service-box-slider .flickity-slider > .section:hover img {
  filter: brightness(0) invert(1);
}
.dsn-service-box-slider .flickity-slider > .section:hover::before {
  width: 100%;
}

.dns-tab-price .nav-pills {
  gap: 10px;
}
.dns-tab-price .nav-pills > li > a {
  background: #fff;
  padding: 5px 30px;
  color: var(--fs-color-primary);
  border-radius: 10px;
  box-shadow: rgba(0, 92, 197, 0.5) 0 4px 6px -1px, rgba(0, 90, 194, 0.5) 0 2px 4px -1px;
}

.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: "";
  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: "" !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 {
  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: #00b4f7;
  background: linear-gradient(180deg, #00b4f7 10%, #173ca5 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 #0000008c;
  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;
}

.text-2-lines p, .text-2-lines h2, .text-2-lines h3, .text-2-lines h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: calc(1.4em * 2);
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-3-lines p, .text-3-lines h2, .text-3-lines h3, .text-3-lines h4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: calc(1.4em * 3);
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.process-line svg g g path {
  stroke-width: 2;
  stroke: #c7e3f1;
  fill: none;
}
.process-line .animate-stroke {
  animation: stroke 10s linear infinite;
}

@keyframes stroke {
  0% {
    stroke-dasharray: 15.0406, 15.0406;
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dasharray: 15.0406, 15.0406;
    stroke-dashoffset: 0;
  }
}
.dns-process-wrap .icon-box {
  position: relative;
}
.dns-process-wrap .icon-box .process-step {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -30px;
  line-height: 1em;
  color: #b2ddf3;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  background-color: #b2ddf3;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  transition: all 0.6s ease;
}
.dns-process-wrap .icon-box .icon-box-img .icon-inner {
  border-radius: 10px;
  background-color: var(--fs-color-primary);
}
.dns-process-wrap .icon-box .icon-box-img .icon-inner img {
  filter: brightness(0) invert(1);
}
.dns-process-wrap .icon-box:hover .process-step {
  color: var(--fs-color-alert);
}
@media (max-width: 850px) {
  .dns-process-wrap {
    overflow-x: auto;
  }
  .dns-process-wrap > * {
    min-width: 200px;
  }
}

.row-process-line {
  position: relative;
  z-index: -1;
}

.dsn-section-project .section-bg img {
  object-fit: unset;
  width: 55%;
  right: 0;
  left: unset;
  height: 100%;
}
@media (max-width: 849px) {
  .dsn-section-project .section-bg img {
    width: 100%;
  }
}

.dsn-section-news .section-bg img {
  object-fit: unset;
  width: 100%;
  height: 100%;
}

.dsn-section-about .accordion .toggle {
  left: unset;
}

.dns-slider-logo .box-image {
  margin: 15px auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}

.dsn-domain-table {
  overflow-x: auto;
}
.dsn-domain-table table {
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  table-layout: fixed;
  background: #fff;
  border: 10px solid #a1d5f0;
}
.dsn-domain-table table thead {
  background-color: #0086cd;
  color: #fff;
  text-align: left;
}
.dsn-domain-table table thead th {
  padding: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.dsn-domain-table table thead th p {
  margin-bottom: 0;
}
.dsn-domain-table table thead th p:nth-child(1) {
  text-transform: uppercase;
}
.dsn-domain-table table thead th p:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
}
.dsn-domain-table table tbody td {
  padding: 12px 14px;
  color: #333;
  word-wrap: break-word;
  text-align: center;
}
.dsn-domain-table table tbody td:nth-child(1) {
  text-align: left;
}
.dsn-domain-table table tbody td, .dsn-domain-table table tbody th {
  border-width: 0 5px;
}
.dsn-domain-table table tbody td:nth-child(1), .dsn-domain-table table tbody th:nth-child(1) {
  width: 40%;
}
.dsn-domain-table table tbody td:nth-child(n+2), .dsn-domain-table table tbody th:nth-child(n+2) {
  width: 20%;
}
.dsn-domain-table table tbody tr:nth-child(even) {
  background-color: #e5f4fb;
}

.section.bg-gradient .section-bg {
  background: linear-gradient(360deg, #fff 0, #e0f4ff 50%, white 100%);
}

.contact-box > .col-inner {
  box-shadow: #ccdbe8 3px 3px 15px 0 inset, rgba(255, 255, 255, 0.5) -3px -3px 20px 10px inset;
}

.circles-box-animation-wrap {
  position: relative;
}
@media (max-width: 850px) {
  .circles-box-animation-wrap {
    max-width: 80%;
  }
}

.circles-box-animation {
  border-radius: 9999px;
  animation: rotateme 20s linear infinite;
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
}
.circles-box-animation .circle-one {
  background: 0 0;
  width: 25%;
  height: 25%;
  display: inline-block;
  z-index: 1;
  position: absolute;
  right: 5%;
  top: 5%;
  border: 1em solid var(--fs-color-primary);
  border-radius: 50%;
}
@media (max-width: 850px) {
  .circles-box-animation .circle-one {
    border-width: 0.5em;
  }
}
.circles-box-animation .circle-two {
  background: #b0dbf2;
  width: 20%;
  height: 20%;
  display: inline-block;
  z-index: 1;
  position: absolute;
  left: 5%;
  bottom: 5%;
  border-radius: 50%;
}

@keyframes rotateme {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: "";
  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 {
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0;
}
.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;
}

.form-footer .wpcf7-form .wpcf7-form-control-wrap input, .form-footer .wpcf7-form .wpcf7-form-control-wrap textarea {
  border-radius: 5px;
  border: none;
  padding: 15px;
  height: auto;
}
.form-footer .wpcf7-form .wpcf7-submit {
  border: 2px solid white;
  border-radius: 99px;
  padding: 5px 30px;
}

.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: 850px) {
  .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: calc(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: "";
    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: rgba(18, 18, 18, 0.85);
}
#masthead .icon-user:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
}
#masthead .icon-shopping-cart:before {
  content: "";
  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);
}

#header.header-full-width .container {
  max-width: 1720px !important;
}
@media (min-width: 850px) {
  #header .nav-icon > a {
    height: 3rem;
    border: 1px solid var(--color-dsn-border);
    padding: 0 0.75rem;
  }
}
#header ul.header-nav-main > li > a {
  padding: 10px;
  border-radius: 5px;
}
#header ul.header-nav-main li.menu-bg-1 > a.nav-top-link:hover {
  background-color: #eee2f7;
}
#header ul.header-nav-main li.menu-bg-2 > a.nav-top-link:hover {
  background-color: #ffe3f2;
}
#header ul.header-nav-main li.menu-bg-3 > a.nav-top-link:hover {
  background-color: #d2e8ff;
}
#header ul.header-nav-main li.menu-bg-4 > a.nav-top-link:hover {
  background-color: #f2e9f9;
}
#header ul.header-nav-main li.menu-bg-5 > a.nav-top-link:hover {
  background-color: #ffeedf;
}
#header ul.header-nav-main li.menu-bg-6 > a.nav-top-link:hover {
  background-color: #dcf7ff;
}
#header ul.header-nav-main li.menu-bg-7 > a.nav-top-link:hover {
  background-color: #ffe3f2;
}
#header ul.header-nav-main li.menu-bg-8 > a.nav-top-link:hover {
  background-color: #ffeedf;
}
#header li.header-search a.primary.button.round {
  background: linear-gradient(45deg, #6eccff 0%, #003899 100%);
  border: none;
}
#header li.header-search a.primary.button.round .icon-search {
  background-image: url(../img/icon-search.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#header li.header-search a.primary.button.round .icon-search::before {
  content: "";
}

.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;
}

.post-item > .col-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
  transition: all 0.3s;
}
.post-item > .col-inner:hover {
  margin-top: -5px;
  box-shadow: rgba(5, 121, 220, 0.5) 0 6px 12px -2px, rgba(44, 91, 170, 0.65) 0 3px 7px -3px;
}
.post-item > .col-inner .box-text {
  padding: 20px;
}
.post-item > .col-inner .post-title a {
  color: var(--fs-color-primary);
}

#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;
}

.hotline-footer .icon-box {
  border: 2px solid var(--fs-color-primary);
  border-radius: 10px;
  padding: 8px;
}
.hotline-footer .icon-box.icon-box-left .icon-box-img.has-icon-bg {
  margin-top: 3px;
}
.hotline-footer .has-icon-bg .icon .icon-inner {
  background-color: currentColor;
}/*# sourceMappingURL=style.css.map */