@charset "UTF-8";
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --fs-color-primary: #c50227;
  --fs-color-secondary: #1c1b3b;
  --fs-color-success: #1c1b3b;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: #111;
  --tec-color-background-events-bar-submit-button: #353372;
  --tec-color-accent-primary: #353372;
}

/* sử dụng responsive đơn gian 
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm,max) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(min,tablet) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(420px, down) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width có thể custom breakpoints 2 giá trị max và min
EX: 
.my-element {
font-size: 24px;
@include responive(420px, 768px) {
  display:none;
}
}
*/
.__ellipsis_2_rows, .post-item.tribe_events .blog-post-inner .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 2.8em !important;
}

.__ellipsis_3_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 4.2em !important;
}

.banner-layers .banner-layer .lead {
  font-family: "Playfair Display";
}
.banner-layers .banner-layer h1, .banner-layers .banner-layer h2, .banner-layers .banner-layer h3, .banner-layers .banner-layer h4, .banner-layers .banner-layer p {
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
  font-weight: 600 !important;
}

.box-icon-service {
  background-color: #c50227;
  padding-top: 28px;
  padding-bottom: 33px;
}
.box-icon-service p, .box-icon-service h2, .box-icon-service h3 {
  margin-bottom: 0;
  line-height: 1;
}
.box-icon-service .icon-box-img {
  display: flex;
  margin-left: 45px;
}
.box-icon-service .icon-box-text {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 5px;
}
.box-icon-service .icon-box-text .button.is-link {
  line-height: 1;
  margin: 0;
  border: none;
  padding: 0;
  min-height: unset;
  font-weight: normal;
  letter-spacing: unset;
}

.col-service .text {
  margin-right: 40px;
}
.col-service:nth-of-type(1) .box-icon-service {
  background-color: #c50227;
}
.col-service:nth-of-type(2) .box-icon-service {
  background-color: #980a25;
}
.col-service:nth-of-type(3) .box-icon-service {
  background-color: #78091e;
}

a.button .icon-angle-right:before {
  content: "\f178";
  font-family: "FontAwesome";
}

.row-service {
  margin-top: -35px;
}

.bg-col-left-fullwidth {
  position: absolute;
  width: calc(100% + 500px);
  height: 100% !important;
  top: 0;
  z-index: -1;
  margin-left: -500px;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-col-right-fullwidth {
  position: absolute;
  width: calc(100% + 500px);
  height: 100% !important;
  top: 0;
  z-index: -1;
  margin-right: -500px;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn-full {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.btn-full:hover {
  box-shadow: none;
}

.icon-envelop:before {
  content: "\f003";
  font-family: "FontAwesome";
}

.section-title-normal {
  border-bottom-color: var(--fs-color-primary) !important;
}

.section-title-normal span {
  color: #353372;
}

.dark .section-title-normal span {
  color: unset;
}

.post-item .box-vertical .box-text {
  padding-bottom: 0;
  padding-top: 0;
}
.post-item .post-title a {
  color: var(--wp--custom--experimental--link--color);
}
.post-item .post-title a:hover {
  color: var(--wp--custom--experimental--link--color-hover);
}
.post-item .box-overlay.dark .post-title a {
  color: unset;
}
.post-item .box-overlay.dark .post-title a:hover {
  color: unset;
}

.menu-quick-link .ux-menu-link__link {
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: bold;
}

section.event-header {
  margin-top: -135px;
}

.top-gradient .section-bg {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.bottom-gradient .section-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.menu-department-title {
  margin-bottom: 0;
}

.menu-department-title .section-title-normal {
  background-color: #ededed;
}
.menu-department-title .section-title-normal span {
  color: #383838;
  padding: 18px 22px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}

.menu-department .ux-menu-link__link {
  padding: 13px 0;
  border-bottom-color: var(--fs-color-primary);
  border-bottom-style: solid;
}

.page-title .page-title-inner {
  flex-flow: column;
}
.page-title .page-title-inner .title-wrapper {
  order: 1;
  align-self: flex-start;
}
.page-title .page-title-inner .page-title-sub {
  order: 0;
  align-self: flex-start;
  margin-left: 0;
}
.page-title .page-title-inner .title-content {
  order: 2;
  align-self: flex-start;
}

.has-transparent + .page-title:first-of-type {
  padding-top: 460px !important;
}
.has-transparent + .page-title:first-of-type .page-title-inner {
  flex-flow: column;
}
.has-transparent + .page-title:first-of-type .page-title-inner .flex-col.flex-center.text-center {
  text-align: left;
  margin-left: 0;
}
.has-transparent + .page-title:first-of-type .page-title-inner .is-divider {
  display: none;
}

.portfolio-single-page {
  margin-top: 50px;
}

.mbws-price-table .price {
  background-color: #f6f6f6;
  padding: 25px 20px 30px;
}
.mbws-price-table .price p {
  margin-bottom: 0;
}
.mbws-price-table .mbws-price-list .ux-menu-link__link {
  padding: 14px 50px;
}

.sticky-section .section-bg {
  background-attachment: fixed;
}

.mbws-service-box .col-inner {
  display: flex;
}
.mbws-service-box .col-inner .service-number {
  float: left;
  margin-top: 2px;
  margin-right: 33px;
  margin-left: 7px;
  font-size: 45px;
  color: var(--fs-color-primary);
  line-height: 1;
  font-weight: 700;
}

.icon-list-item {
  display: flex;
}
.icon-list-item .icon-list-image {
  margin-right: 10px;
}

.btn-group {
  display: flex;
}
.btn-group .button {
  display: flex;
  width: 100%;
}

table.mbws-table {
  width: 100%;
  text-align: center;
  border-spacing: 2px;
  border-collapse: separate;
  margin-bottom: 20px;
  border-color: #e6e6e6;
}
table.mbws-table tr:nth-child(odd) {
  color: #949494;
  background-color: #f9f9f9;
}
table.mbws-table tr th {
  color: #fff;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: var(--fs-color-primary);
}
table.mbws-table tr:nth-child(even) {
  color: #949494;
  background-color: #f3f3f3;
}
table.mbws-table tr td {
  padding: 15px 0;
  text-align: center;
}

.accordion .accordion-item .accordion-title {
  padding: 10px 25px 10px 30px;
  border-top: none;
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: var(--fs-color-primary);
  font-weight: 600;
}
.accordion .accordion-item .accordion-title:hover {
  border-color: #ddd;
}
.accordion .accordion-item .accordion-title.active {
  background-color: var(--fs-color-primary);
  color: white;
  border-color: var(--fs-color-primary);
}
.accordion .accordion-item .accordion-title span {
  display: flex;
  align-items: center;
}
.accordion .accordion-item .accordion-inner {
  padding-left: 32px;
}
.accordion .accordion-item button.toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: unset;
  order: 1;
}

/* Container chứa flipper */
.flip-container {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
  overflow: hidden;
}
.flip-container .flipper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.flip-container .front, .flip-container .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-container .front {
  color: black;
}
.flip-container .back {
  color: white;
  transform: rotateY(180deg);
}

b, strong {
  font-weight: 600;
}

.post-item.tribe_events .is-divider {
  display: none;
}
.post-item.tribe_events .box-text {
  padding-top: 20px;
}
.post-item.tribe_events .blog-post-inner {
  display: grid;
  grid-template-columns: 70px auto;
}
.post-item.tribe_events .blog-post-inner .event-meta {
  color: var(--fs-color-primary);
}
.post-item.tribe_events .blog-post-inner .event-meta > i {
  width: 10px;
  text-align: center;
  margin-right: 5px;
}
.post-item.tribe_events .blog-post-inner .badge-date {
  width: 50px;
  max-height: 80px;
  grid-row: 1/3;
  font-weight: bolder;
  height: 100%;
  line-height: 1.6;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 3px solid var(--fs-color-primary);
  margin-right: 10px;
  max-width: 50px;
  margin-top: 3px;
}
.post-item.tribe_events .blog-post-inner .badge-date .post-date-day {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: var(--fs-color-primary);
}
.post-item.tribe_events .blog-post-inner .badge-date .post-date-month {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.post-item.tribe_events .blog-post-inner .post-title a {
  color: black;
}

.post-item .box-vertical {
  display: flex;
}
.post-item .box-vertical .box-image {
  border-radius: 4%;
  width: 20%;
  text-align: left;
  margin-left: 0;
}
@media (max-width: 849px) {
  .post-item .box-vertical .box-image {
    width: 25% !important;
    margin-right: 18px;
  }
}

.mbws-skill-bar-wrap .skill-bar {
  width: 100%;
  background-color: #f3f3f3;
  height: 6px;
  margin-bottom: 10px;
  clear: both;
}
.mbws-skill-bar-wrap .bar-title {
  float: left;
}
.mbws-skill-bar-wrap .bar-title p {
  margin-bottom: 12px;
}
.mbws-skill-bar-wrap .bar-right {
  float: right;
}
.mbws-skill-bar-wrap .bar-right p {
  margin-bottom: 12px;
}
.mbws-skill-bar-wrap .skill-level {
  width: 0;
  height: 100%;
  position: relative;
}
.mbws-skill-bar-wrap .skill-level::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fs-color-primary);
}
.mbws-skill-bar-wrap.active .skill-level::before {
  animation-name: load-level; /* Tên của animation */
  animation-duration: 2s; /* Thời gian animation (2 giây) */
  animation-timing-function: ease-in-out; /* Hàm đặc tuyến để điều chỉnh tốc độ */
}

/* Định nghĩa keyframes */
@keyframes load-level {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.hide-image .box-image {
  display: none;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
  border-radius: 0;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
  box-shadow: none;
}

.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;
  border-radius: 0;
}

.is-form, button.is-form, button[type=submit].is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form {
  border-radius: 0;
}

button[type=submit],
input[type=submit] {
  width: 100%;
  border-radius: 0;
}

.searchform-wrapper.form-flat input:not([type=submit]) {
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #303030;
}
.searchform-wrapper.form-flat button.submit-button {
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#search-lightbox {
  position: relative;
}
#search-lightbox .mfp-close {
  right: -5px;
  opacity: 1;
  top: calc(50% - 23px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search-lightbox .mfp-close svg {
  width: 1.2em;
  height: 1.2em;
}

form {
  margin-bottom: 0;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  padding: 9px 20px 9px 20px;
  height: unset;
  min-height: 2.5em;
  line-height: 2.4em;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.wpcf7-form input[type=submit] {
  padding: 9px 20px 9px 20px;
}

.form-lien-he .wpcf7-form input[type=text], .form-lien-he .wpcf7-form input[type=email] {
  background-color: white;
  border-color: white;
}

.form-dat-lich-hen .select-resize-ghost, .form-dat-lich-hen .select2-container .select2-choice, .form-dat-lich-hen .select2-container .select2-selection, .form-dat-lich-hen input[type=date], .form-dat-lich-hen input[type=email], .form-dat-lich-hen input[type=number], .form-dat-lich-hen input[type=password], .form-dat-lich-hen input[type=search], .form-dat-lich-hen input[type=tel], .form-dat-lich-hen input[type=text], .form-dat-lich-hen input[type=url], .form-dat-lich-hen select {
  background-color: white;
  min-height: 2.5em;
  line-height: 2.4em;
  height: 3.6rem;
  border: 1px solid #ddd;
}

.searchform-wrapper.form-flat.mbws-404-search {
  max-width: 430px;
}
.searchform-wrapper.form-flat.mbws-404-search input:not([type=submit]) {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-bottom: none;
  padding: 22px 60px 22px 25px;
  height: 64px;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
  font-weight: 600;
}

.stuck #masthead {
  background-color: var(--fs-color-secondary);
}

#masthead .nav-line-bottom > li > a:before {
  height: 7px;
  color: var(--fs-color-primary) !important;
  background-color: var(--fs-color-primary);
}

#top-bar .header-button-1 {
  display: flex;
  min-height: 75px;
}
#top-bar .header-button-1 a {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#top-bar .header-button-1 a:hover {
  box-shadow: none;
}
#top-bar .top-bar-nav > li > a {
  font-size: 1em;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  margin: 0;
  padding: 5px 0;
}

.nav-dropdown > li > a:hover {
  color: var(--fs-color-primary);
}

.post-item.tribe_events .is-divider {
  display: none;
}
.post-item.tribe_events .box-text {
  padding-top: 20px;
}
.post-item.tribe_events .blog-post-inner {
  display: grid;
  grid-template-columns: 70px auto;
}
.post-item.tribe_events .blog-post-inner .event-meta {
  color: var(--fs-color-primary);
}
.post-item.tribe_events .blog-post-inner .event-meta > i {
  width: 10px;
  text-align: center;
  margin-right: 5px;
}
.post-item.tribe_events .blog-post-inner .badge-date {
  width: 50px;
  max-height: 80px;
  grid-row: 1/3;
  font-weight: bolder;
  height: 100%;
  line-height: 1.6;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 3px solid var(--fs-color-primary);
  margin-right: 10px;
  max-width: 50px;
  margin-top: 3px;
}
.post-item.tribe_events .blog-post-inner .badge-date .post-date-day {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: var(--fs-color-primary);
}
.post-item.tribe_events .blog-post-inner .badge-date .post-date-month {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.post-item.tribe_events .blog-post-inner .post-title a {
  color: black;
}

#footer .section-title-container {
  margin-bottom: 20px;
}
#footer .button.is-underline:before {
  background-color: var(--fs-color-primary);
  left: 0;
  width: 100%;
  opacity: 1;
}
#footer .button.is-underline:hover {
  opacity: 1;
}
#footer ul li {
  color: #8d8d8d;
  list-style: none;
  margin-left: 0;
}
#footer ul li a {
  color: #8d8d8d;
  transition: color 300ms;
}
#footer ul li a:hover {
  color: white;
}
#footer p {
  color: #8d8d8d;
}

.absolute-footer {
  display: none;
}

.follow-icons.primary-small {
  color: var(--fs-color-primary);
}

a#top-link {
  border: none;
  background-image: none;
  transition: all 0.2s ease-in-out;
}
a#top-link:hover {
  background-color: unset;
  color: currentColor;
  transform: translateY(-10px);
}
a#top-link .icon-angle-up::before {
  content: "";
  background-color: currentColor;
  mask: url(assets/img/icon-arrow-up.svg) no-repeat center; /* Áp dụng SVG làm mask */
  mask-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}

@media (max-width: 849px) {
  .footer-bottom .text-left, .footer-bottom .text-right {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */