@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
*/
body .h1, body h1 {
  font-size: 2.4rem;
}
body p {
  margin-bottom: 0.6em;
}
body ul {
  margin-bottom: 0;
}
body ul li {
  margin-left: 1.3em;
}

.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;
}
.post-item .overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.post-item .is-divider {
  display: none;
}

.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;
}
.testimonial-box .testimonial-text > p {
  display: -webkit-box;
  -webkit-line-clamp: 18;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  max-height: 21.6rem;
  height: 21.6rem;
}
.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;
}
.testimonial-box .testimonial-meta .testimonial-company {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  max-height: 2.4rem;
  height: 2.4rem;
}

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

.dsn-slider-testimonial .section {
  align-items: self-start;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 849px) {
  .dsn-slider-testimonial .section {
    padding-left: 0 !important;
    padding-right: 0 !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;
}

.counter-number span.right-counter {
  margin-left: -12px;
}

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

.wpcf7-response-output {
  display: none;
}

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

.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: 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: 850px) {
  #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;
}

.post-sidebar .post_comments {
  display: none;
}

#archive-page-title .page-title {
  width: 100%;
  margin-bottom: 0;
}

.blog-single {
  padding-bottom: 0 !important;
}
.blog-single h1.entry-title {
  font-size: 1.6rem;
}
.blog-single article {
  margin-bottom: 0;
}
.blog-single .entry-divider {
  display: none;
}

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

.dsn-related-posts .post-item .box-text {
  padding-bottom: 0;
}

.blog-share .social-icons {
  font-size: 1rem;
}

.entry-meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}

.tuyen-dung-archive .nav-pagination {
  margin: 1rem 0;
}

.job-item .box-text {
  display: flex !important;
  justify-content: space-between;
}
.job-item .btn-view-more > a {
  white-space: nowrap;
  margin: 1rem;
  border-width: 1px;
  text-transform: unset;
  letter-spacing: 0;
}
.job-item .job-title {
  font-size: 20px;
}
.job-item .meta .social-icons {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.job-item .meta .social-icons > a:first-child {
  margin-left: 0;
}

#job-list > .job-item-section {
  padding-top: 30px;
}

#job-list > .job-item-section:nth-child(even) {
  background-color: #f5f5f5; /* bạn có thể đổi thành màu bạn muốn */
}

.dsn-job-filter-form {
  display: flex;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.dsn-job-filter-form .dsn-job-filters {
  display: flex;
  flex: 100%;
}
@media (max-width: 850px) {
  .dsn-job-filter-form .dsn-job-filters {
    flex-flow: column;
  }
}
.dsn-job-filter-form .dsn-filter-item {
  margin-right: 20px;
  display: flex;
  flex: 20%;
}
@media (max-width: 850px) {
  .dsn-job-filter-form .dsn-filter-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.dsn-job-filter-form .dsn-filter-submit {
  display: flex;
  flex-basis: 20%;
  white-space: nowrap;
}
.dsn-job-filter-form .button {
  margin-bottom: 0;
  width: 100%;
}
.dsn-job-filter-form .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-bottom: 0;
}

.title-result {
  margin-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

.tuyen-dung-single .page-title-inner {
  min-height: 300px;
}

.job-info-list .meta-item {
  margin-bottom: 15px;
  line-height: 1.4;
}
.job-info-list span.label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.job-info-list span.divider {
  display: none;
}
.job-info-list span.value {
  display: block;
}

#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 */