/*
Theme Name: tisbroker
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.48
*/      

/* Blur Section với màu đỏ */
/* Color Overlay Effects */
/* Neon Cyan */
@media (min-width: 2540px) { /* Cho màn 4K+ */
  :root {
    font-size: 150%;
  }
}

@media screen and (min-width :1024px) {
    .flex-right .nav {
        flex-flow: unset;
    }
      .header-main .flex-right{
        min-width: 440px;
    }
    .col .live-search-results, .header .search-form .live-search-results, .header-block .live-search-results{
    background-color: hsla(0,0%,100%,.95);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  color: #111;
  position: absolute;
  left:unset;
  right: 0;
  text-align: left;
  top: 105%;
  width: 40vw;
}
}


.rank-math-breadcrumb{
  color: white !important;
  padding: 0px 10px;
}
.rank-math-breadcrumb a {
    color: #ffb2b2 !important;
}
.rank-math-breadcrumb p {
 background-color: #d33;
  display: inline-block;
  padding: 0px 10px;
}
/*.rank-math-breadcrumb a:hover{*/
/*    color: #ffb2b2 !important;*/
/*}*/
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img{
    padding-top:10px;
}
.autocomplete-suggestion img {
    display: none;
}
.autocomplete-suggestion img + .search-name {
    margin-top: unset;
  padding-left: unset;
}

.rank-math-breadcrumb a , .rank-math-breadcrumb span {
    /*text-shadow:  1px 1px 0 rgba(255, 255, 255, 0.8);*/
    /*-1px -1px 0 rgba(255, 255, 255, 0.8),*/
    /*1px -1px 0 rgba(255, 255, 255, 0.8),*/
    /*-1px 1px 0 rgba(255, 255, 255, 0.8),*/
    /*1px 1px 0px rgba(255, 255, 255, 0.5);*/
}
.header-language-dropdown__link {
    display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  min-width: 50px;
}
#ux-language-dropdown a {
    display:flex;
    gap:8px;
    align-items: center;
}
.header-language-dropdown__link .image-icon,#ux-language-dropdown  .icon-image {
  display:inline-flex;
  justify-items: center;
  align-items: center;
}

.pl-20{
    padding-left:20px;
}

.cursor-default, .cursor-default a{
    cursor: default !important;
}
.col.col-divided:not(.col-first):last-child{
    border:none !important;
}
.tis-support2 {
    height:360px;
}
.contact-tis {
    height:392px;
}
        .tis-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .tis-feature {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(214, 28, 46, 0.1);
            border-left: 5px solid #d61c2e;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .tis-feature::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #d61c2e, #ff4757);
            border-radius: 0 15px 0 50px;
            opacity: 0.1;
        }

        .tis-feature:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(214, 28, 46, 0.2);
            border-left-width: 8px;
        }

        .tis-feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .tis-feature-title .tis-bold {
            color: #d61c2e;
        }

        .tis-feature-text {
            color: #5a6c7d;
            line-height: 1.6;
            font-size: 1rem;
        }
  .tis-goal-section {
            background: linear-gradient(135deg, #d61c2e, #b91c3c);
            border-radius: 20px;
            padding: 50px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(214, 28, 46, 0.3);
        }

        .tis-goal-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: tis-shimmer 6s ease-in-out infinite;
        }

        @keyframes tis-shimmer {
            0%, 100% { transform: rotate(0deg); }
            50% { transform: rotate(180deg); }
        }

        .tis-goal-title {
            font-size: 2.5rem;
            font-weight: 900;
            color: white;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }

        .tis-goal-text {
            font-size: 1.4rem;
            color: white;
            line-height: 1.6;
            font-weight: 500;
            position: relative;
            z-index: 2;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }
.border-left {
    border-left: 2px solid var(--fs-color-primary);
}
.border-left blockquote {
    border-left:none !important;
}
.about-tis{
    height: 37%;
  background-color: #0009;
  
}
        .blur-section-neon-cyan .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(6, 182, 212, 0.85) 0%,
                rgba(34, 211, 238, 0.4) 50%,
                rgba(6, 182, 212, 0) 50%,
                rgba(6, 182, 212, 0) 100%
            );
            z-index: 1;
        }

        /* Electric Purple */
        .blur-section-electric-purple .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(139, 69, 255, 0.85) 0%,
                rgba(168, 85, 247, 0.4) 50%,
                rgba(139, 69, 255, 0) 50%,
                rgba(139, 69, 255, 0) 100%
            );
            z-index: 1;
        }

        /* Coral Pink */
        .blur-section-coral-pink .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(255, 99, 132, 0.85) 0%,
                rgba(255, 158, 158, 0.4) 50%,
                rgba(255, 99, 132, 0) 50%,
                rgba(255, 99, 132, 0) 100%
            );
            z-index: 1;
        }

        /* Mint Green */
        .blur-section-mint-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(16, 185, 129, 0.85) 0%,
                rgba(52, 211, 153, 0.4) 50%,
                rgba(16, 185, 129, 0) 50%,
                rgba(16, 185, 129, 0) 100%
            );
            z-index: 1;
        }

        /* Sunset Orange */
        .blur-section-sunset-orange .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(251, 146, 60, 0.85) 0%,
                rgba(252, 176, 64, 0.4) 50%,
                rgba(251, 146, 60, 0) 50%,
                rgba(251, 146, 60, 0) 100%
            );
            z-index: 1;
        }

        /* Ocean Blue */
        .blur-section-ocean-blue .section-bg::after {
            content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(148, 207, 233, 0.85) 0%, rgba(56, 189, 248, 0.4) 50%, rgba(14, 165, 233, 0) 50%, rgba(14, 165, 233, 0) 100% );
  z-index: 1;
        }

        /* Rose Gold */
        .blur-section-rose-gold .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(236, 72, 153, 0.85) 0%,
                rgba(244, 114, 182, 0.4) 50%,
                rgba(236, 72, 153, 0) 50%,
                rgba(236, 72, 153, 0) 100%
            );
            z-index: 1;
        }

        /* Lime Green */
        .blur-section-lime-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(132, 204, 22, 0.85) 0%,
                rgba(163, 230, 53, 0.4) 50%,
                rgba(132, 204, 22, 0) 50%,
                rgba(132, 204, 22, 0) 100%
            );
            z-index: 1;
        }

        /* Indigo */
        .blur-section-indigo .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(79, 70, 229, 0.85) 0%,
                rgba(99, 102, 241, 0.4) 50%,
                rgba(79, 70, 229, 0) 50%,
                rgba(79, 70, 229, 0) 100%
            );
            z-index: 1;
        }

        /* Teal */
        .blur-section-teal .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(13, 148, 136, 0.85) 0%,
                rgba(45, 212, 191, 0.4) 50%,
                rgba(13, 148, 136, 0) 50%,
                rgba(13, 148, 136, 0) 100%
            );
            z-index: 1;
        }
        .blur-section-blue .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(30, 64, 175, 0.8) 0%,
                rgba(59, 130, 246, 0.3) 50%,
                rgba(30, 64, 175, 0) 50%,
                rgba(30, 64, 175, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           background: linear-gradient(to right, rgba(255, 255, 255, 0.19) 0%, rgba(61, 121, 83, 0.42) 50%, rgba(21, 128, 61, 0) 50%, rgba(21, 128, 61, 0) 100% );
            z-index: 1;
        }

        .blur-section-orange .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(194, 65, 12, 0.8) 0%,
                rgba(249, 115, 22, 0.3) 50%,
                rgba(194, 65, 12, 0) 50%,
                rgba(194, 65, 12, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-purple .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(107, 33, 168, 0.8) 0%,
                rgba(147, 51, 234, 0.3) 50%,
                rgba(107, 33, 168, 0) 50%,
                rgba(107, 33, 168, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-red .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(185, 28, 28, 0.8) 0%,
                rgba(239, 68, 68, 0.3) 50%,
                rgba(185, 28, 28, 0) 50%,
                rgba(185, 28, 28, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-gray .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(55, 65, 81, 0.8) 0%,
                rgba(107, 114, 128, 0.3) 50%,
                rgba(55, 65, 81, 0) 50%,
                rgba(55, 65, 81, 0) 100%
            );
            z-index: 1;
        }

        /* Section Labels */
        .section-label {
            position: absolute;
            top: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            z-index: 3;
        }

.full-width .banner-layers.container {
    max-width: unset;
}
.post-title{
    font-size:150%;
}
.img-center > .col-inner{
    margin:auto;
}
 .table-container {
            background: white;
            margin: 20px 0;
        }
        
        .table-title {
            color: #333;
            text-align: center;
            padding: 20px;
            margin: 0;
            font-size: 24px;
            font-weight: 600;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
        }
        
        th, td {
            font-size: 1rem !important;
            padding: 16px 20px;
            text-align: left;
            vertical-align: top;
            border-bottom: 1px solid #e9ecef;
        }
        
        th {
            background: #f8f9fa;
            color: #333;
            font-weight: 600;
        }
        
        .criteria-col {
            font-weight: 600;
            color: #495057;
            width: 25%;
        }
        
        .broker-col {
            width: 37.5%;
        }
        
        .agent-col {
            width: 37.5%;
        }
        
        tr:nth-child(even) {
            background: #f8f9fa;
        }
        
        tr:nth-child(odd) {
            background: white;
        }
        
        tr:hover {
            background: #e9ecef;
        }
        
        .highlight {
            font-weight: 600;
        }
        
        p {
            margin: 8px 0;
            line-height: 1.5;
        }
        
        p:last-child {
            margin-bottom: 0;
        }
        
        @media (max-width: 768px) {
            table {
                font-size: 12px;
            }
            
            th, td {
                padding: 12px 8px;
            }
            
            .table-title {
                font-size: 20px;
                padding: 15px;
            }
        }
/* timeline*/

.main-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            line-height: 1.6;
        }

        .timeline {
            position: relative;
            padding: 20px 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #E30613, #B5050F);
            border-radius: 2px;
        }

        .timeline-item {
            display: flex;
            margin-bottom: 50px;
            position: relative;
            opacity: 0;
            animation: slideIn 0.6s ease forwards;
        }

        .timeline-item:nth-child(odd) {
            flex-direction: row;
            animation-delay: calc(var(--index) * 0.15s);
        }

        .timeline-item:nth-child(even) {
            flex-direction: row-reverse;
            animation-delay: calc(var(--index) * 0.15s);
            margin-top: -100px;
        }

        /* Reset margin for first item */
        .timeline-item:nth-child(2) {
            margin-top: -50px;
        }

        /* Apply offset to odd items starting from 3rd item */
        .timeline-item:nth-child(odd):not(:first-child) {
            margin-top: -100px;
        }

        /* Reset margin for third item to create proper spacing */
        .timeline-item:nth-child(3) {
            margin-top: -50px;
        }

        .timeline-content {
            flex: 1;
            max-width: calc(50% - 40px);
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            position: relative;
            transition: all 0.3s ease;
        }

        .timeline-item:nth-child(odd) .timeline-content {
            margin-right: 40px;
        }

        .timeline-item:nth-child(even) .timeline-content {
            margin-left: 40px;
        }

        .timeline-content:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .timeline-marker {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #E30613, #B5050F);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
            box-shadow: 0 5px 15px rgba(227, 6, 19, 0.4);
            border: 4px solid white;
            z-index: 2;
        }

        .tip-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .check-badge {
            background: linear-gradient(135deg, #E30613, #B5050F);
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .tip-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2d3748;
            flex: 1;
        }

        .tip-description {
            color: #4a5568;
            line-height: 1.7;
            font-size: 1rem;
        }

        .highlight {
            background: linear-gradient(120deg, #E30613, #B5050F);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 700;
        }

        .special-marker {
            background: linear-gradient(135deg, #E30613, #B5050F);
            box-shadow: 0 5px 15px rgba(72, 187, 120, 0.4);
        }

        .arrow {
            position: absolute;
            top: 20px;
            width: 0;
            height: 0;
        }

        .timeline-item:nth-child(odd) .arrow {
            right: -15px;
            border-left: 15px solid white;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        .timeline-item:nth-child(even) .arrow {
            left: -15px;
            border-right: 15px solid white;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .timeline::before {
                left: 30px;
            }

            .timeline-marker {
                left: 30px;
            }

            .timeline-item {
                flex-direction: row !important;
                margin-top: 0 !important; /* Reset margin-top for mobile */
            }

            .timeline-content {
                max-width: calc(100% - 80px);
                margin-left: 80px !important;
                margin-right: 0 !important;
            }

            .arrow {
                display: none;
            }

            .main-title {
                font-size: 2.2rem;
            }
        }
/* end timeline*/

.header-nav {
  margin-bottom: 0; /* Remove bottom margin */
}
.text-red-vn a::after{
    content: "Bắt buộc";
    background-color: #d61c2e;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 9px;
      font-weight: bolder;
      letter-spacing: -.1px;
      line-height: 9px;
      margin-left: 4px;
      padding: 2px 3px 3px;
      position: relative;
      text-transform: uppercase;
      top: -2px;
}
.text-red a::after{
    content: "Mandatory";
    background-color: #d61c2e;
      border-radius: 2px;
      color: #fff;
      display: inline-block;
      font-size: 9px;
      font-weight: bolder;
      letter-spacing: -.1px;
      line-height: 9px;
      margin-left: 4px;
      padding: 2px 3px 3px;
      position: relative;
      text-transform: uppercase;
      top: -2px;
}
.header-tab .nav {
    margin: 0px 30px !important;
    color: black;
    background-color: #f0f0f0;
}
.header-tab li{
    flex :1;
    text-align: center;
}
.header-tab li:hover, .header-tab li.active{
    background-color: #da3e3e;
}
.header-tab li a span {
    color : black ;
}
.header-tab li.active a span {
    color : white !important ;
}
.header-tab li a span :hover {
    color : white !important;
}
.header-tab li a {
      width: 100% !important;
      display: flex;
  justify-content: center;
  align-content: center;
}
.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
  overflow: hidden;
}

        .hero-content {
            text-align: center;
            z-index: 10;
            position: relative;
        }

        .hero-title {
            margin-bottom: 2rem;
            width: 100%;
           
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-hover-svg {
            width: 100%;
            height: 100%;
             max-width: 300px;
            height: 200px;
            user-select: none;
        }

        .hero-subtitle {
            font-size: 300%;
            color: #dc2626;
            font-weight: 700;
            letter-spacing: 0.025em;
            margin-top: 1rem;
            opacity: 0;
            animation: fadeInUp 1s ease 1.5s forwards;
        }

        .hero-description {
            font-size: 1.25rem;
            color: #000;
            font-weight: 400;
            margin-top: 0.5rem;
            opacity: 0;
            animation: fadeInUp 1s ease 1.8s forwards;
        }

        .outline-logo {
            fill: transparent;
            stroke: #6b6b6b;
            stroke-width: 2;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .outline-logo.hovered {
            opacity: 0.6;
        }

        .animated-logo {
            fill: transparent;
            stroke: #d61c2e;
            stroke-width: 2;
            stroke-dasharray: 2000;
            stroke-dashoffset: 2000;
            animation: drawLogo 4s ease-in-out forwards;
        }

        .gradient-logo {
            fill: transparent;
            stroke-width: 2;
            mask: url(#logoMask);
        }

        .filled-logo {
            fill: #d61c2e;
            opacity: 0;
            animation: fillLogo 1s ease 3.5s forwards;
        }

        @keyframes drawLogo {
            to {
                stroke-dashoffset: 0;
            }
        }

        @keyframes fillLogo {
            to {
                opacity: 1;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Particle canvas */
        .particles-canvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        /* Responsive - Tablet */
        @media (max-width: 1024px) {
            .hero-title {
                max-width: 500px;
                height: 320px;
            }

            .hero-subtitle {
                font-size: 1.75rem;
            }

            .hero-description {
                font-size: 1.125rem;
            }
        }

        /* Responsive - Mobile Large */
        @media (max-width: 768px) {
            .hero-title {
                max-width: 400px;
                height: 250px;
            }

            .hero-subtitle {
                font-size: 1.5rem;
            }

            .hero-description {
                font-size: 1rem;
            }
        }

       

        /* Responsive - Mobile Small */
        @media (max-width: 320px) {
            .hero-title {
                max-width: 280px;
                height: 180px;
            }

            .hero-subtitle {
                font-size: 1.5rem;
            }

            .hero-description {
                font-size: 0.75rem;
            }
        }

        /* Floating animation for particles */
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            33% { transform: translateY(-10px) rotate(120deg); }
            66% { transform: translateY(5px) rotate(240deg); }
        }

        .logo-glow {
            filter: drop-shadow(0 0 20px rgba(214, 28, 46, 0.3));
            opacity: 0;
            animation: glowEffect 1s ease 2.5s forwards;
        }

        @keyframes glowEffect {
            to {
                opacity: 1;
            }
        }
/*End effect */
.custom-icon-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-icon-text.text-center {
    justify-content: center;
}

.custom-icon-text.text-right {
    justify-content: flex-end;
}

.custom-icon-text-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: inherit;
    transition: all 0.3s ease;
}

.custom-icon-text-link:hover {
    text-decoration: none;
    opacity: 0.8;
    transform: translateY(-1px);
}

.custom-icon-text-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom-icon-text-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-icon-text-content {
    flex: 1;
    margin: 0;
    line-height: 1.4;
}

/* Text sizes */
.custom-icon-text-content.is-xsmall {
    font-size: 0.75em;
}

.custom-icon-text-content.is-small {
    font-size: 0.875em;
}

.custom-icon-text-content.is-medium {
    font-size: 1em;
}

.custom-icon-text-content.is-large {
    font-size: 1.25em;
    font-weight: 500;
}

.custom-icon-text-content.is-xlarge {
    font-size: 1.5em;
    font-weight: 500;
}

.custom-icon-text-content.is-xxlarge {
    font-size: 2em;
    font-weight: 600;
}

/* Hover effects for linked elements */
.custom-icon-text-link:hover .custom-icon-text-icon {
    transform: scale(1.1);
}

.custom-icon-text-link:hover .custom-icon-text-content {
    color: inherit;
}

/* Responsive design */
@media (max-width: 768px) {
    .custom-icon-text {
        gap: 12px;
    }
}

@media (max-width: 549px) {
    .custom-icon-text {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .custom-icon-text-link {
        flex-direction: column;
        text-align: center;
    }
    
    .custom-icon-text.text-left,
    .custom-icon-text.text-right {
        justify-content: center;
    }
    
    .custom-icon-text-content {
        text-align: center;
    }
}

/* Dark mode support */
.dark .custom-icon-text-content {
    color: #ffffff;
}

.dark .custom-icon-text-icon {
    color: #ffffff;
}

/* Animation classes */
.custom-icon-text.has-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.custom-icon-text.has-animation.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Custom variations */
.custom-icon-text.style-bordered {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 8px;
}

.custom-icon-text.style-shadow {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 8px;
}

.custom-icon-text.style-background {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}
.text-shadow-none
{
    text-shadow: none !important;
}
.blur-5,.hover-blur-5:hover {
    backdrop-filter: blur(5px);
}

.blur-section2 .section-bg img {
         mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 50%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
    -webkit-mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 50%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
}

/* Đảm bảo overlay và content hiển thị đúng */
.blur-section2 .section-bg-overlay {
    z-index: 1;
}

.blur-section2 .section-content {
    position: relative;
    z-index: 2;
}

.blur-section.overlay-50 .section-bg img{
          mask: linear-gradient(to right, 
    rgba(0,0,0,0.4) 0%,   
    rgba(0,0,0,0.7) 50%, 
    rgba(0,0,0,1) 50%, 
    rgba(0,0,0,1) 100%
    );
}
/* Đảm bảo background image gốc không bị blur */
.blur-section .section-bg img {
          mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.3) 50%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
    -webkit-mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.3) 50%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
}

/* Đảm bảo overlay và content hiển thị đúng */
.blur-section .section-bg-overlay {
    z-index: 1;
}

.blur-section .section-content {
    position: relative;
    z-index: 2;
}
.blur-10,.hover-blur-10:hover,.header-main {
    backdrop-filter: blur(10px);
}
        .red-shadow > .col-inner {
            background: linear-gradient(to right, #dc3545, #b02a37); 
            transition: all 0.3s; 
            box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4); transform: translateY(0); overflow: hidden;
        }
        
        /* Container trung tâm mới thay thế image-box */
.risk-analytics-center {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 190px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out 1.8s;
    z-index: 10;
}
.risk-image-container img {
    width:50%;
}

.animate .risk-analytics-center {
    opacity: 1;
}

/* Tiêu đề Risk Analytics */
.risk-title {
  font-size: 31px;
  font-weight: bold;
  color: #7f7f7f;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.2;
  padding-top:20px;
}
/* Style chung cho các icon */
.risk-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.risk-icon:hover {
    transform: scale(1.1);
}


.animate .risk-analytics-center::before {
    opacity: 0.3;
}
        
      .arrow-container {
            position: relative;
            display: inline-block;
            transform: translateY(-50vh);
            opacity: 0;
            transition: transform 0.8s ease-out, opacity 0.8s ease-out;
        }
        .arrow-container.animate-in {
            transform: translateY(0);
            opacity: 1;
        }

        .arrow-text {
            position: absolute;
            z-index: 10;
        }

        .arrow-svg {
            width: 100%;
            height: auto;
        }
        .arrow-down-effect .col-inner{
            justify-content: space-between;
              display: flex;
              flex-direction: column;
              height: 100%;
        }
        .arrow-down-effect::before{
            content: "";
              position: absolute;
              top: 50%;
              right: 0;
              width: 30px;
              height: 30px;
              background-color: #fff;
              box-shadow: 0 0 var(--shadowSize) var(--shadowColor);
              transform: translate(50%, -50%) rotate(45deg);
              clip-path: polygon(
                calc(var(--shadowSize) * -1) calc(var(--shadowSize) * -1), 
                calc(100% + var(--shadowSize)) calc(var(--shadowSize) * -1), 
                calc(100% + var(--shadowSize)) calc(100% + var(--shadowSize))
              );
        }
       .icon-risk .img-inner{
           background: #f1f1f1;
          padding: 8px;
          border-radius: 50%;
       }
        /* Container chính */
        .split-circle-section {
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            position: relative;
        }

        /* Container cho 2 cột */
        .circle-container {
            display: flex;
            width: 100%;
            position: relative;
        }

        /* Cột trái */
        .left-column {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding-right: 5px;
        }

        /* Cột phải */
        .right-column {
            flex: 1;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-left: 5px;
        }

        /* Nửa hình tròn trái */
        .half-circle-left {
            z-index: 999;
            width: 200px;
            height: 400px;
            background: transparent;
            border: 50px solid #7f7f7f;
            border-right: none;
            border-radius: 200px 0 0 200px;
            position: relative;
            transform: translateX(-100vw);
            transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.2); */
        }

        /* Nửa hình tròn phải */
        .half-circle-right {
             z-index: 999;
            width: 200px;
            height: 400px;
            background: transparent;
            border: 50px solid #ff0000;
            border-left: none;
            border-radius: 0 200px 200px 0;
            position: relative;
            transform: translateX(100vw);
            transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            /* box-shadow: 0 10px 30px rgba(255,0,0,0.2); */
        }

        /* Khi animation được kích hoạt */
        .animate .half-circle-left {
            transform: translateX(0);
        }

        .animate .half-circle-right {
            transform: translateX(0);
        }

        /* Hiệu ứng glow khi ghép lại */
        .animate .half-circle-left::after,
        .animate .half-circle-right::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 8px;
            height: 80%;
            background: linear-gradient(to bottom, transparent, #ffffff, transparent);
            transform: translateY(-50%);
            opacity: 0;
            animation: glow 0.8s ease-in-out 1.5s forwards;
            border-radius: 4px;
        }

        .animate .half-circle-left::after {
            right: -4px;
        }

        .animate .half-circle-right::after {
            left: -4px;
        }

        @keyframes glow {
            0% { opacity: 0; }
            50% { opacity: 1; }
            100% { opacity: 0; }
        }

        /* Image box container */
        .image-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            text-align: center;
            opacity: 0;
            transition: opacity 0.8s ease-in-out 1.8s;
            z-index: 10;
            min-width: 150px;
        }

        .animate .image-box {
            opacity: 1;
        }

        /* Text trong image box */
        .image-box-text {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .arrow-right {
             z-index: 999;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 75px;
            height: 100px;
          background: #7f7f7f;
          clip-path: polygon(0 31%, 63.2% 31%, 62.2% 18%, 120% 50%, 63.2% 82%, 63.2% 69%, 0 69%);
            z-index: 5;
        }

        .arrow-left {
             z-index: 999;
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translateY(-50%);
            width: 75px;
            height: 100px;
            background: #ff0000;
            clip-path: polygon(-20% 50%, 36.8% 18%, 36.8% 31%, 100% 31%, 100% 70%, 36.8% 70%, 36.8% 82%);
            z-index: 5;
        }

        /* Hiển thị mũi tên khi animation kích hoạt */
        .animate .arrow-left,
        .animate .arrow-right {
            opacity: 1;
        }

        .icon-step1 {
          position: absolute;
          top: 50%;
          left: -65px;
          transform: translateY(-50%);
          font-size: 2rem;
          color: white;
          background: #7f7f7f;
          border: 14px solid #7f7f7f;
          border-radius: 50%;
          z-index: 100;
          width: 90px;
          height: 90px;
        }
        .icon-step2 {
            position: absolute;
            top: 50%;
            right: -65px;
            transform: translateY(-50%);
            font-size: 2rem;
            color: white;
            background: #ff0000;
            border: 14px solid #ff0000;
            border-radius: 50%;
            z-index: 100;
            width: 90px;
            height: 90px;
        }

        @keyframes pulse-arrow {
            0%, 100% {
                opacity: 1;
                transform: translateY(-50%) scale(1);
            }
            50% {
                opacity: 0.6;
                transform: translateY(-50%) scale(1.1);
            }
        }

        /* Icon/Image trong image box */
        .image-box-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
        }

        /* Alternative: Nếu muốn dùng image thật */
        .image-box-icon img {
            width: 40px;
            height: 40px;
            object-fit: contain;
        }

/*************** ADD CUSTOM CSS HERE.   ***************/
.text-shadow-white{
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}
/*   h1,h2,h3,h4,h5,h6 {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; 
  } */

  .button:hover .icon-angle-right {
    animation: moveRight 0.7s infinite;
  }

  @keyframes moveRight {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
  }
/*   .ani-col .col-inner:hover {
    background-color: white !important;
    color:red !important;
    outline: 1px solid red
  } */
  .text-justify{
        text-align: justify;
  text-justify: inter-word;
  }
  .rotate-90
    {
        transform: rotate(0deg);
    }
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.blur-section2 .section-bg img {
         mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 100%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
    -webkit-mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 100%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
}

.blur-section-neon-cyan .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(6, 182, 212, 0.85) 0%,
                rgba(34, 211, 238, 0.4) 100%,
                rgba(6, 182, 212, 0) 50%,
                rgba(6, 182, 212, 0) 100%
            );
            z-index: 1;
        }

        /* Electric Purple */
        .blur-section-electric-purple .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(139, 69, 255, 0.85) 0%,
                rgba(168, 85, 247, 0.4) 100%,
                rgba(139, 69, 255, 0) 50%,
                rgba(139, 69, 255, 0) 100%
            );
            z-index: 1;
        }

        /* Coral Pink */
        .blur-section-coral-pink .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(255, 99, 132, 0.85) 0%,
                rgba(255, 158, 158, 0.4) 100%,
                rgba(255, 99, 132, 0) 50%,
                rgba(255, 99, 132, 0) 100%
            );
            z-index: 1;
        }

        /* Mint Green */
        .blur-section-mint-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(16, 185, 129, 0.85) 0%,
                rgba(52, 211, 153, 0.4) 100%,
                rgba(16, 185, 129, 0) 50%,
                rgba(16, 185, 129, 0) 100%
            );
            z-index: 1;
        }

        /* Sunset Orange */
        .blur-section-sunset-orange .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(251, 146, 60, 0.85) 0%,
                rgba(252, 176, 64, 0.4) 100%,
                rgba(251, 146, 60, 0) 50%,
                rgba(251, 146, 60, 0) 100%
            );
            z-index: 1;
        }

        /* Ocean Blue */
        .blur-section-ocean-blue .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(14, 165, 233, 0.85) 0%,
                rgba(56, 189, 248, 0.4) 100%,
                rgba(14, 165, 233, 0) 50%,
                rgba(14, 165, 233, 0) 100%
            );
            z-index: 1;
        }

        /* Rose Gold */
        .blur-section-rose-gold .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(236, 72, 153, 0.85) 0%,
                rgba(244, 114, 182, 0.4) 100%,
                rgba(236, 72, 153, 0) 50%,
                rgba(236, 72, 153, 0) 100%
            );
            z-index: 1;
        }

        /* Lime Green */
        .blur-section-lime-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(132, 204, 22, 0.85) 0%,
                rgba(163, 230, 53, 0.4) 100%,
                rgba(132, 204, 22, 0) 50%,
                rgba(132, 204, 22, 0) 100%
            );
            z-index: 1;
        }

        /* Indigo */
        .blur-section-indigo .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(79, 70, 229, 0.85) 0%,
                rgba(99, 102, 241, 0.4) 100%,
                rgba(79, 70, 229, 0) 50%,
                rgba(79, 70, 229, 0) 100%
            );
            z-index: 1;
        }

        /* Teal */
        .blur-section-teal .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(13, 148, 136, 0.85) 0%,
                rgba(45, 212, 191, 0.4) 100%,
                rgba(13, 148, 136, 0) 50%,
                rgba(13, 148, 136, 0) 100%
            );
            z-index: 1;
        }
        .blur-section-blue .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(30, 64, 175, 0.8) 0%, 
                rgba(59, 130, 246, 0.3) 100%, 
                rgba(30, 64, 175, 0) 50%, 
                rgba(30, 64, 175, 0) 100% );
            
            z-index: 1;
        }

        .blur-section-green .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
           background: linear-gradient(to right, rgba(255, 255, 255, 0.19) 0%, rgba(61, 121, 83, 0.42) 100%, rgba(21, 128, 61, 0) 50%, rgba(21, 128, 61, 0) 100% );
            z-index: 1;
        }

        .blur-section-orange .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(194, 65, 12, 0.8) 0%,
                rgba(249, 115, 22, 0.3) 100%,
                rgba(194, 65, 12, 0) 50%,
                rgba(194, 65, 12, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-purple .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(107, 33, 168, 0.8) 0%,
                rgba(147, 51, 234, 0.3) 100%,
                rgba(107, 33, 168, 0) 50%,
                rgba(107, 33, 168, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-red .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(185, 28, 28, 0.8) 0%,
                rgba(239, 68, 68, 0.3) 100%,
                rgba(185, 28, 28, 0) 50%,
                rgba(185, 28, 28, 0) 100%
            );
            z-index: 1;
        }

        .blur-section-gray .section-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, 
                rgba(55, 65, 81, 0.8) 0%,
                rgba(107, 114, 128, 0.3) 100%,
                rgba(55, 65, 81, 0) 50%,
                rgba(55, 65, 81, 0) 100%
            );
            z-index: 1;
        }
.blur-section .section-bg img {
      mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 100%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
    -webkit-mask: linear-gradient(to right, 
        rgba(0,0,0,0.5) 0%, 
        rgba(0,0,0,0.1) 100%, 
        rgba(0,0,0,1) 50%, 
        rgba(0,0,0,1) 100%
    );
}

    .rotate-90
    {
        transform: rotate(90deg);
    }
 .toolbar {
    background: #fff;
    display: inline-block !important;
    width: 100%;
    padding: 3px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
    border-top: 1px solid #cbcbcb;
  }
  .toolbar ul li {
    text-align: center;
    float: left;
    width: 20%;
    margin-bottom: 0px;
    list-style: none;
  }
  .toolbar ul li a {
    display: inline-block;
    width: 100%;
  }
  .icon-m {
    background: url(/images/icon-m.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    display: inline-block;
  }
  .toolbar ul li a span {
    font-weight: 400;
    color: #333333;
    font-size: 13px;
    margin-top: -5px;
    display: block;
  }
  .icon-t1 {
    background-position: -1px -4px;
    width: 50px;
    height: 28px;
    background-size: 210px;
  }
  .icon-t2 {
    background-position: -41px -4px;
    width: 50px;
    height: 28px;
    background-size: 210px;
  }
  .icon-t3 {
    background-position: -98px -4px;
    width: 55px;
    height: 28px;
    background-size: 210px;
  }
  .icon-t4 {
    background-position: -156px -4px;
    width: 50px;
    height: 28px;
    background-size: 210px;
  }
  .icon-t5 {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfjAhYQJDcGxX92AAACz0lEQVRYw+3ZX2jVZRzH8dfZxhobE41FjihS2qqRmEiENAhvnA2hCCYM+oeQVFCKFwreJF6YJEQRFN1ZN5ErIvyzTsSEiCDrQhIKKp0XiYXiLP+ftfPtYjbndn7H8zs75xR4vs/d9/N9vu/f8/ye5/k+P36Uaxk7vSVTdv8yrdF7QnhfUy2xzfYIOTlhj+ZaYVsNC5c9od8FYUR7LbDzfS2M6QUPOy0c0pE2TdrF0SlriT+sdviq50Gfu90RfU6CtRbN6vWdkbmN9m6/CMd1X+dd5Fdh1D1gWMxqb8xOlWZNLpHV6UernLjOP+pRX+jxlT5HwJeOTanLLZ/baB9ySvjebQXVBb4RxjxiWFg7TXm18IgbSsSuclCHESudKqiP6TNivqye0hKWBn7cZ9rstca5xJhzHvOxNndVDvy8T7TY7UmXisblDNoN7itxHovaBnnh7RLnJmOXkLdlypPwjm+UZpsQdqbqtUWIqQJSBniyEORtTD1LL5iYKiCpwc0+EsY9lxoLg3LCp1rSgttkhQv6y8LiagHJej0N+N/joLdsLPQ6K+RKBy90WPjdsjlh4QEnks7q2bbYUWFU15yx0OW4cMziGwX2+E34yZ0VwUKnH4STlhYLWuFMeWW9qHU4JJyxIilgpb+Eg+ZVFMu1PbK6kDjgirBPS8WxcIu9whUDM4VnjAthXVWwsE4If1s/3blZXjhfdfB5IW/zpONaIRiqOnhoegF5TZjwEjUB86IJYUeDbjlPe6dqwJn2rqdc1tVk0Dyna4aFDx1wsUmuxlj4s/RbZsXtPwOn+7rNeFa/BQWUMft9IKoFftMridqApTZVB3yrl4WtjhbQ7rDLBtudrQa4W8bPiVfd9e53r29LTZZmcTVgPFHNp8t2822nOrgOroPr4Dq4Dq6Db2LwzMtea8Fb86S1ozFRb0R7kd6tyQ8xVOBvQmXb0P9gqv8BOJ4X7abhKmYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMDItMjJUMTU6MzY6NTUrMDE6MDBFgqzfAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAyLTIyVDE1OjM2OjU1KzAxOjAwNN8UYwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=");
    background-repeat: repeat;
    background-size: auto;
    width: 25px;
    height: 28px;
    background-size: 25px;
    opacity: 0.8;
    background-repeat: no-repeat;
  }
}
