@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.content-wrap {
    flex-grow: 1;
}

footer {
    flex-shrink: 0;
}
/********** Template CSS **********/
:root {
    --primary: #00a0e2;
    --secondary: #e31e25;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
/*    font-weight: 700 !important;*/
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: bold !important;
}

.btn {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 36px;
    height: 36px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 10px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #e31e25;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10% !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background-image: linear-gradient(15deg, #0bade3 0%, #83d5f0 100%);
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: linear-gradient(#eb2a2e, #eb2a2e);
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

#map {
    /*height: 290px;*/ /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
    /*margin-top:1rem;*/
}

.scale-img{
    object-fit:cover;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
}

.nav-link {
    padding: 0.2rem 0.2rem !important;
}

/*css capcha*/
@media only screen and (max-width: 550px) {
    .g-recaptcha {
        transform: scale(0.7);
    }

    .g-recaptcha div div {
        position: absolute;
        left: -45px;
    }

    .mb-resp {
        margin-bottom: 10px;
    }

    .width-resp {
        max-width: 100%;
    }

    /* selector for overflow div */
    div[style*='box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;'] {
        left: 0 !important;
    }
}

.rc-anchor .rc-anchor-content {
    padding-left: 10px !important;
}
.container{
    padding: 2rem 2rem;
}
.container-fluid {
    padding: 2rem 2rem;
}
.menu-flag {
    width: auto !important;
    left: unset !important;
}
img {
    max-width: 100%;
    height: auto;
    max-height: 22vh;
    object-fit: cover;
}

.img-content {
    max-height: unset !important;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.swal2-popup.my-custom-popup-border {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.swal2-confirm.my-custom-confirm-button {
    background: linear-gradient(135deg, rgb(94, 188, 240) 0%, rgb(27, 147, 210) 100%) !important;
    color: white !important;
    border: none !important;

}

    .swal2-confirm.my-custom-confirm-button:hover {
        background: linear-gradient(135deg, rgb(70, 160, 220) 0%, rgb(20, 120, 190) 100%) !important;
    }

.swal2-cancel.my-custom-cancel-button {
    background-color: #6c757d !important; 
    color: white !important;
    border: none !important;
}

    .swal2-cancel.my-custom-cancel-button:hover {
        background-color: #5a6268 !important;
    }

.img-fluid {
    height: 300px; /* Hoặc chiều cao bạn muốn */
    object-fit: cover; /* Cắt ảnh thông minh để không bị méo */
    border-radius: 15px;
}

.col-md-6 .img-fluid {
    height: 400px; /* Hoặc chiều cao bạn muốn */
    object-fit: cover; /* Cắt ảnh thông minh để không bị méo */
    border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-button {
        font-size: 1.0rem;
    }

    .hero-cta {
        gap: 0.5rem;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .banner h1 {
        font-size: 2rem;
    }

    .banner p {
        font-size: 1rem;
    }

    .about-content {
        grid-template-columns: 1fr !important;
    }

    .product-categories {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .product-card {
        width: 100%;
    }

    .product-items a {
        min-width: 100%;
        margin-right: 22px;
    }

    .product-items {
        padding: 20px 0.5rem;
        width: auto;
    }

    .project-info p {
        height: auto !important;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }
}
/* Responsive */
@media (max-width: 1024px) {
    .mega-menu {
        width: 600px;
    }

    .mega-menu-content {
        grid-template-columns: 1fr;
    }

    .mega-menu-image {
        display: none;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .product-card {
        width: 100%;
    }

    .product-items a {
        min-width: 100%;
        margin-right: 22px;
    }

    .product-items {
        padding: 20px 0.5rem;
        width: auto;
    }

    .cta-button {
        font-size: 1.0rem;
    }

    .hero-cta {
        gap: 0.5rem;
    }

    .project-info p {
        height: auto !important;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .cta-button {
        font-size: 1.0rem;
        gap: 0.5rem;
    }

    .nav-menu {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .nav-actions {
        gap: 1rem;
    }

    .header-cta {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    .hero-tagline {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-cta {
        flex-direction: row;
        align-items: center;
        gap: 0.35rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .intro-grid,
    .products-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    nav {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-title {
        font-size: 2rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about-visual {
        height: 400px;
    }

    .visual-card {
        position: relative !important;
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .main-card,
    .secondary-card,
    .accent-card {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .floating-elements {
        display: none;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .prev-arrow {
        left: 1rem;
    }

    .next-arrow {
        right: 1rem;
    }

    .slider-nav {
        bottom: 1rem;
    }

    .slide-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1.2rem;
    }

    .hero-nav-menu {
        flex-direction: column;
        gap: 1.5rem;
        margin-top: 14rem;
        left: 17%;
        position: unset;
    }

    .hero-nav-link {
        padding: 1rem 1.5rem;
        min-width: 100px;
    }

    .nav-icon {
        font-size: 2rem;
    }

    .nav-text {
        font-size: 0.9rem;
    }

    .hero-dropdown {
        min-width: 280px;
        left: 0;
        transform: translateX(0) translateY(-20px);
    }

    .hero-nav-item:hover .hero-dropdown {
        transform: translateX(0) translateY(0);
    }

    .dropdown-content {
        padding: 1rem;
    }

    .product-card {
        width: 100%;
    }

    .product-items a {
        min-width: 100%;
        margin-right: 22px;
    }

    .product-items {
        padding: 20px 0.5rem;
        width: auto;
    }

    .project-info p {
        height: auto !important;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }

    #nav-title {
        font-size: 1.5rem;
    }

    .gradient-text {
        display: inline-block;
    }

    .navbar-nav {
        flex-direction: row !important;
    }

    .flex {
        display: flex;
        flex-basis: 100%;
        flex-grow: 1;
    }
}
/**Responsive Hamburger**/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu-sub {
        top: 0;
        left: 102%;
        margin-top: -20px;
    }

.dropdown-menu-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    min-width: 160px;
    z-index: 1000;
    padding-left: 0px;
}

    .dropdown-menu-sub li {
        list-style: none;
    }

.dropdown-submenu:hover > .dropdown-menu-sub {
    display: block;
}

.caret {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.0855em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    -webkit-transform: rotate(-90deg);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu-sub {
        position: absolute;
    }
}

.dropdown-menu a:hover {
    background-color: #f8f9fa;
}

.language-dropdown {
    min-width: 150px;
    max-width: 90vw; /* giới hạn chiều rộng theo màn hình */
    right: calc(100vh - 716px);
    left: auto;
    transform: translateX(0); /* không bị lệch */
}

/* Căn dropdown sát phải, đổ bóng, bo góc */
.language-dropdown {
    min-width: 160px;
    padding: 0.5rem 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 10%;
}

    /* Hiển thị từng dòng rõ ràng */
    .language-dropdown .dropdown-item {
        padding: 6px 16px;
        font-size: 14px;
    }

        /* Hover hiệu ứng */
        .language-dropdown .dropdown-item:hover {
            background-color: #f5f5f5;
        }
/**/
.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    z-index: 1002;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
}

    .sidebar.open {
        right: 0;
    }

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
}

    .sidebar-menu li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        margin-left: 1rem;
    }

.submenu {
    padding-left: 15px;
    font-size: 0.9em;
}

.social-icons i {
    margin-right: 10px;
    font-size: 18px;
}
/* Overlay phủ nền */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

    .menu-overlay.show {
        display: block;
    }

.sidebar-menu .submenu {
    padding-left: 1rem;
}

    .sidebar-menu .submenu li {
        margin-top: 5px;
    }

.nav-link {
    color: var(--dark);
}

    .nav-link:active, .nav-link:hover {
        color: #f24c4c;
    }

.no-marker li {
    list-style: none;
    padding-left: 0; /* tránh bị thụt vào */
}

@media (max-width: 992px) {
    .hero {
        height: calc(80vh - 50px);
    }

    .project-info h3 {
        min-height: 50% !important;
        margin-top: 8px;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .project-info h3 {
        min-height: 50% !important;
        margin-top: 8px;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }

    .hero {
        height: 20vh;
        min-height: 200px;
    }
    /*
    .slide-background {
        width: 100%;
        height: auto !important;
    }*/

    .navbar {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .logo, .logo-icon {
        height: 50px !important;
        width: 50px !important;
    }

    .main_header {
        height: 50px !important;
    }

    #menuToggle {
        top: 0px !important;
    }

    .landing-card {
        width: 300px;
        max-width: 95% !important;
    }
}

@media (max-width: 576px) {
    /*    .hero {
        height: calc(50vh - 50px);
    }*/
    .project-info h3 {
        min-height: 50% !important;
        margin-top: 8px;
    }

    .partners .slick-wrapper {
        width: 100% !important;
    }

    .products {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }

    .services {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }

    .services img {
        width: 100%;
    }

    .toolbar {
        flex-direction: column; /* xếp dọc */
        align-items: stretch;
    }

    .toolbar select,
    .toolbar button {
        width: 100%; /* full width */
    }

    .products-card {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }
}
/*
.product-image-class {
    height: 300px;
    width: 100%;    
}
*/
.card img {
    height: 250px !important; /* 👈 tăng lên */
    object-fit: contain !important;
    /*background: #000;*/ /* hoặc #fff */
}

#modalName {
    color: mediumseagreen;
}

.text-right {
    text-align: right;
}

.header {
    padding: 10px !important;
}

.font-bold {
    font-weight: 700;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.gradient-text {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFE66D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* TOOLBAR */
.toolbar {
    display: flex;
    justify-content: flex-end; /* 👈 đẩy qua phải */
    gap: 15px;
    margin-bottom: 20px;
    color: tomato;
    font-size: 18px;
}

.toolbar select, .toolbar button {
    padding: 8px;
    border-radius: 6px;
    border: none;
}

.btn-reset {
    border: 1px solid #ccc;
    padding: 6px 12px;  
    background: white;
    cursor: pointer;
    border-radius: 6px;
}

.btn-reset:hover {
    border-color: #007bff;
    color: #007bff;
}

.menu-item {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 220px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
}

.header {
    font-size: 25px !important;
}

.menu-item {
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 250px;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.view-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

.view-more-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #2563eb;
    color: white;
    border-radius: 999px;
    text-decoration: none;
    transition: 0.3s;
}

.view-more-btn:hover {
    transform: translateY(-2px);
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    background-color: silver;
}

.modal-close-btn:hover {
    transform: scale(1.1);
}

.blog-content img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 991px) {
    .sub-menu {
        position: static; /* QUAN TRỌNG */
        display: none;
        box-shadow: none;
        padding-left: 20px;
        color: dimgray;
    }

    .menu-item.active > .sub-menu {
        display: block;
    }
}

/* 1. Ép trình duyệt hiển thị font mượt mà, chống co giãn đột ngột */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    font-display: swap; /* Cho phép hiển thị font thay thế trước mà không block trang */
}

/* 2. Đóng gạch cố định cho vùng Menu di động ngay từ mili-giây đầu tiên */
#menuToggle {
    position: fixed !important;
    top: 10px !important;
    right: 20px !important;
    z-index: 9999;
}

/* 3. Khóa chống giật cho khối Services */
/* Thường khối services bị nhảy là do các tấm ảnh icon dịch vụ bên trong chưa được khai báo kích thước thô */
.services img {
    aspect-ratio: 1 / 1; /* Hoặc chiều rộng/cao cố định để trình duyệt giữ chỗ trước khi ảnh tải về */
    object-fit: cover;
}
body {
    box-sizing: border-box;
    background-image: linear-gradient(30deg, rgba(255, 8, 68, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 8, 68, 0.05) 87.5%, rgba(255, 8, 68, 0.05)), linear-gradient(150deg, rgba(255, 8, 68, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 8, 68, 0.05) 87.5%, rgba(255, 8, 68, 0.05)), linear-gradient(30deg, rgba(255, 8, 68, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 8, 68, 0.05) 87.5%, rgba(255, 8, 68, 0.05)), linear-gradient(150deg, rgba(255, 8, 68, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(255, 8, 68, 0.05) 87.5%, rgba(255, 8, 68, 0.05)), linear-gradient(60deg, rgba(0, 245, 255, 0.03) 25%, transparent 25.5%, transparent 75%, rgba(0, 245, 255, 0.03) 75%, rgba(0, 245, 255, 0.03)), linear-gradient(60deg, rgba(0, 245, 255, 0.03) 25%, transparent 25.5%, transparent 75%, rgba(0, 245, 255, 0.03) 75%, rgba(0, 245, 255, 0.03)) !important;
}

* {
    font-family: 'Lexend', sans-serif;
}

.gradient-primary {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFE66D 100%);
}

.gradient-text {
    background: linear-gradient(135deg, #FF6B6B 0%, #FFE66D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-3d {
    transform-style: preserve-3d;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}

    .card-3d:hover {
        transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
        box-shadow: 0 20px 40px rgba(255, 107, 107, 0.25);
    }

.image-hover {
    position: relative;
    overflow: hidden;
}

    .image-hover img {
        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .image-hover:hover img {
        transform: scale(1.15) rotate(3deg);
    }

    .image-hover::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,107,107,0.4), rgba(255,230,109,0.4));
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    .image-hover:hover::before {
        opacity: 1;
    }

.badge-pulse {
    animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
    }
}

.slide-up {
    animation: slideUp 0.6s ease-out forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    max-width: 1100px;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    background: white;
    border-radius: 24px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

    .popup-content.active {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
    }

.floating-badge {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.shimmer {
    position: relative;
    overflow: hidden;
}

    .shimmer::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        animation: shimmer 3s infinite;
    }

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

    .scroll-reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

.popup-content::-webkit-scrollbar {
    width: 8px;
}

.popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #FF6B6B, #FFE66D);
    border-radius: 10px;
}

.news-card {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

    .news-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(255, 107, 107, 0.2);
    }

.banner-slide {
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

    .banner-slide.active {
        opacity: 1;
        transform: translateX(0);
    }

    .banner-slide:not(.active) {
        opacity: 0;
        position: absolute;
        transform: translateX(100%);
    }

.popup-slide-img {
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.popup-thumbnail {
    transition: all 0.3s ease;
    position: relative;
}

    .popup-thumbnail::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,107,107,0.3), rgba(255,230,109,0.3));
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 1rem;
    }

    .popup-thumbnail:hover::after {
        opacity: 1;
    }

#popup-main-image:hover .popup-slide-img {
    transform: scale(1.05);
}

.fullscreen-viewer {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fullscreen-viewer.active {
        opacity: 1;
        pointer-events: auto;
    }

    .fullscreen-viewer img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
        animation: zoomIn 0.3s ease-out;
    }

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.banner {
    background: url(../../../Images/banner-m2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img .relative {
    border-radius: 50%;
}

@media (max-width: 640px) {

    .banner-img .relative {
        border-radius: 0% !important;
    }
    .banner-img {
        padding-left:1rem !important;
    }

    .object-cover {
        object-fit: contain !important;
    }
}

.banner-img {
    padding-left: 2rem;
    text-align: center;
}

.btn-dot {
    margin-left: 390px;
    bottom: 1rem;
}

.policy {
    background: url(../../../Images/nen-m2-vechungtoi.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@view-transition {
    navigation: auto;
}
.consult-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.consult-content {
    width: 420px;
    max-width: 90%;
    margin: 6% auto;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: slideUp 0.3s ease;
    color: #000;
}

/* header */
.consult-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

    .consult-header h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
    }

.close-btn-pp {
    cursor: pointer;
    font-size: 22px;
    color: #888;
}

    .close-btn-pp:hover {
        color: #000;
    }

.consult-sub {
    font-size: 13px;
    color: #777;
    margin: 10px 0 20px;
}

/* input group */
.form-group {
    position: relative;
    margin-bottom: 14px;
}

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border-radius: 10px;
        border: 1px solid #ddd;
        font-size: 14px;
        transition: 0.2s;
    }

    .form-group textarea {
        min-height: 100px;
        resize: vertical;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
            outline: none;
        }

/* icon */
.icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999;
}

.form-group.textarea .icon {
    top: 14px;
    transform: none;
}

/* button */
.btn-submit {
    width: 100%;
    padding: 12px;
    background:#f1b345;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

    .btn-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0,123,255,0.3);
    }

/* animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-buttons {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Icon animations on hover */

.fab-button:hover svg {
    animation: iconSpin 0.6s ease;
}

@keyframes iconSpin {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

.fab-tooltip {
    position: absolute;
    right: 70px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(8px);
}

.fab-button:hover .fab-tooltip {
    opacity: 1;
}

.fab-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 0, 0, 0.85);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media (max-width: 768px) {
    .floating-buttons {
        right: 16px;
        bottom: 16px;
        gap: 10px;
    }

    .fab-button {
        width: 48px;
        height: 48px;
    }

    .fab-tooltip {
        display: none;
    }
}

.text-menu {
    font-size: larger;
}

@view-transition {
    navigation: auto;
}

.fab-pulse {
    animation: slideInRightRotate 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards, gradientShift 3s ease infinite, floatBounce 3s ease-in-out infinite, fabPulse 2s ease-in-out infinite;
    animation-delay: 0.1s, 0.6s, 1.1s, 0.6s;
}
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes floatBounce {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(-6px) rotate(5deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(-6px) rotate(-5deg);
    }
}

@keyframes wiggle {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-8deg);
    }

    75% {
        transform: rotate(8deg);
    }
}

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }

    25% {
        transform: translateX(-3px) rotate(-5deg);
    }

    50% {
        transform: translateX(3px) rotate(5deg);
    }

    75% {
        transform: translateX(-3px) rotate(-5deg);
    }
}

@keyframes swing {
    0%, 100% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }
}

.fab-pulse {
    animation: slideInRightRotate 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards, gradientShift 3s ease infinite, floatBounce 3s ease-in-out infinite, fabPulse 2s ease-in-out infinite;
    animation-delay: 0.1s, 0.6s, 1.1s, 0.6s;
}

@keyframes fabPulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(212, 175, 55, 0.7);
    }

    50% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 15px rgba(212, 175, 55, 0);
    }
}

.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fab-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(100px) rotate(180deg);
    animation: slideInRightRotate 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    position: relative;
    overflow: visible;
}

    .fab-button::before {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        background: inherit;
        opacity: 0;
        animation: rippleEffect 2s ease-out infinite;
    }

    .fab-button:hover {
        transform: translateY(-8px) scale(1.15) rotate(360deg);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    }

    .fab-button:active {
        transform: translateY(-2px) scale(1.05) rotate(360deg);
    }

@keyframes slideInRightRotate {
    0% {
        opacity: 0;
        transform: translateX(100px) rotate(180deg) scale(0);
    }

    60% {
        transform: translateX(-10px) rotate(-10deg) scale(1.1);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg) scale(1);
    }
}

@keyframes rippleEffect {
    0% {
        opacity: 0.6;
        transform: scale(0.8);
    }

    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}


.fab-button:nth-child(1) {
    animation-delay: 0.1s;
}

    .fab-button:nth-child(1)::before {
        animation-delay: 0.6s;
    }

.fab-button:nth-child(2) {
    animation-delay: 0.2s;
}

    .fab-button:nth-child(2)::before {
        animation-delay: 0.7s;
    }

.fab-button:nth-child(3) {
    animation-delay: 0.3s;
}

    .fab-button:nth-child(3)::before {
        animation-delay: 0.8s;
    }

.fab-button:nth-child(4) {
    animation-delay: 0.4s;
}

    .fab-button:nth-child(4)::before {
        animation-delay: 0.9s;
    }

.fab-button:nth-child(5) {
    animation-delay: 0.5s;
}

    .fab-button:nth-child(5)::before {
        animation-delay: 1s;
    }

.fab-scroll-top {
    background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 50%, #d4af37 100%);
    background-size: 200% 200%;
    animation: slideInRightRotate 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards, gradientShift 3s ease infinite, floatBounce 3s ease-in-out infinite;
    animation-delay: 0.1s, 0.6s, 1.1s;
}

#landing-page {
    display: none;
}

.landing-popup-bg {
    background: rgba(0,0,0,0.65);
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.landing-card {
    width: 500px;
    max-width: 50%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.landing-header {
    aspect-ratio: 1 / 1; /* 👈 hình vuông */
    background-image: var(--landing-page-img);
    background-size: cover; /* không méo */
    background-position: center; /* căn giữa */
    background-repeat: no-repeat;
    text-align: center;
}

.landing-title {
    color: snow;
    font-size: 2.7rem;
    font-weight: 700;
}

.landing-date {
    font-size: 1rem;
    opacity: 0.85;
}

.landing-body {
    padding: 10px;
}

.landing-content p {
    line-height: 1.6;
}

.btn-main {
    background: #0d6efd;
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8rem;
    cursor: pointer;
    color: white;
}

.text-muted {
    color: black !important;
    font-size: 21px;
    font-weight: bold;
}

