@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
*/
#top-bar .nav > li {
  margin: 0 12px;
}
#top-bar .nav > li a {
  font-size: 13px;
}
#top-bar .nav > li a .image-icon {
  display: none;
}
#top-bar .nav > li a.icon {
  font-size: 16px;
  margin: 0 10px;
}
#top-bar .nav > li.header-language-dropdown > a {
  padding-left: 25px;
  position: relative;
}
#top-bar .nav > li.header-language-dropdown > a::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/earth.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top-bar .nav-dropdown {
  min-width: 125px;
}
#top-bar .nav-dropdown .icon-image {
  display: none;
}

.nav-spacing-xlarge > li {
  margin: 0 20px !important;
}

.header-main .container {
  padding-left: calc((100vw - 1240px) / 2) !important;
}
@media (max-width: 1024px) {
  .header-main .container {
    padding-left: 15px !important;
  }
}

.nav-dropdown {
  padding: 0 !important;
}

.nav-dropdown-bold .nav-column li > a, .nav-dropdown.nav-dropdown-bold > li > a {
  margin: 0 !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  font-size: 14px;
}

.site-breadcrumb {
  background-color: #fff;
  margin-bottom: 30px;
}
.site-breadcrumb .container {
  padding: 15px;
}
.site-breadcrumb p {
  margin-bottom: 0;
  font-size: 14px;
}

.text-no-margin p {
  margin-bottom: 0;
}

.section-title h2 {
  margin-bottom: 40px;
}

.align-items-center {
  align-items: center;
}

.block-title h2,
.block-title h3,
.widget .widget-title,
.video-section-title {
  border-left: 4px solid var(--fs-color-primary);
  padding-left: 10px;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.page-wrapper {
  padding-top: 0 !important;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 0 !important;
}

@media (max-width: 1024px) {
  .off-canvas-left.dark .mfp-content, .off-canvas-right.dark .mfp-content {
    background-color: var(--fs-color-primary) !important;
  }
  .off-canvas .nav-vertical > li > a {
    font-size: 14px;
  }
}
.slider-nav-light .flickity-page-dots .dot {
  width: 18px !important;
  height: 20px !important;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--fs-color-primary) !important;
  opacity: 0.3;
  border-radius: 0;
  border: none !important;
  margin: 0 6px;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@media (max-width: 767px) {
  .home-icon-box-list a {
    width: 50%;
  }
}
.home-icon-box-list .icon-box {
  min-width: 188px;
}
@media (max-width: 767px) {
  .home-icon-box-list .icon-box {
    min-width: unset;
  }
}
.home-icon-box-list .icon-box-text p {
  margin-bottom: 0;
}
.home-icon-box-list .icon-box-text a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .home-icon-box-list {
    flex-wrap: wrap;
  }
}

.discover-slider .banner h4 {
  margin-bottom: 0;
}
.discover-slider .banner h3 {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .discover-slider .banner h3 h3 {
    font-size: 20px;
  }
}

.slider-dots-right .flickity-page-dots {
  text-align: right;
  right: 10px;
  bottom: 5px;
}

.big-title h2 {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.big-title h2 span {
  font-weight: 700;
}

.hexagon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  background-color: #fff;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.home-image-box h3 {
  color: var(--fs-color-primary);
}

.button.download-button {
  color: #aaa !important;
}
.button.download-button i::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 20px;
  background-position: -369px -5px;
  width: 23px;
  height: 20px;
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
}
.button.download-button:hover {
  color: var(--fs-color-primary) !important;
}

.home-news .is-divider,
.home-news .flickity-prev-next-button {
  display: none;
}
.home-news .post-item .box {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.home-news .post-item .box .post-title {
  font-weight: 400;
}
.home-news .post-item .box .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home-news .post-item .box .button {
  font-size: 14px;
  text-transform: none;
  position: absolute;
  right: 20px;
  bottom: 5px;
  margin: 0;
  color: #aaa;
}
.home-news .post-item .box .button:hover {
  color: var(--fs-color-primary);
}
.home-news .flickity-page-dots {
  bottom: -30px !important;
}
@media (max-width: 767px) {
  .home-news .flickity-page-dots {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sidebar-left-menu ul.menu li {
  border-bottom: 1px solid #F8F8F8;
}
.sidebar-left-menu ul.menu li a {
  font-size: 13px;
  padding: 15px 0;
  border-left: 6px solid var(--fs-color-primary);
  padding-left: 15px !important;
  display: flex !important;
  flex: 1;
  color: #666;
}
.sidebar-left-menu ul.menu li a:hover {
  font-weight: 700;
  text-decoration: underline;
  color: var(--fs-color-primary);
}
.sidebar-left-menu ul.menu li.current-menu-item a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--fs-color-primary);
}

.sidebar-posts .post-item .box {
  padding-top: 30px;
  position: relative;
}
.sidebar-posts .post-item .box .box-text {
  position: static;
  text-align: right;
}
.sidebar-posts .post-item .box .box-text .post-title {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.sidebar-posts .post-item .box .box-text .cat-label {
  background-color: transparent;
  opacity: 1;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-posts .post-item .box .box-text .cat-label::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 20px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--fs-color-primary);
  margin-bottom: -3px;
}
.sidebar-posts .post-item .box .box-text .is-divider {
  display: none;
}
.sidebar-posts .post-item .box .box-text .button {
  text-transform: none;
}

.about-us-sidebar-right .page-title h3 {
  font-weight: 500;
  position: relative;
}
.about-us-sidebar-right .page-title h3::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 18px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--fs-color-primary);
}
.about-us-sidebar-right .box .button {
  color: #666666 !important;
  font-size: 14px;
}
.about-us-sidebar-right .box .button:hover {
  color: var(--fs-color-primary) !important;
}
.about-us-sidebar-right .box .button:hover span {
  text-decoration: underline;
}

.about-us-logos {
  flex-wrap: wrap;
}
.about-us-logos .ux-logo {
  min-width: 140px;
  display: flex;
  flex: 1;
  justify-content: center;
  border-left: 1px solid #ddd;
  margin-bottom: 15px !important;
}
.about-us-logos .ux-logo .ux-logo-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .about-us-logos .ux-logo {
    border-left: none;
  }
}

.about-us-logos .ux-logo:last-child {
  border-right: 1px solid #ddd !important;
}

.blog-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.blog-marquee .marquee-title {
  background-color: #DDDDDD;
  width: fit-content;
  padding: 10px 15px 10px 30px;
  position: relative;
  z-index: 2;
}
.blog-marquee .marquee-title h3 {
  font-size: 16px;
}
.blog-marquee .marquee-title::before {
  content: "";
  display: block;
  width: calc((100vw - 1024px) / 2 + 45px);
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #DDDDDD;
  z-index: 0;
}
.blog-marquee .marquee-title::after {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% + 0.5px);
  position: absolute;
  left: 99%;
  top: 0;
  background-color: #DDDDDD;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.blog-marquee .flash-icon {
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: var(--fs-color-primary);
  top: 50%;
  margin-top: -5px;
  left: 10px;
  z-index: 2;
}
.blog-marquee .flash-icon::before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 45px;
  background-color: var(--fs-color-primary);
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.blog-marquee .flash-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--fs-color-primary);
  border-radius: 50px;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.blog-marquee .posts-marquee {
  z-index: 0;
  padding: 12px 0;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.blog-marquee .posts-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.blog-marquee .post-title {
  white-space: nowrap;
  margin: 0 30px;
  font-size: 14px;
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.widget > ul > li + li, ul.menu > li + li {
  border-top: none !important;
}

.widget .is-divider {
  display: none;
}
.widget .widget-title {
  display: block;
  margin-bottom: 15px;
}
.widget.widget_search {
  padding: 15px;
  background-color: #fff;
}
.widget.widget_search form {
  margin-bottom: 0;
}
.widget.widget_search form input {
  height: 45px;
  line-height: 45px;
}
.widget.widget_search form button {
  width: 45px;
  height: 45px;
}
.widget.flatsome_recent_posts ul {
  padding: 15px;
  background-color: #fff;
}
.widget.flatsome_recent_posts ul a {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.widget.flatsome_recent_posts ul .badge {
  width: 100px;
  height: 100px;
}

.post-slider .flickity-prev-next-button {
  top: -40px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  min-height: 28px;
  background-color: #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.post-slider .flickity-prev-next-button:hover {
  opacity: 1 !important;
}
.post-slider .flickity-prev-next-button.next {
  right: 0;
  border-left: 1px solid #ccc;
}
.post-slider .flickity-prev-next-button.previous {
  right: 28px;
  left: auto;
}
.post-slider .flickity-prev-next-button svg {
  width: 24px;
}

.porpular-posts .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.porpular-posts .cat-label {
  position: absolute;
  top: -30px;
  left: 10px;
}

.vertical-post .post-item .box {
  background-color: #fff;
  padding-inline-start: 10px;
}
.vertical-post .post-item .box .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .vertical-post .post-item .box {
    display: flex;
  }
  .vertical-post .post-item .box .box-image {
    max-width: 100px;
    padding-top: 10px;
  }
  .vertical-post .post-item .box .box-text {
    padding-left: 10px;
  }
}

.post-item .is-divider {
  display: none;
}
.post-item .cat-label {
  text-shadow: none;
  font-size: 12px;
  opacity: 1;
  background-color: var(--fs-color-primary);
}
.post-item .post-meta {
  font-size: 13px;
  opacity: 1;
}
.post-item .box-overlay .box-text {
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.4920561975) 0%, rgba(0, 0, 0, 0) 100%);
}
.post-item:hover .box-overlay .post-title {
  text-decoration: underline;
}

.category .post-item .col-inner {
  background-color: #fff;
  padding: 10px;
}
.category .post-item .post-title {
  margin-bottom: 10px;
}
.category .post-item .post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-template-page-news .site-breadcrumb {
  display: none;
}

.video-title {
  padding: 0 15px 15px;
}

.entry-header-text {
  background-color: #fff;
  padding: 25px !important;
}
.entry-header-text .entry-category {
  font-size: 14px;
}

.single-post .entry-content {
  background-color: #fff;
  padding: 0 25px 25px;
  margin-bottom: 30px;
}
.single-post .next-prev-nav {
  background-color: #fff;
  line-height: 1.2;
}
.single-post .next-prev-nav a {
  color: #333 !important;
  font-size: 14px;
}
.single-post .next-prev-nav a:hover {
  text-decoration: underline;
  color: var(--fs-color-primary) !important;
}
.single-post .next-prev-nav .flex-col {
  padding: 30px 40px;
  position: relative;
}
.single-post .next-prev-nav i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.single-post .next-prev-nav .nav-previous i {
  left: 10px;
}
.single-post .next-prev-nav .nav-next i {
  right: 10px;
}

footer.entry-meta {
  border: none !important;
  font-size: 14px;
}

.footer-links a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
  color: #fff !important;
}
.footer-links a:hover {
  transform: translateX(10px);
}

.footer-contact a {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  transition: all 0.3s;
  display: block;
  line-height: 1.3;
  min-height: unset;
  font-size: 20px;
}
.footer-contact a:hover {
  transform: translateX(10px);
}
.footer-contact .fax a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/print.svg) no-repeat center center/contain;
  margin-right: 5px;
  margin-bottom: -3px;
}

.footer-menu {
  flex-direction: row !important;
  font-size: 14px;
  text-transform: uppercase;
}
.footer-menu .menu-item {
  margin: 0 10px !important;
  position: relative;
  white-space: nowrap;
}
.footer-menu .menu-item::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  right: -10px;
}
@media (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.footer-socials {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .footer-socials {
    display: block;
  }
}

.absolute-footer {
  display: none;
}

.footer-copy-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer-copy-right {
    justify-content: center;
  }
}

#footer .site-logo {
  width: fit-content !important;
}
#footer .site-logo a {
  width: fit-content;
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .footer-stack-menu {
    flex-wrap: wrap;
    justify-content: center !important;
    margin-bottom: 15px;
  }
}

#footer .social-icons {
  display: flex;
}