@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
*/
.header-wrapper .header-bottom {
  background: var(--fs-color-primary) !important;
}
.header-wrapper .header-bottom .nav > li {
  margin: 0 40px;
}
.header-wrapper .header-bottom .nav > li a {
  font-size: 1.5em !important;
}

.banner_breadcrumb .page-header-title {
  font-size: 3em;
  text-transform: uppercase;
}

.section_service .tabbed-content .nav-vertical + .tab-panels {
  border-left: none;
}
.section_service .tabbed-content .nav-pills > li.active > a {
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--fs-color-primary);
}
.section_service .tabbed-content .nav-pills > li {
  border-top: none;
}
.section_service .tabbed-content .nav-pills > li a {
  border-radius: 10px !important;
  border: 1px solid var(--fs-color-primary) !important;
  margin-bottom: 10px;
}
.section_service .tabbed-content .nav-pills > li a:hover {
  background-color: var(--fs-color-primary);
  color: white;
}

.blog-wrapper .post-sidebar .searchform .search-field {
  flex: 1;
  outline: none;
  border-radius: 10px;
}
.blog-wrapper .post-sidebar .searchform .ux-search-submit {
  border-radius: 0 10px 10px 0;
  right: 10px;
  margin-bottom: 0;
  background-color: var(--fs-color-primary);
}
.blog-wrapper .post-sidebar .is-divider {
  display: none;
}
.blog-wrapper .post-sidebar ul {
  border: 1px solid color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  border-radius: 10px;
  padding: 15px;
  background-color: var(--fs-color-primary);
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.blog-wrapper .post-sidebar ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.blog-wrapper .post-sidebar ul > * {
  position: relative;
  z-index: 1;
}
.blog-wrapper .post-sidebar ul .recent-blog-posts {
  border-bottom: 1px solid color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
}
.blog-wrapper .post-sidebar ul .recent-blog-posts a {
  line-height: 1.2em;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.blog-wrapper .post-sidebar ul .recent-blog-posts .post_comments {
  display: none;
}
.blog-wrapper .post-item .col-inner {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05), 0 -2px 4px rgba(255, 255, 255, 0.6) inset;
}
.blog-wrapper .post-item .col-inner .box-blog-post {
  background-color: white;
}
.blog-wrapper .post-item .col-inner .box-blog-post .box-text {
  padding: 15px;
}
.blog-wrapper .post-item .col-inner .box-blog-post .box-text .post-title a {
  line-height: 1.5em;
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.blog-wrapper .post-item .col-inner .box-blog-post .box-text .is-divider {
  display: none;
}
.blog-wrapper .post-item .col-inner .box-blog-post .box-text .from_the_blog_excerpt {
  border-bottom: solid 1px color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  padding-bottom: 10px;
}

.section_pagecontact .flex-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.section_pagecontact .flex-row .wpcf7-form-control-wrap {
  flex: 1;
  min-width: 200px;
}
.section_pagecontact .wpcf7 .wpcf7-select, .section_pagecontact .wpcf7 .wpcf7-text, .section_pagecontact .wpcf7 .wpcf7-textarea {
  background-color: color-mix(in srgb, white 90%, var(--fs-color-primary) 10%);
  border: none;
}
.section_pagecontact .wpcf7 .wpcf7-submit {
  width: 100%;
  border-radius: 10px;
}
.section_pagecontact .wpcf7 input[type=email], .section_pagecontact .wpcf7 input[type=number], .section_pagecontact .wpcf7 input[type=tel], .section_pagecontact .wpcf7 input[type=text], .section_pagecontact .wpcf7 input[type=url], .section_pagecontact .wpcf7 textarea {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 75, 173, 0.12), 0 1px 3px rgba(170, 170, 170, 0.25);
  border: 1px solid color-mix(in srgb, white 0%, var(--fs-color-primary) 40%) !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  outline: none;
  opacity: 0.8;
}
.section_pagecontact .wpcf7 input[type=email]::placeholder, .section_pagecontact .wpcf7 input[type=number]::placeholder, .section_pagecontact .wpcf7 input[type=tel]::placeholder, .section_pagecontact .wpcf7 input[type=text]::placeholder, .section_pagecontact .wpcf7 input[type=url]::placeholder, .section_pagecontact .wpcf7 textarea::placeholder {
  font-style: italic;
  color: #999;
  transition: color 0.3s ease;
}
.section_pagecontact .wpcf7 input[type=email]:focus, .section_pagecontact .wpcf7 input[type=number]:focus, .section_pagecontact .wpcf7 input[type=tel]:focus, .section_pagecontact .wpcf7 input[type=text]:focus, .section_pagecontact .wpcf7 input[type=url]:focus, .section_pagecontact .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--fs-color-primary) !important;
  filter: brightness(1.04);
  opacity: 1;
}
.section_pagecontact .wpcf7 input[type=email]:hover, .section_pagecontact .wpcf7 input[type=number]:hover, .section_pagecontact .wpcf7 input[type=tel]:hover, .section_pagecontact .wpcf7 input[type=text]:hover, .section_pagecontact .wpcf7 input[type=url]:hover, .section_pagecontact .wpcf7 textarea:hover {
  outline: none;
  filter: brightness(1.04);
  border-color: var(--fs-color-primary) !important;
  opacity: 1;
}
.section_pagecontact .wpcf7 .wpcf7-spinner {
  display: none;
}
.section_pagecontact .icon-box {
  display: flex;
  align-items: center;
}

.post-title, h2, .single-post .entry-title {
  text-transform: uppercase;
}

.section_contacthomepc {
  margin-top: -433px;
}
.section_contacthomepc .row {
  overflow: hidden;
}
.section_contacthomepc .row .col {
  padding: 0;
  bottom: -205px;
}
.section_contacthomepc .row .col:hover {
  cursor: pointer;
  transition: all 0.5s ease;
  bottom: -15px;
}

.section_contacthome .col-inner {
  padding: 20px;
}
.section_contacthome .col-inner .button {
  width: 100%;
  border-radius: 10px;
}
.section_contacthome .col-inner .button:hover span {
  color: var(--fs-color-primary) !important;
}
.section_contacthome .col_contact1 {
  background-color: var(--fs-color-primary);
}
.section_contacthome .col_contact1 * {
  color: white;
}
.section_contacthome .col_contact1 ul li {
  border-bottom: 1px solid #9c9797;
  margin-left: 0;
  padding-bottom: 10px;
}
.section_contacthome .col_contact1 ul li::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 10px;
  color: white;
}
.section_contacthome .col_contact1 ul li span {
  float: right;
}
.section_contacthome .col_contact1 ul li::marker {
  content: none;
}
.section_contacthome .col_contact2 {
  background-color: var(--fs-color-primary);
}
.section_contacthome .col_contact2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--fs-color-secondary);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.section_contacthome .col_contact2 * {
  color: white;
}
.section_contacthome .col_contact3 {
  background-color: var(--fs-color-secondary);
}
.section_contacthome .col_contact3 * {
  color: white;
}

.section_diemkhacbiet .col_diemkhacbiet .row-box-icon {
  border-top: solid 1px color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  padding-top: 1.5em;
}
.section_diemkhacbiet .col_diemkhacbiet .row-box-icon .icon-box {
  display: flex;
  align-items: center;
}

.section_datlichhen .col_dathen h2 {
  background: var(--fs-color-primary);
  width: 100%;
  color: white;
  padding: 20px 0;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section_datlichhen .col_dathen .wpcf7 {
  padding: 30px;
  background: #F3F8F9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section_datlichhen .col_dathen .wpcf7 .wpcf7-select, .section_datlichhen .col_dathen .wpcf7 .wpcf7-text, .section_datlichhen .col_dathen .wpcf7 .wpcf7-textarea {
  background-color: color-mix(in srgb, white 90%, var(--fs-color-primary) 10%);
  border: none;
}
.section_datlichhen .col_dathen .wpcf7 .wpcf7-submit {
  width: 100%;
  border-radius: 10px;
}
.section_datlichhen .col_dathen .wpcf7 select, .section_datlichhen .col_dathen .wpcf7 input[type=email], .section_datlichhen .col_dathen .wpcf7 input[type=number], .section_datlichhen .col_dathen .wpcf7 input[type=search], .section_datlichhen .col_dathen .wpcf7 input[type=tel], .section_datlichhen .col_dathen .wpcf7 input[type=text], .section_datlichhen .col_dathen .wpcf7 input[type=url], .section_datlichhen .col_dathen .wpcf7 textarea {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 75, 173, 0.12), 0 1px 3px rgba(170, 170, 170, 0.25);
  border: 1px solid color-mix(in srgb, white 0%, var(--fs-color-primary) 40%) !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  outline: none;
  opacity: 0.8;
}
.section_datlichhen .col_dathen .wpcf7 select::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=email]::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=number]::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=search]::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=tel]::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=text]::placeholder, .section_datlichhen .col_dathen .wpcf7 input[type=url]::placeholder, .section_datlichhen .col_dathen .wpcf7 textarea::placeholder {
  font-style: italic;
  color: #999;
  transition: color 0.3s ease;
}
.section_datlichhen .col_dathen .wpcf7 select:focus, .section_datlichhen .col_dathen .wpcf7 input[type=email]:focus, .section_datlichhen .col_dathen .wpcf7 input[type=number]:focus, .section_datlichhen .col_dathen .wpcf7 input[type=search]:focus, .section_datlichhen .col_dathen .wpcf7 input[type=tel]:focus, .section_datlichhen .col_dathen .wpcf7 input[type=text]:focus, .section_datlichhen .col_dathen .wpcf7 input[type=url]:focus, .section_datlichhen .col_dathen .wpcf7 textarea:focus {
  outline: none;
  border-color: var(--fs-color-primary) !important;
  filter: brightness(1.03);
  opacity: 1;
}
.section_datlichhen .col_dathen .wpcf7 select:hover, .section_datlichhen .col_dathen .wpcf7 input[type=email]:hover, .section_datlichhen .col_dathen .wpcf7 input[type=number]:hover, .section_datlichhen .col_dathen .wpcf7 input[type=search]:hover, .section_datlichhen .col_dathen .wpcf7 input[type=tel]:hover, .section_datlichhen .col_dathen .wpcf7 input[type=text]:hover, .section_datlichhen .col_dathen .wpcf7 input[type=url]:hover, .section_datlichhen .col_dathen .wpcf7 textarea:hover {
  outline: none;
  filter: brightness(1.03);
  border-color: var(--fs-color-primary) !important;
  opacity: 1;
}
.section_datlichhen .col_dathen .wpcf7 .wpcf7-spinner {
  display: none;
}
.section_datlichhen .col_chuyenkhoa .text_chuyenkhoa {
  position: relative;
  background: var(--fs-color-primary);
  width: 100%;
  color: white;
  padding: 20px 0;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.section_datlichhen .col_chuyenkhoa .text_chuyenkhoa::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--fs-color-secondary);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.section_datlichhen .col_chuyenkhoa .text_chuyenkhoa > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: white;
}
.section_datlichhen .col_chuyenkhoa .accordion {
  padding: 30px;
  background: #F3F8F9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section_datlichhen .col_chuyenkhoa .accordion .toggle {
  left: 100%;
}
.section_datlichhen .col_chuyenkhoa .accordion .accordion-title {
  padding: 0.5em 1.5em;
  text-align: left;
  border-top: 1px solid #9f9e9e;
}
.section_datlichhen .col_chuyenkhoa .accordion .accordion-title span {
  font-size: 1.1em;
}
.section_datlichhen .col_chuyenkhoa .accordion ul li {
  border-bottom: 1px solid rgba(179, 174, 174, 0.2392156863);
  margin-left: 0;
  padding-bottom: 10px;
  text-align: left;
}
.section_datlichhen .col_chuyenkhoa .accordion ul li::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 10px;
  color: var(--fs-color-primary);
}
.section_datlichhen .col_chuyenkhoa .accordion ul li span {
  float: right;
}
.section_datlichhen .col_chuyenkhoa .accordion ul li::marker {
  content: none;
}
.section_datlichhen .col_chuyenkhoa .col-inner {
  background: #F3F8F9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section_datlichhen .col_chuyenkhoa .button {
  width: 95%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: none;
}
.section_datlichhen .col_chuyenkhoa .button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--fs-color-secondary);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.section_datlichhen .col_chuyenkhoa .button > span {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: white;
}

.section_cacbacsi .box.has-hover {
  background-color: var(--fs-color-primary);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05), 0 -2px 4px rgba(255, 255, 255, 0.6) inset;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  position: relative;
}
.section_cacbacsi .box.has-hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.section_cacbacsi .box.has-hover > * {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: white;
}
.section_cacbacsi .box.has-hover:hover {
  transform: scale(1.2) translateY(-4px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), 0 16px 32px rgba(0, 0, 0, 0.07), 0 -2px 4px rgba(255, 255, 255, 0.6) inset;
}
.section_cacbacsi .box.has-hover .box-text h4 {
  line-height: 1.5em;
  text-transform: none;
}
.section_cacbacsi .box.has-hover .button {
  border-radius: 7px;
}
.section_cacbacsi .box.has-hover .button:hover {
  opacity: 0.8;
}
.section_cacbacsi .box.has-hover .box-image {
  margin-top: 1em;
}

.section_danhgia .banner {
  background-color: unset;
}

.section_news {
  background-color: var(--fs-color-primary);
  overflow: hidden;
  position: relative;
}
.section_news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.section_news > * {
  position: relative;
  z-index: 1;
}
.section_news .flickity-viewport .col-inner {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05), 0 -2px 4px rgba(255, 255, 255, 0.6) inset;
}
.section_news .flickity-viewport .col-inner .box-blog-post {
  background-color: white;
}
.section_news .flickity-viewport .col-inner .box-blog-post .post-title {
  padding-bottom: 5px;
}
.section_news .flickity-viewport .col-inner .box-blog-post .post-title a {
  line-height: 1.5em;
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.section_news .flickity-viewport .col-inner .box-blog-post .is-divider {
  display: none;
}
.section_news .flickity-viewport .col-inner .box-blog-post .from_the_blog_excerpt {
  border-bottom: solid 1px color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  padding-bottom: 20px;
}
.section_news .flickity-viewport .col-inner .box-blog-post .button {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--fs-color-primary);
  color: white;
  padding: 5px;
}
.section_news .flickity-viewport .col-inner .box-blog-post .button:after {
  left: 0;
  width: 100%;
  box-shadow: inset -0.01em -0.1em 0 0 rgba(0, 0, 0, 0.15);
}

.lightbox-content {
  padding: 30px;
}
@media (max-width: 767px) {
  .lightbox-content {
    padding: 20px;
  }
}

.section_dichvu .col-inner .icon-box {
  background: rgba(255, 255, 255, 0.09);
  padding: 20px 9px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  backdrop-filter: blur(10px);
}

.from_the_blog_excerpt {
  line-height: 1.5em;
  min-height: 3.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  padding-bottom: 0 !important;
}

.footer_top {
  background-color: var(--fs-color-primary);
  overflow: hidden;
  position: relative;
}
.footer_top a:hover {
  filter: brightness(1.5);
}
.footer_top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--fs-color-secondary);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.footer_top > * {
  position: relative;
  z-index: 1;
}
.footer_top .rowtop {
  border-bottom: solid 1px color-mix(in srgb, white 80%, var(--fs-color-primary) 20%);
  padding-bottom: 0;
  margin-bottom: 30px;
}
.footer_top .rowtop .col {
  padding: 0 15px 20px;
}
.footer_top .rowtop .col .ux_logo img {
  filter: brightness(0) invert(1);
}
.footer_top .rowtop .col p {
  margin-bottom: 0;
}
.footer_top .rowbottom .wpcf7 input[type=email] {
  flex: 1;
  border: none;
  outline: none;
  border-radius: 10px;
}
.footer_top .rowbottom .wpcf7 input[type=submit] {
  border-radius: 0 10px 10px 0;
  right: 10px;
  margin-bottom: 0;
}

.absolute-footer {
  background-color: var(--fs-color-primary) !important;
}