/*
Theme Name: HDAL
Theme URI: 
Description: 
Author: Ngoc Trinh
Template: flatsome
Version: 1.0
*/
/* ========== */
img.size-full.alignnone {
  margin-bottom: 0;
}

.wp-block-image figcaption {
  text-align: center;
}

.nt-bgr.banner .bg-fill,
.nt-bgr > .section-bg {
  background-size: auto !important;
}

.nt-bgr-repeat > .section-bg {
  background-size: auto !important;
  background-repeat: repeat-y !important;
}

.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  border: 13px solid #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
}

.absolute-footer {
  padding-bottom: 10px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1, .box-shadow-1-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-size: 13px;
}

.blog-single footer.entry-meta {
  border: unset;
}

.mobile-nav .header-search .nav-dropdown {
  right: -30px;
  left: auto;
}

main .widget:not(.widget_search) {
  border: 1px solid #e6e6e6;
  padding: 0 20px 20px;
  border-radius: 12px;
}
main .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 13px;
  margin-bottom: 5px;
  display: block;
  color: var(--fs-color-primary);
  font-size: 18px;
}
main .widget .post_comments {
  display: none;
}

.is-divider:not(.divider) {
  display: none;
}

.uxb-wrapper .is-divider {
  display: block;
}

.product-thumbnails a,
.product-gallery-slider img {
  border: 1px solid #c3c3c3;
}

.single-post table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.single-post table th,
.single-post table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  border: 1px solid #c3c3c3;
}
.single-post table tr:nth-child(even) td,
.single-product .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.header-main .cart-icon::before,
.header-main a > .icon-search:before,
.header-main .icon-phone::before,
.header-main .icon-user::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
.header .header-main.nav-dark .cart-icon::before,
.header .header-main.nav-dark a > .icon-search:before,
.header .header-main.nav-dark .icon-phone::before,
.header .header-main.nav-dark .icon-user::before {
  content: "";
  background-color: #ffffff;
}
.header .header-main.nav-dark li > a > i:not(.icon-angle-down) {
  color: #ffffff !important;
}
.header-main span.cart-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-main span.cart-icon strong {
  border: unset;
  font-weight: 400;
  background: var(--fs-color-primary);
  color: #fff !important;
  font-size: 11px;
  width: 17px;
  height: 17px;
  border-radius: 99px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
}
.header-main span.cart-icon strong:after {
  display: none;
}
.header-main span.cart-icon:before {
  -webkit-mask-image: url(img/icon-shopping-bag.svg);
          mask-image: url(img/icon-shopping-bag.svg);
}
.header-main .icon-user::before {
  -webkit-mask-image: url(img/user.svg);
          mask-image: url(img/user.svg);
}
.header-main .icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}
.header-main a > .icon-search:before {
  -webkit-mask-image: url(img/loupe.svg);
          mask-image: url(img/loupe.svg);
}

.nt-menu.ux-menu {
  flex-flow: row wrap;
}
.nt-menu.ux-menu .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0;
}
.nt-menu.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0;
}
.nt-menu.ux-menu .ux-menu-link__link {
  padding: 0 15px;
  min-height: unset;
  line-height: 1;
  margin-bottom: 10px;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border: none;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link + .ux-menu-link .ux-menu-link__link {
  border-left: 1px solid #6B6B6B;
}

.text > h1, .text > h2, .text > h3,
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.sub-menu .row {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  height: 40px;
  border: none;
  border-bottom: 1px solid #F0F0F0;
  border-radius: 0;
  box-shadow: unset;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: var(--fs-color-primary);
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .col {
  padding-bottom: 5px;
}
.wpcf7 .button {
  padding: 3px 20px;
  width: 100%;
  font-size: 16px;
}
.wpcf7 .button svg {
  position: relative;
  top: 5px;
  margin-left: 5px;
}
.wpcf7 label {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}

.woocommerce-cart-form a {
  color: #222;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
  font-size: 12px;
}

@media only screen and (max-width: 849px) {
  .product-gallery {
    margin-bottom: 15px;
  }
  .product-main {
    padding-bottom: 0;
  }
}
.header .button {
  padding: 6px 30px !important;
}
.header .nav-dropdown > li.current_page_item > a {
  color: var(--fs-color-primary);
  font-weight: 700;
}
.header .nav-dropdown > li > a {
  white-space: nowrap;
  padding: 5px 20px;
  color: #333;
}

.header-contact > li > a {
  display: block;
}
.header-contact span {
  color: #333;
  font-size: 90%;
  display: block;
  width: 100%;
  font-weight: 400;
  text-align: right;
  margin-bottom: 3px;
}
.header-contact strong {
  font-size: 130%;
  color: var(--fs-color-primary);
}

.entry-title {
  color: var(--fs-color-primary);
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.nt-title h2, .nt-title h1 {
  color: var(--fs-color-primary);
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.icon-user::before,
.icon-chat::before,
.icon-angle-right::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.icon-angle-right::before {
  -webkit-mask-image: url(img/chevonrightup.svg);
          mask-image: url(img/chevonrightup.svg);
}

.icon-chat::before {
  -webkit-mask-image: url(img/icon-chat.svg);
          mask-image: url(img/icon-chat.svg);
}

.icon-user::before {
  -webkit-mask-image: url(img/icon-user.svg);
          mask-image: url(img/icon-user.svg);
}

.button {
  font-weight: 400;
}
.button span {
  font-size: 16px;
}
.button.secondary.is-link.is-small {
  background-color: rgba(206, 12, 22, 0.137254902) !important;
  font-size: 0.8em;
  min-height: unset;
  padding: 4px 10px 1px 10px;
}

.nt-about-us .row .row .large-6 > .col-inner {
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.nt-about-us .row .row .large-6 h4 {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  color: var(--fs-color-primary);
  line-height: 1.2;
  margin-bottom: 0;
}
.nt-about-us .row .row .large-6 p {
  border-top: 1px solid var(--fs-color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 10px;
  margin-bottom: 0;
}
.nt-about-us .row .row .large-6:hover > .col-inner {
  background-color: var(--fs-color-secondary);
  color: #fff;
}
.nt-about-us .row .row .large-6:hover p {
  border-top-color: #fff;
}
.nt-about-us .row .row .large-6:hover h4 {
  color: currentColor;
  background: var(--fs-color-primary) url(img/bgicon.svg) no-repeat;
  background-size: cover;
}

.lawyer-item .box-image {
  border-radius: 99px;
}
.lawyer-item .col-inner {
  padding: 30px 10px;
  background-color: rgb(250, 250, 250);
  border-radius: 10px;
}
.lawyer-item .chuc-vu {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  margin: 10px 0;
}
.lawyer-item .button {
  font-size: 16px;
}
.lawyer-item .button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask: url(img/chevonrightup.svg) no-repeat;
          mask: url(img/chevonrightup.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.nt-linh-vuc .large-4:hover .icon-box-img {
  background-color: var(--fs-color-secondary);
}
.nt-linh-vuc .large-4:hover .icon-box-img svg {
  color: #fff;
}
.nt-linh-vuc .icon-box {
  align-items: center;
  margin-bottom: 10px;
}
.nt-linh-vuc .icon-box-img {
  height: 40px;
}
.nt-linh-vuc .icon-box-img svg {
  padding-top: 0;
}
.nt-linh-vuc .icon-box-img {
  border-radius: 8px;
  background-color: rgba(206, 12, 22, 0.137254902);
  text-align: center;
  padding: 10px;
  line-height: 0;
}
.nt-linh-vuc .icon-box h3 {
  color: var(--fs-color-primary);
  font-size: 1.125em;
}

.post-item .post-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.post-item img {
  border-radius: 10px;
}
.post-item .from_the_blog_excerpt {
  font-size: 16px;
}
.post-item .post-meta {
  opacity: 1;
  font-size: 14px;
}
.post-item .post-meta::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--fs-color-secondary);
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/calendar.svg) no-repeat;
          mask: url(img/calendar.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
}
.post-item .button {
  font-size: 16px;
}
.post-item .button::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: currentColor;
  display: inline-block;
  -webkit-mask: url(img/chevonrightup.svg) no-repeat;
          mask: url(img/chevonrightup.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.nt-yeu-cau .large-4 .section {
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%;
}
.nt-yeu-cau .large-4 .section p:last-child {
  margin-bottom: 0;
}
.nt-yeu-cau button,
.nt-yeu-cau form {
  margin-bottom: 0;
}
.nt-yeu-cau .icon-box {
  align-items: center;
  margin-bottom: 24px;
}
.nt-yeu-cau .icon-box-img {
  height: 50px;
}
.nt-yeu-cau .icon-box-img svg {
  padding-top: 0;
}
.nt-yeu-cau .icon-box-img {
  border-radius: 99px;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  line-height: 0;
}
.nt-yeu-cau .icon-box h3 {
  color: var(--fs-color-primary);
  font-size: 1.125em;
}
.nt-yeu-cau .icon-box p {
  margin-bottom: 0;
}
.nt-yeu-cau iframe {
  max-height: 280px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
}

.footer-wrapper {
  border-top: 5px solid var(--fs-color-secondary);
}
.footer-wrapper .absolute {
  top: 0;
}
.footer-wrapper .ux-menu-title {
  font-size: 16px;
  width: 100%;
}

.nt-page-about-us h4 {
  font-size: 30px;
  color: var(--fs-color-primary);
  line-height: 1.2;
  margin-bottom: 0;
}
.nt-page-about-us .icon-user::before,
.nt-page-about-us .icon-chat::before {
  width: 16px;
  height: 16px;
}

.nt-border {
  border-radius: 10px;
  overflow: hidden;
}

.nt-tam-nhin .icon-box {
  position: relative;
}
.nt-tam-nhin .icon-box h5.uppercase {
  color: #f3f4f6;
  font-size: 64px;
  line-height: 1.2;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  top: -4px;
  width: auto;
}
.nt-tam-nhin .icon-box-img {
  height: 60px;
}
.nt-tam-nhin .icon-box-img svg {
  padding-top: 0;
}
.nt-tam-nhin .icon-box-img {
  border-radius: 99px;
  background-color: rgba(206, 12, 22, 0.137254902);
  text-align: center;
  padding: 10px;
  line-height: 0;
}

.entry-header .posted-on {
  opacity: 1;
  font-size: 14px;
}
.entry-header .posted-on::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--fs-color-secondary);
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/calendar.svg) no-repeat;
          mask: url(img/calendar.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
}
.entry-header-text {
  padding-bottom: 0;
}
.entry-header .entry-category {
  font-weight: 400;
  color: initial;
  margin-right: 15px;
  margin-bottom: 0;
}
.entry-header .entry-category::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--fs-color-secondary);
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/icon-chat.svg) no-repeat;
          mask: url(img/icon-chat.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  top: 3px;
}
.entry-header .entry-category a {
  color: currentColor;
}

.flatsome_recent_posts .badge {
  height: 80px;
  width: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.flatsome_recent_posts a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.widget-area ul.menu > li.current-menu-item > a {
  font-weight: 700;
}

.off-canvas .nav-vertical > li.current-page-parent > a, .off-canvas .nav-vertical > li.current-menu-item > a {
  color: var(--fs-color-secondary);
}
.off-canvas .nav-vertical > li > a {
  font-size: 16px;
  color: #333;
}
.off-canvas .nav-vertical > li li.current-menu-item > a {
  color: var(--fs-color-secondary);
  font-weight: 700;
}

.single-lawyer .entry-image {
  text-align: center;
}
.single-lawyer .entry-image img {
  max-width: 300px;
  border-radius: 100%;
}
.single-lawyer .entry-header {
  text-align: center;
}
.single-lawyer .entry-header .chuc-vu {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0;
}

@media screen and (max-width: 549px) {
  .footer-wrapper .ux-menu {
    flex-flow: row wrap;
  }
  .footer-wrapper .ux-menu .ux-menu-link {
    width: 50%;
  }
  .nt-yeu-cau .large-4 .section {
    padding: 15px;
  }
  .nt-yeu-cau .icon-box-img {
    max-width: 40px;
    height: 40px;
    padding: 8px;
  }
  .entry-title {
    font-size: 30px;
  }
  .nt-title h2, .nt-title h1 {
    font-size: 30px;
  }
  .nt-about-us .row .row .large-6 > .col-inner {
    background-color: var(--fs-color-secondary);
    color: #fff;
  }
  .nt-about-us .row .row .large-6 p {
    border-top-color: #fff;
  }
  .nt-about-us .row .row .large-6 h4 {
    color: currentColor;
    background: var(--fs-color-primary) url(img/bgicon.svg) no-repeat;
    background-size: cover;
  }
  .small-columns-1 .flickity-slider > .col {
    max-width: 300px;
    padding-right: 0;
  }
  .small-columns-1 .flickity-button {
    display: none;
  }
  .lawyer-item .post-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 850px) {
  .nt-yeu-cau .wpcf7 textarea {
    min-height: 206px;
  }
  .nt-yeu-cau .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
    height: 50px;
  }
}
@media only screen and (min-width: 1361px) {
  .header .nav-spacing-xlarge > li {
    margin: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */