/*
Theme Name: Logistics
Theme URI: http://www.chili.vn  
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: CHILI TEAM
template: bb-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. Document Setup
	2. Site Header
	3. Site Footer
	4. Components
	5. Page Templates
		Template: Home
		Template: About Us
		Template: Services
		Template: Contact Us
	6. Category    
  	7. Single
	8. Media Queries	

----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: none !important;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
.uabb-infobox-text ul,
.uabb-infobox-text ol {
  padding-left: 40px;
}
@keyframes moveSlideLeft {
  to {
    transform: translateX(-50%);
  }
}
.loading {
  text-align: center;
  clear: both;
  display: none;
  overflow: hidden;
  margin-bottom: 64px;
}
.loading.show {
  display: block;
}
.lds-facebook {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 6px;
  background: #fe8e33;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 22px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 36px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 32px;
  }
  50%,
  100% {
    top: 24px;
    height: 16px;
  }
}
/* -------------------------------------------------------------------------- */
/*	2. Site Header
/* -------------------------------------------------------------------------- */
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #db8f27 !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: linear-gradient(65.58deg, #494949 -2.37%, #111314 19.71%, #212629 53.18%, #535353 106.06%) !important;
  opacity: 0.95 !important;
  font-weight: 600 !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px !important;
  transform: translateX(0);
  transition: transform 0.2s linear;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  transform: translateX(20px);
  color: #e74e3e !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 30px !important;
  font-weight: bold !important;
  text-transform: capitalize !important;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 69px;
}
.fl-page-header.header-sticky #mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu,
.fl-page-header.header-sticky #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 54px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 600 !important;
  padding-left: 15px;
  padding-right: 15px;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  color: #db8f27 !important;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.col-left .mega-menu-item {
  padding-left: 0;
  padding-right: 0;
}
.fl-page-nav-right {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  /* Logo */
  /* Menu */
}
.fl-page-nav-right.header-sticky {
  padding: 0;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.fl-page-nav-right .fl-page-header-wrap {
  border-bottom: 0;
}
.fl-page-nav-right .fl-logo-img {
  max-height: 50px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li {
  margin-right: 25px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a {
  position: relative;
  line-height: 30px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #e74e3e;
  transition: all 0.4s ease-in-out;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:hover > a::before {
  width: 100%;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li:last-child {
  margin-right: 0;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.fl-page-nav-right .fl-page-nav ul.sub-menu {
  width: 190px;
  padding: 15px 0;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  border-top: 2px solid #e74e3e;
}
.fl-page-nav-right .fl-page-nav ul.sub-menu li a {
  color: #2c2d30 !important;
  text-transform: capitalize;
  margin: 0;
  padding: 8px 15px;
}
.fl-page-nav-right .fl-page-nav ul.sub-menu li a:hover {
  color: #e74e3e !important;
}
.fl-page-nav-right.header-sticky .fl-page-nav ul.sub-menu {
  margin-top: 19px;
}
body.admin-bar .fl-page-nav-right.header-sticky {
  top: 32px;
}
body:not(.home) .fl-page-header-primary {
  position: relative;
  background-color: #000;
}
body:not(.home) .fl-page-header-primary.header-sticky {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
/* -------------------------------------------------------------------------- */
/*	3. Site Footer
/* -------------------------------------------------------------------------- */
.fl-page-footer .fl-page-footer-container {
  padding: 44px 15px;
}
.fl-page-footer .fl-page-footer-api a {
  font-weight: bold;
  color: #ddd !important;
}
.fl-page-footer .fl-page-footer-api a:hover {
  color: #f03d26 !important;
}
/* -------------------------------------------------------------------------- */
/*	4. Components
/* -------------------------------------------------------------------------- */
/* Page Loading */
/* Back to top */
#fl-to-top {
  color: #fff;
  background: #db8f27 !important;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 0;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
}
#fl-to-top i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  display: block;
}
/* Breadcrumb Page Title */
.page-title {
  height: 480px !important;
  position: relative;
}
.page-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, #000, transparent 50%);
  z-index: 1;
}
.page-title .banner-container {
  max-width: 1254px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-title .content-page-title {
  top: auto;
  transform: none;
  bottom: 48px;
  text-align: left;
  z-index: 2;
}
.page-title .content-page-title .title {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.2;
}
.page-title .content-page-title .h-breadcrumb {
  display: none;
}
.page-id-580 .page-title .content-page-title .title {
  font-size: 50px;
}
.hotline-social {
  margin-top: -70px;
  margin-bottom: 20px;
  padding: 0 100px;
}
.hotline-social .social-icons-custom {
  padding: 10px;
  text-align: right;
}
.hotline-social .social-icons-custom a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  margin-right: 8px;
  margin-left: 8px;
  color: #e74e3e;
  text-decoration: none;
  text-transform: capitalize;
}
/* Contact Form */
.wpcf7-form div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding: 10px;
  font-size: 13px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form span.wpcf7-not-valid-tip,
.wpcf7-form label.error {
  position: relative;
  z-index: 9;
  display: inline-block;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
  padding: 5px 10px 6px;
  line-height: 19px;
  font-size: 14px;
  top: 100%;
  margin-top: 5px;
  border-radius: 2px;
  font-weight: 400;
}
.wpcf7-form span.wpcf7-not-valid-tip::before,
.wpcf7-form label.error::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 12px;
  display: block;
  border-style: solid;
  border-color: transparent transparent #dc3545 transparent;
  border-width: 0 6px 6px 6px;
}
.wpcf7-form .ct-row {
  margin-bottom: 25px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea {
  padding: 7px 0;
  background-color: #fff !important;
  border: 0;
  border-bottom: 2px solid #e9e7e0 !important;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  border-radius: 0;
}
.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-select::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder {
  color: #505052;
}
.wpcf7-form .wpcf7-textarea {
  height: 100px;
}
.wpcf7-form .form-submit {
  display: block;
  overflow: hidden;
}
.wpcf7-form .wpcf7-submit {
  position: static !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 25px;
  color: #fff;
  background-color: #db8f27;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border: 0 !important;
}
/* Arrow Slider */
.uabb-image-carousel .slick-prev .fa-angle-left::before {
  content: "\f053" !important;
}
.uabb-image-carousel .slick-next .fa-angle-right::before {
  content: "\f054" !important;
}
/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  position: static;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: orange;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: red;
}
/* Dots Slider */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots button {
  position: static;
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #818181;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
/* Sidebar */
.fl-sidebar .fl-widget {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 32px;
}
.fl-sidebar .fl-widget .fl-widget-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fl-sidebar .fl-widget .fl-search-input {
  color: rgba(80, 80, 82, 0.6);
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 40px;
}
.fl-sidebar .fl-widget .chilirlp-posts-list {
  display: flex;
  flex-direction: column;
}
.fl-sidebar .fl-widget .chilirlp-list-item {
  float: none;
  margin-bottom: 10px;
  display: block;
}
.fl-sidebar .fl-widget .chilirlp-list-item .chilirlp-post-thumbnail img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.fl-sidebar .fl-widget .chilirlp-list-item .chilirlp-entry-header .entry-title {
  font-size: 14px;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fl-sidebar .fl-widget .chilirlp-list-item .chilirlp-entry-header .entry-title a {
  text-decoration: none;
}
.fl-sidebar .fl-widget .chilirlp-list-item .entry-date {
  color: #e74e3e;
  font-size: 12px;
}
.fl-sidebar .fl-widget .chilirlp-list-item .entry-date a {
  color: #e74e3e;
  text-decoration: none !important;
}
/* -------------------------------------------------------------------------- */
/*	Template: Home
/* -------------------------------------------------------------------------- */
.home .fl-builder-content-primary {
  overflow: hidden;
}
.block-why-choose-us {
  position: relative;
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content {
  position: relative;
  height: 80px;
  width: 100%;
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content::after,
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content::before {
  content: '';
  position: absolute;
  width: 86px;
  height: 86px;
  border: 3px solid #eee;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content::before {
  transition: all 0.75s ease;
}
.block-why-choose-us .item-why-choose-us .uabb-imgicon-wrap .uabb-image-content::after {
  transition: all 0.35s ease;
}
.block-why-choose-us .item-why-choose-us .uabb-infobox-title-wrap {
  margin-top: 15px;
}
.block-why-choose-us .item-why-choose-us:hover .uabb-imgicon-wrap .uabb-image-content::after,
.block-why-choose-us .item-why-choose-us:hover .uabb-imgicon-wrap .uabb-image-content::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.block-why-choose-us .item-why-choose-us:hover .uabb-imgicon-wrap .uabb-image-content::before {
  border-color: #db8f27;
  z-index: 99;
}
.block-why-choose-us .item-why-choose-us:hover .uabb-imgicon-wrap .uabb-image-content::after {
  border-color: #db8f27;
}
body:not(.fl-builder-edit) .block-why-choose-us::before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0;
  height: 0;
  border-bottom: 1670px solid #f7f5ed;
  top: -1669px;
  left: 50%;
  border-right: 10000px solid transparent;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
body:not(.fl-builder-edit) .block-why-choose-us::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 1670px solid #f7f5ed;
  border-left: 10000px solid transparent;
  top: -1669px;
  left: 50%;
  z-index: 9;
}
.block-statistic .fl-col-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.block-services .fl-col-has-cols > .fl-col-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch;
  height: calc(100vh - 100px);
  padding-right: 46%;
  padding-bottom: 80px;
}
.block-services .fl-col-has-cols > .fl-col-content .multi-shipping {
  width: 100%;
  height: 50%;
  margin-right: 1px;
}
.block-services .fl-col-has-cols > .fl-col-content > .fl-col-group-nested {
  position: absolute;
  right: 0;
  width: 46%;
  top: 0;
  bottom: 80px;
}
.block-services .multi-shipping > .fl-node-content {
  height: 100%;
}
.block-services .multi-shipping .uabb-ultb3-box {
  height: 100%;
}
.block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info {
  padding: 40px 40px 40px 80px;
}
.block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-desc p {
  max-width: 455px;
}
.block-services .multi-shipping .uabb-ultb3-box .services-icons {
  position: absolute;
  display: flex;
  bottom: 40px;
  left: 80px;
}
.block-services .multi-shipping .uabb-ultb3-box .services-icons .services-icon:not(:last-child) {
  margin-right: 30px;
}
.block-services .multi-shipping .uabb-ultb3-box .services-more {
  margin-top: 30px;
  display: none;
}
.block-services .multi-shipping .uabb-ultb3-box .services-more button {
  color: #fff;
  background-color: #ed1c24;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  text-align: left;
}
.block-services .service-titles {
  height: 100%;
}
.block-services .service-titles .fl-node-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.block-services .service-titles .fl-node-content .fl-module-info-banner {
  position: relative;
  width: -webkit-calc(48%);
  width: -moz-calc(48%);
  width: calc(50% - 2px);
  height: 50%;
  margin: 1px;
  overflow: hidden;
}
.block-services .service-titles .fl-node-content .fl-module-info-banner:nth-child(1),
.block-services .service-titles .fl-node-content .fl-module-info-banner:nth-child(2) {
  margin-top: 0;
}
.block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box .uabb-ultb3-info {
  padding: 40px;
}
.block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box .uabb-ultb3-desc {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.block-services .uabb-ultb3-box .uabb-ultb3-img {
  top: initial;
  left: initial;
  opacity: 0;
  background: #ed1c24;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.5);
  transition: 1s transform cubic-bezier(0.165, 0.84, 0.44, 1), 0.3s opacity ease-out, 1s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1), 1s -moz-transform cubic-bezier(0.165, 0.84, 0.44, 1), 1s -o-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block-services .uabb-ultb3-box:hover .uabb-ultb3-img {
  opacity: 1;
  transform: scale(1);
}
.block-services .additional-services-wrap {
  height: 50%;
  padding: 40px 80px;
}
.block-services .additional-services .nav-list__elem {
  margin-bottom: 7px;
}
.block-services .additional-services .nav-list__elem a {
  color: #2c2d30;
}
body:not(.admin-bar) .block-services .fl-col-has-cols > .fl-col-content {
  height: calc(100vh - 70px);
}
@keyframes cloud {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.multimodal-shipping-wrapper {
  height: calc(100vh - 100px);
  position: relative;
}
.multimodal-shipping-wrapper::before {
  content: '';
  width: calc(50% + 210px);
  position: absolute;
  top: 0;
  bottom: 80px;
  left: 80px;
  background-color: #cfe0e5;
  opacity: 0.5;
}
.multimodal-shipping-wrapper::after {
  content: '';
  width: calc(50% - 40px);
  position: absolute;
  top: 80px;
  bottom: 0;
  left: -webkit-calc(90%);
  left: -moz-calc(90%);
  left: calc(50% + 40px);
  background-color: #cfe0e5;
  opacity: 0.5;
}
.multimodal-shipping-wrapper .multimodal-shipping-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.multimodal-shipping-wrapper .shipping-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__big,
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__big img,
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__small img {
  height: 100%;
  max-width: initial;
  float: right;
}
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__small img {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-animation: cloud 8s 3s linear infinite;
  -moz-animation: cloud 8s 3s linear infinite;
  -o-animation: cloud 8s 3s linear infinite;
  animation: cloud 8s 3s linear infinite;
}
.multimodal-shipping-wrapper .shipping-cloud .shipping-cloud__big img {
  -webkit-animation: cloud 12s linear infinite;
  -moz-animation: cloud 12s linear infinite;
  -o-animation: cloud 12s linear infinite;
  animation: cloud 12s linear infinite;
}
.multimodal-shipping-wrapper .shipping-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.multimodal-shipping-wrapper .shipping-container {
  position: absolute;
  padding-top: 60px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.multimodal-shipping-wrapper .shipping-container .container {
  display: flex;
  flex-direction: column;
  padding-bottom: 160px;
  height: inherit;
}
.multimodal-shipping-wrapper .shipping-container .shipping-aside {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.multimodal-shipping-wrapper .shipping-container .block-title {
  font-size: 70px;
  line-height: 1.1;
}
.multimodal-shipping-wrapper .shipping-container .service-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
}
.multimodal-shipping-wrapper .shipping-container .service-links .service-link {
  width: 50%;
  padding-right: 7px;
  margin-bottom: 7px;
}
.multimodal-shipping-wrapper .shipping-container .service-links .service-link a {
  font-size: 19px;
  font-weight: bold;
  color: #2c2d30 !important;
  line-height: 30px;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags-icons {
  position: absolute;
  top: 160px;
  bottom: 220px;
  left: 50%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags .shipping-tag {
  cursor: pointer;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 23px;
  margin: 0 7px 7px 0;
  font-size: 19px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags .shipping-tag .tag-label {
  position: absolute;
  top: 44px;
  left: 50%;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  padding: 20px;
  background-color: #363d43;
  white-space: nowrap;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition: 300ms ease-out;
  z-index: 2;
  font-weight: bold;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags .shipping-tag .tag-label span {
  display: block;
}
.multimodal-shipping-wrapper .shipping-container .shipping-tags .shipping-tag:hover .tag-label {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.multimodal-shipping-wrapper .shipping-icons {
  position: absolute;
  z-index: 5;
  bottom: 175px;
  right: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.multimodal-shipping-wrapper .shipping-icons .shipping-icon-item {
  cursor: pointer;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  margin-right: 33px;
}
.multimodal-shipping-wrapper .shipping-icons .shipping-icon-item:last-child {
  margin-right: 0;
}
.multimodal-shipping-wrapper .shipping-icons .shipping-icon-item img {
  opacity: 0.3;
  width: 39px;
  height: 16px;
  object-fit: contain;
}
.multimodal-shipping-wrapper .shipping-icons .shipping-icon-item.active img {
  opacity: 1;
}
#shipping-slider {
  width: 100%;
  height: calc(100vh - 100px);
}
#shipping-slider .splide__arrow {
  display: none;
  position: absolute !important;
}
#shipping-slider .splide__track {
  height: 100%;
}
#shipping-slider .shipping-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#shipping-slider .shipping-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: inherit;
}
#shipping-slider .splide__slide.is-active .shipping-image {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-blog-posts-shadow {
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-blog-post-inner-wrap {
  position: relative;
  padding-bottom: 105px;
  overflow: hidden;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-post-thumbnail {
  aspect-ratio: 4/3;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-post-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-post-heading a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-blog-post-content {
  background: url(/wp-content/themes/bb-theme-child/images/bg-card-white.png) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -75px;
  height: 240px;
  transition-duration: 0.3s;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper .uabb-blog-post-content .uabb-next-right-arrow {
  display: none !important;
}
.block-news .fl-module-blog-posts .uabb-post-wrapper:hover .uabb-blog-post-content {
  bottom: 0;
}
.block-news .uabb-blog-posts i {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.block-news .uabb-blog-posts i:hover {
  background-color: #e74e3e;
  color: #fff;
}
.block-news .site-button {
  display: none;
}
.block-news .site-button .uabb-button {
  position: static !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 25px;
  color: #fff;
  background-color: #e74e3e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  border: 0 !important;
}
.block-contact .title-main {
  padding: 0 20%;
  margin-bottom: 50px;
}
.block-contact .contact-column-wrap > .fl-node-content {
  display: flex;
  padding: 0 12%;
}
.block-contact .contact-column-wrap > .fl-node-content .fl-module-info-list {
  width: 40%;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 64px 58px 55px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.block-contact .contact-column-wrap > .fl-node-content .fl-module-html {
  flex: 1;
  background-color: #fff;
  padding: 54px 60px 40px;
  border-radius: 3px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.block-partners .title-main {
  padding-bottom: 60px;
}
.block-partners .title-main .fl-node-content .uabb-infobox {
  text-align: center;
}
.block-partners .title-main .fl-node-content .uabb-infobox-left-right-wrap {
  width: auto;
}
.block-partners .fl-col-group:last-child {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding-top: 56px;
  padding-bottom: 56px;
  border-radius: 32px;
  background-color: #fff;
  overflow: hidden;
}
.block-partners .fl-col-group:last-child .column-top,
.block-partners .fl-col-group:last-child .column-bottom {
  width: 200%;
}
.block-partners .fl-col-group:last-child .column-top > .fl-node-content,
.block-partners .fl-col-group:last-child .column-bottom > .fl-node-content {
  width: 200%;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: slide-left 30s linear infinite;
}
.block-partners .fl-col-group:last-child .column-top > .fl-node-content .fl-module-photo-gallery,
.block-partners .fl-col-group:last-child .column-bottom > .fl-node-content .fl-module-photo-gallery {
  width: 100%;
}
.block-partners .fl-col-group:last-child .column-bottom {
  margin-top: 48px;
}
.block-partners .fl-col-group:last-child .column-bottom > .fl-node-content {
  animation-direction: reverse;
  animation-delay: -3s;
}
.block-partners .uabb-photo-gallery {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 0;
}
.block-partners .uabb-photo-gallery .uabb-photo-gallery-item {
  margin-left: 32px;
  padding: 0;
}
.block-partners .uabb-photo-gallery .uabb-photo-gallery-item img {
  width: 250px;
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* -------------------------------------------------------------------------- */
/*	Template: About Us
/* -------------------------------------------------------------------------- */
body:not(.fl-builder) .fl-page-content .fl-content-full .fl-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.banner-page-custom .uabb-heading {
  margin-bottom: 0;
}
.banner-page-custom .fl-row-content-wrap {
  height: 480px;
  position: relative;
}
.banner-page-custom .fl-row-content-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, #000, transparent 50%);
  z-index: 1;
}
.banner-page-custom .fl-row-content-wrap > .fl-row-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner-page-custom .banner-quick-links > .fl-module-content {
  margin: 22px 0 24px;
}
.banner-page-custom .banner-quick-links .menu .menu-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.banner-page-custom .banner-quick-links .menu a {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 50px;
  height: 46px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
}
.banner-page-custom .banner-quick-links .menu a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
.banner-page-custom .banner-quick-links .menu a:hover,
.banner-page-custom .banner-quick-links .menu .current-menu-item > a {
  border-color: #fbb746;
}
.banner-page-custom .banner-quick-links .menu a:hover::before,
.banner-page-custom .banner-quick-links .menu .current-menu-item > a::before {
  background-image: linear-gradient(103.52deg, #ff6f1b 5.82%, #fbb746 68.01%, #fbb746 98.15%);
  left: -10%;
  transform: translateZ(0);
  width: 120%;
}
.block-why-choose-pudong .message .uabb-text-editor {
  position: relative;
  font-style: italic;
}
.block-why-choose-pudong .message .uabb-text-editor::before,
.block-why-choose-pudong .message .uabb-text-editor::after {
  content: '';
  display: inline-block;
  width: 71px;
  height: 46px;
  background: url('/wp-content/themes/bb-theme-child/images/quote.svg') no-repeat;
  background-size: contain;
}
.block-why-choose-pudong .message .uabb-text-editor p {
  font-style: italic;
}
.block-why-choose-pudong .author-info {
  margin-top: 10px;
}
.block-why-choose-pudong .author-info .uabb-infobox-title {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(103.52deg, #ff6f1b 5.82%, #fbb746 68.01%, #fbb746 98.15%);
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
.block-why-choose-pudong .author-info .uabb-infobox-title::after {
  content: '';
  display: inline-block;
  width: 47px;
  height: 2px;
  margin-left: 8px;
  background-image: linear-gradient(103.52deg, #ff6f1b 5.82%, #fbb746 68.01%, #fbb746 98.15%);
}
.block-why-choose-pudong .author-info .uabb-text-editor {
  font-style: italic;
  font-weight: 500;
}
.block-milestones > .fl-row-content-wrap {
  background-position: initial;
}
#milestones-slider .splide__arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: absolute !important;
  top: 50% !important;
  transform: translateX(-50%) !important;
}
#milestones-slider .splide__arrow--prev {
  left: -56px;
}
#milestones-slider .splide__arrow--next {
  right: -56px;
}
#milestones-slider .milestone-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 359px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 40px;
  border-radius: 30px;
  border-top-right-radius: 0;
}
#milestones-slider .milestone-item .milestone-info {
  width: 30%;
  flex-shrink: 0;
}
#milestones-slider .milestone-item .milestone-info svg {
  max-width: 162px;
  height: 81px;
  object-fit: contain;
  margin-left: 0;
  margin-bottom: 24px;
}
#milestones-slider .milestone-item .milestone-info .year {
  font-size: 56px;
  line-height: 1.2;
  max-width: 320px;
  color: #ff711e;
  margin-bottom: 8px;
  text-align: left;
  display: block;
  font-weight: bold;
}
#milestones-slider .milestone-item .milestone-info .milestone-desc {
  max-width: 320px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #2c2d30;
}
#milestones-slider .milestone-item .milestone-banner {
  flex: 1;
}
#milestones-slider .milestone-item .milestone-banner .banner-desktop {
  background-position: 50% !important;
  background-size: cover !important;
  border-bottom-right-radius: 30px;
  -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  height: 368px;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100%;
}
#milestones-slider .milestone-item .milestone-banner .banner-mobi {
  display: none;
}
#milestones-slider .slider__dots {
  margin-top: 32px;
}
#milestones-slider .slider__dots .inner {
  display: flex;
  height: 100px;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}
#milestones-slider .slider__dots .inner .dot-end,
#milestones-slider .slider__dots .inner .dot-start {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #2c2d30;
  display: inline-block;
  border-radius: 50%;
  margin: 8px;
}
#milestones-slider .slider__dots .inner .dot-start {
  left: -8px;
}
#milestones-slider .slider__dots .inner .dot-end {
  right: -8px;
}
#milestones-slider .slider__dots .inner .line-milestones {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2c2d30;
}
#milestones-slider .slider__dots .inner .slide-dot {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#milestones-slider .slider__dots .inner .slide-dot .timeline-dot-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#milestones-slider .slider__dots .inner .slide-dot .timeline-dot-box .timeline-dot {
  position: relative;
  margin: 8px;
  height: 14px;
  width: 14px;
  border: 8px solid transparent;
  border-radius: 100%;
  background-color: #ff711e;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#milestones-slider .slider__dots .inner .slide-dot .timeline-year {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #2c2d30;
  cursor: pointer;
  margin-top: 2px;
}
#milestones-slider .slider__dots .inner .slide-dot.active .timeline-dot-box .timeline-dot {
  border-color: #fbb746;
  width: 40px;
  height: 40px;
  margin: 0;
}
#milestones-slider .slider__dots .inner .slide-dot.active .timeline-year {
  color: #ff711e;
}
@media (min-width: 1280px) {
  .block-why-choose-pudong > .fl-row-content-wrap {
    height: 780px;
  }
}
/* -------------------------------------------------------------------------- */
/*	Template: Services
/* -------------------------------------------------------------------------- */
.page-services .service-item .uabb-infobox-left-right-wrap {
  display: flex;
  align-items: flex-start;
  background-color: #ECF1F7;
}
.page-services .service-item .uabb-imgicon-wrap {
  max-width: 50%;
  margin-right: 0;
}
.page-services .service-item .uabb-infobox-content {
  max-width: 50%;
  width: 100% !important;
  padding: 35px;
}
.page-services .service-item .uabb-image .uabb-image-content {
  position: relative;
}
.page-services .service-item .uabb-image .uabb-image-content::after {
  content: "\f0d9";
  font-size: 78px;
  position: absolute;
  top: 50%;
  right: -5px;
  font-family: "FontAwesome";
  color: #ECF1F7;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.page-services .service-item .uabb-infobox-title {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.page-services .service-item .uabb-infobox-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  background: #000;
  width: 85px;
  height: 2px;
}
.page-services .service-item .uabb-infobox-text p {
  padding-bottom: 0;
}
.page-services .service-item .uabb-infobox-text .services-more button {
  margin-top: 45px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  line-height: 1;
  padding: 0;
  border: 0;
  font-weight: bold;
}
.page-services .service-item.reverse .uabb-infobox-left-right-wrap {
  flex-direction: row-reverse;
}
.page-services .service-item.reverse .uabb-image .uabb-image-content::after {
  content: "\f0da";
  left: -5px;
  right: auto;
}
/* -------------------------------------------------------------------------- */
/*	Template: Contact Us
/* -------------------------------------------------------------------------- */
.block-google-map .fl-html {
  line-height: 0.1;
}
.block-google-map .fl-widget {
  margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
/*	6. Category
/* -------------------------------------------------------------------------- */
.search-results .fl-page-content,
.archive .fl-page-content {
  background-color: #f5f5f5;
}
.search-results .categories-link,
.archive .categories-link {
  margin-top: 22px;
}
.search-results .categories-link .btn-outline,
.archive .categories-link .btn-outline {
  border: 1px solid #fff;
  height: 46px;
  font-size: 16px;
  padding: 8px 50px;
  color: #fff;
  position: relative;
  font-weight: 600;
  margin-right: 12px;
  border-radius: 0;
  overflow: hidden;
}
.search-results .categories-link .btn-outline span,
.archive .categories-link .btn-outline span {
  font-size: 16px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.search-results .categories-link .btn-outline::before,
.archive .categories-link .btn-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.search-results .categories-link .btn-outline.active,
.archive .categories-link .btn-outline.active,
.search-results .categories-link .btn-outline:hover,
.archive .categories-link .btn-outline:hover {
  border-color: #fbb746;
}
.search-results .categories-link .btn-outline.active span,
.archive .categories-link .btn-outline.active span,
.search-results .categories-link .btn-outline:hover span,
.archive .categories-link .btn-outline:hover span {
  color: #2c2d30;
}
.search-results .categories-link .btn-outline.active::before,
.archive .categories-link .btn-outline.active::before,
.search-results .categories-link .btn-outline:hover::before,
.archive .categories-link .btn-outline:hover::before {
  background-image: linear-gradient(103.52deg, #ff6f1b 5.82%, #fbb746 68.01%, #fbb746 98.15%);
  left: -10%;
  transform: translateZ(0);
  width: 120%;
}
.search-results .fl-archive .highlight-post,
.archive .fl-archive .highlight-post {
  margin-top: 64px;
}
.search-results .fl-archive .fl-content,
.archive .fl-archive .fl-content {
  margin-top: 32px;
  margin-bottom: 64px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.search-results .fl-post,
.archive .fl-post {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 105px;
}
.search-results .fl-post .fl-post-thumb,
.archive .fl-post .fl-post-thumb {
  margin-bottom: 0;
}
.search-results .fl-post .fl-post-thumb a,
.archive .fl-post .fl-post-thumb a {
  display: block;
  aspect-ratio: 4/3;
  line-height: 0.1;
  overflow: hidden;
}
.search-results .fl-post .fl-post-thumb a img,
.archive .fl-post .fl-post-thumb a img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.search-results .fl-post .fl-post-content,
.archive .fl-post .fl-post-content {
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  height: 240px;
  padding-top: 80px;
  padding-right: 24px;
  padding-left: 24px;
  background: url(/wp-content/themes/bb-theme-child/images/bg-card-white.png) no-repeat;
  background-size: cover;
  transition-duration: 0.3s;
}
.search-results .fl-post .fl-post-content .fl-post-desc,
.archive .fl-post .fl-post-content .fl-post-desc {
  display: none;
}
.search-results .fl-post .fl-post-header .fl-post-title,
.archive .fl-post .fl-post-header .fl-post-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 20px;
  font-size: 16px;
}
.search-results .fl-post .fl-post-header .fl-post-title a,
.archive .fl-post .fl-post-header .fl-post-title a {
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #2c2d30 !important;
}
.search-results .fl-post .fl-post-header .post-edit-link,
.archive .fl-post .fl-post-header .post-edit-link {
  display: none;
}
.search-results .fl-post .fl-post-more-link,
.archive .fl-post .fl-post-more-link {
  color: #e74e3e;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.search-results .fl-post .fl-post-more-link::before,
.archive .fl-post .fl-post-more-link::before {
  content: '';
}
.search-results .fl-post:hover .fl-post-content,
.archive .fl-post:hover .fl-post-content {
  bottom: -10%;
}
.search-results .highlight-post,
.archive .highlight-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.search-results .fl-post-large,
.archive .fl-post-large {
  height: 100%;
}
.search-results .fl-post-large .fl-post-content,
.archive .fl-post-large .fl-post-content {
  bottom: 4% !important;
}
.search-results .fl-post-item,
.archive .fl-post-item {
  display: flex;
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  margin-bottom: 24px;
}
.search-results .fl-post-item:last-child,
.archive .fl-post-item:last-child {
  margin-bottom: 0;
}
.search-results .fl-post-item .fl-post-thumb,
.archive .fl-post-item .fl-post-thumb {
  flex-shrink: 0;
  width: 186px;
  aspect-ratio: 4/3;
  margin-bottom: 0;
}
.search-results .fl-post-item .fl-post-thumb img,
.archive .fl-post-item .fl-post-thumb img {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.search-results .fl-post-item .fl-post-content,
.archive .fl-post-item .fl-post-content {
  flex: 1;
  padding: 20px;
}
.search-results .fl-post-item .fl-post-content .fl-post-title,
.archive .fl-post-item .fl-post-content .fl-post-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.search-results .fl-post-item .fl-post-content .fl-post-title a,
.archive .fl-post-item .fl-post-content .fl-post-title a {
  color: #2c2d30;
  font-weight: 600;
}
.search-no-results .fl-content-no-results {
  margin-top: 64px;
  min-height: 400px;
  padding: 0 12%;
}
.search-no-results .fl-content-no-results .fl-search-input {
  color: rgba(80, 80, 82, 0.6);
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 40px;
}
/* -------------------------------------------------------------------------- */
/*	7. Single
/* -------------------------------------------------------------------------- */
.single-post .fl-page-content {
  background-color: #f5f5f5;
}
.single-post .fl-page-content .fl-post {
  background-color: #fff;
  padding: 32px;
}
.single-post .fl-page-content .fl-post h2 {
  font-size: 18px;
  line-height: 1.5;
}
.single-post .fl-page-content .fl-post h3 {
  font-size: 16px;
  line-height: 1.5;
}
.single-post .page-title .content-page-title .inner-content-page-title {
  max-width: 600px;
}
.single-post .page-title .content-page-title .title {
  font-size: 24px;
}
.single-post .fl-content-left {
  padding-right: 0;
  border-right: 0;
}
.single-post .fl-post-header {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.single-post .fl-post-header .fl-post-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.single-post .fl-post-header .fl-post-title .post-edit-link {
  display: none;
}
.single-post .fl-post-header .post-meta .post-date {
  color: #e74e3e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
.single-post .fl-post-content {
  font-size: 17px;
  line-height: 1.64;
}
.single-post .fl-post-content ol,
.single-post .fl-post-content ul {
  padding-left: 40px;
}

#banner-home img,#banner-home .fl-photo-content{
width:100%;
}
/* -------------------------------------------------------------------------- */
/*	8. Media Queries
/* -------------------------------------------------------------------------- */
@media (max-width: 1366px) {
  .multimodal-shipping-wrapper::before {
    left: 65px;
  }
}
@media (max-width: 1200px) {
  /* Template: Home */
  .block-shipping > .fl-row-content-wrap {
    padding: 0 !important;
  }
  .multimodal-shipping-wrapper::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .multimodal-shipping-wrapper::after {
    display: none;
  }
  .multimodal-shipping-wrapper .shipping-icons {
    bottom: 35px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .multimodal-shipping-wrapper .shipping-container .shipping-tags-icons {
    display: none;
  }
  #milestones-slider .splide__arrow {
    display: none;
  }
}
@media (max-width: 1199px) {
  /* Breadcrumb Page Title */
  .page-title .content-page-title .title {
    font-size: 32px;
  }
  /* Template: Home */
  .block-services > .fl-row-content-wrap {
    padding: 0 !important;
  }
  .block-services .fl-col-has-cols > .fl-col-content {
    display: block;
    height: auto;
    padding-right: 0;
    padding-bottom: 0;
  }
  .block-services .fl-col-has-cols > .fl-col-content > .fl-col-group-nested {
    position: static;
    width: 100%;
  }
  .block-services .uabb-ultb3-box .uabb-ultb3-img {
    opacity: 1;
    transform: scale(1);
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-img {
    display: none;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info {
    padding: 40px 80px 160px;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info .services-icons {
    position: static;
    margin-top: 40px;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info .services-more {
    margin-top: 60px;
    display: block;
  }
  .block-services .service-titles {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: -90px;
  }
  .block-services .service-titles .fl-node-content {
    display: block;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner {
    display: block;
    width: 100%;
    height: 290px;
    margin: 0;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box {
    height: 100%;
  }
  .block-services .additional-services-wrap {
    padding: 60px 80px 110px;
  }
  .block-services .additional-services .nav-list__elem {
    border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  }
  .block-services .additional-services .nav-list__elem a {
    display: block;
    padding: 15px 0;
  }
  body:not(.admin-bar) .block-services .fl-col-has-cols > .fl-col-content {
    height: auto;
  }
  .block-contact .contact-column-wrap > .fl-node-content {
    padding: 0 60px;
  }
  /* Template: Services */
  .page-services .service-item .uabb-infobox-left-right-wrap {
    display: block;
  }
  .page-services .service-item .uabb-image .uabb-image-content::after {
    display: none;
  }
  .page-services .service-item .uabb-imgicon-wrap {
    width: 100%;
    max-width: 100%;
  }
  .page-services .service-item .uabb-infobox-content {
    max-width: 100%;
  }
  .search-results .fl-archive .fl-content,
  .archive .fl-archive .fl-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  /* Template: Category */
  .search-results .fl-post-item .fl-post-thumb,
  .archive .fl-post-item .fl-post-thumb {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  /* Menu */
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container,
  .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mega-menu-wrap-header .mega-menu-toggle {
    display: none !important;
  }
  #mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
    display: block !important;
  }
  .fl-page-nav-right {
    padding: 0px 0 15px;
  }
  .fl-page-header-primary {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .fl-page-header-primary .fl-page-header-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile {
    position: relative;
  }
  .navbar-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    width: 24px;
  }
  .navbar-toggle span i {
    display: none;
  }
  .navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: all 200ms ease-in;
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    bottom: 8px;
  }
  .navbar-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: all 200ms ease-in;
    transform: rotate(0);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top: 9px;
  }
  .navbar-toggle.change span {
    background: transparent;
    transition: all 200ms ease-in;
  }
  .navbar-toggle.change span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 200ms ease-in;
    bottom: auto;
  }
  .navbar-toggle.change span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 200ms ease-in;
    top: auto;
  }
  .fl-page-header .fl-page-header-container .fl-page-header-logo-col .fl-page-header-logo {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-col {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    padding: 0;
    min-height: initial;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav {
    width: 100%;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav .fl-page-nav-collapse {
    border-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav .navbar-toggle {
    top: -36px;
    padding: 0;
    right: 15px;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav > li {
    padding: 0;
    border-bottom: 1px dashed #8d8d8d;
    margin-right: 0;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav > li > a {
    padding: 10px 15px !important;
    color: #2c2d30;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav > li > a::before {
    display: none;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav > li.current-menu-item > a {
    color: #fff !important;
    background-color: #e74e3e !important;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav li .sub-menu {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav li .sub-menu li {
    border-top: 1px dashed #e6e6e6;
  }
  .fl-page-header .fl-page-header-container .fl-page-nav-wrap .fl-page-nav ul.navbar-nav li .sub-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #333;
    right: 0;
    position: absolute;
  }
  .fl-page-nav-right .fl-page-nav ul.sub-menu li a {
    font-size: 14px;
    padding: 15px 0;
    font-weight: normal !important;
    color: #e74e3e;
    text-transform: capitalize !important;
  }
  /* Footer */
  .footer-menu {
    display: none;
  }
  .block-footer-info .item-footer-info .fl-node-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* Template: Home */
  .block-contact .contact-column-wrap > .fl-node-content {
    padding: 0;
  }
  /* Template: Contact Us */
  /* Category */
  .single-post .fl-content-left {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .fl-module[data-node] > .fl-module-content {
    margin-left: 0;
    margin-right: 0;
  }
  /* Template: Home */
  .block-contact .title-main {
    margin-bottom: 20px;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info {
    padding: 40px 15px;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info .services-icons {
    margin-top: 30px;
  }
  .block-services .multi-shipping .uabb-ultb3-box .uabb-ultb3-info .services-more {
    margin-top: 30px;
  }
  .block-services .service-titles {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner {
    height: 144px;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box .uabb-ultb3-info {
    padding: 20px;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box .uabb-ultb3-title {
    font-size: 20px;
    line-height: 24px;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-text-editor img {
    width: 39px;
    height: 16px;
  }
  .block-services .service-titles .fl-node-content .fl-module-info-banner .uabb-ultb3-box .uabb-ultb3-desc {
    bottom: 20px;
    left: 20px;
  }
  .block-services .additional-services-wrap {
    padding: 30px 20px 40px;
  }
  .block-services .additional-services-wrap .uabb-infobox-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .block-services .additional-services-wrap .additional-services .nav-list__elem {
    margin-bottom: 0;
  }
  .block-services .additional-services-wrap .additional-services .nav-list__elem a {
    font-size: 16px;
    line-height: 18px;
  }
  .block-partners .fl-col-group:last-child {
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 10px;
  }
  .block-partners .title-main {
    padding-bottom: 30px;
  }
  .block-partners .uabb-photo-gallery {
    width: 230%;
  }
  .block-partners .uabb-photo-gallery .uabb-photo-gallery-item {
    width: 100vw;
  }
  .block-partners .uabb-photo-gallery .uabb-photo-gallery-item {
    margin-left: 10px;
  }
  .block-partners .fl-col-group:last-child .column-bottom {
    margin-top: 20px;
  }
  .block-news .site-button {
    display: block;
  }
  .block-news .uabb-blog-posts .uabb-post-wrapper {
    margin-bottom: 0;
  }
  .block-contact .title-main {
    padding: 0;
  }
  .block-contact .contact-column-wrap > .fl-node-content {
    display: block;
  }
  .block-contact .contact-column-wrap > .fl-node-content .fl-module-info-list {
    width: 100%;
    margin-right: 0;
    padding: 45px 20px;
  }
  .block-contact .contact-column-wrap > .fl-node-content .fl-module-html {
    padding: 45px 20px 20px;
    margin-top: 30px;
  }
  /* Template: About us */
  #milestones-slider .milestone-item {
    padding-left: 20px;
  }
  #milestones-slider .milestone-item .milestone-info {
    width: 50%;
  }
  #milestones-slider .milestone-item .milestone-info svg {
    margin-bottom: 16px;
  }
  #milestones-slider .milestone-item .milestone-info .year {
    font-size: 46px;
    line-height: 50px;
  }
  #milestones-slider .milestone-item .milestone-info .milestone-desc {
    font-size: 16px;
  }
  /* Template: Services */
  .page-services > .fl-row-content-wrap {
    padding: 0 !important;
  }
  .page-services .fl-col-small {
    max-width: 100%;
  }
  .page-services .service-item .uabb-imgicon-wrap {
    margin-bottom: 0 !important;
  }
  .page-services .service-item .uabb-infobox-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-services .service-item .uabb-image .uabb-image-content {
    width: 100%;
  }
  .page-services .service-item .uabb-image .uabb-image-content img {
    width: 100%;
  }
  /* Category */
  .search-results .fl-archive .highlight-post,
  .archive .fl-archive .highlight-post {
    margin-top: 40px;
  }
  .search-results .highlight-post,
  .archive .highlight-post {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .search-results .categories-link .btn-outline:last-child,
  .archive .categories-link .btn-outline:last-child {
    margin-right: 0;
  }
  .search-results .fl-post-large,
  .archive .fl-post-large {
    padding-bottom: 105px !important;
  }
  .search-results .fl-post-large .fl-post-content,
  .archive .fl-post-large .fl-post-content {
    height: 170px;
    padding-top: 60px;
  }
  .search-results .fl-post-large .fl-post-header,
  .archive .fl-post-large .fl-post-header {
    margin-bottom: 0;
  }
  .search-results .fl-post .fl-post-content,
  .archive .fl-post .fl-post-content {
    bottom: 0 !important;
  }
  .search-results .fl-post-item .fl-post-content,
  .archive .fl-post-item .fl-post-content {
    font-size: 14px;
    padding: 10px;
  }
  .search-results .fl-post-item .fl-post-content .fl-post-title a,
  .archive .fl-post-item .fl-post-content .fl-post-title a {
    font-size: 14px;
  }
  .single-post .fl-page-content {
    padding-top: 10px;
  }
  .single-post .fl-page-content .fl-post {
    padding: 16px;
  }
  .single-post .fl-post-header .fl-post-title {
    font-size: 20px;
  }
  .search-results .fl-archive .fl-content,
  .archive .fl-archive .fl-content {
    grid-template-columns: 1fr;
  }
  /* Single */
  .single-post .fl-content-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  /* Breadcrumb Page Title */
  .page-title {
    background-position: center left !important;
  }
  /* Template: Home */
  .multimodal-shipping-wrapper .shipping-container .block-title {
    font-size: 30px;
  }
  .multimodal-shipping-wrapper .shipping-container .container {
    padding-bottom: 100px;
  }
  .multimodal-shipping-wrapper .shipping-container .service-links .service-link {
    width: 100%;
  }
  .multimodal-shipping-wrapper .shipping-container .service-links .service-link a {
    font-size: 16px;
  }
  #shipping-slider .shipping-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    right: -60px;
    left: auto;
  }
  /* Template: About Us */
  .banner-page-custom .banner-quick-links .menu {
    display: flex;
  }
  .banner-page-custom .banner-quick-links .menu a {
    padding: 8px 30px;
  }
  .block-milestones .title-main > .fl-module-content {
    margin-bottom: 50px;
  }
  #milestones-slider .milestone-item {
    flex-direction: column;
    padding-left: 0;
    background-color: transparent;
    height: auto;
    border-radius: 0;
  }
  #milestones-slider .milestone-item .milestone-info {
    width: 100%;
  }
  #milestones-slider .milestone-item .milestone-info svg {
    margin-bottom: 0;
  }
  #milestones-slider .milestone-item .milestone-info .milestone-desc {
    width: 100%;
    max-width: 100%;
  }
  #milestones-slider .milestone-item .milestone-banner {
    width: 100%;
  }
  #milestones-slider .milestone-item .milestone-banner .banner-desktop {
    display: none;
  }
  #milestones-slider .milestone-item .milestone-banner .banner-mobi {
    display: block;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
  }
  #milestones-slider .milestone-item .milestone-banner .banner-mobi img {
    width: 100%;
  }
  #milestones-slider .slider__dots {
    margin-top: 25px;
  }
  #milestones-slider .slider__dots .inner .dot-start,
  #milestones-slider .slider__dots .inner .dot-end {
    display: none;
  }
  #milestones-slider .slider__dots .inner .line-milestones {
    top: 15px;
  }
  #milestones-slider .slider__dots .inner .slide-dot .timeline-year {
    font-size: 18px;
  }
  #milestones-slider .slider__dots .inner .slide-dot .timeline-dot-box {
    width: 32px;
    height: 32px;
  }
  #milestones-slider .slider__dots .inner .slide-dot .timeline-dot-box .timeline-dot {
    border-width: 6px;
  }
  #milestones-slider .slider__dots .inner .slide-dot.active .timeline-dot-box .timeline-dot {
    width: 32px;
    height: 32px;
  }
  /* Category */
  .single-post .fl-page-content,
  .search-results .fl-page-content,
  .archive .fl-page-content {
    padding-top: 20px;
  }
  .search-results .fl-inner-content,
  .archive .fl-inner-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
	#banner-home .fl-row-content-wrap{
		padding:0!important
	}
  .search-results .categories-link .btn-outline,
  .archive .categories-link .btn-outline {
    padding: 8px 30px;
  }
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover {
	color: #db8f27;
}
.search-results .fl-post .fl-post-more-link, .archive .fl-post .fl-post-more-link {
color: #db8f27; }

.fl-builder-content .fl-node-6439723c423bc h3 {
	color: #000;
}

.uabb-infobox-text.uabb-text-editor button,
.uabb-infobox-text.uabb-text-editor p{
color: #000 !important;}

.uabb-infobox-text.uabb-text-editor span{
	color: #fff !important;
}

@media only screen and (max-width: 959px)
.header-site .container {
    background-color: #fff !important;
}

.resize-bannerhome img {
	max-height: 1050px;
	height: auto;
}


.fl-node-6480025071160 > .fl-row-content-wrap {
width: 100%;
	max-height: 1000px;
	height: auto;
}

