/* ==========================================================================
   PHILIPS LIGHTING MASTER RESPONSIVE THEME FRAMEWORK (1440PX FLUID)
   Tự động thích ứng theo màu sắc giao diện được chọn trong admin
   ========================================================================== */

/* 1. FLUID CONTAINER (1440PX) */
html, body {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: var(--t-bg, #F8FAFC) !important;
  color: var(--t-text, #0F172A) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.container, #container, .wrapper, #wrapper, .mainbody, .container-sub-div {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* 2. HEADER */
.header, #header {
  width: 100% !important;
  background: #FFFFFF !important;
  border-bottom: 3px solid var(--t-primary, #0066A1) !important;
  box-shadow: 0 4px 15px rgba(0, 30, 60, 0.05) !important;
}

.hcontent, .header-content {
  max-width: 1440px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* 3. MENU NAVIGATION BAR */
.ddsmoothmenu, #ddsmoothmenu, .mainmenu, .navigation {
  background: var(--t-navy, #002244) !important;
  border-radius: 8px 8px 0 0 !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.ddsmoothmenu ul, .navi {
  background: transparent !important;
}

.ddsmoothmenu ul li a, .navi li a {
  background: var(--t-navy, #002244) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  padding: 14px 18px !important;
  transition: all 0.25s ease !important;
}

.ddsmoothmenu ul li a:hover, .navi li a:hover,
.ddsmoothmenu ul li.selected a, .navi li.active a,
.ddsmoothmenu ul li a.active {
  background: var(--t-primary, #0066A1) !important;
  color: #FFFFFF !important;
}

/* Dropdown Submenu */
.ddsmoothmenu ul li ul, .ddsmoothmenu ul li ul li, .dl-submenu {
  background: var(--t-dark, #00162B) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
  border-top: 2px solid var(--t-primary, #0066A1) !important;
}

.ddsmoothmenu ul li ul li a {
  background: var(--t-dark, #00162B) !important;
  color: #E2E8F0 !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  text-transform: none !important;
  padding: 10px 18px !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}

.ddsmoothmenu ul li ul li a:hover {
  background: var(--t-primary, #0066A1) !important;
  color: #FFFFFF !important;
  padding-left: 24px !important;
}

/* Mobile Menu */
@media screen and (max-width: 800px) {
  .dl-menuwrapper button, .dl-menuwrapper ul {
    background: var(--t-navy, #002244) !important;
  }
}

/* 4. SIDEBAR & SECTION HEADINGS */
.title-side-bar, h3.title-side-bar, .container-ct-sidebar h3, .title-h3, .ct-sidebar h3 {
  background: var(--t-navy, #002244) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  padding: 12px 18px !important;
  border-radius: 8px 8px 0 0 !important;
  border-left: 5px solid var(--t-accent, #F59E0B) !important;
  margin-bottom: 15px !important;
}

/* 5. PRODUCT CARDS & GRID */
.list-sp, .list-products-sidebar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  padding: 0 !important;
  list-style: none !important;
}

.list-sp li, .list-products-sidebar li, .product, .product_item, .box_product {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.list-sp li:hover, .list-products-sidebar li:hover,
.product:hover, .product_item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1) !important;
  border-color: var(--t-primary, #0066A1) !important;
}

.ten-sp-ct, .ten-sp-ct a, .product .title, .pro_name {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--t-navy, #002244) !important;
  line-height: 1.4 !important;
  margin: 10px 0 6px 0 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.ten-sp-ct a:hover, .product .title:hover {
  color: var(--t-primary, #0066A1) !important;
}

/* Price */
.gia-sp-ct, .price, .price_pro {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: var(--t-accent, #D97706) !important;
  margin: 6px 0 !important;
}

.gia_goc_sp {
  font-size: 13px !important;
  color: #94A3B8 !important;
  text-decoration: line-through !important;
}

/* Action Buttons */
.chitiet-sp, .button-block a, .buy-btn, .btn, .button, .btn_detail {
  background: linear-gradient(135deg, var(--t-primary, #0066A1) 0%, var(--t-navy, #002244) 100%) !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  padding: 9px 18px !important;
  border-radius: 8px !important;
  border: none !important;
  display: inline-block !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.25s ease !important;
}

.chitiet-sp:hover, .button-block a:hover, .buy-btn:hover, .btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
  color: #FFFFFF !important;
  filter: brightness(1.1) !important;
}

/* 6. CORPORATE FOOTER */
.footer, .sfooter, #footer, .footerWidgets {
  background: var(--t-dark, #00162B) !important;
  color: #94A3B8 !important;
  border-top: 4px solid var(--t-primary, #0066A1) !important;
  padding: 40px 0 20px 0 !important;
  margin-top: 40px !important;
}

.footer-title-side-bar {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-bottom: 2px solid var(--t-primary, #0066A1) !important;
  padding-bottom: 8px !important;
  margin-bottom: 16px !important;
}

.footer a, .sfooter a, #footer a {
  color: #CBD5E1 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.footer a:hover, .sfooter a:hover, #footer a:hover {
  color: var(--t-accent, #F59E0B) !important;
  padding-left: 4px !important;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding-top: 16px !important;
  margin-top: 30px !important;
  color: #64748B !important;
  font-size: 13px !important;
}


/* ==========================================================================
   MODERN MEGA MENU (3 COLUMNS GRID - WHITE GLASSMORPHISM)
   Thay the dropdown dai den 1 cot bang Mega Menu 3 cot chuan Chau Au
   ========================================================================== */
.ddsmoothmenu {
  position: relative !important;
}

.ddsmoothmenu ul li {
  position: static !important;
}

.ddsmoothmenu ul li ul {
  width: 820px !important;
  max-width: 95vw !important;
  position: absolute !important;
  top: 100% !important;
  left: 20px !important;
  background: #FFFFFF !important;
  border-radius: 0 0 14px 14px !important;
  border-top: 3px solid var(--t-primary, #0066A1) !important;
  border-left: 1px solid #E2E8F0 !important;
  border-right: 1px solid #E2E8F0 !important;
  border-bottom: 2px solid #CBD5E1 !important;
  box-shadow: 0 20px 45px rgba(0, 22, 43, 0.16) !important;
  padding: 18px 20px !important;
  box-sizing: border-box !important;
  z-index: 99999 !important;
  display: none !important;
}

.ddsmoothmenu ul li:hover > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 14px !important;
}

.ddsmoothmenu ul li ul li {
  width: calc(33.333% - 10px) !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

.ddsmoothmenu ul li ul li a {
  background: #F8FAFC !important;
  color: #1E293B !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  border: 1px solid #E2E8F0 !important;
  display: flex !important;
  align-items: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 44px !important;
}

.ddsmoothmenu ul li ul li a:before {
  content: "\25B8" !important;
  color: var(--t-primary, #0066A1) !important;
  font-weight: bold !important;
  margin-right: 8px !important;
  font-size: 14px !important;
  transition: transform 0.2s ease !important;
}

.ddsmoothmenu ul li ul li a:hover {
  background: #FFFFFF !important;
  color: var(--t-primary, #0066A1) !important;
  border-color: var(--t-primary, #0066A1) !important;
  box-shadow: 0 4px 14px rgba(0, 102, 161, 0.16) !important;
  transform: translateX(4px) !important;
}

.ddsmoothmenu ul li ul li a:hover:before {
  transform: translateX(3px) !important;
}


/* ==========================================================================
   APPLE LANDING PAGE FULL-WIDTH ARCHITECTURE & STYLING
   ========================================================================== */

/* 1. Full-Width Breakout on Homepage */
body.home .container,
body.home .container.mainbody,
body.home #page,
body.home #columns,
body.home .wrapper,
body.home .right_content,
body.home .mid_content {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Hide old left sidebar and banner elements on homepage */
body.home .left_content,
body.home #sidebar_left,
body.home #sidebar_right,
body.home .topNavigation {
  display: none !important;
}

/* Base Apple Typography */
.apple-landing-wrap {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: #1D1D1F;
  background: #FFFFFF;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* 2. Apple Keynote Hero Section */
.apple-hero {
  position: relative;
  background: radial-gradient(circle at 50% 15%, #0B2545 0%, #030C1B 70%, #000000 100%);
  color: #FFFFFF;
  padding: 90px 24px 70px;
  text-align: center;
  overflow: hidden;
}

.apple-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.25) 0%, rgba(0, 102, 204, 0) 70%);
  pointer-events: none;
}

.apple-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #29B6F6;
  margin-bottom: 18px;
  background: rgba(41, 182, 246, 0.12);
  padding: 6px 18px;
  border-radius: 980px;
  border: 1px solid rgba(41, 182, 246, 0.28);
}

.apple-hero-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin: 0 auto 18px;
  max-width: 960px;
  color: #FFFFFF;
}

.apple-gradient-text {
  background: linear-gradient(135deg, #FFFFFF 20%, #70C3FF 70%, #0084FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.apple-hero-subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
  color: #A1A1A6;
  max-width: 760px;
  margin: 0 auto 36px;
}

.apple-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.apple-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0071E3;
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 34px;
  border-radius: 980px;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 24px rgba(0, 113, 227, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.apple-btn-primary:hover {
  background: #0077ED;
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 113, 227, 0.5);
  color: #FFFFFF !important;
}

.apple-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 980px;
  text-decoration: none !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.apple-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF !important;
  transform: scale(1.03);
}

.apple-hero-visual {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.apple-hero-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 25px 50px rgba(0, 140, 255, 0.22));
}

/* 3. Apple Metrics / Stats Bar */
.apple-stats-strip {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid #E5E5EA;
  padding: 42px 24px;
}

.apple-stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.apple-stat-item {
  text-align: center;
  flex: 1 1 200px;
}

.apple-stat-num {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  background: linear-gradient(135deg, #00A3FF, #00E0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 6px;
}

.apple-stat-label {
  font-size: 13.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #86868B;
}

/* 4. Apple Bento Grid Section */
.apple-bento-section {
  padding: 85px 24px;
  background: #F5F5F7;
}

.apple-bento-container {
  max-width: 1200px;
  margin: 0 auto;
}

.apple-section-header {
  text-align: center;
  margin-bottom: 50px;
}

.apple-section-eyebrow {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0066A1;
  margin-bottom: 10px;
  display: block;
}

.apple-section-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1D1D1F;
  margin: 0 0 14px;
}

.apple-section-subtitle {
  font-size: 18px;
  color: #6E6E73;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.5;
}

.apple-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.apple-bento-card {
  background: #FFFFFF;
  border-radius: 28px;
  padding: 40px 34px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apple-bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.apple-bento-card.hero-card {
  grid-column: span 2;
  background: linear-gradient(135deg, #0A192F 0%, #002244 100%);
  color: #FFFFFF;
  border: none;
}

.apple-bento-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0071E3;
  margin-bottom: 12px;
  display: inline-block;
}

.apple-bento-card.hero-card .apple-bento-tag {
  color: #29B6F6;
}

.apple-bento-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
  color: inherit;
}

.apple-bento-desc {
  font-size: 15.5px;
  line-height: 1.55;
  color: #6E6E73;
  margin: 0 0 20px;
}

.apple-bento-card.hero-card .apple-bento-desc {
  color: #B0C4DE;
}

.apple-bento-icon {
  font-size: 38px;
  margin-bottom: 16px;
  color: #0066A1;
}

/* 5. Apple Product Showcase Grid */
.apple-showcase-section {
  padding: 85px 24px;
  background: #FFFFFF;
}

.apple-showcase-container {
  max-width: 1240px;
  margin: 0 auto;
}

.apple-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.apple-product-card {
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none !important;
  color: inherit !important;
}

.apple-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.08);
  border-color: #0071E3;
}

.apple-badge-hot {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #F5F5F7;
  color: #1D1D1F;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 980px;
  border: 1px solid #D2D2D7;
}

.apple-product-thumb {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 10px;
}

.apple-product-thumb img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.apple-product-card:hover .apple-product-thumb img {
  transform: scale(1.06);
}

.apple-product-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #1D1D1F;
  margin: 0 0 8px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.apple-product-price {
  font-size: 18px;
  font-weight: 800;
  color: #0066A1;
  margin-bottom: 16px;
}

.apple-product-btn {
  margin-top: auto;
  display: inline-block;
  background: #F5F5F7;
  color: #0071E3 !important;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 980px;
  transition: all 0.2s ease;
}

.apple-product-card:hover .apple-product-btn {
  background: #0071E3;
  color: #FFFFFF !important;
}

/* 6. Apple Solutions (3 Pillars) */
.apple-solutions-section {
  padding: 85px 24px;
  background: #000000;
  color: #FFFFFF;
}

.apple-solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 40px auto 0;
}

.apple-solution-card {
  background: #151516;
  border-radius: 26px;
  padding: 38px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.apple-solution-card:hover {
  transform: translateY(-6px);
  border-color: #0071E3;
  box-shadow: 0 20px 45px rgba(0, 113, 227, 0.25);
}

.apple-solution-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 12px;
}

.apple-solution-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: #A1A1A6;
  margin: 0 0 20px;
}

.apple-solution-link {
  color: #29B6F6 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.apple-solution-link:hover {
  color: #FFFFFF !important;
}

/* 7. Apple Consultation CTA Card */
.apple-cta-section {
  padding: 80px 24px;
  background: #FFFFFF;
}

.apple-cta-box {
  max-width: 1100px;
  margin: 0 auto;
  background: radial-gradient(circle at 70% 30%, #003B73 0%, #001A33 60%, #000D1A 100%);
  border-radius: 32px;
  padding: 60px 40px;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 25px 60px rgba(0, 26, 51, 0.28);
}

.apple-cta-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.apple-cta-desc {
  font-size: 18px;
  color: #B0C4DE;
  max-width: 680px;
  margin: 0 auto 34px;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .apple-hero-title { font-size: 42px; }
  .apple-bento-grid { grid-template-columns: 1fr; }
  .apple-bento-card.hero-card { grid-column: span 1; }
  .apple-product-grid { grid-template-columns: repeat(2, 1fr); }
  .apple-solutions-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .apple-hero { padding: 60px 16px 40px; }
  .apple-hero-title { font-size: 32px; }
  .apple-hero-subtitle { font-size: 16px; }
  .apple-product-grid { grid-template-columns: 1fr; }
  .apple-cta-box { padding: 40px 20px; }
  .apple-cta-title { font-size: 28px; }
}


/* ==========================================================================
   CLEAN MODERN HEADER OVERRIDES
   ========================================================================== */
.header, #header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  background: #FFFFFF !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  z-index: 9999 !important;
}

.header .hcontent {
  max-width: 1240px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 90px !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

.header .hcontent a.logo {
  width: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

.header .hcontent a.logo img {
  max-height: 60px !important;
  width: auto !important;
}

body.home .slider-wrapper,
body.home #slider {
  display: none !important;
}

body.home .container,
body.home .container.mainbody {
  padding-top: 0 !important;
}
